vy commented on pull request #452: URL: https://github.com/apache/logging-log4j2/pull/452#issuecomment-756195475
> A bit of a challenge to follow the bouncing ball ;-) but I would like to confirm/ask that with the new behavior that flushes events on shutdown, that there is no chance of an app even appearing to hang/delay/wait on shutdown... IOW, when I shutdown my app, I want it to go away _now_ (within a reasonable but _very_ short time). Yes, AFAIC, when `stop()` is called, thread is interrupted to transition from `forwardAll()` to `forwardRemaining()`, where the latter is non-blocking. This is also analogous to the earlier behavior. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org