[
https://issues.apache.org/jira/browse/HBASE-11979?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14240397#comment-14240397
]
Hudson commented on HBASE-11979:
--------------------------------
SUCCESS: Integrated in HBase-0.98-on-Hadoop-1.1 #698 (See
[https://builds.apache.org/job/HBase-0.98-on-Hadoop-1.1/698/])
HBASE-11979 Compaction progress reporting is wrong (Esteban Gutierrez)
(apurtell: rev cb88d78f06cfafd75b523b47c35c2e54a1743b25)
*
hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/compactions/Compactor.java
> Compaction progress reporting is wrong
> --------------------------------------
>
> Key: HBASE-11979
> URL: https://issues.apache.org/jira/browse/HBASE-11979
> Project: HBase
> Issue Type: Bug
> Reporter: Andrew Purtell
> Assignee: Esteban Gutierrez
> Priority: Minor
> Fix For: 1.0.0, 2.0.0, 0.98.9
>
> Attachments: HBASE-11979.v0.patch
>
>
> This is a long standing problem and previously could be observed in
> regionserver metrics, but, we recently added logging for long running
> compactions, and this has exposed the issue in a new way, e.g.
> {noformat}
> 2014-09-15 14:20:59,450 DEBUG
> [regionserver8120-largeCompactions-1410813534627]
> compactions.Compactor: Compaction progress: 22683625/6808179 (333.18%),
> rate=162.08 kB/sec
> {noformat}
> The 'rate' reported in such logging is consistent and what we were really
> after, but the progress indication is clearly broken and should be fixed.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)