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

2021-04-02 Thread Ralph Goers (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-2940?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17314198#comment-17314198 ] Ralph Goers commented on LOG4J2-2940: - [~ckozak] Isn't this now resolved? > High CP

[jira] [Comment Edited] (LOG4J2-3060) Integer overflow in DefaultErrorHandler

2021-04-02 Thread Ralph Goers (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-3060?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17314195#comment-17314195 ] Ralph Goers edited comment on LOG4J2-3060 at 4/3/21, 5:55 AM:

[jira] [Commented] (LOG4J2-3060) Integer overflow in DefaultErrorHandler

2021-04-02 Thread Ralph Goers (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-3060?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17314195#comment-17314195 ] Ralph Goers commented on LOG4J2-3060: - Although separate problems we should fix both

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

2021-04-02 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=17314192#comment-17314192 ] 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-04-02 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=17314188#comment-17314188 ] 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-04-02 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=17314190#comment-17314190 ] 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-04-02 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=17314191#comment-17314191 ] 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-04-02 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=17314189#comment-17314189 ] ASF subversion and git services commented on LOG4J2-2940: - Commi

[GitHub] [logging-log4j2] rgoers merged pull request #480: Master java11

2021-04-02 Thread GitBox
rgoers merged pull request #480: URL: https://github.com/apache/logging-log4j2/pull/480 -- 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 service, pl

[GitHub] [logging-log4j2] Noobgam commented on pull request #481: LOG4J2-3004 Fix integer overflow in DefaultErrorHandler

2021-04-02 Thread GitBox
Noobgam commented on pull request #481: URL: https://github.com/apache/logging-log4j2/pull/481#issuecomment-812639094 Sure https://issues.apache.org/jira/browse/LOG4J2-3060 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[jira] [Updated] (LOG4J2-3060) Integer overflow in DefaultErrorHandler

2021-04-02 Thread Nikita Mikhailov (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-3060?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nikita Mikhailov updated LOG4J2-3060: - Description: When DefaultErrorHandler::error is being called often this leads to high CP

[jira] [Created] (LOG4J2-3060) Integer overflow in DefaultErrorHandler

2021-04-02 Thread Nikita Mikhailov (Jira)
Nikita Mikhailov created LOG4J2-3060: Summary: Integer overflow in DefaultErrorHandler Key: LOG4J2-3060 URL: https://issues.apache.org/jira/browse/LOG4J2-3060 Project: Log4j 2 Issue Type:

[GitHub] [logging-log4j2] carterkozak commented on pull request #481: Fix integer overflow in DefaultErrorHandler

2021-04-02 Thread GitBox
carterkozak commented on pull request #481: URL: https://github.com/apache/logging-log4j2/pull/481#issuecomment-812636274 Thank you for reporting, great find! Would you mind filing jira issue for tracking [here](https://issues.apache.org/jira/browse/LOG4J2)? -- This is an automated messa

[GitHub] [logging-log4j2] Noobgam opened a new pull request #481: Fix integer overflow in DefaultErrorHandler

2021-04-02 Thread GitBox
Noobgam opened a new pull request #481: URL: https://github.com/apache/logging-log4j2/pull/481 When configured incorrectly, the ErrorHandler::error method will be called very often. As an example of such behavior, you can try stopping the appender manually. This will result in `Erro

[jira] [Created] (LOG4J2-3059) Log4J fails to open configuration file that is on WSL path

2021-04-02 Thread Doychin Bondzhev (Jira)
Doychin Bondzhev created LOG4J2-3059: Summary: Log4J fails to open configuration file that is on WSL path Key: LOG4J2-3059 URL: https://issues.apache.org/jira/browse/LOG4J2-3059 Project: Log4j 2

[jira] [Commented] (LOG4J2-3058) Support UNIX_NANOS in PatternLayout

2021-04-02 Thread Volkan Yazici (Jira)
[ https://issues.apache.org/jira/browse/LOG4J2-3058?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17313648#comment-17313648 ] Volkan Yazici commented on LOG4J2-3058: --- [~andrew.harris], have you checked [the d