apurtell commented on a change in pull request #2658:
URL: https://github.com/apache/hbase/pull/2658#discussion_r527105438
##########
File path:
hbase-server/src/main/java/org/apache/hadoop/hbase/ipc/RpcServerInterface.java
##########
@@ -78,6 +78,15 @@
*/
void addCallSize(long diff);
+ /**
+ * It was removed in HBASE-24174 and added back in HBASE-25285 for
compactibility concern.
+ * NOTICE: implementations should call {@link
#refreshAuthManager(Configuration, PolicyProvider)}
+ * for correctness.
+ * @param pp PolicyProvider
+ */
+ @VisibleForTesting
Review comment:
Add a Deprecated annotation. Can be done at commit time.
----------------------------------------------------------------
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]