Return-Path: X-Original-To: apmail-hbase-issues-archive@www.apache.org Delivered-To: apmail-hbase-issues-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 10C3A188BD for ; Thu, 9 Jul 2015 18:47:06 +0000 (UTC) Received: (qmail 63792 invoked by uid 500); 9 Jul 2015 18:47:05 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 63733 invoked by uid 500); 9 Jul 2015 18:47:05 -0000 Mailing-List: contact issues-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@hbase.apache.org Received: (qmail 63529 invoked by uid 99); 9 Jul 2015 18:47:05 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 09 Jul 2015 18:47:05 +0000 Date: Thu, 9 Jul 2015 18:47:05 +0000 (UTC) From: "Andrew Purtell (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Comment Edited] (HBASE-14049) SnapshotHFileCleaner should optionally clean up after failed snapshots MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HBASE-14049?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14621056#comment-14621056 ] Andrew Purtell edited comment on HBASE-14049 at 7/9/15 6:47 PM: ---------------------------------------------------------------- bq. you can have that time set to 1day if you are doing export and is already better than what we have now. Ok, let me amend my proposal: A new configuration parameter that specifies the oldest aged temporary snapshot directory to retain, specified in seconds. Default one day (86400). Set to 0 to disable. was (Author: apurtell): bq. you can have that time set to 1day if you are doing export and is already better than what we have now. Ok, let me amend my proposal: A new configuration parameter that accepts the oldest temporary snapshot directory to retain, specified in seconds. Default one day (86400). Set to 0 to disable. > SnapshotHFileCleaner should optionally clean up after failed snapshots > ---------------------------------------------------------------------- > > Key: HBASE-14049 > URL: https://issues.apache.org/jira/browse/HBASE-14049 > Project: HBase > Issue Type: Bug > Affects Versions: 0.98.13 > Reporter: Andrew Purtell > > SnapshotHFileCleaner should optionally clean up after failed snapshots rather than just complain. Add a configuration option that, if set to true (defaulting to false), instructs SnapshotHFileCleaner to recursively remove failed snapshot temporary directories. -- This message was sent by Atlassian JIRA (v6.3.4#6332)