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 B89AF17263 for ; Wed, 22 Apr 2015 00:38:00 +0000 (UTC) Received: (qmail 57142 invoked by uid 500); 22 Apr 2015 00:38:00 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 57091 invoked by uid 500); 22 Apr 2015 00:38:00 -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 57079 invoked by uid 99); 22 Apr 2015 00:38:00 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 22 Apr 2015 00:38:00 +0000 Date: Wed, 22 Apr 2015 00:38:00 +0000 (UTC) From: "Andrew Purtell (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HBASE-9141) Replication Znodes Backup Tool 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-9141?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Purtell updated HBASE-9141: ---------------------------------- Resolution: Incomplete Assignee: (was: Himanshu Vashishtha) Status: Resolved (was: Patch Available) > Replication Znodes Backup Tool > ------------------------------ > > Key: HBASE-9141 > URL: https://issues.apache.org/jira/browse/HBASE-9141 > Project: HBase > Issue Type: Improvement > Components: migration, Replication > Affects Versions: 0.94.10 > Reporter: Himanshu Vashishtha > Attachments: HBase-9141-v1.patch, HBase-9141.patch > > > While migrating to 0.96, we recommend deleting old znodes so users not face issues like HBASE-7766, and let HBase create them out of box. > Though HBase tends to store only ephemeral data in zookeeper, replication has a different approach. Almost all of its data (state, peer info, logs, etc) is present in zookeeper. We would like to preserve them in order to not do re-adding of peers, and ensuring complete replication after we have migrated to 0.96. > This jira adds a tool to serialize/de-serialize replication znodes to the underlying filesystem. This could be used while migrating to 0.96.0. -- This message was sent by Atlassian JIRA (v6.3.4#6332)