You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by "Hadoop QA (JIRA)" <ji...@apache.org> on 2007/05/03 17:20:16 UTC

[jira] Commented: (HADOOP-1270) Randomize the fetch of map outputs

    [ https://issues.apache.org/jira/browse/HADOOP-1270?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12493395 ] 

Hadoop QA commented on HADOOP-1270:
-----------------------------------

+1

http://issues.apache.org/jira/secure/attachment/12356229/HADOOP-1270_20070425_1.patch applied and successfully tested against trunk revision r534624.

Test results:   http://lucene.zones.apache.org:8080/hudson/job/Hadoop-Patch/109/testReport/
Console output: http://lucene.zones.apache.org:8080/hudson/job/Hadoop-Patch/109/console

> Randomize the fetch of map outputs
> ----------------------------------
>
>                 Key: HADOOP-1270
>                 URL: https://issues.apache.org/jira/browse/HADOOP-1270
>             Project: Hadoop
>          Issue Type: Improvement
>          Components: mapred
>            Reporter: Arun C Murthy
>         Assigned To: Arun C Murthy
>             Fix For: 0.13.0
>
>         Attachments: HADOOP-1270_20070425_1.patch
>
>
> HADOOP-248 did away with random probing of maps for locating map outputs and instead we now rely on TaskCompletionEvents for the same. 
> However we lost out on the benefit that the randomization in probing resulted in an added benefit where the map's jetty isn't overloaded with requests for the outputs. We have now a situation where a map completes, the JT is notified, *all* the reduces get the TaskCompletionEvent and pretty much swamp the poor map's jetty and this repeats for each map.
> I propose we make a minor change where we collect a set of TaskCompletionEvents and randomize the list before firing the fetches. Should help fix this mass-hysteria at the map's jetty.
> Thoughts?

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.