[
https://issues.apache.org/jira/browse/CURATOR-536?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Denis updated CURATOR-536:
--------------------------
Summary: Infinite loop instead of timeout on
DistributedDoubleBarrier::internalLeave (was: Infinite loop instead of timeout
on DistributedDoubleBarrier::leave)
> 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: 10m
> 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)