vy commented on issue #3399:
URL: 
https://github.com/apache/logging-log4j2/issues/3399#issuecomment-2621621316

   @tristantarrant, thanks so much for the detailed analysis, really 
appreciated it. 🙇 I examined the stack trace, but I still cannot see a smoking 
gun. Would you mind trying if one of the following helps, please? Edit 
`InternalLoggerRegistry` in the `fix/3399_create_logger_no_lock` branch such 
that
   
   1. Pass `true` to the `ReentrantReadWriteLock` ctor
   2. Replace read-write locks with a single `ReentrantLock`
   
   After changes, you can perform a quick local install of `log4j-core` as 
follows:
   
   ```
   ./mvnw install -pl :log4j-core -DskipTests -Dspotbugs.skip -Dspotless.skip 
-Drat.skip -Dxml.skip
   ```


-- 
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...@logging.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to