Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
-
Reviewed
Description
on creating a snapshot , we set modifcation time for the snapshot along with that we update modification time of snapshot created directory
snapshotRoot.updateModificationTime(now, Snapshot.CURRENT_STATE_ID); s.getRoot().setModificationTime(now, Snapshot.CURRENT_STATE_ID);
So on deleting snapshot , we should update the modification time for snapshot created directory .
Attachments
Attachments
Issue Links
- breaks
-
HDFS-15566 NN restart fails after RollingUpgrade from 3.1.3/3.2.1 to 3.3.0
- Resolved
- is related to
-
HDFS-14922 Prevent snapshot modification time got change on startup
- Resolved
-
HDFS-14924 RenameSnapshot not updating new modification time
- Resolved