You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by "Christopher Tubbs (JIRA)" <ji...@apache.org> on 2014/12/18 21:56:15 UTC

[jira] [Resolved] (ACCUMULO-2381) AddFilesWithMissingEntries needs to just find abandoned files, or be deleted

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

Christopher Tubbs resolved ACCUMULO-2381.
-----------------------------------------
    Resolution: Fixed

Deleted the problematic file.

> AddFilesWithMissingEntries needs to just find abandoned files, or be deleted
> ----------------------------------------------------------------------------
>
>                 Key: ACCUMULO-2381
>                 URL: https://issues.apache.org/jira/browse/ACCUMULO-2381
>             Project: Accumulo
>          Issue Type: Bug
>    Affects Versions: 1.6.0
>            Reporter: Eric Newton
>            Assignee: Christopher Tubbs
>            Priority: Blocker
>             Fix For: 1.6.2, 1.7.0
>
>
> The usefulness of the AddFilesWithMissingEntries utility is questionable.
> #) it's very dangerous: it updates the metadata table of online tablets without checking or warning users
> #) there's no use case for wanting to re-incorporate abandoned metadata files for the metadata table
> #) the primary use case for this utility is to find abandoned files
> #) the list of files must fit in RAM, which probably requires changing jvm options on large systems
> #) the quality and stability of accumulo has improved to the point where having these sorts of crazy fix-it utilities is more trouble than they are worth
> #) as noted in ACCUMULO-2077, it does not work on multi-volume systems
> It would be nice to look for abandoned files, and it might even be worth doing in the GC on a continuous basis. 



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