Details

    • Sub-task
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 1.3.0, 1.2.1, 2.0.0
    • 1.3.0, 1.2.2, 2.0.0
    • proc-v2, test
    • None

    Description

      ProcedureTestingUtility LoadCounter.setMaxProcId() implementation is wrong, and it ends up not setting the max value

           public void setMaxProcId(long maxProcId) {
      -      maxProcId = maxProcId;
      +      this.maxProcId = maxProcId;
           }
      

      Attachments

        1. HBASE-16034-v1.patch
          0.6 kB
          Matteo Bertozzi
        2. HBASE-16034-v0.patch
          1 kB
          Matteo Bertozzi

        Activity

          People

            mbertozzi Matteo Bertozzi
            mbertozzi Matteo Bertozzi
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: