You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Jason Dai (JIRA)" <ji...@apache.org> on 2012/08/16 03:44:38 UTC

[jira] [Resolved] (HBASE-6532) With HFile v2, the region server will perform an extra copy of source files.

     [ https://issues.apache.org/jira/browse/HBASE-6532?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jason Dai resolved HBASE-6532.
------------------------------

    Resolution: Duplicate

Duplicate of HBASE-6529
                
> With HFile v2, the region server will perform an extra copy of source files.
> ----------------------------------------------------------------------------
>
>                 Key: HBASE-6532
>                 URL: https://issues.apache.org/jira/browse/HBASE-6532
>             Project: HBase
>          Issue Type: Bug
>          Components: performance, regionserver
>    Affects Versions: 0.94.0, 0.96.0
>         Environment: With HFile v2 implementation in HBase 0.94 & 0.96, the region server will use HFileSystem as its fs. When it performs bulk load in Store.bulkLoadHFile(), it checks if its fs is the same as srcFs, which however will be DistributedFileSystem. Consequently, it will always perform an extra copy of source files.
>            Reporter: Jason Dai
>


--
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