[
https://issues.apache.org/jira/browse/TEZ-2209?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14368691#comment-14368691
]
Hadoop QA commented on TEZ-2209:
--------------------------------
{color:red}-1 overall{color}. Here are the results of testing the latest
attachment
http://issues.apache.org/jira/secure/attachment/12705536/TEZ-2209.1.patch
against master revision 9b845f2.
{color:green}+1 @author{color}. The patch does not contain any @author
tags.
{color:green}+1 tests included{color}. The patch appears to include 2 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:red}-1 findbugs{color}. The patch appears to introduce 4 new
Findbugs (version 2.0.3) warnings.
{color:green}+1 release audit{color}. The applied patch does not increase
the total number of release audit warnings.
{color:red}-1 core tests{color}. The patch failed these unit tests in :
org.apache.tez.runtime.library.common.shuffle.impl.TestShuffleInputEventHandlerImpl
Test results: https://builds.apache.org/job/PreCommit-TEZ-Build/311//testReport/
Findbugs warnings:
https://builds.apache.org/job/PreCommit-TEZ-Build/311//artifact/patchprocess/newPatchFindbugsWarningstez-runtime-library.html
Console output: https://builds.apache.org/job/PreCommit-TEZ-Build/311//console
This message is automatically generated.
> Fix pipelined shuffle to fetch data from any one attempt
> --------------------------------------------------------
>
> Key: TEZ-2209
> URL: https://issues.apache.org/jira/browse/TEZ-2209
> Project: Apache Tez
> Issue Type: Improvement
> Reporter: Rajesh Balamohan
> Assignee: Rajesh Balamohan
> Fix For: 0.7.0
>
> Attachments: TEZ-2209.1.patch
>
>
> - Currently, pipelined shuffle will fail-fast the moment it receives data
> from an attempt other than 0. This was done as an add-on check to prevent
> data being copied from speculated attempts.
> - However, in some scenarios (like LLAP), it could be possible that that task
> attempt gets killed even before generating any data. In such cases, attempt
> #1 or later attempts, would generate the actual data.
> - This jira is created to allow pipelined shuffle to download data from any
> one attempt.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)