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 5A463112AF for ; Mon, 28 Jul 2014 18:44:42 +0000 (UTC) Received: (qmail 16250 invoked by uid 500); 28 Jul 2014 18:44:41 -0000 Delivered-To: apmail-curator-dev-archive@curator.apache.org Received: (qmail 16214 invoked by uid 500); 28 Jul 2014 18:44:41 -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 16159 invoked by uid 99); 28 Jul 2014 18:44:40 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 28 Jul 2014 18:44:40 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 7DA459B8521; Mon, 28 Jul 2014 18:44:40 +0000 (UTC) From: dragonsinth To: dev@curator.apache.org Reply-To: dev@curator.apache.org Message-ID: Subject: [GitHub] curator pull request: CURATOR-125: Fix race condition in CuratorFr... Content-Type: text/plain Date: Mon, 28 Jul 2014 18:44:40 +0000 (UTC) GitHub user dragonsinth opened a pull request: https://github.com/apache/curator/pull/22 CURATOR-125: Fix race condition in CuratorFrameworkImpl.close() You can merge this pull request into a Git repository by running: $ git pull https://github.com/dragonsinth/curator CURATOR-125 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/curator/pull/22.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #22 ---- commit e3b93f221b2a43c93d71a0f51510fc5f83b51968 Author: Scott Blum Date: 2014-07-28T18:10:37Z CURATOR-125: Fix race condition in CuratorFrameworkImpl.close() ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastructure@apache.org or file a JIRA ticket with INFRA. ---