You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Matteo Bertozzi (JIRA)" <ji...@apache.org> on 2016/06/15 17:53:09 UTC

[jira] [Created] (HBASE-16034) Fix ProcedureTestingUtility#LoadCounter.setMaxProcId()

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)