anmolnar commented on code in PR #7528:
URL: https://github.com/apache/hbase/pull/7528#discussion_r2615576721
##########
hbase-server/src/main/java/org/apache/hadoop/hbase/replication/ReplicationEndpoint.java:
##########
@@ -216,7 +216,7 @@ public int getTimeout() {
* the context are assumed to be persisted in the target cluster.
Review Comment:
That's an interesting idea. @vinayakphegde @ankitsol wdyt?
@Apache9 Let's say the `ReplicationSourceShipper` controls when to record
the offset. How would it know which kind of replication endpoint is it working
with? Need to record the offset after every shipment or use time/size limit?
Shall we make it a new attribute of the endpoints?
--
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]