You are viewing a plain text version of this content. The canonical link for it is here.
Posted to mapreduce-issues@hadoop.apache.org by "Jonathan Hung (JIRA)" <ji...@apache.org> on 2017/05/06 01:49:07 UTC

[jira] [Updated] (MAPREDUCE-6885) JobHistory event handling does not complete if handling event throws exception on shutdown

     [ https://issues.apache.org/jira/browse/MAPREDUCE-6885?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jonathan Hung updated MAPREDUCE-6885:
-------------------------------------
    Summary: JobHistory event handling does not complete if handling event throws exception on shutdown  (was: JobHistory event handler thread should not die if exception thrown)

> JobHistory event handling does not complete if handling event throws exception on shutdown
> ------------------------------------------------------------------------------------------
>
>                 Key: MAPREDUCE-6885
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-6885
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>            Reporter: Jonathan Hung
>
> If eventHandlingThread handles an event which causes it to throw an exception (e.g. if it is unable to flush an event to HDFS), the thread dies. This thread is responsible for moving job history files to mapreduce.jobhistory.done-dir, if an exception is thrown the files will not be moved here, which is bad.
> We should catch these exceptions so that the thread can still move these files when the job is complete.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

---------------------------------------------------------------------
To unsubscribe, e-mail: mapreduce-issues-unsubscribe@hadoop.apache.org
For additional commands, e-mail: mapreduce-issues-help@hadoop.apache.org