[
https://issues.apache.org/jira/browse/TAJO-1047?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14136963#comment-14136963
]
ASF GitHub Bot commented on TAJO-1047:
--------------------------------------
GitHub user jinossy opened a pull request:
https://github.com/apache/tajo/pull/144
TAJO-1047: DefaultTaskScheduler:allocateRackTask is failed occasionally ...
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/jinossy/tajo TAJO-1047
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/tajo/pull/144.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #144
----
commit 00fcc780a1a3cc069340cf05bbf47bc5036a70e5
Author: jhkim <[email protected]>
Date: 2014-09-17T08:48:52Z
TAJO-1047: DefaultTaskScheduler:allocateRackTask is failed occasionally on
JDK 1.7.
----
> DefaultTaskScheduler:allocateRackTask is failed occasionally on JDK 1.7
> -----------------------------------------------------------------------
>
> Key: TAJO-1047
> URL: https://issues.apache.org/jira/browse/TAJO-1047
> Project: Tajo
> Issue Type: Bug
> Components: query master
> Reporter: Jinho Kim
> Assignee: Jinho Kim
>
> It is multi thread issue.
> {noformat}
> 2014-09-03 05:17:14,378 FATAL org.apache.tajo.master.DefaultTaskScheduler:
> Comparison method violates its general contract!
> java.lang.IllegalArgumentException: Comparison method violates its general
> contract!
> at java.util.TimSort.mergeLo(TimSort.java:747)
> at java.util.TimSort.mergeAt(TimSort.java:483)
> at java.util.TimSort.mergeForceCollapse(TimSort.java:426)
> at java.util.TimSort.sort(TimSort.java:223)
> at java.util.TimSort.sort(TimSort.java:173)
> at java.util.Arrays.sort(Arrays.java:659)
> at java.util.Collections.sort(Collections.java:217)
> at
> org.apache.tajo.master.DefaultTaskScheduler$ScheduledRequests.allocateRackTask(DefaultTaskScheduler.java:678)
> at
> org.apache.tajo.master.DefaultTaskScheduler$ScheduledRequests.assignToLeafTasks(DefaultTaskScheduler.java:798)
> at
> org.apache.tajo.master.DefaultTaskScheduler.schedule(DefaultTaskScheduler.java:154)
> at
> org.apache.tajo.master.DefaultTaskScheduler$1.run(DefaultTaskScheduler.java:95)
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)