jono-morris opened a new pull request, #11275: URL: https://github.com/apache/camel/pull/11275
Potential race condition when processing concurrent exchanges. When processing multiple small exchanges in quick succession and there was no shared-state to aggregate exchanges, if an initial exchange acquired the lock and set the shared state and a subsequent exchange immediately followed after the lock was released the data would be lost. -- 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: commits-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org