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

ASF GitHub Bot commented on MAPREDUCE-7017:
-------------------------------------------

github-actions[bot] closed pull request #309: MAPREDUCE-7017:Too many times of 
meaningless invocation in TaskAttemptImpl#resolveHosts
URL: https://github.com/apache/hadoop/pull/309




> Too many times of meaningless invocation in TaskAttemptImpl#resolveHosts
> ------------------------------------------------------------------------
>
>                 Key: MAPREDUCE-7017
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-7017
>             Project: Hadoop Map/Reduce
>          Issue Type: Improvement
>          Components: mr-am
>    Affects Versions: 3.0.0-alpha4
>            Reporter: jiayuhan-it
>            Assignee: jiayuhan-it
>            Priority: Major
>              Labels: pull-request-available
>         Attachments: MAPREDUCE-7017.001.patch
>
>          Time Spent: 1h 20m
>  Remaining Estimate: 0h
>
>   MRAppMaster uses {{TaskAttemptImpl::resolveHosts}} to determine the 
> dataLocalHosts for each task when the location of data split is IP, which 
> will call a lot of times ( taskNum * dfsReplication) of function 
> {{InetAddress::getByName}} and most of the funcition calls are redundant.  
> When the job has a great number of tasks and the speed of DNS resolution is 
> not fast enough, it will take a lot of time at this stage before the job 
> running.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to