[ 
https://issues.apache.org/jira/browse/FLUME-1322?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13401360#comment-13401360
 ] 

Hudson commented on FLUME-1322:
-------------------------------

Integrated in flume-trunk #259 (See 
[https://builds.apache.org/job/flume-trunk/259/])
    FLUME-1322. ChannelProcessor does not log exceptions correctly.

(Mike Percy via Arvind Prabhakar) (Revision 1353961)

     Result = SUCCESS
arvind : http://svn.apache.org/viewvc/?view=rev&rev=1353961
Files : 
* 
/incubator/flume/trunk/flume-ng-channels/flume-file-channel/src/main/java/org/apache/flume/channel/file/FileChannel.java
* 
/incubator/flume/trunk/flume-ng-core/src/main/java/org/apache/flume/channel/ChannelProcessor.java

                
> 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
>            Assignee: Mike Percy
>             Fix For: v1.2.0
>
>         Attachments: FLUME-1322-1.patch
>
>
> 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

        

Reply via email to