apurtell commented on a change in pull request #2658:
URL: https://github.com/apache/hbase/pull/2658#discussion_r524367235
##########
File path: hbase-server/src/main/java/org/apache/hadoop/hbase/ipc/RpcServer.java
##########
@@ -2357,6 +2357,11 @@ public synchronized void start() {
started = true;
}
+ @Override
+ public void refreshAuthManager(PolicyProvider pp) {
+ // noop
Review comment:
Can we not call the static method from here?
----------------------------------------------------------------
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]