You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2013/08/02 17:05:48 UTC

[jira] [Commented] (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:comment-tabpanel&focusedCommentId=13727720#comment-13727720 ] 

ASF subversion and git services commented on ACCUMULO-1629:
-----------------------------------------------------------

Commit 4bff142d3a017c220fc1a69adc962535735758f6 in branch refs/heads/master from [~keith_turner]
[ https://git-wip-us.apache.org/repos/asf?p=accumulo.git;h=4bff142 ]

ACCUMULO-1629 reproduced conetable bug seen in random walk in functional test

                
> 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
>             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