Replies: 2 comments 5 replies
-
You could lose order with more than one worker. That is a pretty full queue. Was I/O slow or was it just a lot of messages? |
Beta Was this translation helpful? Give feedback.
-
I've been exploring the AsyncHandler class within the org.jboss.logmanager as well and have also noticed this potential limitation. |
Beta Was this translation helpful? Give feedback.
-
Hi,
We faced some issues where the queue of the AsyncHandler was full (102400 items ) and we ddint want to discard any logging resulting in a synchronous blocking loghandler which eventually slowed our system down to an almost halt.
Then we saw there is only 1 consumer :
Would it be an idea to make that a configurable property and use a pool of threads to speed up consumption of the queue preveting it from becoming blocked too early ?
Beta Was this translation helpful? Give feedback.
All reactions