szetszwo commented on PR #1362: URL: https://github.com/apache/ratis/pull/1362#issuecomment-4044302669
> Does this mean that the client needs to keep track of this seenIndex across multiple requests (The idea seems to be similar to readAfterWriteConsistentIndex)? ... Yes, the client has to keep track of its seenIndex. They are similar in the sense the server has to wait for a particular index before serving a read: - readAfterWriteConsistentIndex: the server must wait for all the last write index of that client - seenIndex: the server must wait for the last seen index of the client. The idea is also similar to visibleLength in HDFS client. -- 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]
