anchal246 commented on code in PR #6781:
URL: https://github.com/apache/hbase/pull/6781#discussion_r2002971709


##########
hbase-server/src/main/java/org/apache/hadoop/hbase/security/access/AccessController.java:
##########
@@ -701,12 +646,11 @@ public void start(CoprocessorEnvironment env) throws 
IOException {
       if (regionEnv instanceof HasRegionServerServices) {
         RegionServerServices rsServices =
           ((HasRegionServerServices) regionEnv).getRegionServerServices();
-        zkPermissionWatcher = rsServices.getZKPermissionWatcher();
         accessChecker = rsServices.getAccessChecker();
       }
     }
 
-    Preconditions.checkState(zkPermissionWatcher != null, "ZKPermissionWatcher 
is null");
+    //Preconditions.checkState(zkPermissionWatcher != null, 
"ZKPermissionWatcher is null");

Review Comment:
   done



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

To unsubscribe, e-mail: [email protected]

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

Reply via email to