com.atlassian.jira.index.ha.NodeReindexService |
![]()
|
Reindex service that runs to check if other nodes have made index changes
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Returns true if the index on the invoking node can be rebuilt from the information contained in the
ReplicatedIndexOperationStore.
| |||||||||||
Pause the service.
| |||||||||||
This will replay any local operations that may have been lost when a index is copied from another node in the cluster
| |||||||||||
Reset the index count to the last entry in the NodeIndexOperation table for each node.
| |||||||||||
Returns true if the index on the invoking node can be rebuilt from the information contained in the ReplicatedIndexOperationStore. If the ReplicatedIndexOperationStore is empty then it is assumed the index can be rebuilt.
Pause the service. This will wait for any current execution of the service polling to finish.
This will replay any local operations that may have been lost when a index is copied from another node in the cluster
Reset the index count to the last entry in the NodeIndexOperation table for each node. This is done to mark the current state before getting a new index copy or performing a full reindex.
It would normally be done immediately following a pause() of the service.