ivandika3 opened a new pull request, #1433: URL: https://github.com/apache/ratis/pull/1433
## What changes were proposed in this pull request? Currently the dummy request is a WATCH(0) which will trigger client leader failover. In a follower read client scenario, this might cause client to always failover to the leader which reduces the follower read effectiveness. We can try implement a new noop request (some kind of ping request) which simply returns a successful response regardless of the Raft peer role. ## What is the link to the Apache JIRA https://issues.apache.org/jira/browse/RATIS-2497 ## How was this patch tested? UT. -- 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]
