You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ozone.apache.org by "Aryan Gupta (Jira)" <ji...@apache.org> on 2021/10/26 22:20:00 UTC

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

Aryan Gupta created HDDS-5904:
---------------------------------

             Summary: 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: Aryan Gupta


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.3.4#803005)

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