[
https://issues.apache.org/jira/browse/HIVE-17195?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16146635#comment-16146635
]
ASF GitHub Bot commented on HIVE-17195:
---------------------------------------
Github user sankarh closed the pull request at:
https://github.com/apache/hive/pull/212
> Long chain of tasks created by REPL LOAD shouldn't cause stack corruption.
> --------------------------------------------------------------------------
>
> Key: HIVE-17195
> URL: https://issues.apache.org/jira/browse/HIVE-17195
> Project: Hive
> Issue Type: Sub-task
> Components: HiveServer2, repl
> Affects Versions: 2.1.0
> Reporter: Sankar Hariappan
> Assignee: Sankar Hariappan
> Labels: DAG, DR, Executor, replication
> Fix For: 3.0.0
>
> Attachments: HIVE-17195.01.patch, HIVE-17195.02.patch
>
>
> Currently, long chain REPL LOAD tasks lead to huge recursive calls when try
> to traverse the DAG.
> For example, getMRTasks, getTezTasks, getSparkTasks and iterateTasks methods
> run recursively to traverse the DAG.
> Need to modify this traversal logic to reduce stack usage.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)