[ 
https://issues.apache.org/jira/browse/HBASE-8652?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13672331#comment-13672331
 ] 

samar commented on HBASE-8652:
------------------------------

Can we instead just change Heading on the master status page to someting like 
"Total compaction KVs".

or 

instead of resting to show that its done.. We could gracefully display 
(totalCompactingKVs - currentCompactedKVs) which would finally become 0 after 
its 100% complete
                
> 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
>            Reporter: Ted Yu
>            Priority: Minor
>
> 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 is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to