[CURATOR-80] DistributedDoubleBarrier should remove slef before throw exception
Open
bug
imported-jira-issue
- Dominant language
- Java
- Stars
- 3.2k
- Forks
- 1.2k
- PR merge metrics
- No merged PRs in 30d
Description
while enter(), leave() throw exception and checkDeleteOurPath() is not called.
the node is still exists
it will confuse other barrier's enter() , treat it is a valid member.
suggest to add a method release() to remove the node manually
or
remove the node before throw exception in enter(), leave()
---
Originally reported by arien, imported from: DistributedDoubleBarrier should remove slef before throw exception
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.