You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@fluo.apache.org by GitBox <gi...@apache.org> on 2018/06/05 02:01:56 UTC

[GitHub] ctubbsii commented on a change in pull request #1037: Switch to leader latch WIP

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:
users@infra.apache.org


With regards,
Apache Git Services