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 6EDD29F6A for ; Sun, 19 Aug 2012 16:08:38 +0000 (UTC) Received: (qmail 28095 invoked by uid 500); 19 Aug 2012 16:08:38 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 28066 invoked by uid 500); 19 Aug 2012 16:08:38 -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 28058 invoked by uid 99); 19 Aug 2012 16:08:38 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 19 Aug 2012 16:08:38 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id EE2902C04AE for ; Sun, 19 Aug 2012 16:08:37 +0000 (UTC) Date: Mon, 20 Aug 2012 03:08:37 +1100 (NCT) From: "Matteo Bertozzi (JIRA)" To: issues@hbase.apache.org Message-ID: <934428708.28109.1345392517976.JavaMail.jiratomcat@arcas> Subject: [jira] [Created] (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 Matteo Bertozzi created HBASE-6610: -------------------------------------- Summary: HFileLink: Hardlink alternative for snapshot restore Key: HBASE-6610 URL: https://issues.apache.org/jira/browse/HBASE-6610 Project: HBase Issue Type: New Feature Components: io Affects Versions: 0.96.0 Reporter: Matteo Bertozzi Assignee: Matteo Bertozzi Fix For: 0.96.0 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