Details
-
Bug
-
Resolution: Fixed
-
1.7.x
-
None
-
Operating System: Linux
Platform: All
-
major
-
P5
-
325
Description
BasicMDCAdapter uses a ConcurrentHashMap which is passed by reference from the parent to the child. All child threads then share the same map reference and any modifications by one child is visible to the parent thread and also all other child threads.