bbeaudreault commented on code in PR #6447:
URL: https://github.com/apache/hbase/pull/6447#discussion_r1843763802
##########
hbase-server/src/main/java/org/apache/hadoop/hbase/ipc/ServerRpcConnection.java:
##########
@@ -366,13 +366,16 @@ public void processOneRpc(ByteBuff buf) throws
IOException, InterruptedException
processConnectionHeader(buf);
callCleanupIfNeeded();
this.connectionHeaderRead = true;
+ this.rpcServer.getRpcCoprocessorHost().preAuthorizeConnection();
Review Comment:
i wonder if there's anything else we can send in here? We have the
RequestHeader at this point, and maybe the IP address?
--
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]