jkosh44 opened a new issue #1089: Remove race condition from FluoAdminImpl.numWorkers URL: https://github.com/apache/fluo/issues/1089 As discussed in #1088 the `numWorkers` method in [`FluoAdminImpl`](https://github.com/apache/fluo/blob/master/modules/core/src/main/java/org/apache/fluo/core/client/FluoAdminImpl.java) has a race condition. Its possible that the node at `ZookeeperPath.FINDERS` is deleted after the check for existence but before the operation to get it's children.
---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services
