-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Low
-
Affects Version/s: 3.0
-
Component/s: Search - Core
The DefaultConfluenceIndexManager contains checks such that it will not flush the index queue during a reindex.
However, the SetupDemoContentAction uses the IndexRebuilder directly, so the Manager doesn't know that a reindex is happening and that it therefore should flush the index.
This causes CONF-17850