This is an automated email from the ASF dual-hosted git repository. noble pushed a commit to branch branch_9x in repository https://gitbox.apache.org/repos/asf/solr.git
commit 78dbdf78f59645b8a0889a62b74fbb7439da0ffb Author: Noble Paul <[email protected]> AuthorDate: Wed Jul 19 16:05:37 2023 +1000 Revert "Avoid creating a replica as a part of collection creation" This reverts commit 7487340759a33366a211207d42ad7c42568c25fa. wrong branch --- solr/core/src/java/org/apache/solr/servlet/CoordinatorHttpSolrCall.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/solr/core/src/java/org/apache/solr/servlet/CoordinatorHttpSolrCall.java b/solr/core/src/java/org/apache/solr/servlet/CoordinatorHttpSolrCall.java index e3dad85bc62..9380b9835fa 100644 --- a/solr/core/src/java/org/apache/solr/servlet/CoordinatorHttpSolrCall.java +++ b/solr/core/src/java/org/apache/solr/servlet/CoordinatorHttpSolrCall.java @@ -250,7 +250,7 @@ public class CoordinatorHttpSolrCall extends HttpSolrCall { SolrQueryResponse rsp = new SolrQueryResponse(); try { CollectionAdminRequest.Create collCreationRequest = - CollectionAdminRequest.createCollection(syntheticCollectionName, confName, 1, 0); + CollectionAdminRequest.createCollection(syntheticCollectionName, confName, 1,0); collCreationRequest.setWaitForFinalState(true); SolrParams params = collCreationRequest.getParams(); if (log.isInfoEnabled()) {
