2012-10-19 17:06:08 -04:00
|
|
|
Branch-2802 Snapshot (Unreleased)
|
|
|
|
|
|
|
|
HDFS-4076. Support snapshot of single files. (szetszwo)
|
|
|
|
|
|
|
|
HDFS-4082. Add editlog opcodes for snapshot create and delete operations.
|
|
|
|
(suresh via szetszwo)
|
|
|
|
|
2012-10-19 17:15:11 -04:00
|
|
|
HDFS-4086. Add editlog opcodes to allow and disallow snapshots on a
|
|
|
|
directory. (Brandon Li via suresh)
|
|
|
|
|
2012-10-19 18:15:27 -04:00
|
|
|
HDFS-4083. Protocol changes for snapshots. (suresh)
|
2012-10-19 18:21:50 -04:00
|
|
|
|
2012-10-26 18:02:30 -04:00
|
|
|
HDFS-4077. Add support for Snapshottable Directory. (szetszwo via suresh)
|
2012-10-21 15:05:49 -04:00
|
|
|
|
|
|
|
HDFS-4087. Protocol changes for listSnapshots functionality.
|
|
|
|
(Brandon Li via suresh)
|
2012-10-21 17:35:13 -04:00
|
|
|
|
|
|
|
HDFS-4079. Add SnapshotManager which maintains a list for all the
|
|
|
|
snapshottable directories and supports snapshot methods such as setting a
|
|
|
|
directory to snapshottable and creating a snapshot. (szetszwo)
|
2012-10-21 20:11:25 -04:00
|
|
|
|
|
|
|
HDFS-4078. Handle replication in snapshots. (szetszwo)
|
2012-10-23 16:26:08 -04:00
|
|
|
|
|
|
|
HDFS-4084. Provide CLI support to allow and disallow snapshot
|
|
|
|
on a directory. (Brondon Li via suresh)
|
2012-10-24 16:39:26 -04:00
|
|
|
|
|
|
|
HDFS-4091. Add snapshot quota to limit the number of snapshots allowed.
|
|
|
|
(szetszwo)
|
2012-10-25 00:08:36 -04:00
|
|
|
|
|
|
|
HDFS-4097. Provide CLI support for createSnapshot. (Brandon Li via suresh)
|
2012-10-25 15:32:26 -04:00
|
|
|
|
|
|
|
HDFS-4092. Update file deletion logic for snapshot so that the current inode
|
|
|
|
is removed from the circular linked list; and if some blocks at the end of the
|
|
|
|
block list no longer belong to any other inode, collect them and update the
|
|
|
|
block list. (szetszwo)
|
2012-10-26 18:02:30 -04:00
|
|
|
|
|
|
|
HDFS-4111. Support snapshot of subtrees. (szetszwo via suresh)
|
2012-10-28 16:02:54 -04:00
|
|
|
|
|
|
|
HDFS-4119. Complete the allowSnapshot code and add a test for it. (szetszwo)
|
2012-11-01 04:29:41 -04:00
|
|
|
|
|
|
|
HDFS-4133. Add testcases for testing basic snapshot functionalities.
|
|
|
|
(Jing Zhao via suresh)
|
2012-11-01 22:26:58 -04:00
|
|
|
|
|
|
|
HDFS-4116. Add auditlog for some snapshot operations. (Jing Zhao via suresh)
|
2012-11-02 01:01:10 -04:00
|
|
|
|
|
|
|
HDFS-4095. Add some snapshot related metrics. (Jing Zhao via suresh)
|
2012-11-02 21:31:51 -04:00
|
|
|
|
|
|
|
HDFS-4141. Support directory diff - the difference between the current state
|
|
|
|
and a previous snapshot of an INodeDirectory. (szetszwo)
|
2012-11-04 17:00:13 -05:00
|
|
|
|
|
|
|
HDFS-4146. Use getter and setter in INodeFileWithLink to access blocks and
|
|
|
|
initialize root directory as snapshottable. (szetszwo)
|