ivandika3 commented on PR #1455: URL: https://github.com/apache/ratis/pull/1455#issuecomment-4456540249
Instead of having a certain fixed interval for batching, we can try to follow the "Opportunistic ALR batching" so that we send ReadIndex when read are available. In small workloads, this means that the each read would trigger ReadIndex (batch size 1). However, for larger workloads, the batch can start to be bigger since there are more pending read requests. -- 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]
