Remko Popma created LOG4J2-1786:
-----------------------------------
Summary: ConfigurationScheduler should preserve interrupt flag
during shutdown
Key: LOG4J2-1786
URL: https://issues.apache.org/jira/browse/LOG4J2-1786
Project: Log4j 2
Issue Type: Bug
Components: Core
Reporter: Remko Popma
Assignee: Remko Popma
Fix For: 2.8
ConfigurationScheduler catches InterruptedException but does not restore the
interrupted flag. Should be:
{code}
...
} catch (InterruptedException ie) {
...
// Preserve interrupt status
Thread.currentThread().interrupt();
}
{code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]