Uploaded image for project: 'HBase'
  1. HBase
  2. HBASE-15990

The priority value of subsequent coprocessors in the Coprocessor.Priority.SYSTEM list are not incremented by one

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • None
    • 1.4.0, 0.98.21, 2.0.0
    • None
    • None
    • Reviewed

    Description

      CoprocessorHost.java
      // The Coprocessor.PRIORITY_SYSTEM should be replaced by priority
              this.coprocessors.add(loadInstance(implClass, Coprocessor.PRIORITY_SYSTEM, conf));
              LOG.info("System coprocessor " + className + " was loaded " +
                  "successfully with priority (" + priority++ + ").");
      

      Attachments

        1. HBASE-15990.patch
          4 kB
          Chia-Ping Tsai

        Activity

          People

            chia7712 Chia-Ping Tsai
            chia7712 Chia-Ping Tsai
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: