Details
-
Bug
-
Resolution: Cannot Reproduce
-
Major
-
None
-
2.4.0
-
None
-
Informal
Description
After importing a space it is typically required to run a re-index to update the Lucene index. In most cases where ancestor queries are involved, an additional refresh of the page tree is required.
This problem currently needs to be resolved manually.
We need a service that identifies this problem and resolves it automatically. This would require to order the sequence of page refreshes according to their link paths. Since the re-index allows us not to control the order of pages being refreshed, this would be an additional service.
Unfortunately, since the re-index is run asynchronously, the user has no feedback when the import or refresh is complete. The logger de.smartics.projectdoc.atlassian.confluence.tools.importer may provide some information in the log file, but would be needed to be set to _DEBUG level.