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

Tajo QA commented on TAJO-689:
------------------------------

{color:red}*-1 overall.*{color}  Here are the results of testing the latest 
attachment 
  http://issues.apache.org/jira/secure/attachment/12635043/TAJO-689.patch
  against master revision 016b1c6.

    {color:green}+1 @author.{color}  The patch does not contain any @author 
tags.

    {color:red}-1 tests included.{color}  The patch doesn't appear to include 
any new or modified tests.
                        Please justify why no new tests are needed for this 
patch.
                        Also please list what manual steps were performed to 
verify this patch.

    {color:green}+1 javac.{color}  The applied patch does not increase the 
total number of javac compiler warnings.

    {color:green}+1 javadoc.{color}  The applied patch does not increase the 
total number of javadoc warnings.

    {color:green}+1 checkstyle.{color}  The patch generated 0 code style errors.

    {color:red}-1 findbugs.{color}  The patch appears to introduce 183 new 
Findbugs (version 1.3.9) warnings.

    {color:green}+1 release audit.{color}  The applied patch does not increase 
the total number of release audit warnings.

    {color:green}+1 core tests.{color}  The patch passed unit tests in 
tajo-core/tajo-core-backend.

Test results: 
https://builds.apache.org/job/PreCommit-TAJO-Build/220//testReport/
Findbugs warnings: 
https://builds.apache.org/job/PreCommit-TAJO-Build/220//artifact/incubator-tajo/patchprocess/newPatchFindbugsWarningstajo-core-backend.html
Console output: https://builds.apache.org/job/PreCommit-TAJO-Build/220//console

This message is automatically generated.

> NoSuchElementException occurs during assigning the leaf tasks
> -------------------------------------------------------------
>
>                 Key: TAJO-689
>                 URL: https://issues.apache.org/jira/browse/TAJO-689
>             Project: Tajo
>          Issue Type: Bug
>          Components: resource manager
>    Affects Versions: 0.8-incubating
>            Reporter: Jinho Kim
>            Assignee: Jinho Kim
>         Attachments: TAJO-689.patch
>
>
> {noformat}
> 2014-03-17 15:37:30,982 INFO  planner.PhysicalPlannerImpl 
> (PhysicalPlannerImpl.java:createInMemoryHashAggregation(898)) - The planner 
> chooses [Hash Aggregation]
> 2014-03-17 15:37:31,061 INFO  util.RackResolver 
> (RackResolver.java:coreResolve(109)) - Resolved 192.168.0.205 to /default-rack
> 2014-03-17 15:37:31,061 INFO  master.DefaultTaskScheduler 
> (DefaultTaskScheduler.java:allocateRackTask(701)) - Assigned 
> Local/Rack/Total: (0/2/2), Locality: 0.00%, Rack host: 192.168.0.205
> Exception in thread "Thread-16" java.util.NoSuchElementException
>   at java.util.ArrayList$Itr.next(ArrayList.java:794)
>   at 
> org.apache.tajo.master.DefaultTaskScheduler$ScheduledRequests.assignToLeafTasks(DefaultTaskScheduler.java:716)
>   at 
> org.apache.tajo.master.DefaultTaskScheduler.schedule(DefaultTaskScheduler.java:162)
>   at 
> org.apache.tajo.master.DefaultTaskScheduler$1.run(DefaultTaskScheduler.java:101)
> 2014-03-17 15:37:31,068 INFO  worker.TaskRunner (TaskRunner.java:run(374)) - 
> Accumulated Received Task: 1
> 2014-03-17 15:37:31,068 INFO  worker.TaskRunner (TaskRunner.java:run(383)) - 
> Initializing: ta_1395038211889_0001_000001_000001_00
> 2014-03-17 15:37:31,096 INFO  worker.TaskAttemptContext 
> (TaskAttemptContext.java:setState(110)) - Query status of 
> ta_1395038211889_0001_000001_000001_00 is changed to TA_PENDING
> {noformat}



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

Reply via email to