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

Mark Miller commented on SOLR-2723:
-----------------------------------

I've committed some initial work here on the solrcloud branch. Super early 
stuff, just working on getting frameworks out so we can iterate, but has a 
basic collection lock impl, and assigns 3 slices before it starts evenly adding 
replicas.

Still need a way to set the number of slices (core creation param?) - it's 
conveniently hard coded to 3.

Might want to make this pluggable, but def not yet.
                
> If you don't choose a shard name for a SolrCore, the system should auto 
> assign shard names.
> -------------------------------------------------------------------------------------------
>
>                 Key: SOLR-2723
>                 URL: https://issues.apache.org/jira/browse/SOLR-2723
>             Project: Solr
>          Issue Type: New Feature
>          Components: SolrCloud
>            Reporter: Mark Miller
>             Fix For: 4.0
>
>
> When you first boot up a node with the collection files to use, you might 
> also pass how many slices you want - if you choose 3 slices, the first 3 
> nodes that come up would each go to a different slice and get a unique shard 
> name - further nodes that come up would be replicas in each slice and get one 
> of the 3 shard names.

--
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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to