Class NonAliveNodesScannerService
java.lang.Object
com.atlassian.jira.cluster.service.NonAliveNodesScannerService
This job is responsible for scanning all nodes in the cluster
and moving ACTIVE
Node.NodeState.ACTIVE and NOT ALIVE ClusterManager.isNodeAlive(String) nodes
to OFFLINE state Node.NodeState.OFFLINE
Node will be moved if node is in Node.NodeState.ACTIVE and NOT ALIVE state longer than provided retentionPeriod.- Since:
- v8.10
-
Constructor Summary
ConstructorsConstructorDescriptionNonAliveNodesScannerService(ClusterManager clusterManager, NodeTimeHelper nodeTimeHelper, com.atlassian.event.api.EventPublisher eventPublisher) -
Method Summary
-
Constructor Details
-
NonAliveNodesScannerService
public NonAliveNodesScannerService(ClusterManager clusterManager, NodeTimeHelper nodeTimeHelper, com.atlassian.event.api.EventPublisher eventPublisher)
-