keith-turner commented on PR #4879:
URL: https://github.com/apache/accumulo/pull/4879#issuecomment-2349324959

   To take this out of draft need to understand the following about the log4j 
async logging:
   
    * What happens when the monitor is alive but not accepting data over http?  
Will this ever cause logging to block on sever processes?
    * Can log4j be configured to drop log messages going to the monitor when 
there are too many async messages queued.
    * If log4j is dropping messages on the monitor appender, will that impact 
any other appenders?  Want to know if dropping messages on the monitor appender 
may also cause the local file appender to drop messages.  Does async log4j have 
a queue per appender or just a single queue for all appenders?


-- 
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]

Reply via email to