ctubbsii commented on a change in pull request #1035: Fluo 1000
URL: https://github.com/apache/fluo/pull/1035#discussion_r192226044
 
 

 ##########
 File path: 
modules/core/src/main/java/org/apache/fluo/core/oracle/OracleServer.java
 ##########
 @@ -196,6 +196,10 @@ public OracleServer(Environment env) throws Exception {
   private void allocateTimestamp() throws Exception {
     Stat stat = new Stat();
 
+    while (curatorFramework.getState().equals(CuratorFrameworkState.LATENT)) {
 
 Review comment:
   Enums should be compared using `==`.
   Also, this still doesn't fix the problem. :frowning_face: 

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

Reply via email to