You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@logging.apache.org by GitBox <gi...@apache.org> on 2019/07/29 02:39:53 UTC

[GitHub] [logging-log4j2] rgoers edited a comment on issue #298: Synchronize before looping over synchronized collection

rgoers edited a comment on issue #298: Synchronize before looping over synchronized collection
URL: https://github.com/apache/logging-log4j2/pull/298#issuecomment-515824261
 
 
   Have you actually encountered a problem? If so, please file a Jira issue with the stack trace. In reviewing the code all that is happening is that any status messages that were accumulated during the time the Configuration object was created up to the time the StatusLogger is available are being logged. When this method gets control nothing should be generating new status messages so there shouldn't be a problem.
   
   That said, this fix doesn't do any harm.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services