mirror of https://github.com/apache/lucene.git
Fix typo, rf is actually 3 in code
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1602210 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
b710568e76
commit
1ab2c1c6eb
|
@ -266,7 +266,7 @@ public class HttpPartitionTest extends AbstractFullDistribZkTestBase {
|
|||
protected void testRf3WithLeaderFailover() throws Exception {
|
||||
// now let's create a partition in one of the replicas and outright
|
||||
// kill the leader ... see what happens
|
||||
// create a collection that has 1 shard but 2 replicas
|
||||
// create a collection that has 1 shard but 3 replicas
|
||||
String testCollectionName = "c8n_1x3_lf"; // _lf is leader fails
|
||||
createCollection(testCollectionName, 1, 3, 1);
|
||||
cloudClient.setDefaultCollection(testCollectionName);
|
||||
|
|
Loading…
Reference in New Issue