CHANGES.HDFS-2802.txt 1.3 KB

1234567891011121314151617181920212223242526272829303132333435
  1. Branch-2802 Snapshot (Unreleased)
  2. HDFS-4076. Support snapshot of single files. (szetszwo)
  3. HDFS-4082. Add editlog opcodes for snapshot create and delete operations.
  4. (suresh via szetszwo)
  5. HDFS-4086. Add editlog opcodes to allow and disallow snapshots on a
  6. directory. (Brandon Li via suresh)
  7. HDFS-4083. Protocol changes for snapshots. (suresh)
  8. HDFS-4077. Add support for Snapshottable Directory. (Nicholas via suresh)
  9. HDFS-4087. Protocol changes for listSnapshots functionality.
  10. (Brandon Li via suresh)
  11. HDFS-4079. Add SnapshotManager which maintains a list for all the
  12. snapshottable directories and supports snapshot methods such as setting a
  13. directory to snapshottable and creating a snapshot. (szetszwo)
  14. HDFS-4078. Handle replication in snapshots. (szetszwo)
  15. HDFS-4084. Provide CLI support to allow and disallow snapshot
  16. on a directory. (Brondon Li via suresh)
  17. HDFS-4091. Add snapshot quota to limit the number of snapshots allowed.
  18. (szetszwo)
  19. HDFS-4097. Provide CLI support for createSnapshot. (Brandon Li via suresh)
  20. HDFS-4092. Update file deletion logic for snapshot so that the current inode
  21. is removed from the circular linked list; and if some blocks at the end of the
  22. block list no longer belong to any other inode, collect them and update the
  23. block list. (szetszwo)