SzyWilliam opened a new pull request, #738: URL: https://github.com/apache/ratis/pull/738
## What changes were proposed in this pull request? Add a new server RPC type: readIndex. This RPC is sent from follower to leader for asking current readIndex. When a follower receives a linearizable read request, it should first obtain readIndex through this RPC, and then wait forstatemachine to advance and read. ## What is the link to the Apache JIRA https://issues.apache.org/jira/browse/RATIS-1701 -- 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]
