You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by "Eric Newton (JIRA)" <ji...@apache.org> on 2013/08/05 15:45:47 UTC

[jira] [Resolved] (ACCUMULO-1629) Files in cloned table disappear when source deleted

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

Eric Newton resolved ACCUMULO-1629.
-----------------------------------

    Resolution: Fixed
    
> Files in cloned table disappear when source deleted
> ---------------------------------------------------
>
>                 Key: ACCUMULO-1629
>                 URL: https://issues.apache.org/jira/browse/ACCUMULO-1629
>             Project: Accumulo
>          Issue Type: Bug
>            Reporter: Keith Turner
>            Assignee: Eric Newton
>             Fix For: 1.6.0
>
>
> I was running randomwalk trying to reproduce ACCUMULO-1625 and ran into what may be a different issue.  Eventually concurrent random walk test failed because a file disappeared.  After looking in the logs for a while, I determined the following happened.
>   # File I000005n.rf bulk imported into tableid q
>   # tableid q cloned into tableid u
>   # tableid q deleted
>   # scan of tableid u fails because I000005n.rf does not exist
> When a table is deleted it checks to see if any clones reference files in the table.  If so, then it lets the Accumulo GC delete the deleted tables files.  If not, then the files are deleted immediately.  Maybe something is going wrong with this check.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira