Relates #59494
@@ -391,6 +391,7 @@ public class IndexingIT extends ESRestTestCase {
seqNoStats = new SeqNoStats(maxSeqNo, localCheckpoint, globalCheckpoint);
shards.add(new Shard(node, primary, seqNoStats));
}
+ logger.info("shards {}", shards);
return shards;