[ https://issues.apache.org/jira/browse/MAPREDUCE-6740?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Haibo Chen updated MAPREDUCE-6740: ---------------------------------- Status: Patch Available (was: Open) Uploaded a new patch to address Karthik's comment. This patch 1) enforces task timeout to be as least twice as long as progress interval 2) sets the default value of progress report interval to 1% of the default value of task timeout, which is still 3000 milliseconds. Regardless of what value the user set the progress-report-interval to, the task timeout will always be Max(2*progress-report-interval, configured value of task timeout). > Enforce mapreduce.task.timeout to be at least > mapreduce.task.progress-report.interval > ------------------------------------------------------------------------------------- > > Key: MAPREDUCE-6740 > URL: https://issues.apache.org/jira/browse/MAPREDUCE-6740 > Project: Hadoop Map/Reduce > Issue Type: Bug > Components: mr-am > Affects Versions: 2.8.0 > Reporter: Haibo Chen > Assignee: Haibo Chen > Priority: Minor > Attachments: mapreduce6740.001.patch, mapreduce6740.002.patch, > mapreduce6740.003.patch > > > Mapreduce-6242 makes task status update interval configurable to ease the > pressure on MR AM to process status updates, but it did not ensure that > mapreduce.task.timeout is no smaller than the configured value of task report > interval. -- This message was sent by Atlassian JIRA (v6.3.4#6332) --------------------------------------------------------------------- To unsubscribe, e-mail: mapreduce-issues-unsubscr...@hadoop.apache.org For additional commands, e-mail: mapreduce-issues-h...@hadoop.apache.org