You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Himanshu Vashishtha (JIRA)" <ji...@apache.org> on 2013/04/08 07:37:15 UTC

[jira] [Created] (HBASE-8288) HBaseFileSystem: Refactoring and correct semantics for createPath methods

Himanshu Vashishtha created HBASE-8288:
------------------------------------------

             Summary: HBaseFileSystem: Refactoring and correct semantics for createPath methods
                 Key: HBASE-8288
                 URL: https://issues.apache.org/jira/browse/HBASE-8288
             Project: HBase
          Issue Type: Bug
          Components: Filesystem Integration
    Affects Versions: 0.94.6
            Reporter: Himanshu Vashishtha
            Assignee: Himanshu Vashishtha
             Fix For: 0.94.7


This jira is for two issues I see in the HBaseFileSystem class:
1) Load testing on a 7 node cluster using ycsb insert workload shows that static initialization of conf properties results in a slightly better throughput. Though the initialization uses HBaseConfiguration.create() call which is expensive (and I tried to avoid that in its first version), this class is used for most of the filesystem class, and had to invoke an additional checkAndSetXX call before making the fs call because it is not certain whether the retry properties are set or not. Having initialize them in static block removes that limitation.

2) Correct semantics for CreatePathXXX method. In case the overwrite flag is false and file already exists, underlying fs throws an exception. It should be re-thrown to the caller.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira