amaliujia commented 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. 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. ---------------------------------------------------------------- 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]
