[
https://issues.apache.org/jira/browse/TAJO-1509?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14487165#comment-14487165
]
ASF GitHub Bot commented on TAJO-1509:
--------------------------------------
Github user babokim commented on a diff in the pull request:
https://github.com/apache/tajo/pull/501#discussion_r28053517
--- Diff:
tajo-core/src/main/java/org/apache/tajo/worker/TajoResourceAllocator.java ---
@@ -68,6 +73,7 @@
private TajoConf tajoConf;
private QueryMasterTask.QueryMasterTaskContext queryTaskContext;
private final ExecutorService executorService;
--- End diff --
"allocationExecutor" is to be more appropriate than "executorService".
> Use dedicated thread to release resource allocated to container
> ---------------------------------------------------------------
>
> Key: TAJO-1509
> URL: https://issues.apache.org/jira/browse/TAJO-1509
> Project: Tajo
> Issue Type: Improvement
> Reporter: Navis
> Assignee: Navis
> Priority: Minor
>
> Currently, it uses thread pool, which is used for launching tasks. But it can
> make dead-lock situation.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)