zhixinwen commented on PR #3061: URL: https://github.com/apache/kvrocks/pull/3061#issuecomment-3101241915
> Another approach is like the Redis behavior, which sends `REPLCONF ACK` periodically(every second) in replica, and the master can also send `REPLCONF GETACK` to ask replicas reply the offset ASAP after the WAIT command. > This approach did not work well as I mentioned in the PR description. I think in order to make it work, master should send `REPLCONF ACK` once and only after it has sent the change that would unblock the replica. It may add other overhead. Let me know if you have a better way @git-hulk -- 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]
