kelemen opened a new issue, #1532: URL: https://github.com/apache/logging-log4j2/issues/1532
## Description I was not sure, if this should be reported as bug or feature, so forgive me, if I submitted it in the wrong category. I haven't meticulously verified yet, but noticed some anomaly and check the code of log4j2, and it seems it is (at least at some places) using `synchronized` for synchronization. However, this could cause considerable performance degradation when using virtual threads, because `synchronized` pins the carrier threads effectively limiting the application. For example, see `RollingFileManager` for holding an intrinsic lock while writing records. -- 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]
