Mike Percy created FLUME-1322: --------------------------------- Summary: ChannelProcessor should catch Throwable to work around close() clobbering uncaught Exceptions Key: FLUME-1322 URL: https://issues.apache.org/jira/browse/FLUME-1322 Project: Flume Issue Type: Bug Affects Versions: v1.1.0 Reporter: Mike Percy Fix For: v1.2.0
ChannelProcessor currently allows channel.close() to clobber any uncaught exceptions since close() is called from within a finally block (and it has precondition checks). Catch Throwable to work around this problem. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira