apache / logging-log4cxx

Apache Log4cxx is a C++ port of Apache Log4j
http://logging.apache.org/log4cxx
Apache License 2.0
278 stars 123 forks source link

Improve asyncappender's handling of extremely rare contention #427

Closed swebb2066 closed 2 weeks ago

swebb2066 commented 3 weeks ago

This PR addresses a very unlikely race condition when multiple threads hit the appender when the buffer is full.