mirror of
https://github.com/Alfresco/SearchServices.git
synced 2026-09-16 18:12:56 +00:00
MNT-22770 Test to confirm that node is only indexed on a valid shard
This commit is contained in:
+1
-1
@@ -614,7 +614,7 @@ public class MetadataTracker extends ActivatableTracker
|
||||
for (final Node n : filterNodes(List.of(node)))
|
||||
{
|
||||
this.infoSrv.indexNode(n, true);
|
||||
LOGGER.info("REINDEX ACTION - Node {} has been reindexed", node.getId());
|
||||
LOGGER.info("REINDEX ACTION - Node {} has been reindexed", n.getId());
|
||||
}
|
||||
}
|
||||
checkShutdown();
|
||||
|
||||
Reference in New Issue
Block a user