You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@tez.apache.org by "Rajesh Balamohan (JIRA)" <ji...@apache.org> on 2015/05/20 14:39:59 UTC

[jira] [Created] (TEZ-2470) IllegalStateException in ShuffleManager.constructFetcherForHost in tez-0.4.x

Rajesh Balamohan created TEZ-2470:
-------------------------------------

             Summary: IllegalStateException in ShuffleManager.constructFetcherForHost in tez-0.4.x
                 Key: TEZ-2470
                 URL: https://issues.apache.org/jira/browse/TEZ-2470
             Project: Apache Tez
          Issue Type: Bug
    Affects Versions: 0.4.1, 0.4.0
            Reporter: Rajesh Balamohan
            Assignee: Rajesh Balamohan


org.apache.tez.runtime.library.shuffle.common.impl.ShuffleManager: Scheduler failed with error:
java.lang.IllegalStateException
        at java.util.ArrayList$Itr.remove(ArrayList.java:844)
        at org.apache.tez.runtime.library.shuffle.common.impl.ShuffleManager.constructFetcherForHost(ShuffleManager.java:322)
        at org.apache.tez.runtime.library.shuffle.common.impl.ShuffleManager.access$1300(ShuffleManager.java:80)
        at org.apache.tez.runtime.library.shuffle.common.impl.ShuffleManager$RunShuffleCallable.call(ShuffleManager.java:267)
        at org.apache.tez.runtime.library.shuffle.common.impl.ShuffleManager$RunShuffleCallable.call(ShuffleManager.java:220)
        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)



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