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

[email protected] commented on FLUME-1134:
------------------------------------------------------


-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/4839/
-----------------------------------------------------------

(Updated 2012-04-29 14:54:30.474278)


Review request for Flume.


Changes
-------

Updated diff removing propagation.


Summary
-------

Currently we use an ScheduledExecutorService which eats any throwable from 
MonitoredRunnable. The change is to log the error and then propagate in case 
the caller implementation should change.


This addresses bug FLUME-1134.
    https://issues.apache.org/jira/browse/FLUME-1134


Diffs (updated)
-----

  
flume-ng-core/src/main/java/org/apache/flume/lifecycle/LifecycleSupervisor.java 
2935e64 

Diff: https://reviews.apache.org/r/4839/diff


Testing
-------

Logging only change.


Thanks,

Brock


                
> LifecycleSupervisor.MonitorRunnable does not log runtime errors
> ---------------------------------------------------------------
>
>                 Key: FLUME-1134
>                 URL: https://issues.apache.org/jira/browse/FLUME-1134
>             Project: Flume
>          Issue Type: Bug
>    Affects Versions: v1.1.0
>            Reporter: Brock Noland
>            Assignee: Brock Noland
>         Attachments: FLUME-1134-0.patch, FLUME-1134-1.patch
>
>
> LifecycleSupervisor.MonitorRunnable does not log RuntimeException/Error but 
> the class we use to execute these runnables eats the exceptions. The run 
> method should be wrapped in a try catch and log.

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