Apache9 commented on code in PR #4556:
URL: https://github.com/apache/hbase/pull/4556#discussion_r906148912
##########
hbase-server/src/main/java/org/apache/hadoop/hbase/replication/regionserver/ReplicationSourceWALReader.java:
##########
@@ -178,6 +183,7 @@ protected final boolean addEntryToBatch(WALEntryBatch
batch, Entry entry) {
}
LOG.trace("updating TimeStampOfLastAttempted to {}, from entry {}, for
source queue: {}",
entry.getKey().getWriteTime(), entry.getKey(), this.source.getQueueId());
+ updateReplicationMarkerEdit(entry, batch.getLastWalPosition());
Review Comment:
Ah, read the design doc again, we do not need to persist the mark in source
cluster.
--
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]