Return-Path: X-Original-To: apmail-hbase-dev-archive@www.apache.org Delivered-To: apmail-hbase-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 693D518C0D for ; Fri, 17 Jul 2015 22:28:05 +0000 (UTC) Received: (qmail 60726 invoked by uid 500); 17 Jul 2015 22:28:04 -0000 Delivered-To: apmail-hbase-dev-archive@hbase.apache.org Received: (qmail 60626 invoked by uid 500); 17 Jul 2015 22:28:04 -0000 Mailing-List: contact dev-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@hbase.apache.org Delivered-To: mailing list dev@hbase.apache.org Received: (qmail 60611 invoked by uid 99); 17 Jul 2015 22:28:04 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 17 Jul 2015 22:28:04 +0000 Date: Fri, 17 Jul 2015 22:28:04 +0000 (UTC) From: "Vladimir Rodionov (JIRA)" To: dev@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Resolved] (HBASE-14036) HBase Backup/Restore Phase 1: Custom WAL archive cleaner 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-14036?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vladimir Rodionov resolved HBASE-14036. --------------------------------------- Resolution: Implemented This feature is part of patch v4. See parent JIRA. > HBase Backup/Restore Phase 1: Custom WAL archive cleaner > -------------------------------------------------------- > > Key: HBASE-14036 > URL: https://issues.apache.org/jira/browse/HBASE-14036 > Project: HBase > Issue Type: Task > Reporter: Vladimir Rodionov > Assignee: Vladimir Rodionov > Fix For: 2.0.0 > > > Custom WAL archive cleaner (BackupLogCleaner). We need to keep WAL files in archive until they either get copied over to backup destination during an incremental backup or full backup (for ALL tables) happens. This is tricky, but is doable. Backup-aware WAL archiver cleaner should consult hbase:backup to determine if WAL file is safe to purge. -- This message was sent by Atlassian JIRA (v6.3.4#6332)