Uploaded image for project: 'HBase'
  1. HBase
  2. HBASE-18169 Coprocessor fix and cleanup before 2.0.0 release
  3. HBASE-18949

Remove the CompactionRequest parameter in preCompactSelection

    XMLWordPrintableJSON

Details

    • Sub-task
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 2.0.0-alpha-4, 2.0.0
    • Coprocessors
    • None
    • Reviewed
    • Remove the CompactionRequest parameter in preCompactSelection as we do not have a CompactionRequest at that time.

    Description

      As we do not have a CompactionRequest yet when pre compaction selection so we always pass a null when calling which is useless...

                override = getCoprocessorHost().preCompactSelection(this, candidatesForCoproc,
                  tracker, null, user);
      

      Attachments

        1. HBASE-18949.patch
          7 kB
          Duo Zhang
        2. HBASE-18949.patch
          7 kB
          Duo Zhang

        Issue Links

          Activity

            People

              psomogyi Peter Somogyi
              zhangduo Duo Zhang
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: