Gary Gregory created LOG4J2-1021:
------------------------------------

             Summary: SmtpManager leaves files open until GC when an IO error 
takes place
                 Key: LOG4J2-1021
                 URL: https://issues.apache.org/jira/browse/LOG4J2-1021
             Project: Log4j 2
          Issue Type: Bug
          Components: Appenders, Core
    Affects Versions: 2.3
         Environment: Apache Maven 3.3.3 
(7994120775791599e205a5524ec3e0dfe41d4a06; 2015-04-22T04:57:37-07:00)
Maven home: C:\Java\apache-maven-3.3.3
Java version: 1.7.0_79, vendor: Oracle Corporation
Java home: C:\Program Files\Java\jdk1.7.0_79\jre
Default locale: en_US, platform encoding: Cp1252
OS name: "windows 7", version: "6.1", arch: "amd64", family: "windows"
            Reporter: Gary Gregory
             Fix For: 2.4


The class 
{{org.apache.logging.log4j.core.appender.rolling.action.ZipCompressAction}} 
leaves files open when an IO error takes place. Since {{FileInputStream}} and 
{{FileOutputStream}} have {{finalize()}} methods, the JVM should _eventually_ 
close the appropriate resources though, but perhaps not before the files left 
open cause other problems.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to