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 5DFC8181C5 for ; Mon, 24 Aug 2015 21:22:46 +0000 (UTC) Received: (qmail 83579 invoked by uid 500); 24 Aug 2015 21:22:46 -0000 Delivered-To: apmail-curator-dev-archive@curator.apache.org Received: (qmail 83468 invoked by uid 500); 24 Aug 2015 21:22:46 -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 83246 invoked by uid 99); 24 Aug 2015 21:22:46 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 24 Aug 2015 21:22:46 +0000 Date: Mon, 24 Aug 2015 21:22:46 +0000 (UTC) From: "Mike Drob (JIRA)" To: dev@curator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Assigned] (CURATOR-233) Bug in double barrier 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-233?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mike Drob reassigned CURATOR-233: --------------------------------- Assignee: Mike Drob > Bug in double barrier > --------------------- > > Key: CURATOR-233 > URL: https://issues.apache.org/jira/browse/CURATOR-233 > Project: Apache Curator > Issue Type: Bug > Components: Recipes > Affects Versions: 2.8.0 > Reporter: J D > Assignee: Mike Drob > Fix For: awaiting-response > > Attachments: DoubleBarrierClient.java, DoubleBarrierTester.java > > > Hi, > I think I discovered a bug in the internalLeave method of the double barrier implementation. > When a client is told to leave the barrier after maxWait it does not do so. A flag is set but the client does not leave the barrier, instead it keeps iterating through the control loop and drives CPU usage to 100%. > I have attached an example. > Best regards > Lianro -- This message was sent by Atlassian JIRA (v6.3.4#6332)