carterkozak commented on issue #273: LOG4J2-2606: Substantially improve async logging performance under heavy load URL: https://github.com/apache/logging-log4j2/pull/273#issuecomment-502508705 Thanks @remkop! I don't have a use case where the semaphore would be better than a synchronized block, it was an attempt to allow consumers to take advantage of alternative disruptor WaitStrategy implementations while bounding the maximum number of allowed disruptor waiting threads. I will replace the semaphore with a simple synchronized block.
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services