ptupitsyn opened a new pull request, #7926:
URL: https://github.com/apache/ignite-3/pull/7926

   Disable automatic `discardReadBytes` in Netty to fix a race condition and 
data corruption caused by concurrent buffer modification:
   * Netty calls `discardSomeReadBytes` on IO thread, which changes 
`readerIndex`
   * `TcpClientChannel.asyncContinuationExecutor` decodes the response on 
another thread, which also uses and changes `readerIndex`
   
   https://issues.apache.org/jira/browse/IGNITE-28413


-- 
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]

Reply via email to