[
https://issues.apache.org/jira/browse/HBASE-16034?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15332329#comment-15332329
]
Dima Spivak commented on HBASE-16034:
-------------------------------------
+1.
> Fix ProcedureTestingUtility#LoadCounter.setMaxProcId()
> -------------------------------------------------------
>
> Key: HBASE-16034
> URL: https://issues.apache.org/jira/browse/HBASE-16034
> Project: HBase
> Issue Type: Sub-task
> Components: proc-v2, test
> Affects Versions: 2.0.0, 1.3.0, 1.2.1
> Reporter: Matteo Bertozzi
> Assignee: Matteo Bertozzi
> Priority: Minor
> Fix For: 2.0.0, 1.3.0, 1.2.2
>
> Attachments: HBASE-16034-v0.patch, HBASE-16034-v1.patch
>
>
> ProcedureTestingUtility LoadCounter.setMaxProcId() implementation is wrong,
> and it ends up not setting the max value
> {code}
> public void setMaxProcId(long maxProcId) {
> - maxProcId = maxProcId;
> + this.maxProcId = maxProcId;
> }
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)