[CI][UNSTABLE] Logging/log4j/master#245 has test failures

2021-03-23 Thread Mr. Jenkins
BUILD UNSTABLE Build URL https://ci-builds.apache.org/job/Logging/job/log4j/job/master/245/ Project: master Date of build: Wed, 24 Mar 2021 01:58:41 + Build duration: 1 hr 24 min and counting JUnit Tests Name: liquibase.ext.logging.log4j2 Failed:

[CI][UNSTABLE] Logging/log4j/release-2.x#274 has test failures

2021-03-23 Thread Mr. Jenkins
BUILD UNSTABLE Build URL https://ci-builds.apache.org/job/Logging/job/log4j/job/release-2.x/274/ Project: release-2.x Date of build: Wed, 24 Mar 2021 01:59:15 + Build duration: 1 hr 8 min and counting JUnit Tests Name: liquibase.ext.logging.log4j

[GitHub] [logging-log4j2] carterkozak opened a new pull request #479: LOG4J2-2940 StackWalker optimization and avoidance

2021-03-23 Thread GitBox
carterkozak opened a new pull request #479: URL: https://github.com/apache/logging-log4j2/pull/479 This adds a new `BasicAsyncLoggerContextSelector` to allow fully asynchronous logging without the overhead of classloader lookups, as well as an improvement to walk the stack at most once rat

[GitHub] [logging-log4j2] carterkozak commented on pull request #475: LOG4J2-2940: Context selectors are aware of ClassLoader dependency

2021-03-23 Thread GitBox
carterkozak commented on pull request #475: URL: https://github.com/apache/logging-log4j2/pull/475#issuecomment-805416177 Merged support for `isClassLoaderDependent` into release-2.x and master. -- This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] [logging-log4j2] carterkozak closed pull request #475: LOG4J2-2940: Context selectors are aware of ClassLoader dependency

2021-03-23 Thread GitBox
carterkozak closed pull request #475: URL: https://github.com/apache/logging-log4j2/pull/475 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this servic

[jira] [Commented] (LOG4J2-2940) High CPU at Java 11 due to the use of StackWalker from StackLocator.getCallerClass

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

[jira] [Commented] (LOG4J2-2940) High CPU at Java 11 due to the use of StackWalker from StackLocator.getCallerClass

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

[jira] [Resolved] (LOG4J2-3054) BasicContextSelector.hasContext should take default CONTEXT into account

2021-03-23 Thread Carter Kozak (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-3054?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carter Kozak resolved LOG4J2-3054. -- Resolution: Fixed I've merged the fix to release-2.x for the upcoming 2.15.0 release as well a

[jira] [Updated] (LOG4J2-3054) BasicContextSelector.hasContext should take default CONTEXT into account

2021-03-23 Thread Carter Kozak (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-3054?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carter Kozak updated LOG4J2-3054: - Fix Version/s: 2.15.0 > BasicContextSelector.hasContext should take default CONTEXT into account

[jira] [Commented] (LOG4J2-3054) BasicContextSelector.hasContext should take default CONTEXT into account

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

[jira] [Commented] (LOG4J2-3054) BasicContextSelector.hasContext should take default CONTEXT into account

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

[GitHub] [logging-log4j2] carterkozak commented on pull request #478: LOG4J2-3054: BasicContextSelector takes the default context into account

2021-03-23 Thread GitBox
carterkozak commented on pull request #478: URL: https://github.com/apache/logging-log4j2/pull/478#issuecomment-805390676 merged -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comm

[GitHub] [logging-log4j2] carterkozak closed pull request #478: LOG4J2-3054: BasicContextSelector takes the default context into account

2021-03-23 Thread GitBox
carterkozak closed pull request #478: URL: https://github.com/apache/logging-log4j2/pull/478 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this servic

[GitHub] [logging-log4j2] carterkozak edited a comment on pull request #478: LOG4J2-3054: BasicContextSelector takes the default context into account

2021-03-23 Thread GitBox
carterkozak edited a comment on pull request #478: URL: https://github.com/apache/logging-log4j2/pull/478#issuecomment-805317341 Test case conflicts with the other branch I'm working on, however I'd prefer to merge this first and avoid duplicating bugs in the new BasicAsyncLoggerContextSel

[GitHub] [logging-log4j2] carterkozak commented on pull request #478: LOG4J2-3054: BasicContextSelector takes the default context into account

2021-03-23 Thread GitBox
carterkozak commented on pull request #478: URL: https://github.com/apache/logging-log4j2/pull/478#issuecomment-805317341 Incoming test case, will conflict with the other branch I'm working on, however I'd prefer to merge this first and avoid duplicating bugs in the new BasicAsyncLoggerCon

[GitHub] [logging-log4j2] carterkozak opened a new pull request #478: LOG4J2-3054: BasicContextSelector takes the default context into account

2021-03-23 Thread GitBox
carterkozak opened a new pull request #478: URL: https://github.com/apache/logging-log4j2/pull/478 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this

[jira] [Commented] (LOG4J2-3054) BasicContextSelector.hasContext should take default CONTEXT into account

2021-03-23 Thread Ralph Goers (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-3054?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17307448#comment-17307448 ] Ralph Goers commented on LOG4J2-3054: - For the record, this issue has nothing to do

[jira] [Assigned] (LOG4J2-3054) BasicContextSelector.hasContext should take default CONTEXT into account

2021-03-23 Thread Carter Kozak (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-3054?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carter Kozak reassigned LOG4J2-3054: Assignee: Carter Kozak > BasicContextSelector.hasContext should take default CONTEXT into

[jira] [Commented] (LOG4J2-3054) BasicContextSelector.hasContext should take default CONTEXT into account

2021-03-23 Thread Carter Kozak (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-3054?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17307402#comment-17307402 ] Carter Kozak commented on LOG4J2-3054: -- I'm actively working on some other improvem

[jira] [Comment Edited] (LOG4J2-3054) BasicContextSelector.hasContext should take default CONTEXT into account

2021-03-23 Thread Alexey Barsov (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-3054?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17307384#comment-17307384 ] Alexey Barsov edited comment on LOG4J2-3054 at 3/23/21, 8:03 PM: -

[jira] [Updated] (LOG4J2-3054) BasicContextSelector.hasContext should take default CONTEXT into account

2021-03-23 Thread Alexey Barsov (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-3054?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alexey Barsov updated LOG4J2-3054: -- Priority: Minor (was: Major) > BasicContextSelector.hasContext should take default CONTEXT in

[jira] [Commented] (LOG4J2-3054) BasicContextSelector.hasContext should take default CONTEXT into account

2021-03-23 Thread Alexey Barsov (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-3054?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17307384#comment-17307384 ] Alexey Barsov commented on LOG4J2-3054: --- there is a workaround I used in tests. In

[jira] [Updated] (LOG4J2-3054) BasicContextSelector.hasContext should take default CONTEXT into account

2021-03-23 Thread Alexey Barsov (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-3054?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alexey Barsov updated LOG4J2-3054: -- Description: Issue was introduced in release *2.13.0* as a side effect of implementation of  L

[jira] [Updated] (LOG4J2-3054) BasicContextSelector.hasContext should take default CONTEXT into account

2021-03-23 Thread Alexey Barsov (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-3054?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alexey Barsov updated LOG4J2-3054: -- Description: Issue was introduced in release *2.13.0* as a side effect of implementation of  L

[jira] [Updated] (LOG4J2-3054) BasicContextSelector.hasContext should take default CONTEXT into account

2021-03-23 Thread Alexey Barsov (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-3054?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alexey Barsov updated LOG4J2-3054: -- Description: Issue was introduced in release 2.13.0 as a side effect of implementation of  LOG

[jira] [Updated] (LOG4J2-3054) BasicContextSelector.hasContext should take default CONTEXT into account

2021-03-23 Thread Alexey Barsov (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-3054?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alexey Barsov updated LOG4J2-3054: -- Description: Issue was introduced in release 2.13.0 as a side effect of implementation of  LOG

[jira] [Updated] (LOG4J2-3054) BasicContextSelector.hasContext should take default CONTEXT into account

2021-03-23 Thread Alexey Barsov (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-3054?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alexey Barsov updated LOG4J2-3054: -- Description: Issue was introduced in release 2.13.0 as a side effect of implementation of  LOG

[jira] [Updated] (LOG4J2-3054) BasicContextSelector.hasContext should take default CONTEXT into account

2021-03-23 Thread Alexey Barsov (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-3054?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alexey Barsov updated LOG4J2-3054: -- Description: Issue was introduced in release 2.13.0 as a side effect of implementation of  LOG

[jira] [Updated] (LOG4J2-3054) BasicContextSelector.hasContext should take default CONTEXT into account

2021-03-23 Thread Alexey Barsov (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-3054?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alexey Barsov updated LOG4J2-3054: -- Description: Issue was introduced in release 2.13.0 as a side effect of implementation of  LOG

[jira] [Updated] (LOG4J2-3054) BasicContextSelector.hasContext should take default CONTEXT into account

2021-03-23 Thread Alexey Barsov (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-3054?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alexey Barsov updated LOG4J2-3054: -- Description: Issue was introduced in release 2.13.0 as a side effect of implementation of  LOG

[jira] [Updated] (LOG4J2-3054) BasicContextSelector.hasContext should take default CONTEXT into account

2021-03-23 Thread Alexey Barsov (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-3054?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alexey Barsov updated LOG4J2-3054: -- Description: Issue was introduced in release 2.13.0 as a side effect of implementation of  LOG

[jira] [Created] (LOG4J2-3054) BasicContextSelector.hasContext should take default CONTEXT into account

2021-03-23 Thread Alexey Barsov (Jira)
Alexey Barsov created LOG4J2-3054: - Summary: BasicContextSelector.hasContext should take default CONTEXT into account Key: LOG4J2-3054 URL: https://issues.apache.org/jira/browse/LOG4J2-3054 Project: L

[GitHub] [logging-log4j2] henryw374 opened a new pull request #477: MapMessage put methods should not mandate String values

2021-03-23 Thread GitBox
henryw374 opened a new pull request #477: URL: https://github.com/apache/logging-log4j2/pull/477 the underlying Map is typed so the put methods on MapMessage can also be. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[jira] [Created] (LOG4J2-3053) Exclude blank fields in JsonWriter and/or JsonTemplateLayout

2021-03-23 Thread Volkan Yazici (Jira)
Volkan Yazici created LOG4J2-3053: - Summary: Exclude blank fields in JsonWriter and/or JsonTemplateLayout Key: LOG4J2-3053 URL: https://issues.apache.org/jira/browse/LOG4J2-3053 Project: Log4j 2

[jira] [Created] (LOG4J2-3052) Support lowercase translation in LevelResolver of JsonTemplateLayout

2021-03-23 Thread Volkan Yazici (Jira)
Volkan Yazici created LOG4J2-3052: - Summary: Support lowercase translation in LevelResolver of JsonTemplateLayout Key: LOG4J2-3052 URL: https://issues.apache.org/jira/browse/LOG4J2-3052 Project: Log4j

[GitHub] [logging-log4j2] vy commented on pull request #476: LOG4J2-3004 Add plugin support to JsonTemplateLayout.

2021-03-23 Thread GitBox
vy commented on pull request #476: URL: https://github.com/apache/logging-log4j2/pull/476#issuecomment-804710313 Note that this issue addresses the request in #472. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

[jira] [Created] (LOG4NET-662) Appenders close and shutdown too early that make graceful shutdown logs missing

2021-03-23 Thread Chenyang Liu (Jira)
Chenyang Liu created LOG4NET-662: Summary: Appenders close and shutdown too early that make graceful shutdown logs missing Key: LOG4NET-662 URL: https://issues.apache.org/jira/browse/LOG4NET-662 Proje