Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
GH-9623: Fix
ThreadStatePropagationChannelInterceptor
for concurrency
Fixes: #9623 Issue link: #9623 The `ConcurrentModificationException` is thrown from the `ThreadStatePropagationChannelInterceptor.MessageWithThreadState.stateQueue` which is a not thread-safe `LinkedList` * Fix `ThreadStatePropagationChannelInterceptor.MessageWithThreadState.stateQueue` to be a `LinkedBlockingQueue` instead (cherry picked from commit ba57ee8)
- Loading branch information