ndimiduk commented on a change in pull request #781: HBASE-18095: Zookeeper-less client connection implementation URL: https://github.com/apache/hbase/pull/781#discussion_r344422410
########## File path: hbase-server/src/main/java/org/apache/hadoop/hbase/master/HMaster.java ########## @@ -355,6 +355,9 @@ public void run() { // manager of assignment nodes in zookeeper private AssignmentManager assignmentManager; + // Cache of meta locations indexed by replicas + private MetaRegionLocationCache metaRegionLocationCache; Review comment: Can this be final? ---------------------------------------------------------------- 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: us...@infra.apache.org With regards, Apache Git Services