[ https://issues.apache.org/jira/browse/HIVE-10456?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14509719#comment-14509719 ]
Gunther Hagleitner commented on HIVE-10456: ------------------------------------------- Summary of offline discussion w/ [~prasanth_j]: - Probably best to check if hash table is in registry (on abort). If it is: Ownership is shared, no need to clean up. If it isn't: MapJoinOp owns the table container and need to clean (+ free mem). > Grace Hash Join should not load spilled partitions on abort > ----------------------------------------------------------- > > Key: HIVE-10456 > URL: https://issues.apache.org/jira/browse/HIVE-10456 > Project: Hive > Issue Type: Bug > Affects Versions: 1.2.0 > Reporter: Prasanth Jayachandran > Assignee: Prasanth Jayachandran > Attachments: HIVE-10456.1.patch > > > Grace Hash Join loads the spilled partitions to complete the join in > closeOp(). This should not happen when closeOp with abort is invoked. Instead > it should clean up all the spilled data. -- This message was sent by Atlassian JIRA (v6.3.4#6332)