Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Section
show-titlefalse
titleDescription

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 logfile, but would be needed to be set to DEBUG level.

To provide a hint on what to do the projectdoc Toolbox logs a warning:

Code Block
languagetext
titleMessage in the Confluence Log File
[confluence.tools.importer.SpaceImportListener] warnOnImport Please note that it may be necessary
 to reindex and refresh pages in the projectdoc document cache manually!
For more information please visit 'https://www.smartics.de/go/import-site-issue'!

This issue is tracked by

Jira
serversmartics JIRA
serverId79ad43bc-d289-364e-bfc7-46c09847bebd
keyPDAC-979
.

...