bluedenim/log4j-s3-search

Thread pool executer shutdown not being called.

krishamar91 opened this issue · 3 comments

Hi,

Thread pool shutdown in LoggingEventCache class is not been called during shutdown hook in Log4j2Appender class. This is causing thread leaks and Apache tomcat is not stopping when a stop command is been sent, every time I have to force kill the tomcat process.

Can you please update the shutdown hook to call LoggingEventCache .shutdown()

Thanks! I'll look into it. May even help with #109

Release 3.6.0 should have the fix. Thanks much for the call-out!

Thank You Van.