[
https://issues.apache.org/jira/browse/HBASE-27185?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17565207#comment-17565207
]
Andrew Kyle Purtell commented on HBASE-27185:
---------------------------------------------
bq. Since we agree that NettyRpcServer is the future and SimpleRpcServer should
be deprecated and finally removed, let's first implement dedicated rpc request
decoder for netty.
+1
The saslReadAndProcess as is today can be cloned and eventually made private to
SimpleRpcServer in branch-2s, removed in branch-3 and master.
> Rewrite NettyRpcServer to decode rpc request with netty handler
> ---------------------------------------------------------------
>
> Key: HBASE-27185
> URL: https://issues.apache.org/jira/browse/HBASE-27185
> Project: HBase
> Issue Type: Improvement
> Components: netty, rpc
> Reporter: Duo Zhang
> Priority: Major
>
> This is a follow on issue of HBASE-26708.
> The memory leaks happens in the saslReadAndProcess method. It does not follow
> a typical netty style so it is more likely to introduce bugs.
> Since we agree that NettyRpcServer is the future and SimpleRpcServer should
> be deprecated and finally removed, let's first implement dedicated rpc
> request decoder for netty.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)