Log shard list in testIndexVersionPropagation

Relates #59494
This commit is contained in:
Nhat Nguyen 2020-07-18 23:23:49 -04:00
parent 9cc80621c3
commit 120fe96402
1 changed files with 1 additions and 0 deletions

View File

@ -339,6 +339,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;
}