Re: [PR] Bump org.apache.commons:commons-csv from 1.10.0 to 1.11.0 (logging-log4j2)

2024-05-03 Thread via GitHub
github-actions[bot] merged PR #2562: URL: https://github.com/apache/logging-log4j2/pull/2562 -- 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. To unsubscribe, e-mail: notificatio

Re: [I] [2.17.1] AsyncLogger thread is stuck on 100% CPU on lmax-34. queue polling (logging-log4j2)

2024-05-03 Thread via GitHub
AndreKurait commented on issue #2169: URL: https://github.com/apache/logging-log4j2/issues/2169#issuecomment-2094011204 Hi, I'm seeing this with 2.23.1 and Disruptor 4.0.0 in my application. It's happening when i use ``` -- This is an automated message from the Apache Git Ser

Re: [PR] Bump guava.version from 33.1.0-jre to 33.2.0-jre (logging-log4j2)

2024-05-03 Thread via GitHub
github-actions[bot] merged PR #2564: URL: https://github.com/apache/logging-log4j2/pull/2564 -- 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. To unsubscribe, e-mail: notificatio

Re: [PR] Bump org.apache.commons:commons-csv from 1.10.0 to 1.11.0 (logging-log4j2)

2024-05-03 Thread via GitHub
github-actions[bot] closed pull request #2565: Bump org.apache.commons:commons-csv from 1.10.0 to 1.11.0 URL: https://github.com/apache/logging-log4j2/pull/2565 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL abov

Re: [I] When logging from multiple threads, an appender can be broken until app restart if it rolls over (logging-log4j2)

2024-05-03 Thread via GitHub
marcreichman-pfi commented on issue #2566: URL: https://github.com/apache/logging-log4j2/issues/2566#issuecomment-2093782558 This was just a simple war deployment. I imagine it would be the same in other app servers but I'm not 100% to be honest. * `-Dlog4j.configurationFile=...` def

Re: [I] When logging from multiple threads, an appender can be broken until app restart if it rolls over (logging-log4j2)

2024-05-03 Thread via GitHub
ppkarwasz commented on issue #2566: URL: https://github.com/apache/logging-log4j2/issues/2566#issuecomment-2093749449 > 4. I used jconsole which seemed to show two separate sets of MBeans, and I used jmap to get some hierarchies which both seemed to indicate that indeed these are loade

Re: [I] When logging from multiple threads, an appender can be broken until app restart if it rolls over (logging-log4j2)

2024-05-03 Thread via GitHub
marcreichman-pfi commented on issue #2566: URL: https://github.com/apache/logging-log4j2/issues/2566#issuecomment-2093657272 @ppkarwasz I did a little playing around, and here's what I found. 1. I set the two system properties you mentioned, and found I got two stack traces, similar

Re: [I] Add record support for @Plugin annotation (logging-log4j2)

2024-05-03 Thread via GitHub
ppkarwasz commented on issue #2026: URL: https://github.com/apache/logging-log4j2/issues/2026#issuecomment-2093550469 @yvasyliev, I am closing this issue then, since it works in `3.x` and we can not port it to `2.x` (due to the JDK 8 baseline). -- This is an automated message from

Re: [I] Add record support for @Plugin annotation (logging-log4j2)

2024-05-03 Thread via GitHub
ppkarwasz closed issue #2026: Add record support for @Plugin annotation URL: https://github.com/apache/logging-log4j2/issues/2026 -- 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.

Re: [I] When logging from multiple threads, an appender can be broken until app restart if it rolls over (logging-log4j2)

2024-05-03 Thread via GitHub
ppkarwasz commented on issue #2566: URL: https://github.com/apache/logging-log4j2/issues/2566#issuecomment-2093509213 @marcreichman-pfi, You can check which class creates a logger context by setting the `-Dog4j2.loggerContextStacktraceOnStart=true` and `-Dlog4j2.debug` system proper

Re: [I] When logging from multiple threads, an appender can be broken until app restart if it rolls over (logging-log4j2)

2024-05-03 Thread via GitHub
marcreichman-pfi commented on issue #2566: URL: https://github.com/apache/logging-log4j2/issues/2566#issuecomment-2093399662 @ppkarwasz I did a little digging, and noticed that even on a fresh deployment, there are multiple descriptors to these files. I found an interesting java agent [he

Re: [I] Add record support for @Plugin annotation (logging-log4j2)

2024-05-03 Thread via GitHub
yvasyliev commented on issue #2026: URL: https://github.com/apache/logging-log4j2/issues/2026#issuecomment-2093398592 `3.0.0-beta2` works OK with Java records. [Source code](https://github.com/yvasyliev/log4j2-demo) Output: ``` Hello, World! ``` -- This is an automa

Re: [I] When logging from multiple threads, an appender can be broken until app restart if it rolls over (logging-log4j2)

2024-05-03 Thread via GitHub
marcreichman-pfi commented on issue #2566: URL: https://github.com/apache/logging-log4j2/issues/2566#issuecomment-2093320241 @ppkarwasz Thanks for your response. I would have told you that for sure there are not multiple applications referencing the configuration, but `lsof` is bringing in

Re: [I] When logging from multiple threads, an appender can be broken until app restart if it rolls over (logging-log4j2)

2024-05-03 Thread via GitHub
ppkarwasz commented on issue #2566: URL: https://github.com/apache/logging-log4j2/issues/2566#issuecomment-2093307679 @marcreichman-pfi, Are you by any chance using the same configuration in multiple web applications? On Linux you can check with [`lsof`](https://linux.die.net/man/8/

[I] When logging from multiple threads, an appender can be broken until app restart if it rolls over (logging-log4j2)

2024-05-03 Thread via GitHub
marcreichman-pfi opened a new issue, #2566: URL: https://github.com/apache/logging-log4j2/issues/2566 ## Description In *some* cases (this is intermittent) it seems that when a log file (synchronous appender) is being written to by several threads at once, it can get into a situation whe

Re: [PR] Bump guava.version from 33.1.0-jre to 33.2.0-jre (logging-log4j2)

2024-05-03 Thread via GitHub
github-actions[bot] closed pull request #2563: Bump guava.version from 33.1.0-jre to 33.2.0-jre URL: https://github.com/apache/logging-log4j2/pull/2563 -- 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 t

Re: [PR] Bump com.palantir.javaformat:palantir-java-format from 2.44.0 to 2.46.0 [logging-parent]

2024-05-03 Thread via GitHub
github-actions[bot] merged PR #173: URL: https://github.com/apache/logging-parent/pull/173 -- 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. To unsubscribe, e-mail: notifications

Re: [I] Revamp the `Configuration` page (logging-log4j2)

2024-05-03 Thread via GitHub
ppkarwasz commented on issue #2525: URL: https://github.com/apache/logging-log4j2/issues/2525#issuecomment-2092569941 The following documentation changes were applied: - [ ] #2552 -- This is an automated message from the Apache Git Service. To respond to the message, please log on

Re: [PR] Revamp configuration properties (logging-log4j2)

2024-05-03 Thread via GitHub
ppkarwasz merged PR #2552: URL: https://github.com/apache/logging-log4j2/pull/2552 -- 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. To unsubscribe, e-mail: notifications-unsubsc

Re: [I] Implement uniform password "encryption/decryption" mechanism (logging-log4j2)

2024-05-03 Thread via GitHub
ppkarwasz commented on issue #2558: URL: https://github.com/apache/logging-log4j2/issues/2558#issuecomment-2092443502 @rgoers, So it seems that the most uniform way to provide passwords is to either provide them literally or use a lookup? Should we deprecate `PasswordDecryptor