keith-turner commented on issue #1004: FLUO-1000 OracleServer race conditions URL: https://github.com/apache/fluo/pull/1004#issuecomment-395091719 > I put a synchronized method into the code that dumped state during the catch block and there are definitely CuratorFramework.STOPPED causing errors @kpm1985 `STOPPED` state is definitely a trouble maker. I thought the `while(!STARTED)` loops were waiting for curator to transition from `LATENT` to `STARTED`. If trying to handle the stopped state explicitly, an `if(STOPPED)` may be better.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on 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
