Kirill Sizov created HDDS-10262:
-----------------------------------

             Summary: Encapsulate SnapshotCache inside OmSnapshotManager
                 Key: HDDS-10262
                 URL: https://issues.apache.org/jira/browse/HDDS-10262
             Project: Apache Ozone
          Issue Type: Sub-task
            Reporter: Kirill Sizov


{{SnapshotCache}} is an in-memory storage for the currently open {{OmSnapshot}} 
instances. 
It is currently publicly accessible through 
{{OmSnapshotManager.getSnapshotCache()}}, thus any change to its internals 
(like switching it to SnapshotId  - see HDDS-10250) may affect many unrelated 
places. 

To make further changes to {{SnapshotCache}} smaller and reduce code 
duplication, this class should be fully encapsulated inside 
{{OmSnapshotManager}}.




--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to