You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2020/10/30 10:23:23 UTC

[GitHub] [camel] zbendhiba opened a new pull request #4540: CAMEL-15718: Camel lumberjack server component not thread safe

zbendhiba opened a new pull request #4540:
URL: https://github.com/apache/camel/pull/4540


   PR to resolve the problem of wrong ACKs or incomplete while processing multiple parallel windows within the same session. 
   Each channel/session is thread safe in Netty. However, while using lumberjack component, one single session can process multiple windows in parallel, and that causes mess while updating session data.
   My solution to that : for each Lumberjack session, a new window to process has to wait the ACK sent from the previous one, if exists. In that way, we can assure that session data are not changed by another process.     
   


----------------------------------------------------------------
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:
users@infra.apache.org