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 E00AE11443 for ; Tue, 12 Aug 2014 20:58:13 +0000 (UTC) Received: (qmail 84557 invoked by uid 500); 12 Aug 2014 20:58:13 -0000 Delivered-To: apmail-curator-dev-archive@curator.apache.org Received: (qmail 84500 invoked by uid 500); 12 Aug 2014 20:58:13 -0000 Mailing-List: contact dev-help@curator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@curator.apache.org Delivered-To: mailing list dev@curator.apache.org Received: (qmail 84217 invoked by uid 99); 12 Aug 2014 20:58:13 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 12 Aug 2014 20:58:13 +0000 Date: Tue, 12 Aug 2014 20:58:13 +0000 (UTC) From: "Karthik Kumar (JIRA)" To: dev@curator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CURATOR-84) More flexibility for InterProcessMutex extensions 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/CURATOR-84?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14094665#comment-14094665 ] Karthik Kumar commented on CURATOR-84: -------------------------------------- I would love to see this change be considered for the next release! > More flexibility for InterProcessMutex extensions > ------------------------------------------------- > > Key: CURATOR-84 > URL: https://issues.apache.org/jira/browse/CURATOR-84 > Project: Apache Curator > Issue Type: Wish > Components: Recipes > Affects Versions: 2.3.0 > Reporter: Jozef Vilcek > Attachments: CURATOR-84.patch > > > I have a need for a durable InterProcessMutex. Main reason for this are processes with critical sections, where I can not afford to loose a lock due to session expiration. In such case, others might acquire a lock and kick in while the previous process is still running but e.g. experiencing connection issues. To kill this temporally detached process in favor of others would be too costly. > To achieve such behavior, I need lock nodes to be created in PERSISTENT mode. This is not possible to do easily with currently implementation of locks due to few internal scoped classes and methods. I would like to change this. -- This message was sent by Atlassian JIRA (v6.2#6252)