-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Low
-
Affects Version/s: 8.20.10, 9.4.7, 9.12.0, 9.12.11, 9.12.13
-
Component/s: Indexing
-
8.2
-
26
-
Severity 3 - Minor
-
19
Issue Summary
Full reindex completes successfully with 99%. This is visible in the UI but also in the logs.
This looks like a cosmetic / logging bug as no real errors are reported.
Steps to Reproduce
- Trigger full reindex
- Wait until it finishes.
Expected Results
Reindexing finishes with 100% complete, both in UI and the logs.
Actual Results
Reindexing finishes successfully with 99%, but there are no errors in the logs or in the UI.
Screenshot of Jira UI when indexing is complete:
The below excerpt is from atlassian-jira.log file:
2023-08-18 00:56:33,364-0500 JiraTaskExecutionThread-2 INFO admin 1439x93873786x5 r3pzoe xx.xx.xx.xx /secure/admin/IndexReIndex!reindex.jspa [c.a.j.w.a.admin.index.IndexAdminImpl] Re-indexing is 99% complete. Current index: 2023-08-18 00:56:33,364-0500 JiraTaskExecutionThread-2 INFO admin 1439x93873786x5 r3pzoe xx.xx.xx.xx /secure/admin/IndexReIndex!reindex.jspa [c.a.j.util.index.CompositeIndexLifecycleManager] Reindex All COMPLETED without any errors. Total time: 3375762ms. Reindex run: 553 2023-08-18 00:56:33,364-0500 JiraTaskExecutionThread-2 INFO admin 1439x93873786x5 r3pzoe xx.xx.xx.xx /secure/admin/IndexReIndex!reindex.jspa [c.a.j.w.a.admin.index.IndexAdminImpl] Re-indexing finished
Workaround
Currently there is no known workaround for this behavior. A workaround will be added here when available