You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Rushabh Shah (Jira)" <ji...@apache.org> on 2021/03/18 20:37:00 UTC

[jira] [Created] (HBASE-25679) Size of log queue metric is incorrect in branch-1

Rushabh Shah created HBASE-25679:
------------------------------------

             Summary: Size of log queue metric is incorrect in branch-1
                 Key: HBASE-25679
                 URL: https://issues.apache.org/jira/browse/HBASE-25679
             Project: HBase
          Issue Type: Improvement
    Affects Versions: 1.7.0
            Reporter: Rushabh Shah


In HBASE-25539 I did some refactoring for adding a new metric "oldestWalAge" and tried to consolidate update to all the metrics related to ReplicationSource class (size of log queue and oldest wal age) at one place.  In that refactoring introduced one bug where I am decrementing twice from size of log queue metric whenever we remove a wal from Replication source queue.

 

We need to fix this only in branch-1.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)