Matteo Bertozzi created HBASE-16034:
---------------------------------------
Summary: 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: 1.2.1, 2.0.0, 1.3.0
Reporter: Matteo Bertozzi
Assignee: Matteo Bertozzi
Priority: Minor
Fix For: 2.0.0, 1.3.0, 1.2.2
Attachments: HBASE-16034-v0.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)