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

Mark Miller commented on SOLR-3488:
-----------------------------------

To get something incrementally committable I'm changing from using a collection 
template to a simple numReplicas. I have hit an annoying stall where it is 
difficult to get all of the node host urls. The live_nodes list is translated 
from url to path safe. It's not reversible if _ is in the original url. You can 
put the url in data at each node, but then you have to slowly read each node 
rather than a simple getChildren call. You can also try and find every node by 
running through the whole json cluster state file - but that wouldn't give you 
any nodes that had no cores on it at the moment (say after a collection delete).
                
> 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
>             Fix For: 4.0
>
>         Attachments: SOLR-3488.patch, SOLR-3488.patch, SOLR-3488.patch, 
> SOLR-3488_2.patch
>
>


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