You are viewing a plain text version of this content. The canonical link for it is here.
Posted to hdfs-dev@hadoop.apache.org by "Mukul Kumar Singh (JIRA)" <ji...@apache.org> on 2019/02/15 04:58:00 UTC

[jira] [Created] (HDDS-1112) Add a ozoneFilesystem related api's to OzoneManager to reduce redundant lookups

Mukul Kumar Singh created HDDS-1112:
---------------------------------------

             Summary: Add a ozoneFilesystem related api's to OzoneManager to reduce redundant lookups
                 Key: HDDS-1112
                 URL: https://issues.apache.org/jira/browse/HDDS-1112
             Project: Hadoop Distributed Data Store
          Issue Type: Bug
          Components: Ozone Filesystem
    Affects Versions: 0.4.0
            Reporter: Mukul Kumar Singh
            Assignee: Mukul Kumar Singh
             Fix For: 0.4.0


With the current OzoneFilesystem design, most of the lookups while create happens via that getFileStatus api, which inturn does a getKey or a list Key for the keys in the Ozone bucket. 

In most of the cases, the files do not exists before creation, and hence these lookups corresponds to wasted time in lookup. This jira proposes to optimize the "create" and "getFileState" api in OzoneFileSystem by introducing OzoneFilesystem friendly apis in OM.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: hdfs-dev-unsubscribe@hadoop.apache.org
For additional commands, e-mail: hdfs-dev-help@hadoop.apache.org