MNT-22770 Test to confirm that node is only indexed on a valid shard

This commit is contained in:
pzurek
2022-02-23 13:38:47 +01:00
parent d8fcf8b493
commit b242661eb1
@@ -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();