You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hawq.apache.org by "Ming LI (JIRA)" <ji...@apache.org> on 2016/04/07 05:15:25 UTC

[jira] [Resolved] (HAWQ-633) Do not error out when cleaning up workfiles during AbortTransaction

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

Ming LI resolved HAWQ-633.
--------------------------
    Resolution: Fixed

> Do not error out when cleaning up workfiles during AbortTransaction
> -------------------------------------------------------------------
>
>                 Key: HAWQ-633
>                 URL: https://issues.apache.org/jira/browse/HAWQ-633
>             Project: Apache HAWQ
>          Issue Type: Bug
>          Components: Query Execution
>            Reporter: George Caragea
>            Assignee: George Caragea
>
> If we reach out of disk space when creating temporary spill files, we will error out during writing to disk, and abort the transaction. 
> When aborting the transaction, part of the cleanup code we call workfile_mgr_unlink_directory() to delete the directory containing all the work files. But in some cases that directory might not even be created, because of the out of disk space. 
> Instead of erroring out again, just give a warning and continue with the abort code. 



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