szetszwo commented on pull request #231: URL: https://github.com/apache/incubator-ratis/pull/231#issuecomment-715623720
> ... it sounds surprising that the ordering sounds like was guaranteed by the order of replies ... There is a bug in NettyServerStreamRpc.getServerHandler(). The replies are sent asynchronously so that the replies can be sent out of order. The current reply should wait for the previous reply as shown in 61c63e6f3aa25dc7f6730d2106fb7bd451f610ad . ---------------------------------------------------------------- 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]
