-
Type:
Bug
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 1.0.0, 0.98.5, 2.0.0
-
Component/s: Coprocessors
-
Labels:None
-
Hadoop Flags:Reviewed
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()?