Luigi Pellico created LOG4J2-2886:
-------------------------------------

             Summary: File Hangs wen Rolling file on log4j
                 Key: LOG4J2-2886
                 URL: https://issues.apache.org/jira/browse/LOG4J2-2886
             Project: Log4j 2
          Issue Type: Bug
          Components: Log4j-Audit
    Affects Versions: 2.9.1
         Environment: Java 8, log4j 2.9.1, Linux radhat 7, Websphere 
Application Server 8.5.5.14
            Reporter: Luigi Pellico


expose my question

Enviroment:

Java 8, log4j 2.9.1, Linux radhat 7, Websphere Application Server 8.5.5.14

Problem:

wen rolling file log the rolled file hangs. Only Websphere Application Server 
restar resolve problem and empty file system from hangs file.

This proble cause full disk space.
try:

try to change appender mode but problem remain try solution on this similar 
question:
 * [How can I get log4j to delete old rotating log 
files?|https://stackoverflow.com/questions/1050256/how-can-i-get-log4j-to-delete-old-rotating-log-files]
 * [Log4j2 Rolled Files that are deleted are still open and disk space not 
freed|https://stackoverflow.com/questions/27855869/log4j2-rolled-files-that-are-deleted-are-still-open-and-disk-space-not-freed]

Other info:

File are deleted but space is not free:
{{$ /usr/sbin/lsof | grep deleted}}
java 114u REG 253,12 191 8814849 /var/log/archive/.log (deleted)

This is log4j configuration:
 {{<RollingRandomAccessFile name="<filename>" fileName="/<filename>.log"        
filePattern="/archive/<filename>%d\{yyyy-MM-dd}-%i.log.gz"><ThresholdFilter 
level="ERROR" onMatch="ACCEPT" onMismatch="DENY"/><!-- Log pattern layout 
--><PatternLayout><pattern>|%X{traceID}|%m%n</pattern></PatternLayout><!-- File 
size policy --><Policies><TimeBasedTriggeringPolicy 
/><SizeBasedTriggeringPolicy size="150 
MB"/></Policies><DefaultRolloverStrategy><Delete basePath="/archive/" 
maxDepth="2"><IfFileName glob="<filename>*.trace.gz" /><IfLastModified age="7d" 
/></Delete></DefaultRolloverStrategy></RollingRandomAccessFile>}}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to