Viraj Jasani created HBASE-24024: ------------------------------------ Summary: Optionally reject request with very high no of rows Key: HBASE-24024 URL: https://issues.apache.org/jira/browse/HBASE-24024 Project: HBase Issue Type: Improvement Reporter: Viraj Jasani Assignee: Viraj Jasani
As part of multi() request, RegionServer might receive requests with higher rows than row size threshold defined by hbase.rpc.rows.warning.threshold, and we provide warning log. To improve CPU consumption, we should introduce a config that would let RegionServer reject such requests other than providing warning log. This is an attempt to not let any client overburden CPU computation available to RegionServers. -- This message was sent by Atlassian Jira (v8.3.4#803005)