ppkarwasz commented on issue #3002: URL: https://github.com/apache/logging-log4j2/issues/3002#issuecomment-2369547346
I have encountered this behavior a couple of times on the CI. If you look at the status log (which is dumped to stdout whenever the test fails), it shows that all 20 messages were delivered successfully. What probably fails is: https://github.com/apache/logging-log4j2/blob/be6dde2c5ff01dd8a70cf80dcaf95a38a355c9bc/log4j-core-test/src/test/java/org/apache/logging/log4j/core/appender/mom/jeromq/JeroMqAppenderTest.java#L136 which should be in a `synchronized` block, since the `sendRcTrue` variable it not volatile. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
