[
https://issues.apache.org/jira/browse/HBASE-13319?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14380120#comment-14380120
]
Nick Dimiduk commented on HBASE-13319:
--------------------------------------
I was wondering if we should be using {{TASKS_PER_CLIENT}} instead of "10" in
more places, such as
{noformat}
- int period = (this.perClientRunRows / 10) == 0? perClientRunRows:
perClientRunRows / 10;
+ long period = (this.perClientRunRows / 10) == 0? perClientRunRows:
perClientRunRows / 10;
{noformat}
> Support 64-bits total row number in PerformanceEvaluation
> ---------------------------------------------------------
>
> Key: HBASE-13319
> URL: https://issues.apache.org/jira/browse/HBASE-13319
> Project: HBase
> Issue Type: Improvement
> Components: Performance
> Reporter: Liu Shaohui
> Assignee: Liu Shaohui
> Priority: Minor
> Fix For: 2.0.0
>
> Attachments: HBASE-13319-trunk-v1.diff
>
>
> Currently the total row number in PerformanceEvaluation is 32 bits. It's not
> enough when testing a large hbase cluster using PerformanceEvaluation in
> mapreduce mode.
> Suggestions are welcomed~ Thanks
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)