You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@tez.apache.org by "Bikas Saha (JIRA)" <ji...@apache.org> on 2014/04/28 18:28:17 UTC

[jira] [Commented] (TEZ-1087) ShuffleManager fails with IllegalStateException

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

Bikas Saha commented on TEZ-1087:
---------------------------------

The patch fixes a bug in the code. However, to be sure that its the root cause of this incident, it would help to have the logs of that task so that we can check what happened. Do you have the logs?

> ShuffleManager fails with IllegalStateException
> -----------------------------------------------
>
>                 Key: TEZ-1087
>                 URL: https://issues.apache.org/jira/browse/TEZ-1087
>             Project: Apache Tez
>          Issue Type: Bug
>            Reporter: Cheolsoo Park
>         Attachments: TEZ-1087-1.patch
>
>
> While running a Pig-on-Tez job, I ran into this error-
> {code}
> at java.util.ArrayList$Itr.remove(ArrayList.java:844)
>  at org.apache.tez.runtime.library.shuffle.common.impl.ShuffleManager.constructFetcherForHost(ShuffleManager.java:314)
>  at org.apache.tez.runtime.library.shuffle.common.impl.ShuffleManager.access$1200(ShuffleManager.java:80)
>  at org.apache.tez.runtime.library.shuffle.common.impl.ShuffleManager$RunShuffleCallable.call(ShuffleManager.java:260)
>  at org.apache.tez.runtime.library.shuffle.common.impl.ShuffleManager$RunShuffleCallable.call(ShuffleManager.java:213)
>  at java.util.concurrent.FutureTask.run(FutureTask.java:262)
>  at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
>  at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
>  at java.lang.Thread.run(Thread.java:744)
> {code}



--
This message was sent by Atlassian JIRA
(v6.2#6252)