You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by GitBox <gi...@apache.org> on 2021/05/26 16:27:24 UTC

[GitHub] [hbase] shahrs87 commented on a change in pull request #3314: HBASE-25924 Re-compute size of WAL file while removing from WALEntryStream

shahrs87 commented on a change in pull request #3314:
URL: https://github.com/apache/hbase/pull/3314#discussion_r639895591



##########
File path: hbase-hadoop-compat/src/main/java/org/apache/hadoop/hbase/replication/regionserver/MetricsReplicationGlobalSourceSourceImpl.java
##########
@@ -166,6 +166,10 @@ public void incrUncleanlyClosedWALs() {
     uncleanlyClosedWAL.incr(1L);
   }
   @Override
+  public long getUncleanlyClosedWALs() {
+    return uncleanlyClosedWAL.value();
+  }
+  @Override

Review comment:
       Addressed in latest commit.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org