[
https://issues.apache.org/jira/browse/TAJO-2100?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15200997#comment-15200997
]
Hudson commented on TAJO-2100:
------------------------------
SUCCESS: Integrated in Tajo-0.11.2-build #182 (See
[https://builds.apache.org/job/Tajo-0.11.2-build/182/])
TAJO-2100: Add missing cancellation in defaultTaskScheduler when a (jhkim: rev
1ec59c12af5020cbcb65d13dde4de37a96d10eb1)
* tajo-core/src/main/java/org/apache/tajo/querymaster/TaskAttempt.java
* tajo-core/src/main/java/org/apache/tajo/querymaster/DefaultTaskScheduler.java
* CHANGES
> Add missing cancellation in defaultTaskScheduler when a worker is no respond
> ----------------------------------------------------------------------------
>
> Key: TAJO-2100
> URL: https://issues.apache.org/jira/browse/TAJO-2100
> Project: Tajo
> Issue Type: Bug
> Components: QueryMaster
> Affects Versions: 0.11.0
> Reporter: Jinho Kim
> Assignee: Jinho Kim
> Priority: Critical
> Fix For: 0.12.0, 0.11.2
>
>
> if a worker is not respond, requested task should be canceled
> {noformat}
> 2016-03-17 11:53:36,270 INFO
> org.apache.tajo.querymaster.DefaultTaskScheduler:
> [eb_1458117238659_0223_000002] Assigned Local/Rack/Total: (0/1/1), Attempted
> Cancel/Assign/Total: (0/1/1), Locality: 0.00%, Rack host: host03
> 2016-03-17 11:53:36,352 ERROR org.apache.tajo.rpc.NettyClientBase: Exception
> [org.apache.tajo.ipc.TajoWorkerProtocol(xx.xxx.xxx.xxx:28091)]:
> 2016-03-17 11:53:36,352 ERROR
> org.apache.tajo.querymaster.DefaultTaskScheduler:
> java.util.concurrent.ExecutionException: com.google.protobuf.ServiceException:
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)