[
https://issues.apache.org/jira/browse/HBASE-15906?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16496080#comment-16496080
]
Daisuke Kobayashi edited comment on HBASE-15906 at 5/31/18 4:41 AM:
--------------------------------------------------------------------
I am running into this issue even with 1.2 (precisely with CDH 5.14.2). It
seems there's still a gap in:
{{fd.maxKeyCount}}, in
org.apache.hadoop.hbase.regionserver.compactions.Compactor#getFileDetails,
which is for *totalCompactingKVs*
vs.
number of *cells*, in
org.apache.hadoop.hbase.regionserver.compactions.Compactor#performCompaction,
which is for *currentCompactedKVs*
was (Author: daisuke.kobayashi):
I am running into this issue even with 1.2 (precisely CDH 5.14.2). It seems
there's still a gap in:
{{fd.maxKeyCount}}, in
org.apache.hadoop.hbase.regionserver.compactions.Compactor#getFileDetails,
which is for *totalCompactingKVs*
vs.
number of *cells*, in
org.apache.hadoop.hbase.regionserver.compactions.Compactor#performCompaction,
which is for *currentCompactedKVs*
> Compaction reporting is still wrong
> -----------------------------------
>
> Key: HBASE-15906
> URL: https://issues.apache.org/jira/browse/HBASE-15906
> Project: HBase
> Issue Type: Bug
> Components: regionserver
> Affects Versions: 1.1.2
> Reporter: Nick Dimiduk
> Priority: Minor
> Attachments: Untitled.png
>
>
> The RS webUI is reporting my compaction at 140% complete. Looks like there's
> more to it than HBASE-11979. This is seen on HDP, version 1.1.2.2.3.2.0-2950.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)