You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
a workspace with a lot of changes exist (more than the default threshold of 100 to flush the indexing queues, indexingBatchSize)
When I:
publish all those changes in the workspace module (publishing from anywhere should have the same effect)
Then:
the indexer will log a lot of Could not index node with identifier …, not found in workspace live
This seems to be caused by the indexer looking for the node to index in the target workspace. But if the indexing threshold is reached before the publishing has actually been "persisted to disk", the nodes for that run cannot yet be found in the target workspace.
If this has happened, a nodeindex:build is needed to update the index to the expected state.
The text was updated successfully, but these errors were encountered:
Given that:
indexingBatchSize
)When I:
Then:
Could not index node with identifier …, not found in workspace live
This seems to be caused by the indexer looking for the node to index in the target workspace. But if the indexing threshold is reached before the publishing has actually been "persisted to disk", the nodes for that run cannot yet be found in the target workspace.
If this has happened, a
nodeindex:build
is needed to update the index to the expected state.The text was updated successfully, but these errors were encountered: