You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@curator.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2019/08/10 19:00:00 UTC

[jira] [Work logged] (CURATOR-536) Infinite loop instead of timeout on DistributedDoubleBarrier::internalLeave

     [ https://issues.apache.org/jira/browse/CURATOR-536?focusedWorklogId=292584&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-292584 ]

ASF GitHub Bot logged work on CURATOR-536:
------------------------------------------

                Author: ASF GitHub Bot
            Created on: 10/Aug/19 18:59
            Start Date: 10/Aug/19 18:59
    Worklog Time Spent: 10m 
      Work Description: shayshim commented on pull request #322: [CURATOR-536] break infinite loop in internalLeave() on timeout
URL: https://github.com/apache/curator/pull/322
 
 
   
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Issue Time Tracking
-------------------

    Worklog Id:     (was: 292584)
    Time Spent: 20m  (was: 10m)

> Infinite loop instead of timeout on DistributedDoubleBarrier::internalLeave
> ---------------------------------------------------------------------------
>
>                 Key: CURATOR-536
>                 URL: https://issues.apache.org/jira/browse/CURATOR-536
>             Project: Apache Curator
>          Issue Type: Bug
>          Components: Recipes
>    Affects Versions: 4.2.0
>            Reporter: Denis
>            Priority: Major
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> Hi,
> I am using DistributedDoubleBarrier (DDB) for synchronizing 3 instances in AP system, so I created it with quantity=2 and I got 3 children instead of 2.
> Upon leaving with timeout 20 minutes I get infinite loop sometime in DDB::internalLeave.
>  
> In debugger I can see "result = false" on line 265 in DistributedDoubleBarrier.java but without break it is an infinite loop.
>  
> Looks like I am the only person who is trying to use DDB :--)



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)