You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Shalin Shekhar Mangar (JIRA)" <ji...@apache.org> on 2013/04/10 18:10:19 UTC

[jira] [Updated] (SOLR-4695) Fix core admin SPLIT action to be useful with non-cloud setups

     [ https://issues.apache.org/jira/browse/SOLR-4695?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Shalin Shekhar Mangar updated SOLR-4695:
----------------------------------------

    Attachment: SOLR-4695.patch

# Use CoreContainer.isZookeeperAware before trying to access cloud information
# Split alternately if we don't know the real range of the core OR if we are not cloud aware
# Test alternate distribution of docs in SolrIndexSplitterTest
                
> Fix core admin SPLIT action to be useful with non-cloud setups
> --------------------------------------------------------------
>
>                 Key: SOLR-4695
>                 URL: https://issues.apache.org/jira/browse/SOLR-4695
>             Project: Solr
>          Issue Type: Bug
>            Reporter: Shalin Shekhar Mangar
>            Assignee: Shalin Shekhar Mangar
>             Fix For: 4.3
>
>         Attachments: SOLR-4695.patch
>
>
> The core admin SPLIT action assumes that the core being split is zookeeper aware. It will throw a NPE if invoked against a non-cloud solr setup.
> It should be fixed to work with non-cloud setups and documents in such an index should be distributed alternately into sub-indexes instead of using hashes.

--
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: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org