-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Medium
-
None
-
Affects Version/s: 7.13.0
-
Component/s: Search - Indexing
-
36
-
Severity 3 - Minor
-
12
Problem
The Content Indexing UI is unable to detect a reindexing is running when it was initiated at startup. This happens when a rebuild from scratch is being performed.
Steps to Reproduce
- Stop Confluence on one node
- Add the following system property:
confluence.cluster.index.recovery.num.attempts=0
- Delete the index and journal folders from Confluence Home
- Start the application
- Visit the Content Indexing page
The node will take longer than usual to start as it is processing the index.
This behavior is also observed when starting a new node with old index files or without them, as it triggers a full rebuild on the node during startup.
Expected Results
Reindex progress is reported.
Actual Results
No reindex progress is reported on that page.
Workaround
Either follow the progress on the atlassian-confluence-index.log or through the following endpoint:
<Confluence-URL>/json/reindextaskprogress.action
Sample response:
{"total":"1225758","percentageComplete":"91","compactElapsedTime":"00:12:20","count":"1116938"}