symious opened a new pull request, #989: URL: https://github.com/apache/ratis/pull/989
## What changes were proposed in this pull request? In "https://github.com/apache/ratis/blob/9bd82aa2aa125a749b9357f208dd66533f43374c/ratis-common/src/main/java/org/apache/ratis/util/SlidingWindow.java#L363", the else block should not be reached, since only the first request is send out, all other request are still in the "delayedRequests", we can not receive out-of-order replies if "firstReplied" is not set. ## What is the link to the Apache JIRA https://issues.apache.org/jira/browse/RATIS-1968 Please replace this section with the link to the Apache JIRA) ## How was this patch tested? No tests. -- 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]
