[
https://issues.apache.org/jira/browse/HBASE-27391?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Bryan Beaudreault updated HBASE-27391:
--------------------------------------
Assignee: Bryan Beaudreault
Labels: patch-available (was: )
Status: Patch Available (was: Open)
This created a massive amount of log spam in our environment, when running the
default state of having client pushback disabled. The spam was enough to show
up as a non-trivial amount of time on flamegraphs. This PR eliminates the log
spam and time spent.
> Downgrade ERROR log to DEBUG in ConnectionUtils.updateStats
> -----------------------------------------------------------
>
> Key: HBASE-27391
> URL: https://issues.apache.org/jira/browse/HBASE-27391
> Project: HBase
> Issue Type: Improvement
> Reporter: Bryan Beaudreault
> Assignee: Bryan Beaudreault
> Priority: Major
> Labels: patch-available
> Fix For: 2.5.1
>
>
> This method logs with ERROR level if the MultiResponse does not include
> RegionLoadStats. These stats may be disabled on the server side, and really
> this doesn't seem like an error state. We should downgrade to DEBUG since
> it's an optional feature that is not enabled by default.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)