[ 
https://issues.apache.org/jira/browse/ASTERIXDB-1751?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Taewoo Kim reassigned ASTERIXDB-1751:
-------------------------------------

    Assignee: Taewoo Kim

> Some of spilled partition files are not deleted properly after the optimized 
> hybrid hash join finishes.
> -------------------------------------------------------------------------------------------------------
>
>                 Key: ASTERIXDB-1751
>                 URL: https://issues.apache.org/jira/browse/ASTERIXDB-1751
>             Project: Apache AsterixDB
>          Issue Type: Bug
>            Reporter: Taewoo Kim
>            Assignee: Taewoo Kim
>
> Some of spilled partition files are not deleted. The condition is:
> 1) A partition is spilled to the disk during the build phase.
> 2) That partition doesn't receive any tuple after that spill.
> Then, the file is not explicitly closed during "closeAllSpilledPartition" 
> call. So, during the probe phase, even though the file will be open again 
> with "delete on close call". When closing the file, since a file handle is 
> still holding the file, it is not deleted properly.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to