You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Chao Shi (JIRA)" <ji...@apache.org> on 2013/06/25 12:09:19 UTC

[jira] [Created] (HBASE-8802) totalCompactingKVs overflow

Chao Shi created HBASE-8802:
-------------------------------

             Summary: totalCompactingKVs overflow
                 Key: HBASE-8802
                 URL: https://issues.apache.org/jira/browse/HBASE-8802
             Project: HBase
          Issue Type: Bug
            Reporter: Chao Shi
            Priority: Trivial
         Attachments: hbase-8802.patch

I happened to get a very large region (mistakely bulk loading tons of HFile into a signle region). When it's getting compacted, the webUI shows a overflow totalCompactingKVs. I found this is due to Compactor#FileDetails#maxKeyCount is int32. It is not a big deal that this variable is only used for displaying compaction progress and everywhere else uses long.

totalCompactingKVs=1909276739, currentCompactedKVs=11308733425, 

--
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