You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tajo.apache.org by "Jinho Kim (JIRA)" <ji...@apache.org> on 2013/11/01 03:12:20 UTC

[jira] [Updated] (TAJO-295) ConcurrentModificationException in TaskScheduler

     [ https://issues.apache.org/jira/browse/TAJO-295?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jinho Kim updated TAJO-295:
---------------------------

    Attachment: TAJO-295_3.patch

Jihoon,
Thank you for nice finding. I've added it. 

> ConcurrentModificationException in TaskScheduler
> ------------------------------------------------
>
>                 Key: TAJO-295
>                 URL: https://issues.apache.org/jira/browse/TAJO-295
>             Project: Tajo
>          Issue Type: Bug
>          Components: master
>    Affects Versions: 0.2-incubating
>            Reporter: Jinho Kim
>            Assignee: Jinho Kim
>         Attachments: TAJO-295.patch, TAJO-295_2.patch, TAJO-295_3.patch
>
>
> TaskSchedulerImpl.java throws ConcurrentModificationException while assigning task.
> {code}
> 2013-10-31 14:29:04,411 INFO  querymaster.Query (Query.java:handle(447)) - Processing q_1383197276362_0001 of type INIT_COMPLETED
> Exception in thread "Thread-23" 2013-10-31 14:29:04,536 INFO  event.TaskS
>         at java.util.HashMap$HashIterator.nextEntry(HashMap.java:793)
>         at java.util.HashMap$KeyIterator.next(HashMap.java:828)
>         at org.apache.tajo.master.TaskSchedulerImpl$ScheduledRequests.assignToNonLeafTasks(TaskSchedulerImpl.java:505)
>         at org.apache.tajo.master.TaskSchedulerImpl.schedule(TaskSchedulerImpl.java:201)
> {code}



--
This message was sent by Atlassian JIRA
(v6.1#6144)