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

2021-03-16 Thread GitBox
carterkozak commented on a change in pull request #475: URL: https://github.com/apache/logging-log4j2/pull/475#discussion_r595570063 ## File path: log4j-slf4j18-impl/src/main/java/org/apache/logging/slf4j/Log4jLoggerFactory.java ## @@ -47,8 +47,12 @@ protected Logger newLogger

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

2021-03-16 Thread Carter Kozak (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-2940?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17302852#comment-17302852 ] Carter Kozak commented on LOG4J2-2940: -- Of course, I've opened one here:  https://g

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

2021-03-16 Thread Ralph Goers (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-2940?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17302849#comment-17302849 ] Ralph Goers commented on LOG4J2-2940: - Sure. If you wouldn't mind could you do it as

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

2021-03-16 Thread GitBox
carterkozak opened a new pull request #475: URL: https://github.com/apache/logging-log4j2/pull/475 This allows LoggerContext lookups to avoid searching for the calling class to discover a classloader when the ContextSelector implementation is declared to be agnostic to the class loader

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

2021-03-16 Thread Carter Kozak (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-2940?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17302824#comment-17302824 ] Carter Kozak commented on LOG4J2-2940: -- I'm looking into adding a method to the con