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 4554FF371 for ; Fri, 10 May 2013 20:33:42 +0000 (UTC) Received: (qmail 47573 invoked by uid 500); 10 May 2013 20:33:42 -0000 Delivered-To: apmail-curator-dev-archive@curator.apache.org Received: (qmail 47546 invoked by uid 500); 10 May 2013 20:33:42 -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 47531 invoked by uid 99); 10 May 2013 20:33:41 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 10 May 2013 20:33:41 +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; Fri, 10 May 2013 20:33:39 +0000 Received: (qmail 45159 invoked by uid 99); 10 May 2013 20:33:16 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 10 May 2013 20:33:16 +0000 Date: Fri, 10 May 2013 20:33:16 +0000 (UTC) From: "Julio Lopez (JIRA)" To: dev@curator.incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (CURATOR-16) LeaderSelector does not (auto)requeue on session expired 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-16?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Julio Lopez updated CURATOR-16: ------------------------------- Attachment: CURATOR-16.patch This is a potential fix. > LeaderSelector does not (auto)requeue on session expired > -------------------------------------------------------- > > Key: CURATOR-16 > URL: https://issues.apache.org/jira/browse/CURATOR-16 > Project: Apache Curator > Issue Type: Bug > Components: Recipes > Affects Versions: 2.0.0-incubating > Reporter: Julio Lopez > Assignee: Jordan Zimmerman > Attachments: CURATOR-16.patch > > > If mutex. acquire() throws a KeeperException.SessionExpiredException in LeaderSelector.doWork(), the exception is not handled in LeaderSelector.doWorkLoop(), causing the loop to terminate even when autoRequeue is true. -- 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