LogConfigManager: Access to internal configuration maps is not thread-safe
--------------------------------------------------------------------------

                 Key: SLING-1326
                 URL: https://issues.apache.org/jira/browse/SLING-1326
             Project: Sling
          Issue Type: Bug
          Components: Commons
    Affects Versions: Commons Log 2.0.6
            Reporter: Felix Meschberger
            Assignee: Felix Meschberger
             Fix For: Commons Log 2.0.8


The LogConfigManager class has a number of maps to internally manage 
configurations and writers and logger categories. Access to these maps is not 
thread-safe and might lead to endless loops if maps get corrupted.

To fix issue, it would probably be easiest to replace the HashMap obejdcts by 
ConcurrentHashMap objects.

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

Reply via email to