You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ozone.apache.org by "Ethan Rose (Jira)" <ji...@apache.org> on 2023/01/20 00:03:00 UTC

[jira] [Resolved] (HDDS-5904) Update Recon for files created with FSO Buckets

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

Ethan Rose resolved HDDS-5904.
------------------------------
    Resolution: Duplicate

> Update Recon for files created with FSO Buckets
> -----------------------------------------------
>
>                 Key: HDDS-5904
>                 URL: https://issues.apache.org/jira/browse/HDDS-5904
>             Project: Apache Ozone
>          Issue Type: Sub-task
>          Components: Ozone Manager
>            Reporter: Aryan Gupta
>            Assignee: Jyotinder Singh
>            Priority: Major
>              Labels: pull-request-available
>
> Currently in Ozone, we only iterate keyTable to update Recon for keys/file stats. After the introduction of bucket types(FSO, LEGACY, OBS), Recon will not be updated for the files created with FSO buckets. 
> Files created with FSO buckets will have intermediate directories. e.g,
> Key: '/vol/fsobucket/dir1/dir2/file1'
> So, it will stored as follows in directory table and file table:
> 512/dir -> Directory Table
> 1024/dir2  -> Directory Table
> 1025/file1 -> File Table
> Hence in this jira we will iterate over directory and file tables to update the Recon for files/keys created with FSO buckets.
> For more information on buckets types you can refer to the document attached in the master jira.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@ozone.apache.org
For additional commands, e-mail: issues-help@ozone.apache.org