You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Gary Helmling (JIRA)" <ji...@apache.org> on 2017/11/22 19:42:00 UTC

[jira] [Created] (HBASE-19332) DumpReplicationQueues misreports total WAL size

Gary Helmling created HBASE-19332:
-------------------------------------

             Summary: DumpReplicationQueues misreports total WAL size
                 Key: HBASE-19332
                 URL: https://issues.apache.org/jira/browse/HBASE-19332
             Project: HBase
          Issue Type: Bug
          Components: Replication
            Reporter: Gary Helmling
            Assignee: Gary Helmling
            Priority: Trivial


DumpReplicationQueues uses an int to collect the total WAL size for a queue.  Predictably, this overflows much of the time.  Let's use a long instead.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)