You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

projectdoc Toolbox

After import of a space, a reindex and in some cases a refresh page tree is required.

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 reindex 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.

This issue is tracked by PDAC-979 - Getting issue details... STATUS .

  • No labels