[
https://issues.apache.org/jira/browse/HBASE-8652?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13788788#comment-13788788
]
Hadoop QA commented on HBASE-8652:
----------------------------------
{color:red}-1 overall{color}. Here are the results of testing the latest
attachment
http://issues.apache.org/jira/secure/attachment/12607274/HBASE-8652-v2.patch
against trunk revision .
{color:green}+1 @author{color}. The patch does not contain any @author
tags.
{color:red}-1 tests included{color}. The patch doesn't appear to include
any new or modified tests.
Please justify why no new tests are needed for this
patch.
Also please list what manual steps were performed to
verify this patch.
{color:red}-1 patch{color}. The patch command could not apply the patch.
Console output:
https://builds.apache.org/job/PreCommit-HBASE-Build/7487//console
This message is automatically generated.
> Number of compacting KVs is not reset at the end of compaction
> --------------------------------------------------------------
>
> Key: HBASE-8652
> URL: https://issues.apache.org/jira/browse/HBASE-8652
> Project: HBase
> Issue Type: Bug
> Components: Compaction
> Reporter: Ted Yu
> Assignee: Gustavo Anatoly
> Priority: Minor
> Fix For: 0.98.0
>
> Attachments: HBASE-8652.patch, HBASE-8652-v2.patch
>
>
> Looking at master:60010/master-status#compactStas , I noticed that 'Num.
> Compacting KVs' column stays unchanged at non-zero value(s).
> In DefaultCompactor#compact(), we have this at the beginning:
> {code}
> this.progress = new CompactionProgress(fd.maxKeyCount);
> {code}
> But progress.totalCompactingKVs is not reset at the end of compact().
--
This message was sent by Atlassian JIRA
(v6.1#6144)