-
Suggestion
-
Resolution: Fixed
NOTE: This suggestion is for JIRA Server. Using JIRA Cloud? See the corresponding suggestion.
Problem Definition
In cluster with many JIRA nodes receiving CRUD operations and each creation action for Lucene index, each node need to catchup on operation from another nodes.
Currently there is no visibility to JIRA Administrator about this process.
Health-check index consistency is a false positive in many cases like that, see JRA-61501
Suggested Solution
Create UI tool to visualize the state of operation replication queue, show if node is lagging behind.
Workaround
Check tables: nodeindexcounter, replicatedindexoperation, clusternode
New REST API
As part of JIRA 7.2.10 there is a new REST API available.
REST endpoint: GET <JIRA context>/rest/api/2/index/summary
Please see docs for details:
- relates to
-
JRASERVER-63548 As an JIRA Datacenter Administrator I want a view which list all nodes in the cluster and their status
- Closed
-
JRASERVER-65321 As an JIRA Datacenter Administrator I want check Lucene status and consistency
- Closed
-
JRASERVER-69942 As an JIRA Administrator I want check Lucene Index and Issues consistency
- Closed
-
JRASERVER-71056 Extent the DC node list with node status
- Closed
-
JRASERVER-71721 Extent the DC node list with node status
- Gathering Interest
- mentioned in
-
Page Loading...