[jira] [Commented] (LOG4J2-2741) Log files are (sometimes) overwritten during rolling when using CronTriggeringPolicy

2019-12-20 Thread Andreas Huber (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-2741?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17001001#comment-17001001 ] Andreas Huber commented on LOG4J2-2741: --- Please have a look at https://github.com/

[jira] [Work logged] (LOG4J2-2741) Log files are (sometimes) overwritten during rolling when using CronTriggeringPolicy

2019-12-20 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-2741?focusedWorklogId=361719&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-361719 ] ASF GitHub Bot logged work on LOG4J2-2741: -- Author: ASF GitHub Bot

[GitHub] [logging-log4j2] ahr-huber opened a new pull request #323: LOG4J2-2741 - Fix race condition in computation of prevFireTime in Cr…

2019-12-20 Thread GitBox
ahr-huber opened a new pull request #323: LOG4J2-2741 - Fix race condition in computation of prevFireTime in Cr… URL: https://github.com/apache/logging-log4j2/pull/323 …onTriggeringPolicy There was a race condition in the computation of prevFireTime - which is used as time for th

[jira] [Work logged] (LOG4J2-2677) DeleteAction race results in failure to delete rolled files

2019-12-20 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-2677?focusedWorklogId=361707&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-361707 ] ASF GitHub Bot logged work on LOG4J2-2677: -- Author: ASF GitHub Bot

[GitHub] [logging-log4j2] carterkozak commented on issue #322: LOG4J2-2677: Rollover and Deletion handle file deletions gracefully

2019-12-20 Thread GitBox
carterkozak commented on issue #322: LOG4J2-2677: Rollover and Deletion handle file deletions gracefully URL: https://github.com/apache/logging-log4j2/pull/322#issuecomment-567973260 Still needs a changelog and tests, not ready to merge.

[jira] [Commented] (LOG4J2-2677) DeleteAction race results in failure to delete rolled files

2019-12-20 Thread Carter Kozak (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-2677?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17000965#comment-17000965 ] Carter Kozak commented on LOG4J2-2677: -- I took a quick look, this will be difficult

[jira] [Work logged] (LOG4J2-2677) DeleteAction race results in failure to delete rolled files

2019-12-20 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-2677?focusedWorklogId=361693&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-361693 ] ASF GitHub Bot logged work on LOG4J2-2677: -- Author: ASF GitHub Bot

[GitHub] [logging-log4j2] carterkozak opened a new pull request #322: LOG4J2-2677: Rollover and Deletion handle file deletions gracefully

2019-12-20 Thread GitBox
carterkozak opened a new pull request #322: LOG4J2-2677: Rollover and Deletion handle file deletions gracefully URL: https://github.com/apache/logging-log4j2/pull/322 It's common for multiple appenders to write (and roll) log files into a single directory. When these appenders are also r

[jira] [Commented] (LOG4J2-2677) DeleteAction race results in failure to delete rolled files

2019-12-20 Thread Carter Kozak (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-2677?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17000955#comment-17000955 ] Carter Kozak commented on LOG4J2-2677: -- Thanks [~Anthon], I'll take a look over the

[jira] [Assigned] (LOG4J2-2677) DeleteAction race results in failure to delete rolled files

2019-12-20 Thread Carter Kozak (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-2677?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carter Kozak reassigned LOG4J2-2677: Assignee: Carter Kozak > DeleteAction race results in failure to delete rolled files > --

[jira] [Commented] (LOG4J2-2677) DeleteAction race results in failure to delete rolled files

2019-12-20 Thread Anthon (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-2677?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17000906#comment-17000906 ] Anthon commented on LOG4J2-2677: Hello All, I observe the same issue when two processes