- Sort Score
- Num 10 results
- Language All
Results 1 - 9 of 9 for heartbeat (0.05 seconds)
-
src/test/java/org/codelibs/fess/helper/CoordinatorHelperTest.java
final Map<String, Object> map = new LinkedHashMap<>(); map.put("type", "heartbeat"); map.put("instanceId", "test-instance"); map.put("createdTime", 1000L); final String json = coordinatorHelper.toJson(map); assertNotNull(json); assertTrue(json.contains("\"type\":\"heartbeat\"")); assertTrue(json.contains("\"instanceId\":\"test-instance\""));
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 06:59:19 GMT 2026 - 58.6K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/helper/CoordinatorHelper.java
logger.warn("Failed to send heartbeat: status={}", response.getHttpStatusCode()); } } catch (final Exception e) { logger.debug("Failed to send heartbeat.", e); } } /** * Removes the heartbeat document for this instance from OpenSearch. */ protected void removeHeartbeat() {
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 06:59:19 GMT 2026 - 33.3K bytes - Click Count (0) -
src/main/resources/fess_config.properties
# Coordinator # ------ # Interval (seconds) for polling heartbeats and events. coordinator.poll.interval=60 # Time-to-live (ms) for instance heartbeat documents. coordinator.heartbeat.ttl=180000 # Time-to-live (ms) for operation lock documents. coordinator.operation.ttl=7200000 # Maximum number of retries for acquiring an operation lock.
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 06:59:19 GMT 2026 - 59.3K bytes - Click Count (0) -
CHANGELOG/CHANGELOG-1.13.md
focused on stability and performance improvements in the 1.13 release. A new alpha feature is introduced to improve the mechanism that nodes heartbeat back to the control plane. The `NodeLease` feature results in the node using a `Lease` resource in the `kube-node-lease` namespace that is renewed periodically. The `NodeStatus` that was used previously to heartbeat back to the control plane is only updated when it changes. This reduces load on the control plane for large clusters. The Kubelet plugin...
Created: Fri Apr 03 09:05:14 GMT 2026 - Last Modified: Thu May 05 13:44:43 GMT 2022 - 273.1K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java
* @return The value of found property. (NotNull: if not found, exception but basically no way) */ String getCoordinatorHeartbeatTtl(); /** * Get the value for the key 'coordinator.heartbeat.ttl' as {@link Integer}. <br> * The value is, e.g. 180000 <br> * comment: Time-to-live (ms) for instance heartbeat documents.Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 06:59:19 GMT 2026 - 576.9K bytes - Click Count (2) -
CHANGELOG/CHANGELOG-1.15.md
- kubelet: fix fail to close kubelet->API connections on heartbeat failure when bootstrapping or client certificate rotation is disabled ([#78016](https://github.com/kubernetes/kubernetes/pull/78016), [@gaorong](https://github.com/gaorong))
Created: Fri Apr 03 09:05:14 GMT 2026 - Last Modified: Thu May 05 13:44:43 GMT 2022 - 278.9K bytes - Click Count (0) -
CHANGELOG/CHANGELOG-1.24.md
- The kubelet no longer forcefully closes active connections on heartbeat failures, using the HTTP2 health check mechanism to detect broken connections. Users can force the previous behavior of the kubelet by setting the environment variable DISABLE_HTTP2. ([#108107](https://github.com/kubernetes/kubernetes/pull/108107),...
Created: Fri Apr 03 09:05:14 GMT 2026 - Last Modified: Thu Aug 24 00:02:43 GMT 2023 - 473.4K bytes - Click Count (0) -
CHANGELOG/CHANGELOG-1.14.md
* fix azure retry issue when return 2XX with error ([#78298](https://github.com/kubernetes/kubernetes/pull/78298), [@andyzhangx](https://github.com/andyzhangx)) * kubelet: fix fail to close kubelet->API connections on heartbeat failure when bootstrapping or client certificate rotation is disabled ([#78016](https://github.com/kubernetes/kubernetes/pull/78016), [@gaorong](https://github.com/gaorong))
Created: Fri Apr 03 09:05:14 GMT 2026 - Last Modified: Mon Jun 14 22:06:39 GMT 2021 - 271.5K bytes - Click Count (0) -
CHANGELOG/CHANGELOG-1.11.md
* Added a way to pass extra arguments to etcd. The these extra arguments can be used to adjust runtime configuration like heartbeat interval etc. ([#63961](https://github.com/kubernetes/kubernetes/pull/63961), [@mborsz](https://github.com/mborsz))
Created: Fri Apr 03 09:05:14 GMT 2026 - Last Modified: Thu Feb 06 06:04:15 GMT 2020 - 328.4K bytes - Click Count (0)