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

ASF GitHub Bot updated HDDS-4486:
---------------------------------
    Labels: pull-request-available  (was: )

> Feature Config : Make proper enableFSPaths and OFS optimized flag combinations
> ------------------------------------------------------------------------------
>
>                 Key: HDDS-4486
>                 URL: https://issues.apache.org/jira/browse/HDDS-4486
>             Project: Hadoop Distributed Data Store
>          Issue Type: Sub-task
>          Components: OM
>            Reporter: Rakesh Radhakrishnan
>            Assignee: Rakesh Radhakrishnan
>            Priority: Major
>              Labels: pull-request-available
>
> Presently OM has four combinations, which leads to complexity as 
> objectStore#rename can't be differentiated with fs#rename.
>  # ofsOptimized=true && enableFSPaths=true
>  # ofsOptimized=true && enableFSPaths=false
>  # ofsOptimized=false && enableFSPaths=true
>  # ofsOptimized=false && enableFSPaths=false
> This jira proposal is to simplify the ofs optimization cases. OM can support 
> ofs optimization only if both are TRUE({{ofsOptimized=true && 
> enableFSPaths=true)}} and will write table key entries in NEW_FORMAT(prefix 
> separated format using objectID). All the other cases, it will write table 
> key entries in OLD_FORMAT(existing format).
> [Reference-1|https://github.com/apache/ozone/pull/1557#discussion_r520962991]
> [Reference-2|https://github.com/apache/ozone/pull/1473#discussion_r502350594]



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to