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

VisibilityController returns the wrong value for preBalanceSwitch()

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 1.0.0, 0.98.5, 2.0.0
    • 0.99.0, 0.98.6
    • Coprocessors
    • None
    • Reviewed

    Description

      VisibilityController returns false instead of the newValue for the preBalanceSwitch() call.

      VisibilityController extends both RegionObserver and MasterObserver, unfortunately only 1 of the two can use the Base implementation. in this case the BaseRegionObserver is used and all most of the MasterObserver methods are a noop. Any idea on how to avoid reimplementing all the interface methods as noop, and avoid problems like the preBalanceSwitch()?

      Attachments

        1. HBASE-11755-v0.patch
          0.7 kB
          Matteo Bertozzi

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved: