mirror of https://github.com/apache/lucene.git
Fixed comment to match collection setup
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1670817 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
9baabd177c
commit
26c1920bfc
|
@ -66,7 +66,7 @@ public class LeaderInitiatedRecoveryOnCommitTest extends BasicDistributedZkTest
|
|||
}
|
||||
|
||||
private void multiShardTest() throws Exception {
|
||||
// create a collection that has 1 shard and 3 replicas
|
||||
// create a collection that has 2 shard and 2 replicas
|
||||
String testCollectionName = "c8n_2x2_commits";
|
||||
createCollection(testCollectionName, 2, 2, 1);
|
||||
cloudClient.setDefaultCollection(testCollectionName);
|
||||
|
|
Loading…
Reference in New Issue