[
https://issues.apache.org/jira/browse/HIVE-21646?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Gopal V updated HIVE-21646:
---------------------------
Description:
If hive.exec.parallel is set to true to parallelize MoveTasks or StatsTasks,
the Tez task does not benefit from a new thread and will lose all the thread
context of the current query.
Multiple threads even if they are spawned, will lock on SyncDagClient & make
progress sequentially.
was:If hive.exec.parallel is set to true to parallelize MoveTasks or
StatsTasks, the Tez task does not benefit from a new thread and will lose all
the thread context of the current query.
> Tez: Prevent TezTasks from escaping thread logging context
> ----------------------------------------------------------
>
> Key: HIVE-21646
> URL: https://issues.apache.org/jira/browse/HIVE-21646
> Project: Hive
> Issue Type: Bug
> Components: Tez
> Reporter: Gopal V
> Assignee: Gopal V
> Priority: Major
>
> If hive.exec.parallel is set to true to parallelize MoveTasks or StatsTasks,
> the Tez task does not benefit from a new thread and will lose all the thread
> context of the current query.
> Multiple threads even if they are spawned, will lock on SyncDagClient & make
> progress sequentially.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)