You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "Steven Phillips (JIRA)" <ji...@apache.org> on 2015/01/20 03:52:34 UTC

[jira] [Commented] (DRILL-1791) CTAS fails due to issue with stale file handles

    [ https://issues.apache.org/jira/browse/DRILL-1791?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14283336#comment-14283336 ] 

Steven Phillips commented on DRILL-1791:
----------------------------------------

I suspect that there may be some other failure, which is causing the file to get cleaned up, but because the file is now gone, another call to cleanup is resulting in the stale file handle.

This issue may have been fixed by DRILL-1812.

Can you try to reproduce with latest?

> CTAS fails due to issue with stale file handles
> -----------------------------------------------
>
>                 Key: DRILL-1791
>                 URL: https://issues.apache.org/jira/browse/DRILL-1791
>             Project: Apache Drill
>          Issue Type: Bug
>          Components: Storage - Writer
>            Reporter: Abhishek Girish
>            Assignee: Steven Phillips
>             Fix For: 0.8.0
>
>         Attachments: drillbit.log
>
>
> CTAS statement failed with RuntimeException and logs indicate it is due to invalid / stale file handle. 
> Previous CTAS statement was incomplete due to a different issue and had to be redone. The existing files that were created from the previous CTAS statement were deleted via the hadoop fs command. 
> On restarting CTAS, after about a few minutes of delay, this issue was seen. 
> A snippet of the drillbit.log file has been attached (truncated due to it's large size)



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