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:10 UTC

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

     [ https://issues.apache.org/jira/browse/HBASE-16034?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Matteo Bertozzi updated HBASE-16034:
------------------------------------
    Attachment: HBASE-16034-v0.patch

> 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
>
>
> 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)