chibenwa opened a new pull request, #2138:
URL: https://github.com/apache/james-project/pull/2138

   The ChunkStream Netty abstraction makes it clear it needs a reliable 
implementation of `available()` method which is not the case today: always 
return 0 and needlessly block most of the time.
   
   This attempt tries to enhance the overall working of this class.
   
   Note: Unit test passes but the Distributed integration tests randomly fails. 
5% of the time part of the message is missing causing failures. I suspect a 
data race between the subscription and consumption which happens on distinct 
threads.


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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to