You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@logging.apache.org by "Ralph Goers (Jira)" <ji...@apache.org> on 2020/02/16 00:29:00 UTC

[jira] [Closed] (LOG4J2-2782) Use LinkedBlockingQueue instead of synchronized collection in StatusConfiguration

     [ https://issues.apache.org/jira/browse/LOG4J2-2782?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ralph Goers closed LOG4J2-2782.
-------------------------------
    Resolution: Fixed

> Use LinkedBlockingQueue instead of synchronized collection in StatusConfiguration
> ---------------------------------------------------------------------------------
>
>                 Key: LOG4J2-2782
>                 URL: https://issues.apache.org/jira/browse/LOG4J2-2782
>             Project: Log4j 2
>          Issue Type: Improvement
>          Components: Core
>    Affects Versions: 2.13.0
>            Reporter: Ralph Goers
>            Priority: Major
>             Fix For: 2.13.1
>
>
> StatusConfiguration uses a synchronized collection but then iterates over it without synchronizing. Using a class from java.util.concurrent would solve this.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)