[slf4j-dev] [Bug 203] New: BasicMDCAdapter is not thread safe
bugzilla-daemon at pixie.qos.ch
bugzilla-daemon at pixie.qos.ch
Thu Oct 21 11:47:05 CEST 2010
http://bugzilla.slf4j.org/show_bug.cgi?id=203
Summary: BasicMDCAdapter is not thread safe
Product: SLF4J
Version: 1.6.x
Platform: All
OS/Version: All
Status: NEW
Severity: major
Priority: P1
Component: Core API
AssignedTo: slf4j-dev at qos.ch
ReportedBy: raimo.jarvi at gmail.com
org.slf4j.helpers.BasicMDCAdapter is not thread safe, because a thread may
inherit parent thread's context map. Since HashMap is not synchronized, this is
not thread safe.
--
Configure bugmail: http://bugzilla.slf4j.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the slf4j-dev
mailing list