-
Type:
Sub-task
-
Status: Resolved
-
Priority:
Blocker
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 2.0.0-alpha-4, 2.0.0
-
Component/s: Compaction, Coprocessors
-
Labels:None
-
Hadoop Flags:Reviewed
My fault...
The UT added in HBASE-18989 does not follow the new rule so the CP is not loaded actually... When fixed the UT fails...
The reason is that I use a wrapped CompactionLifeCycleTracker for implementing CompactionLifeCycleTracker. Obviously this is not the correct approach as we need to pass the original one to CP hooks...
Let me fix.