ddanielr commented on issue #4877: URL: https://github.com/apache/accumulo/issues/4877#issuecomment-2358804107
> The other aspect I'm not sure about is whether the log4j async queues are actually filling up. If so, a user might want to more agressively drop stuff from the async queues at the max log level threshold. I think by default it only drops stuff at INFO and lower. That should be a user configuration change, though, not a code change. I tested this by setting the `asyncQueueFullPolicy` to `Discard` and the `discardThreshold` to `ERROR`. https://logging.apache.org/log4j/2.x/manual/async.html#log4j2.asyncQueueFullPolicy The monitor still fell over with OOM errors under a high level of log messages so I don't think the queue is filling up. -- 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]
