Return-Path: X-Original-To: apmail-lucene-dev-archive@www.apache.org Delivered-To: apmail-lucene-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 3EB171062C for ; Wed, 10 Apr 2013 16:10:22 +0000 (UTC) Received: (qmail 99544 invoked by uid 500); 10 Apr 2013 16:10:19 -0000 Delivered-To: apmail-lucene-dev-archive@lucene.apache.org Received: (qmail 99439 invoked by uid 500); 10 Apr 2013 16:10:19 -0000 Mailing-List: contact dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@lucene.apache.org Delivered-To: mailing list dev@lucene.apache.org Received: (qmail 99305 invoked by uid 99); 10 Apr 2013 16:10:19 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 10 Apr 2013 16:10:19 +0000 Date: Wed, 10 Apr 2013 16:10:19 +0000 (UTC) From: "Shalin Shekhar Mangar (JIRA)" To: dev@lucene.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (SOLR-4695) Fix core admin SPLIT action to be useful with non-cloud setups MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ 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