Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
Commons Log 2.0.6
-
None
Description
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.