You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Duo Zhang (Jira)" <ji...@apache.org> on 2022/07/27 01:24:00 UTC

[jira] [Resolved] (HBASE-27185) Rewrite NettyRpcServer to decode rpc request with netty handler

     [ https://issues.apache.org/jira/browse/HBASE-27185?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Duo Zhang resolved HBASE-27185.
-------------------------------
    Fix Version/s: 2.6.0
                   3.0.0-alpha-4
     Hadoop Flags: Reviewed
       Resolution: Fixed

Pushed to master and branch-2.

Thanks [~sunxin] for reviewing!

> 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
>            Assignee: Duo Zhang
>            Priority: Major
>             Fix For: 2.6.0, 3.0.0-alpha-4
>
>
> 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)