FluffySkyCat opened a new pull request, #1291:
URL: https://github.com/apache/curator/pull/1291

   Fixes [GH-1290](https://github.com/apache/curator/issues/1290).
   
   Replace the do { ... } while (false) in internalEnter() with a while (true) 
loop that re-checks the ZooKeeper children count after every wakeup. This 
ensures the barrier condition is always verified before returning.
   
   Also removes the hasBeenNotified flag as redundant now that the check is 
performed in the while loop.


-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to