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 DA3AAD043 for ; Tue, 21 Aug 2012 17:47:40 +0000 (UTC) Received: (qmail 41683 invoked by uid 500); 21 Aug 2012 17:47:39 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 41630 invoked by uid 500); 21 Aug 2012 17:47:39 -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 41327 invoked by uid 99); 21 Aug 2012 17:47:39 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 21 Aug 2012 17:47:39 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 9305C2C5BFB for ; Tue, 21 Aug 2012 17:47:38 +0000 (UTC) Date: Wed, 22 Aug 2012 04:47:38 +1100 (NCT) From: "Matteo Bertozzi (JIRA)" To: issues@hbase.apache.org Message-ID: <1177172346.36328.1345571258602.JavaMail.jiratomcat@arcas> In-Reply-To: <934428708.28109.1345392517976.JavaMail.jiratomcat@arcas> Subject: [jira] [Updated] (HBASE-6610) HFileLink: Hardlink alternative for snapshot restore 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-6610?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matteo Bertozzi updated HBASE-6610: ----------------------------------- Attachment: HBASE-6610-v1.patch > HFileLink: Hardlink alternative for snapshot restore > ---------------------------------------------------- > > Key: HBASE-6610 > URL: https://issues.apache.org/jira/browse/HBASE-6610 > Project: HBase > Issue Type: Sub-task > Components: io > Affects Versions: 0.96.0 > Reporter: Matteo Bertozzi > Assignee: Matteo Bertozzi > Labels: snapshot > Fix For: 0.96.0 > > Attachments: HBASE-6610-v1.patch > > > To avoid copying data during restore snapshot we need to introduce an HFile Link that allows to reference a file that can be in the original path (/hbase/table/region/cf/hfile) or, if the file is archived, in the archive directory (/hbase/.archive/table/region/cf/hfile). -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira