You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Duo Zhang (JIRA)" <ji...@apache.org> on 2017/10/23 10:36:00 UTC

[jira] [Created] (HBASE-19069) Do not wrap the original CompactionLifeCycleTracker when calling CP hooks

Duo Zhang created HBASE-19069:
---------------------------------

             Summary: Do not wrap the original CompactionLifeCycleTracker when calling CP hooks
                 Key: HBASE-19069
                 URL: https://issues.apache.org/jira/browse/HBASE-19069
             Project: HBase
          Issue Type: Sub-task
          Components: Compaction, Coprocessors
            Reporter: Duo Zhang
            Priority: Blocker


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.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)