-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Description
Which Umbraco version are you using?
13.9.2
Bug summary
We noticed that a confusing log entry appears while the index rebuilding is triggered in the Examine Management dashboard.
It occurs only if there is more than 10K of documents to index in the system.
Basically, once you trigger the index rebuilding for the Internal or External index, you can expect an entry as below while the first 10K of documents have been indexed:
Rebuilding index '"InternalIndex"' done.
Unfortunately, you can notice that process is still running in the background. You can confirm that by checking the DocumentCount in the overview of the index in the Examine Management dashboard.
Probably the same issue occurs once the examine index rebuilding is automatically triggered on the application startup.
You can find details in our article: Umbraco Examine Rebuild Says "Done" – But It’s Not
cc: @piotrbach
Specifics
No response
Steps to reproduce
- Go to the Examine Management dashboard in the Umbraco instance with at least 10K of documents to be indexed in the examine internal or external index.
- Trigger index rebuilding in the Examine Management dashboard.
- Keep refreshing the index overview in the Examine Management dashboard to ensure the DocumentCount is increasing during indexing.
- Check Umbraco logs while at least 10K of documents have been indexed.
- Refresh the index overview page several times to see that the the DocumentCount is still increasing.
Expected result / actual result
Actual result
The index is still being populated even you can see the log entry as follows:
Rebuilding index '"InternalIndex"' done.
Expected result
The log entry should appear while the rebuilding process has been completed successfully.