[ https://issues.apache.org/jira/browse/HIVE-18418?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16321018#comment-16321018 ]
Prasanth Jayachandran commented on HIVE-18418: ---------------------------------------------- {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)