-
Bug
-
Resolution: Fixed
-
Low (View bug fix roadmap)
-
7.6.2
-
7.06
-
2
-
Severity 2 - Major
-
1
-
Summary
Index recovery is very slow. This is true of index recovery in all scenarios.
Steps to Reproduce
- In AWS CloudFormation, add an additional node
- Observe that the index recovery is triggered (Index backup started. Requesting node: <node>)
- Observe that index recovery takes >30m to begin, and ~50m to complete
Workaround
Recover the index from a snapshot, or perform a full reindex.
- is incorporated by
-
JRASERVER-67732 Copying index snapshots between Data Center nodes should be faster
- Closed
- is related to
-
JRASERVER-66649 Index recovery should use index snapshots first if they are available
- Closed
-
JRASERVER-66550 JIRA Datacenter - Add additional Lucene index checks before propagating index to other nodes
- Gathering Interest
- is resolved by
-
ASCI-3 You do not have permission to view this issue
(3 mentioned in)
[JRASERVER-66635] Index Recovery is very slow
Remote Link | Original: This issue links to "ASCI-3 (Bulldog)" [ 556436 ] | New: This issue links to "ASCI-3 (JIRA Server (Bulldog))" [ 556436 ] |
Labels | Original: aws aws-cf-autoscale fixedByDelta | New: autoscaling aws aws-cf-autoscale fixedByDelta |
Remote Link | New: This issue links to "Page (Confluence)" [ 702977 ] |
Labels | Original: aws aws-cf-autoscale | New: aws aws-cf-autoscale fixedByDelta |
Resolution | New: Fixed [ 1 ] | |
Status | Original: In Progress [ 3 ] | New: Closed [ 6 ] |
Status | Original: Short Term Backlog [ 12074 ] | New: In Progress [ 3 ] |
Fix Version/s | Original: 9.3.0 [ 102401 ] | |
Fix Version/s | New: 9.1.0 [ 99995 ] |
Fix Version/s | Original: 9.0.0 [ 97891 ] | |
Fix Version/s | New: 9.3.0 [ 102401 ] |
Fix Version/s | New: 9.0.0 [ 97891 ] |
In Jira 9.x we have changed how index is obtained during node startup. A node with no fresh index and unable to rebuild the index, will look for this index snapshot in shared.
More details: https://confluence.atlassian.com/jirakb/index-management-on-jira-start-up-1141500654.html