[
https://issues.apache.org/jira/browse/HBASE-12961?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Victoria updated HBASE-12961:
-----------------------------
Release Note: Change read and write request count in ServerLoad from int to
long
Status: Patch Available (was: Open)
HMaster web page ui, shows the read/write request per region server. They are
currently displayed by using 32 bit integers. Hence, some time they show as
negative values. Change the type readRequestsCount and writeRequestCount in
ServerLoad.java from int to long. I also added a unit test to test this
scenario.
> Negative values in read and write region server metrics
> --------------------------------------------------------
>
> Key: HBASE-12961
> URL: https://issues.apache.org/jira/browse/HBASE-12961
> Project: HBase
> Issue Type: Bug
> Components: regionserver
> Affects Versions: 2.0.0
> Reporter: Victoria
> Priority: Minor
>
> HMaster web page ui, shows the read/write request per region server. They are
> currently displayed by using 32 bit integers. Hence, if the servers are up
> for a long time the values can be shown as negative.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)