[jira] [Closed] (LOG4J2-3064) Add support for "conditional" plugins

2021-04-11 Thread Ralph Goers (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-3064?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ralph Goers closed LOG4J2-3064. --- Fix Version/s: 2.15.0 Resolution: Fixed Patch applied > Add support for "conditional" plugin

[jira] [Commented] (LOG4J2-3064) Add support for "conditional" plugins

2021-04-11 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-3064?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17318947#comment-17318947 ] ASF subversion and git services commented on LOG4J2-3064: - Commi

[jira] [Commented] (LOG4J2-3064) Add support for "conditional" plugins

2021-04-11 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-3064?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17318946#comment-17318946 ] ASF subversion and git services commented on LOG4J2-3064: - Commi

[jira] [Assigned] (LOG4J2-3069) Kubernetes Lookup fails to build client when log4j-to-slf4j is present

2021-04-11 Thread Ralph Goers (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-3069?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ralph Goers reassigned LOG4J2-3069: --- Assignee: Ralph Goers > Kubernetes Lookup fails to build client when log4j-to-slf4j is pres

[jira] [Commented] (LOG4J2-1659) Facilitate shading Log4j into an application's uber jar

2021-04-11 Thread Ralph Goers (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-1659?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17318857#comment-17318857 ] Ralph Goers commented on LOG4J2-1659: - I believe the solution for shading will occur

[GitHub] [logging-log4j2] franz1981 edited a comment on pull request #485: LOG4J2-3068 - JCToolsBlockingQueueFactory can use MpscBlockingConsumerArrayQueue

2021-04-11 Thread GitBox
franz1981 edited a comment on pull request #485: URL: https://github.com/apache/logging-log4j2/pull/485#issuecomment-817327726 > This reminds me, I had meant to research the feasibility of something like libaio for logging file i/o, I recall that you may have some experience with the java

[GitHub] [logging-log4j2] franz1981 commented on pull request #485: LOG4J2-3068 - JCToolsBlockingQueueFactory can use MpscBlockingConsumerArrayQueue

2021-04-11 Thread GitBox
franz1981 commented on pull request #485: URL: https://github.com/apache/logging-log4j2/pull/485#issuecomment-817327726 > This reminds me, I had meant to research the feasibility of something like libaio for logging file i/o, I recall that you may have some experience with the java binding

[GitHub] [logging-log4j2] carterkozak commented on pull request #485: LOG4J2-3068 - JCToolsBlockingQueueFactory can use MpscBlockingConsumerArrayQueue

2021-04-11 Thread GitBox
carterkozak commented on pull request #485: URL: https://github.com/apache/logging-log4j2/pull/485#issuecomment-817314934 Our fully async disruptor implementation is indeed very difficult to beat in benchmarks, largely for the reasons you've mentioned, also due to the tighter control of th

[jira] [Updated] (LOG4NET-665) Incorrect usage `lock (this)` causing contention and deadlocking

2021-04-11 Thread Andrew Stanton (Jira)
[ https://issues.apache.org/jira/browse/LOG4NET-665?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Stanton updated LOG4NET-665: --- Description: In several classes the statement `lock (this)` is used to attempt synchronizat

[jira] [Created] (LOG4NET-665) Incorrect usage `lock (this)` causing contention and deadlocking

2021-04-11 Thread Andrew Stanton (Jira)
Andrew Stanton created LOG4NET-665: -- Summary: Incorrect usage `lock (this)` causing contention and deadlocking Key: LOG4NET-665 URL: https://issues.apache.org/jira/browse/LOG4NET-665 Project: Log4net