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