Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 8EEAB200B33 for ; Wed, 29 Jun 2016 13:53:39 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 8DB20160A4D; Wed, 29 Jun 2016 11:53:39 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id E676A160A6F for ; Wed, 29 Jun 2016 13:53:38 +0200 (CEST) Received: (qmail 99034 invoked by uid 500); 29 Jun 2016 11:53:37 -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 98686 invoked by uid 99); 29 Jun 2016 11:53:37 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 29 Jun 2016 11:53:37 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 878412C02A5 for ; Wed, 29 Jun 2016 11:53:37 +0000 (UTC) Date: Wed, 29 Jun 2016 11:53:37 +0000 (UTC) From: "Shalin Shekhar Mangar (JIRA)" To: dev@lucene.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Resolved] (SOLR-8777) Duplicate Solr process can cripple a running process MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Wed, 29 Jun 2016 11:53:39 -0000 [ https://issues.apache.org/jira/browse/SOLR-8777?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shalin Shekhar Mangar resolved SOLR-8777. ----------------------------------------- Resolution: Fixed Assignee: Shalin Shekhar Mangar Fix Version/s: master (7.0) 6.2 Thanks Jessica and Scott! > Duplicate Solr process can cripple a running process > ---------------------------------------------------- > > Key: SOLR-8777 > URL: https://issues.apache.org/jira/browse/SOLR-8777 > Project: Solr > Issue Type: Bug > Components: SolrCloud > Affects Versions: 5.3.1 > Reporter: Shalin Shekhar Mangar > Assignee: Shalin Shekhar Mangar > Fix For: 6.2, master (7.0) > > Attachments: SOLR-8777.patch, SOLR-8777.patch > > > Thanks to [~mewmewball] for catching this one. > Accidentally executing the same instance of Solr twice causes the second start instance to die with an "Address already in use", but not before deleting the first instance's live_node entry, emitting "Found a previous node that still exists while trying to register a new live node - removing existing node to create another". > The second start instance dies and its ephemeral node is then removed, causing /live_nodes/ to be empty since the first start instance's live_node was deleted by the second. -- This message was sent by Atlassian JIRA (v6.3.4#6332) --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org For additional commands, e-mail: dev-help@lucene.apache.org