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

TezQA commented on TEZ-2618:
----------------------------

{color:green}+1 overall{color}.  Here are the results of testing the latest 
attachment
  http://issues.apache.org/jira/secure/attachment/12749643/TEZ-2618.1.patch
  against master revision eadbfec.

    {color:green}+1 @author{color}.  The patch does not contain any @author 
tags.

    {color:green}+1 tests included{color}.  The patch appears to include 1 new 
or modified test files.

    {color:green}+1 javac{color}.  The applied patch does not increase the 
total number of javac compiler warnings.

    {color:green}+1 javadoc{color}.  There were no new javadoc warning messages.

    {color:green}+1 findbugs{color}.  The patch does not introduce any new 
Findbugs (version 3.0.1) warnings.

    {color:green}+1 release audit{color}.  The applied patch does not increase 
the total number of release audit warnings.

    {color:green}+1 core tests{color}.  The patch passed unit tests in .

Test results: https://builds.apache.org/job/PreCommit-TEZ-Build/973//testReport/
Console output: https://builds.apache.org/job/PreCommit-TEZ-Build/973//console

This message is automatically generated.

> In Ordered Fetcher, if Local Fetch fails, fallback and try http Fetch before 
> returning a failure
> ------------------------------------------------------------------------------------------------
>
>                 Key: TEZ-2618
>                 URL: https://issues.apache.org/jira/browse/TEZ-2618
>             Project: Apache Tez
>          Issue Type: Improvement
>            Reporter: Saikat
>            Assignee: Saikat
>         Attachments: TEZ-2618.1.patch, TEZ-2618.patch
>
>
> In setupLocalDiskFetch() method[this is invoked when the fetcher is in the 
> same host as the target map host], first try to check if we can open the 
> target spill file using the localDirAllocator.getLocalPathToRead(). The 
> localDirAllocator searches through the list of configured dirs for the file. 
> In disk full scenarios, if the path is not found, fetcher should to try an 
> http fetch.
> proposed solution:
> in local fetch mode, the fetcher should first try getLocalPathToRead() for 
> all the pending maps. and  So local fetch gets divided into 2 stages: first 
> the maps for which path was found via LocalDirAllocator and second construct 
> a http fallback fetch list for the maps which couldnt be found via 
> LocalDirAllocator.getLocalPathToRead() and do an http fetch.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to