You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Matteo Bertozzi (JIRA)" <ji...@apache.org> on 2013/06/08 01:18:20 UTC

[jira] [Commented] (HBASE-8712) archivedHFileCleaner seems to be racing and complains about missing files

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

Matteo Bertozzi commented on HBASE-8712:
----------------------------------------

This is not a race or a bug... is just that FSUtils.listStatus() is too verbose if the directory doesn't exists... 
In this case is the HFileLinkCleaner (enabled with snapshot) that tries to look for cloned tables by looking inside the .link-xyz directory... and there're no cloned tables (and no .link-xyz directory)... so you get the DEBUG log...
                
> archivedHFileCleaner seems to be racing and complains about missing files
> -------------------------------------------------------------------------
>
>                 Key: HBASE-8712
>                 URL: https://issues.apache.org/jira/browse/HBASE-8712
>             Project: HBase
>          Issue Type: Bug
>    Affects Versions: 0.95.1
>            Reporter: Jean-Daniel Cryans
>            Assignee: Matteo Bertozzi
>             Fix For: 0.95.2
>
>         Attachments: archivedHFileCleaner-errors.log
>
>
> Testing 0.95.1 RC1, I found that just inserting data and splitting seems to trigger a bug in the archivedHFileCleaner that makes it complain about missing files. It seems to happen mostly to reference files post-split.
> I'm attaching a grep I did with the file name (you'll see the same file name happens to be in 2 regions, it's because it's a reference file).

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