You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@tez.apache.org by "Siddharth Seth (JIRA)" <ji...@apache.org> on 2015/09/02 01:29:46 UTC

[jira] [Comment Edited] (TEZ-2750) Shuffle may not shutdown in case of a fetch failure, causing it to hang

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

Siddharth Seth edited comment on TEZ-2750 at 9/1/15 11:28 PM:
--------------------------------------------------------------

Thanks for the review. Committing this (the findbugs warning was introduced in a previous jira). A cascading test run completed - however it did end with a Build Failure. Tests against 0.7.1-SNAPSHOT did the same.

TEZ-2584 does look to be the same issue.


was (Author: sseth):
Thanks for the review. Committing this. A cascading test run completed - however it did end with a Build Failure. Tests against 0.7.1-SNAPSHOT did the same.

TEZ-2584 does look to be the same issue.

> Shuffle may not shutdown in case of a fetch failure, causing it to hang
> -----------------------------------------------------------------------
>
>                 Key: TEZ-2750
>                 URL: https://issues.apache.org/jira/browse/TEZ-2750
>             Project: Apache Tez
>          Issue Type: Bug
>    Affects Versions: 0.8.0-alpha
>            Reporter: André Kelpe
>            Assignee: Siddharth Seth
>             Fix For: 0.8.1
>
>         Attachments: TEZ-2750.1.txt, TEZ-2750.2.txt
>
>
> When running the Cascading tests with 0.8-alpha, they hang forever.
> {code}
> git clone https://github.com/cascading/cascading
> cd cascading
> {code}
> update cascading-hadoop2-tez/build.gradle:
> - update ext.tezVersion to  '0.8.0-alpha'
> - add the staging repos to the repositories block.
> {code}
>  maven {url = 'https://repository.apache.org/content/repositories/orgapachetez-1040/'}
>  maven {url = 'https://repository.apache.org/content/repositories/orgapachetez-1041/'}
> {code}
> then run this:
> {code}
> gradle cascading-hadoop2-tez:build -i
> {code}
> It will hang after a while. You will have to have gradle 2.x installed on your machine. 1.x wont work.



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