[
https://issues.apache.org/jira/browse/HDFS-13223?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16387584#comment-16387584
]
Shashikant Banerjee commented on HDFS-13223:
--------------------------------------------
Thanks [~szetszwo], for the review. Patch v3 addresses your review comments.
> Reduce DiffListBySkipList memory usage
> --------------------------------------
>
> Key: HDFS-13223
> URL: https://issues.apache.org/jira/browse/HDFS-13223
> Project: Hadoop HDFS
> Issue Type: Improvement
> Components: snapshots
> Reporter: Tsz Wo Nicholas Sze
> Assignee: Shashikant Banerjee
> Priority: Major
> Attachments: HDFS-13223.001.patch, HDFS-13223.002.patch,
> HDFS-13223.003.patch
>
>
> There are several ways to reduce memory footprint of DiffListBySkipList.
> - Move maxSkipLevels and skipInterval to DirectoryDiffListFactory.
> - Use an array for skipDiffList instead of List.
> - Do not store the level 0 element in skipDiffList.
> - Do not create new ChildrenDiff for the same value.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]