http://bugzilla.slf4j.org/show_bug.cgi?id=325
Priority: P5
Bug ID: 325
Assignee: [email protected]
Summary: BasicMDCAdapter leaks MDC information to non-child
threads
Severity: major
Classification: Unclassified
OS: Linux
Reporter: [email protected]
Hardware: All
Status: NEW
Version: 1.7.x
Component: jul-to-slf4j
Product: SLF4J
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.
--
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
slf4j-dev mailing list
[email protected]
http://mailman.qos.ch/mailman/listinfo/slf4j-dev