VishwajeetPandeyy commented on issue #730:
URL: https://github.com/apache/solr-operator/issues/730#issuecomment-2491754141

   ` bin/solr zk ls /configs`
   
   ```
   my_new_configset
   _default
   ```
   
   Custom configset is present but still not able to use it to create collection
   
   `bin/solr create -c test_collection -s 1 -rf 1 -conf-name my_new_configset`
   
   
   `ERROR: Error from server at 
http://<SOLR_HOST>:8983/solr/admin/collections?action=CREATE&name=test_collection&collection.configName=my_new_configset&numShards=1&nrtReplicas=1&wt=json&version=2.2:
 Underlying core creation failed while creating collection: test_collection`
   
   Even from standard apis 
   
   
`/solr/admin/collections?action=CREATE&name=test_collection1&numShards=2&replicationFactor=2&configSet=my_new_configset`
   
   the collection is being created but in the Cluster Status api , i can see 
the config name to collection.AUTOCREATED
   
   `"configName":"test_collection1.AUTOCREATED"`
   
   What's the issue here?


-- 
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.

To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org
For additional commands, e-mail: issues-h...@solr.apache.org

Reply via email to