Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
Support has been added in Recon to track namespace summaries for FSO backed data. From HDDS-5362, a bucket has a 'type' according to which how it stores it underlying data varies. The existing NamespaceSummary task already works only for FSO buckets since it tracks updates into only the FILE and DIRECTORY tables.
In this JIRA, we can add a task that listens on KEY table, and tracks summaries for Legacy FS buckets.
Note : Based on whether the object updated has a trailing /, the task can determine if it is a directory and create summaries at that level just like the existing task does.
cc smeng