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

Yonik Seeley commented on SOLR-3488:
------------------------------------

bq. should we instead add a create node to a queue in zookeeper? 

Yeah, a work queue in ZK makes perfect sense.  Perhaps serialize the params to 
a JSON map/object per line?

Possible parameters:
- name of the collection
- the config for the collection
- number of shards in the new collection
- default replication factor

Operations:
 - add a collection
 - remove a collection
    - different options here... leave cores up, bring cores down, completely 
remove cores (and data)
 - change collection properties (replication factor, config)
 - expand collection (split shards)
 - add/remove a collection alias

Shard operations:
 - add a shard (more for custom sharding)
 - remove a shard
 - change shard properties (replication factor)
 - split a shard
 - add/remove a shard alias

                
> Create a Collections API for SolrCloud
> --------------------------------------
>
>                 Key: SOLR-3488
>                 URL: https://issues.apache.org/jira/browse/SOLR-3488
>             Project: Solr
>          Issue Type: New Feature
>          Components: SolrCloud
>            Reporter: Mark Miller
>            Assignee: Mark Miller
>


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

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

Reply via email to