[
https://issues.apache.org/jira/browse/TAJO-2081?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15179409#comment-15179409
]
Hudson commented on TAJO-2081:
------------------------------
FAILURE: Integrated in Tajo-master-CODEGEN-build #688 (See
[https://builds.apache.org/job/Tajo-master-CODEGEN-build/688/])
TAJO-2081: Incorrect task locality on single node. (jhkim: rev
fdb76ed2c7c06e7a9b43bbea18e202586b88606a)
* tajo-common/src/main/java/org/apache/tajo/conf/TajoConf.java
* tajo-core/src/main/java/org/apache/tajo/querymaster/DefaultTaskScheduler.java
* CHANGES
> Incorrect task locality on single node
> --------------------------------------
>
> Key: TAJO-2081
> URL: https://issues.apache.org/jira/browse/TAJO-2081
> Project: Tajo
> Issue Type: Bug
> Components: QueryMaster
> Affects Versions: 0.11.0, 0.11.1
> Reporter: Jinho Kim
> Assignee: Jinho Kim
> Fix For: 0.12.0, 0.11.2
>
>
> local tasks is still remaining but DefaultTaskScheduler is not found local
> task and it try to find a task in remote task list
> {noformat}
> 2016-02-23 22:46:32,818 INFO
> org.apache.tajo.querymaster.DefaultTaskScheduler: Assigned host : host1,
> Remaining local tasks : 2, Remote Concurrency : 1
> 2016-02-23 22:46:32,820 INFO
> org.apache.tajo.querymaster.DefaultTaskScheduler: Assigned Local/Rack/Total:
> (348/1/349), Attempted Cancel/Assign/Total: (10/349/359), Locality: 99.71%,
> Rack host: host1
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)