[ 
https://issues.apache.org/jira/browse/SOLR-4222?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13536414#comment-13536414
 ] 

Yonik Seeley commented on SOLR-4222:
------------------------------------

The following call currently results in nothing being done:
curl 
"http://localhost:8983/solr/admin/collections?action=CREATE&name=mycollection2";

This seems to be because the OverseerCollectionsProcessor sends out messages to 
nodes to create new cores, and as a side effect, the collection is created by 
one of those cores.  We need to be able to create a collection independent of 
any cores.

                
> create custom sharded collection via collections API
> ----------------------------------------------------
>
>                 Key: SOLR-4222
>                 URL: https://issues.apache.org/jira/browse/SOLR-4222
>             Project: Solr
>          Issue Type: Sub-task
>            Reporter: Yonik Seeley
>


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to