szetszwo commented on PR #842: URL: https://github.com/apache/ratis/pull/842#issuecomment-1456695361
@SzyWilliam , I think you are looking at a timeout + limiting pending request mechanism. - Support the pending request limit is L. - The timeout T should be long enough for processing L requests. - If the number of pending request < L, a request is sent out with the timeout T. - If the number of pending request == L, a request enters a wait queue before sending it out. -- 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]
