You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@lucene.apache.org by GitBox <gi...@apache.org> on 2020/07/19 02:58:07 UTC

[GitHub] [lucene-solr] noblepaul commented on a change in pull request #1679: SOLR-14656: Removing autoscaling from master

noblepaul commented on a change in pull request #1679:
URL: https://github.com/apache/lucene-solr/pull/1679#discussion_r456851602



##########
File path: solr/core/src/test/org/apache/solr/cloud/api/collections/ShardSplitTest.java
##########
@@ -635,7 +635,7 @@ private void doSplitShardWithRule(SolrIndexSplitter.SplitMethod splitMethod) thr
     log.info("Starting testSplitShardWithRule");
     String collectionName = "shardSplitWithRule_" + splitMethod.toLower();
     CollectionAdminRequest.Create createRequest = CollectionAdminRequest.createCollection(collectionName, "conf1", 1, 2)
-        .setRule("shard:*,replica:<2,node:*");

Review comment:
       Yeah , true . it was the previous rule
   




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@lucene.apache.org
For additional commands, e-mail: issues-help@lucene.apache.org