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/02/07 14:57:07 UTC

[GitHub] keith-turner commented on a change in pull request #1013: Making changes in the file according to issue 1011

keith-turner commented on a change in pull request #1013: Making changes in the file according to issue 1011
URL: https://github.com/apache/fluo/pull/1013#discussion_r166642080
 
 

 ##########
 File path: modules/core/src/main/java/org/apache/fluo/core/async/SyncCommitObserver.java
 ##########
 @@ -28,27 +30,32 @@
   private volatile boolean aacked = false;
   private volatile Exception error = null;
   private volatile String commitFailMsg = "";
+  private AtomicBoolean anyMethodCalled= new AtomicBoolean(false);
 
 Review comment:
   @asr21 if you have problems running `mvn verify`, then just running `mvn compile` should format the code.

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