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

Hudson commented on HBASE-8802:
-------------------------------

Integrated in hbase-0.95 #270 (See 
[https://builds.apache.org/job/hbase-0.95/270/])
    HBASE-8802 totalCompactingKVs overflow (Chao Shi) (Revision 1497051)

     Result = FAILURE
sershe : 
Files : 
* 
/hbase/branches/0.95/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/compactions/Compactor.java

                
> 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

Reply via email to