[
https://issues.apache.org/jira/browse/HBASE-19069?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16216688#comment-16216688
]
Hudson commented on HBASE-19069:
--------------------------------
FAILURE: Integrated in Jenkins build HBase-2.0 #740 (See
[https://builds.apache.org/job/HBase-2.0/740/])
HBASE-19069 Do not wrap the original CompactionLifeCycleTracker when (zhangduo:
rev a6f89f029a78a37eb84e4908b9975118e3050603)
* (edit)
hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/CompactSplit.java
* (edit)
hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/TestCompactionLifeCycleTracker.java
> 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
> Assignee: Duo Zhang
> Priority: Blocker
> Fix For: 2.0.0-alpha-4
>
> Attachments: HBASE-19069.patch, HBASE-19069.patch
>
>
> 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)