DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=23021>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=23021

Queue reading thread in AsyncAppender blocks if a called appender throws a 
RuntimeException





------- Additional Comments From [EMAIL PROTECTED]  2004-01-20 22:17 -------
>From what I can tell, this should occur at
AppenderAttachableImpl.appendLoopOnAppenders.  Surround appender.doAppend(event)
with a try catch Runtime, log, and continue.  This will prevent a single faulty
appender from preventing logging to other appenders and killing the parent loop.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to