You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by GitBox <gi...@apache.org> on 2022/08/01 12:21:19 UTC

[GitHub] [hbase] anmolnar commented on a diff in pull request #4666: HBASE-26666 Add native TLS encryption support to RPC server/client

anmolnar commented on code in PR #4666:
URL: https://github.com/apache/hbase/pull/4666#discussion_r934465287


##########
hbase-client/src/main/java/org/apache/hadoop/hbase/ipc/NettyRpcClient.java:
##########
@@ -81,4 +96,31 @@ protected void closeInternal() {
       group.shutdownGracefully();
     }
   }
+
+  private ByteBufAllocator getByteBufAllocator(Configuration conf) throws IOException {

Review Comment:
   Yes, it's related. I need a ByteBufAllocator [here](https://github.com/apache/hbase/pull/4666/files#diff-992c1a6e405b5e258665b955d3f15df00944e3694ad52e92d739b10cd8df3409R295).



-- 
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-unsubscribe@hbase.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org