[
https://issues.apache.org/jira/browse/HIVE-18418?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16321018#comment-16321018
]
Prasanth Jayachandran edited comment on HIVE-18418 at 1/10/18 8:21 PM:
-----------------------------------------------------------------------
{code}
for (TaskInfo info : entry.getValue()) {
{code}
wouldn't this throw ConcurrentModificationException when a new task info is
added elsewhere or can it not happen?
was (Author: prasanth_j):
{code}
for (TaskInfo info : entry.getValue()) {
{code}
wouldn't this throw ConcurrentModificationException when a new task info is
added elsewhere?
> clean up plugin between DAGs
> ----------------------------
>
> Key: HIVE-18418
> URL: https://issues.apache.org/jira/browse/HIVE-18418
> Project: Hive
> Issue Type: Sub-task
> Reporter: Sergey Shelukhin
> Assignee: Sergey Shelukhin
> Attachments: HIVE-18418.patch
>
>
> Noticed this while looking at some other JIRA. We need to make sure we clean
> up the plugin state between DAGs.
> Technically HS2 would send us the new token count with the new dag but it's
> good to make sure it cannot get inherited by accident.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)