shahrs87 commented on code in PR #5695: URL: https://github.com/apache/hbase/pull/5695#discussion_r1503642618
########## hbase-server/src/main/java/org/apache/hadoop/hbase/security/access/AccessController.java: ########## @@ -1203,12 +1203,6 @@ public void preDecommissionRegionServers(ObserverContext<MasterCoprocessorEnviro requirePermission(ctx, "decommissionRegionServers", Action.ADMIN); } - @Override Review Comment: Updated to Action.READ. However I am curious to know the difference between removing this method vs having a no-op method? > And also to start a discussion thread on dev list about this. Created a thread here. https://lists.apache.org/thread/vcf50plmsx59yh4fyvsfpo7xht4rbhz8 -- 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: issues-unsubscr...@hbase.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org