ctubbsii commented on a change in pull request #1037: Switch to leader latch WIP
URL: https://github.com/apache/fluo/pull/1037#discussion_r192926168
 
 

 ##########
 File path: 
modules/core/src/main/java/org/apache/fluo/core/oracle/OracleServer.java
 ##########
 @@ -235,7 +239,7 @@ private synchronized long getTimestampsImpl(String id, int 
num) throws TExceptio
     }
 
     if (!isLeader) {
-      throw new IllegalStateException("Received timestamp request but Oracle 
is not leader");
+      throw new IllegalStateException("Received timestamp request but Oracle 
is not leader ");
 
 Review comment:
   That's a weird whitespace to add.

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