You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Bryan Beaudreault (Jira)" <ji...@apache.org> on 2022/12/14 15:49:00 UTC

[jira] [Updated] (HBASE-27534) Determine too large requests by response block size rather than cell size

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

Bryan Beaudreault updated HBASE-27534:
--------------------------------------
    Description: 
We send responses that are too slow or too large to the slow log. The too large is currently based on the response cell size, but the response block size is actually more important for performance. We should enhance the threshold check to use the response block size (or maybe check both sizes).

As part of this, we should also add the response block size to the slow log entries.

  was:We send responses that are too slow or too large to the slow log. The too large is currently based on the response cell size, but the response block size is actually more important for performance. We should enhance the threshold check to use the response block size (or maybe check both sizes).


> Determine too large requests by response block size rather than cell size
> -------------------------------------------------------------------------
>
>                 Key: HBASE-27534
>                 URL: https://issues.apache.org/jira/browse/HBASE-27534
>             Project: HBase
>          Issue Type: Improvement
>            Reporter: Bryan Beaudreault
>            Priority: Major
>              Labels: slowlog
>
> We send responses that are too slow or too large to the slow log. The too large is currently based on the response cell size, but the response block size is actually more important for performance. We should enhance the threshold check to use the response block size (or maybe check both sizes).
> As part of this, we should also add the response block size to the slow log entries.



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