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

[jira] [Updated] (HBASE-27273) Should stop autoRead and skip all the bytes when rpc request too big

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

Duo Zhang updated HBASE-27273:
------------------------------
    Component/s: IPC/RPC

> Should stop autoRead and skip all the bytes when rpc request too big
> --------------------------------------------------------------------
>
>                 Key: HBASE-27273
>                 URL: https://issues.apache.org/jira/browse/HBASE-27273
>             Project: HBase
>          Issue Type: Improvement
>          Components: IPC/RPC
>            Reporter: Duo Zhang
>            Assignee: Duo Zhang
>            Priority: Major
>
> We want to write RequestTooBigException back to client so we will not close the channel immediately after we foud a too big request, but then we will not skip all the bytes so it will casue the decode still running, and also client could still send more bytes which generate a lot of loads on the rpc server, before we finally close the channel.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)