[
https://issues.apache.org/jira/browse/HBASE-12444?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16282407#comment-16282407
]
Hudson commented on HBASE-12444:
--------------------------------
FAILURE: Integrated in Jenkins build HBase-Trunk_matrix #4185 (See
[https://builds.apache.org/job/HBase-Trunk_matrix/4185/])
HBASE-12444 Total number of requests overflow because it's int (chia7712: rev
464e4e80584d33cd6bdd6ba0a281ee8e14f1d052)
* (edit)
hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServer.java
* (edit)
hbase-rest/src/main/java/org/apache/hadoop/hbase/rest/model/StorageClusterStatusModel.java
* (edit) hbase-server/src/main/java/org/apache/hadoop/hbase/util/HBaseFsck.java
* (edit) hbase-client/src/main/java/org/apache/hadoop/hbase/ClusterStatus.java
* (edit)
hbase-rest/src/main/java/org/apache/hadoop/hbase/rest/StorageClusterStatusResource.java
> Total number of requests overflow because it's int
> --------------------------------------------------
>
> Key: HBASE-12444
> URL: https://issues.apache.org/jira/browse/HBASE-12444
> Project: HBase
> Issue Type: Bug
> Components: hbck, master, regionserver
> Reporter: yunjiong zhao
> Assignee: Chia-Ping Tsai
> Priority: Minor
> Fix For: 2.0.0-beta-1
>
> Attachments: HBASE-12444.v0.patch, hbase-12444-v1.patch,
> hbase-12444.patch
>
>
> When running hbck, I noticed "Number of requests" was wrong:
> Average load: 466.41237113402065
> Number of requests: -1835941345
> Number of regions: 45242
> Number of regions in transition: 0
> The root cause is it use int, and clearly it overflowed.
> I'll update a patch later.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)