keith-turner commented on a change in pull request #1891:
URL: https://github.com/apache/accumulo/pull/1891#discussion_r568063523



##########
File path: server/manager/src/main/java/org/apache/accumulo/master/Master.java
##########
@@ -193,14 +203,17 @@
 
   ZooLock masterLock = null;
   private TServer clientService = null;
-  TabletBalancer tabletBalancer;
+  private TabletBalancer tabletBalancer;

Review comment:
       ```suggestion
     private volatile TabletBalancer tabletBalancer;
   ```




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to