You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Sebb (JIRA)" <ji...@apache.org> on 2010/02/08 19:02:27 UTC

[jira] Created: (LOGGING-135) Thread-safety improvements

Thread-safety improvements
--------------------------

                 Key: LOGGING-135
                 URL: https://issues.apache.org/jira/browse/LOGGING-135
             Project: Commons Logging
          Issue Type: Bug
            Reporter: Sebb


The LogKitLogger.logger field is not final or volatile so changes are not guaranteed to be published.
This includes calls to getLogger(), so two different threads using the same instance can theoretically both create the logger.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.