Duo Zhang created HBASE-27273: --------------------------------- Summary: 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 Reporter: Duo Zhang
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)