You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ozone.apache.org by "Yuan Gu (Jira)" <ji...@apache.org> on 2021/07/07 18:03:00 UTC

[jira] [Created] (HDDS-5420) Redesign NSSummary CF and NSSumaryTask to store a mapping for recursion

Yuan Gu created HDDS-5420:
-----------------------------

             Summary: Redesign NSSummary CF and NSSumaryTask to store a mapping for recursion
                 Key: HDDS-5420
                 URL: https://issues.apache.org/jira/browse/HDDS-5420
             Project: Apache Ozone
          Issue Type: Sub-task
            Reporter: Yuan Gu
            Assignee: Yuan Gu


New NSSummary schema:
{code:java}
objectId -> int numOfFiles, long sizeOfFiles, int[] fileDistribution, List<objectId> childDir{code}
where childDir is a list of objectIds for the next-level non-key objects.

Modify the NSSummaryCodec.

Modify NSSummaryTask to write the new field into RocksDB

cc [~smeng], [~avijayan]



--
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