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 869FED965 for ; Thu, 16 Aug 2012 01:44:39 +0000 (UTC) Received: (qmail 11810 invoked by uid 500); 16 Aug 2012 01:44:39 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 11720 invoked by uid 500); 16 Aug 2012 01:44: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 11690 invoked by uid 99); 16 Aug 2012 01:44:38 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 16 Aug 2012 01:44:38 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 486B42C5BE6 for ; Thu, 16 Aug 2012 01:44:38 +0000 (UTC) Date: Thu, 16 Aug 2012 12:44:38 +1100 (NCT) From: "Jason Dai (JIRA)" To: issues@hbase.apache.org Message-ID: <1693562029.17225.1345081478297.JavaMail.jiratomcat@arcas> Subject: [jira] [Reopened] (HBASE-6529) With HFile v2, the region server will always perform an extra copy of source files 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-6529?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Dai reopened HBASE-6529: ------------------------------ > With HFile v2, the region server will always perform an extra copy of source files > ---------------------------------------------------------------------------------- > > Key: HBASE-6529 > URL: https://issues.apache.org/jira/browse/HBASE-6529 > Project: HBase > Issue Type: Bug > Components: performance, regionserver > Affects Versions: 0.94.0, 0.96.0 > Reporter: Jason Dai > Fix For: 0.96.0, 0.94.2 > > Attachments: hbase-6529.094.txt, hbase-6529.diff > > > With HFile v2 implementation in HBase 0.94 & 0.96, the region server will use HFileSystem as its {color:blue}fs{color}. When it performs bulk load in Store.bulkLoadHFile(), it checks if its {color:blue}fs{color} is the same as {color:blue}srcFs{color}, which however will be DistributedFileSystem. Consequently, it will always perform an extra copy of source files. -- 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