Swaminathan Balachandran created HDDS-14038:
-----------------------------------------------
Summary: Remove Redundant intermediate SnapshotDiff tables and
optimize snapshot diff
Key: HDDS-14038
URL: https://issues.apache.org/jira/browse/HDDS-14038
Project: Apache Ozone
Issue Type: Sub-task
Reporter: Swaminathan Balachandran
Assignee: Swaminathan Balachandran
Currently SnapshotDiff process redundantly spills diff entries to
PersistentLists
-delete-diff, -rename-diff, -create-diff, -modify-diff just to ensure order of
snapshot diff which can be handled by SnapshotDiffReportTable keyPrefix.
All we have to ensure with prefix:
-delete-diff : jobid-1<index>
-rename-diff:-jobid-2<index>
-create-diff:-jobid-3<index>
-modify-diff:jobid-4<index>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]