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 2014/03/13 14:17:43 UTC

[jira] [Commented] (HBASE-8963) Add configuration option to skip HFile archiving

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

Matteo Bertozzi commented on HBASE-8963:
----------------------------------------

so, you are currently skipping the archive just for Delete Table? what about compactions and others?
I think that you should move the if (skipArchive) inside the archiver, since everyone is calling the archiver...
and the inside the archiver you check the "skipArchive" property.
In this way you don't have to put if (skipArchive) all around.

> Add configuration option to skip HFile archiving
> ------------------------------------------------
>
>                 Key: HBASE-8963
>                 URL: https://issues.apache.org/jira/browse/HBASE-8963
>             Project: HBase
>          Issue Type: Improvement
>            Reporter: Ted Yu
>            Assignee: bharath v
>         Attachments: HBASE-8963.trunk.v1.patch
>
>
> Currently HFileArchiver is always called when a table is dropped.
> A configuration option (either global or per table) should be provided so that archiving can be skipped when table is deleted.



--
This message was sent by Atlassian JIRA
(v6.2#6252)