Details
-
Sub-task
-
Status: Closed
-
Blocker
-
Resolution: Fixed
-
None
-
None
-
Reviewed
Description
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.