[ https://issues.apache.org/jira/browse/LOG4J2-2629?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16865211#comment-16865211 ]
ASF subversion and git services commented on LOG4J2-2629: --------------------------------------------------------- Commit fbd8be95b00d0bb55cd0895bc3dc0b00787cecfd in logging-log4j2's branch refs/heads/master from Carter Kozak [ https://gitbox.apache.org/repos/asf?p=logging-log4j2.git;h=fbd8be9 ] LOG4J2-2629: Avoid losing log events when the PurgePolicy races a log event > RoutingAppender + purge policy race results in attempts to append to a closed > appender > -------------------------------------------------------------------------------------- > > Key: LOG4J2-2629 > URL: https://issues.apache.org/jira/browse/LOG4J2-2629 > Project: Log4j 2 > Issue Type: Bug > Reporter: Carter Kozak > Assignee: Carter Kozak > Priority: Major > Time Spent: 40m > Remaining Estimate: 0h > > Using the RoutingAppender with an idle timeout policy results in > intermittently logging: > {noformat} > ERROR Attempted to append to non-started appender <name>{noformat} > Encountered in combination with IdlePurgePolicy. > -- This message was sent by Atlassian JIRA (v7.6.3#76005)