terrytlu commented on code in PR #6260:
URL: https://github.com/apache/hbase/pull/6260#discussion_r2060150141


##########
hbase-server/src/main/java/org/apache/hadoop/hbase/replication/regionserver/ReplicationSourceManager.java:
##########
@@ -649,6 +655,40 @@ public void 
logPositionAndCleanOldLogs(ReplicationSourceInterface source,
     cleanOldLogs(walName, entryBatch.isEndOfFile(), source);
   }
 
+  public void postAppend(final long size, final long time, final WALKey logkey,

Review Comment:
   sorry for the late reply, already fixed this.



-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to