[jira] [Closed] (LOG4J2-2658) Exceptions during compacting in the context of RollingFileAppender are not logged

2019-07-22 Thread Carter Kozak (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-2658?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carter Kozak closed LOG4J2-2658. Verified by [~Christopher Roscoe] on 2.12.1-SNAPSHOT. > Exceptions during compacting in the context o

[jira] [Work logged] (LOG4J2-2656) Add possibility to ignore exception if kafka connection error occurred

2019-07-22 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-2656?focusedWorklogId=280500&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-280500 ] ASF GitHub Bot logged work on LOG4J2-2656: -- Author: ASF GitHub Bot

[GitHub] [logging-log4j2] carterkozak commented on issue #292: LOG4J2-2656: Add support of ignoreKafkaConnectionError flag

2019-07-22 Thread GitBox
carterkozak commented on issue #292: LOG4J2-2656: Add support of ignoreKafkaConnectionError flag URL: https://github.com/apache/logging-log4j2/pull/292#issuecomment-513866416 A workaround might be to use a RoutingAppender with a single default route of the KafkaAppender defined in place. T

[jira] [Work logged] (LOG4J2-2656) Add possibility to ignore exception if kafka connection error occurred

2019-07-22 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-2656?focusedWorklogId=280498&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-280498 ] ASF GitHub Bot logged work on LOG4J2-2656: -- Author: ASF GitHub Bot

[GitHub] [logging-log4j2] rgoers commented on issue #292: LOG4J2-2656: Add support of ignoreKafkaConnectionError flag

2019-07-22 Thread GitBox
rgoers commented on issue #292: LOG4J2-2656: Add support of ignoreKafkaConnectionError flag URL: https://github.com/apache/logging-log4j2/pull/292#issuecomment-513864473 @carterkozak The AppenderControl already wraps Appenders to catch the exceptions they throw. There is already a generic

[jira] [Work logged] (LOG4J2-2656) Add possibility to ignore exception if kafka connection error occurred

2019-07-22 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-2656?focusedWorklogId=280452&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-280452 ] ASF GitHub Bot logged work on LOG4J2-2656: -- Author: ASF GitHub Bot

[GitHub] [logging-log4j2] carterkozak commented on issue #292: LOG4J2-2656: Add support of ignoreKafkaConnectionError flag

2019-07-22 Thread GitBox
carterkozak commented on issue #292: LOG4J2-2656: Add support of ignoreKafkaConnectionError flag URL: https://github.com/apache/logging-log4j2/pull/292#issuecomment-513832609 It feels a bit odd for the Kafka appender to work differently from other appenders when creation fails. I wonder if

[GitHub] [logging-log4j2] rgoers commented on issue #292: LOG4J2-2656: Add support of ignoreKafkaConnectionError flag

2019-07-22 Thread GitBox
rgoers commented on issue #292: LOG4J2-2656: Add support of ignoreKafkaConnectionError flag URL: https://github.com/apache/logging-log4j2/pull/292#issuecomment-513823442 I am continuing to think about this as I am not sure if this is the right way to fix the problem. -

[jira] [Work logged] (LOG4J2-2656) Add possibility to ignore exception if kafka connection error occurred

2019-07-22 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-2656?focusedWorklogId=280444&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-280444 ] ASF GitHub Bot logged work on LOG4J2-2656: -- Author: ASF GitHub Bot

[jira] [Commented] (LOG4J2-2658) Exceptions during compacting in the context of RollingFileAppender are not logged

2019-07-22 Thread Christopher Roscoe (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-2658?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16890190#comment-16890190 ] Christopher Roscoe commented on LOG4J2-2658: [~ckozak] I tested with the 2.1

[jira] [Commented] (LOG4J2-2660) Retry when JDBC throws a java.sql.SQLTransactionRollbackException in commitAndClose()

2019-07-22 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-2660?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16890182#comment-16890182 ] Gary Gregory commented on LOG4J2-2660: -- The fix I applied simply retries once. I mi

[jira] [Resolved] (LOG4J2-2660) Retry when JDBC throws a java.sql.SQLTransactionRollbackException in commitAndClose()

2019-07-22 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/LOG4J2-2660?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary Gregory resolved LOG4J2-2660. -- Resolution: Fixed Fix Version/s: 2.12.1 3.0.0 > Retry when JDBC thro