Re: [PR] Improve unit test repeatability [logging-log4cxx]

2025-01-16 Thread via GitHub
swebb2066 merged PR #452: URL: https://github.com/apache/logging-log4cxx/pull/452 -- 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-unsubscr

Re: [PR] Add XMLLayout fuzzer [logging-log4cxx]

2025-01-16 Thread via GitHub
swebb2066 merged PR #451: URL: https://github.com/apache/logging-log4cxx/pull/451 -- 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-unsubscr

[PR] Improve unit test repeatability [logging-log4cxx]

2025-01-16 Thread via GitHub
swebb2066 opened a new pull request, #452: URL: https://github.com/apache/logging-log4cxx/pull/452 This PR addresses the occasional failure of `fileappendertest` on MacOS -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

Re: [I] Suspect deadlock in InternalLoggerRegistry (intermittent) (logging-log4j2)

2025-01-16 Thread via GitHub
nilsson-petter commented on issue #3399: URL: https://github.com/apache/logging-log4j2/issues/3399#issuecomment-2597241972 I have managed to reproduce the deadlock in our codebase. The deadlock occurs when we are producing a lot of messages in a short timespan to a `KafkaTemplate` with s

Re: [PR] Reduce SocketAppender overhead [logging-log4cxx]

2025-01-16 Thread via GitHub
swebb2066 merged PR #449: URL: https://github.com/apache/logging-log4cxx/pull/449 -- 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-unsubscr

Re: [PR] Using BasicConfigurator should prevent default configuration [logging-log4cxx]

2025-01-16 Thread via GitHub
swebb2066 merged PR #450: URL: https://github.com/apache/logging-log4cxx/pull/450 -- 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-unsubscr

Re: [I] Suspect deadlock in InternalLoggerRegistry (intermittent) (logging-log4j2)

2025-01-16 Thread via GitHub
nilsson-petter commented on issue #3399: URL: https://github.com/apache/logging-log4j2/issues/3399#issuecomment-2597164016 Happened again in the same way, with `BuiltInPartitioner` leaving the state somewhat unclear. ``` WAITING readLock getLogger() name=org.apache.kafka.common.ut

Re: [I] Generate `Log4jPlugins` class does not compile in JPMS (logging-log4j2)

2025-01-16 Thread via GitHub
lockhartja commented on issue #3251: URL: https://github.com/apache/logging-log4j2/issues/3251#issuecomment-2597037213 @ppkarwasz to clarify my use case -- I was attempting to build a a custom plug however the annotation processor (using Kotlin Kapt) breaks -- complaining that the annotat

Re: [I] Suspect deadlock in InternalLoggerRegistry (intermittent) (logging-log4j2)

2025-01-16 Thread via GitHub
nilsson-petter commented on issue #3399: URL: https://github.com/apache/logging-log4j2/issues/3399#issuecomment-2596927131 I will provide a bit more context for this issue. We use Spring Kafka in this application. We are consuming one topic, using ordinary threads. We are producing to anot

Re: [I] Generate `Log4jPlugins` class does not compile in JPMS (logging-log4j2)

2025-01-16 Thread via GitHub
ppkarwasz commented on issue #3251: URL: https://github.com/apache/logging-log4j2/issues/3251#issuecomment-2596854193 `biz.aQute.bnd.annotation` has a retention of `CLASS`, i.e. its presence or absence does not make a difference at runtime. -- This is an automated message from the Apache

Re: [I] Generate `Log4jPlugins` class does not compile in JPMS (logging-log4j2)

2025-01-16 Thread via GitHub
lockhartja commented on issue #3251: URL: https://github.com/apache/logging-log4j2/issues/3251#issuecomment-2596842243 > A workaround for this issue is to add: > > > biz.aQute.bnd > biz.aQute.bnd.annotation > 7.1.0 > provided > > to the compile-time only cl

Re: [I] JsonTemplateLayout: Cannot replace recycler factory, template always uses standard factory (logging-log4j2)

2025-01-16 Thread via GitHub
rschuetz commented on issue #3395: URL: https://github.com/apache/logging-log4j2/issues/3395#issuecomment-2596105889 @vy: Not sure what you mean. By default, `j.u.c.ArrayBlockingQueue#poll` does not block, i.e. as long as the queue is empty (initially or if all cached elements are in use)

Re: [I] JsonTemplateLayout: Cannot replace recycler factory, template always uses standard factory (logging-log4j2)

2025-01-16 Thread via GitHub
rschuetz closed issue #3395: JsonTemplateLayout: Cannot replace recycler factory, template always uses standard factory URL: https://github.com/apache/logging-log4j2/issues/3395 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

Re: [I] Suspect deadlock in InternalLoggerRegistry (intermittent) (logging-log4j2)

2025-01-16 Thread via GitHub
nilsson-petter commented on issue #3399: URL: https://github.com/apache/logging-log4j2/issues/3399#issuecomment-2596028774 Thank you for the quick response! I can find six references of that method in the thread dump. However, they are all stuck at `InternalLoggerRegistry.getLogger`, like

Re: [PR] Bug Fix: Script Resolution fix (logging-log4j2)

2025-01-16 Thread via GitHub
ppkarwasz commented on PR #3394: URL: https://github.com/apache/logging-log4j2/pull/3394#issuecomment-2595266717 > so should i just revert back the changes i made to the ScriptFilter.java file and and make changes to the processRootNode method in the AbstractConfiguration and update the log

Re: [PR] Bump spring-framework.version from 6.2.1 to 6.2.2 (logging-log4j2)

2025-01-16 Thread via GitHub
github-actions[bot] merged PR #3400: URL: https://github.com/apache/logging-log4j2/pull/3400 -- 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 com.gradle:develocity-maven-extension from 1.22.2 to 1.23 [logging-parent]

2025-01-16 Thread via GitHub
github-actions[bot] merged PR #315: URL: https://github.com/apache/logging-parent/pull/315 -- 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: [PR] Bug Fix: Script Resolution fix (logging-log4j2)

2025-01-16 Thread via GitHub
Suvrat1629 commented on code in PR #3394: URL: https://github.com/apache/logging-log4j2/pull/3394#discussion_r1918207554 ## log4j-core/src/main/java/org/apache/logging/log4j/core/filter/ScriptFilter.java: ## @@ -57,58 +57,67 @@ private ScriptFilter( this.configuration =

Re: [PR] Bug Fix: Script Resolution fix (logging-log4j2)

2025-01-16 Thread via GitHub
Suvrat1629 commented on code in PR #3394: URL: https://github.com/apache/logging-log4j2/pull/3394#discussion_r1918147290 ## log4j-core-test/src/test/resources/log4j-script-filters.xml: ## @@ -18,7 +18,13 @@ - + [suvrat@suvrat logging-log4j2]$ git push +Us

Re: [PR] Bug Fix: Script Resolution fix (logging-log4j2)

2025-01-16 Thread via GitHub
ppkarwasz commented on code in PR #3394: URL: https://github.com/apache/logging-log4j2/pull/3394#discussion_r1917905312 ## log4j-core-test/src/test/resources/log4j-script-filters.xml: ## @@ -18,7 +18,13 @@ - + [suvrat@suvrat logging-log4j2]$ git push +Use