You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Jean-Marc Spaggiari (JIRA)" <ji...@apache.org> on 2013/12/11 22:45:08 UTC

[jira] [Commented] (HBASE-10133) ReplicationSource currentNbOperations overflows

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

Jean-Marc Spaggiari commented on HBASE-10133:
---------------------------------------------

This value represent "Current number of operations (Put/Delete) that we need to replicate". That mean that you went over 2,147,483,647 operations in the queue??? I'm not sure to get how this can overflow. Can you please provide more details on the situation?

Thanks.

> ReplicationSource currentNbOperations overflows 
> ------------------------------------------------
>
>                 Key: HBASE-10133
>                 URL: https://issues.apache.org/jira/browse/HBASE-10133
>             Project: HBase
>          Issue Type: Bug
>    Affects Versions: 0.95.0, 0.96.0, 0.94.14
>            Reporter: churro morales
>            Priority: Minor
>
> Noticed in the logs we had lines like this: 
> 2013-12-11 00:02:00,343 DEBUG org.apache.hadoop.hbase.replication.regionserver.ReplicationSource: currentNbOperations:-1341767084 and seenEntries:0 and size: 0
> Maybe this value should be reset after we ship our edits this value should get adjusted.  Either that or convert from an int to a long.  
> As this is a jmx metric I feel its important to get this correct.



--
This message was sent by Atlassian JIRA
(v6.1.4#6159)