[ https://issues.apache.org/jira/browse/LOG4J2-280?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13691361#comment-13691361
]
Ralph Goers commented on LOG4J2-280:
------------------------------------
Actually, the fix for this is most likely to have the AsyncThread constructor do
this.setDaemon(true);
> AsynchAppender's AsynchThread blocks Tomcat shutdown
> ----------------------------------------------------
>
> Key: LOG4J2-280
> URL: https://issues.apache.org/jira/browse/LOG4J2-280
> Project: Log4j 2
> Issue Type: Bug
> Environment: Log4j 2.0 beta 4, Tomcat 6, Java 6 @ Mac OS X
> Reporter: Matej Vitásek
>
> Since I added an AsynchAppender to my configuration (to send mails with errors asynchronously),
my Tomcat refuses to shut down nicely. It always freezes on a line like this:
> ...
> Jun 11, 2013 6:57:04 PM org.apache.coyote.http11.Http11Protocol destroy
> INFO: Stopping Coyote HTTP/1.1 on http-8080
> Jun 11, 2013 6:57:04 PM org.apache.coyote.http11.Http11Protocol destroy
> INFO: Stopping Coyote HTTP/1.1 on http-8443
> At this point, there is a non-daemon thread called "Thread-2" that, if I kill, Tomcat
stops nicely.
> I have traced this issue to the AsynchThread in AsynchAppender, and if I stop using it
in my configuration, Tomcat stops nicely again.
> Could you tell me what additional information I may provide to help track down this issue?
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: log4j-dev-unsubscribe@logging.apache.org
For additional commands, e-mail: log4j-dev-help@logging.apache.org
|