amaliujia edited a comment on pull request #231: URL: https://github.com/apache/incubator-ratis/pull/231#issuecomment-715505860
@runzhiwang thanks for identifying the out-of-order reply. @szetszwo it sounds surprising that the ordering sounds like was guaranteed by the order of replies so potentially because faster code execution, replies could become out-of-order (some replies run faster than earlier ones) . I thought the ordering is maintained by `OrderedStreamAsync`. E.g. there is a sequence number so a reply is available only when all lower sequence numbers have replies. Maybe this is not the case in Ratis. Will take a look on the mechanism for the `OrderedStreamAsync` ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
