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 7ED6E114A8 for ; Fri, 23 May 2014 12:32:03 +0000 (UTC) Received: (qmail 48171 invoked by uid 500); 23 May 2014 12:32:02 -0000 Delivered-To: apmail-lucene-dev-archive@lucene.apache.org Received: (qmail 48037 invoked by uid 500); 23 May 2014 12:32:02 -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 47959 invoked by uid 99); 23 May 2014 12:32:02 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 23 May 2014 12:32:02 +0000 Date: Fri, 23 May 2014 12:32:02 +0000 (UTC) From: "Shalin Shekhar Mangar (JIRA)" To: dev@lucene.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (SOLR-6111) The 'deleteshard' collection API should be able to delete a shard in 'construction' state 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-6111?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shalin Shekhar Mangar updated SOLR-6111: ---------------------------------------- Attachment: SOLR-6111.patch # Allow shards in 'construction' state to be deleted. # Added a test in deleteShard. I'll commit this shortly. > The 'deleteshard' collection API should be able to delete a shard in 'construction' state > ----------------------------------------------------------------------------------------- > > Key: SOLR-6111 > URL: https://issues.apache.org/jira/browse/SOLR-6111 > Project: Solr > Issue Type: Bug > Components: SolrCloud > Affects Versions: 4.8, 4.8.1 > Reporter: Shalin Shekhar Mangar > Assignee: Shalin Shekhar Mangar > Fix For: 4.9, 5.0 > > Attachments: SOLR-6111.patch > > > The 'deleteshard' doesn't delete shards in 'construction' state. This makes it impossible to clean up a split gone wrong. It should be able to delete any shard which is not in active state. -- This message was sent by Atlassian JIRA (v6.2#6252) --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org For additional commands, e-mail: dev-help@lucene.apache.org