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/09 17:52:16 UTC

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

Shalin Shekhar Mangar created SOLR-4695:
-------------------------------------------

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


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