JyotinderSingh opened a new pull request, #3083: URL: https://github.com/apache/ozone/pull/3083
## What changes were proposed in this pull request? Currently, 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 be stored as follows in the 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. ## What is the link to the Apache JIRA https://issues.apache.org/jira/browse/HDDS-5904 ## How was this patch tested? Related Integration Tests -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
