Mike Percy created FLUME-1377:
---------------------------------

             Summary: ChannelProcessor clobbers exception with NPE if 
Channel.getTransaction() throws
                 Key: FLUME-1377
                 URL: https://issues.apache.org/jira/browse/FLUME-1377
             Project: Flume
          Issue Type: Bug
            Reporter: Mike Percy
            Assignee: Mike Percy
             Fix For: v1.3.0


If Channel.getTransaction() throws then that Throwable is masked by a 
NullPointerException in the catch block of ChannelProcessor.processEventBatch() 
... so all we see is a NullPointerException when we should be seeing the actual 
source of the error.

--
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