Return-Path: X-Original-To: apmail-curator-dev-archive@minotaur.apache.org Delivered-To: apmail-curator-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 364461154D for ; Sat, 11 May 2013 22:55:39 +0000 (UTC) Received: (qmail 58335 invoked by uid 500); 11 May 2013 22:55:39 -0000 Delivered-To: apmail-curator-dev-archive@curator.apache.org Received: (qmail 58307 invoked by uid 500); 11 May 2013 22:55:39 -0000 Mailing-List: contact dev-help@curator.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@curator.incubator.apache.org Delivered-To: mailing list dev@curator.incubator.apache.org Received: (qmail 58298 invoked by uid 99); 11 May 2013 22:55:39 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 11 May 2013 22:55:39 +0000 X-ASF-Spam-Status: No, hits=-2001.2 required=5.0 tests=ALL_TRUSTED,RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO mail.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with SMTP; Sat, 11 May 2013 22:55:36 +0000 Received: (qmail 57500 invoked by uid 99); 11 May 2013 22:55:15 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 11 May 2013 22:55:15 +0000 Date: Sat, 11 May 2013 22:55:15 +0000 (UTC) From: "Jordan Zimmerman (JIRA)" To: dev@curator.incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CURATOR-15) LeaderSelector may (undetectably) fail to elect MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/CURATOR-15?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13655387#comment-13655387 ] Jordan Zimmerman commented on CURATOR-15: ----------------------------------------- Can someone attach a test that demonstrates this issue? > LeaderSelector may (undetectably) fail to elect > ----------------------------------------------- > > Key: CURATOR-15 > URL: https://issues.apache.org/jira/browse/CURATOR-15 > Project: Apache Curator > Issue Type: Bug > Components: Recipes > Affects Versions: 2.0.0-incubating > Reporter: Shevek > Assignee: Jordan Zimmerman > Fix For: 2.0.1-incubating > > > In LeaderSelector, if mutex.acquire() throws an Exception, for example because CuratorFramework.getZooKeeper() threw a previously-enqueued background exception, then that failure will propagate out of doWork and doWorkLoop, and kill the background submission onto the executor service. > This means that a leaderselector which was start()ed will NEVER elect, and this situation is NOT DETECTABLE externally, since that exception happens on a private executorservice thread and is not client visible. It's impossible to look at a LeaderSelector and decide whether it is still "viable". > This can leave a machine/process "hung" and not automatically recoverable within curator. > Either isQueued() needs to be exposed, which means that a leader is either elected or queued; or the finally{} block which calls clearIsQueued() needs also to set state to CLOSED or FAILED, so that we can query this failure externally. -- 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