Description
Currently, A snapshottable directory is able to accommodate 65,536 snapshots. In case a directory has large no of snapshots , deletion of any of the earlier snapshots take a lot of time which might lead to namenode crash (HDFS-11225).
This jira is introduced to limit the no of the snapshots under a snapshottable directory to a reasonable value(say 10) which can be overriden.
Attachments
Attachments
Issue Links
- is a child of
-
HDFS-11225 NameNode crashed because deleteSnapshot held FSNamesystem lock too long
- Resolved