szetszwo commented on pull request #231: URL: https://github.com/apache/incubator-ratis/pull/231#issuecomment-715409662
@runzhiwang , thanks for digging it up. As you mentioned, the replies are out of order. The problem probably is because the refactoring makes the code run faster since it replaces Java API ByteBuffer.allocateDirect(..) with a faster Netty API PooledByteBufAllocator.DEFAULT.directBuffer(..). Therefore, the replies could go out of order. I will fix it. BTW, I do notice that the test runs faster after the refactoring. ---------------------------------------------------------------- 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]
