mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-17 02:14:54 +00:00
parent
9cc80621c3
commit
120fe96402
@ -339,6 +339,7 @@ public class IndexingIT extends ESRestTestCase {
|
|||||||
seqNoStats = new SeqNoStats(maxSeqNo, localCheckpoint, globalCheckpoint);
|
seqNoStats = new SeqNoStats(maxSeqNo, localCheckpoint, globalCheckpoint);
|
||||||
shards.add(new Shard(node, primary, seqNoStats));
|
shards.add(new Shard(node, primary, seqNoStats));
|
||||||
}
|
}
|
||||||
|
logger.info("shards {}", shards);
|
||||||
return shards;
|
return shards;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user