markt-asf commented on PR #545:
URL: https://github.com/apache/tomcat/pull/545#issuecomment-1226902105

   I think this is a better approach than the current code that uses a Thread. 
Therefore, I think we can close #544.
   
   I have been reviewing the PR and overall I like it. I have noticed that it 
is possible to lose log messages during shutdown (add a 100ms delay just before 
the call to publish internal to simulate a large backlog). The threading 
approach originally suffered from this problem as well and I think the same 
solution will work (register uses of the AsyncHandler and explicitly shutdown 
the executor during JULI shutdown). I plan on working on this today.


-- 
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.

To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to