[
https://issues.apache.org/jira/browse/HBASE-12444?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14206723#comment-14206723
]
Elliott Clark commented on HBASE-12444:
---------------------------------------
Sorry -1 on this patch.
To get to a long we'll probably have to add a new field in the protobuf. Fill
out both when sending it over the wire and then use the long if it's present.
Otherwise use the other.
However that will inflate the already pretty large cluster messages.
> 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: zhaoyunjiong
> Priority: Minor
> Attachments: 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.3.4#6332)