CHANGES-HDFS-6581.txt 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. BREAKDOWN OF HDFS-6581 SUBTASKS AND RELATED JIRAS
  2. HDFS-6921. Add LazyPersist flag to FileStatus. (Arpit Agarwal)
  3. HDFS-6924. Add new RAM_DISK storage type. (Arpit Agarwal)
  4. HDFS-6922. Add LazyPersist flag to INodeFile, save it in FsImage and
  5. edit logs. (Arpit Agarwal)
  6. HDFS-6923. Propagate LazyPersist flag to DNs via DataTransferProtocol.
  7. (Arpit Agarwal)
  8. HDFS-6925. DataNode should attempt to place replicas on transient storage
  9. first if lazyPersist flag is received. (Arpit Agarwal)
  10. HDFS-6926. DN support for saving replicas to persistent storage and
  11. evicting in-memory replicas. (Arpit Agarwal)
  12. HDFS-6927. Initial unit tests for lazy persist files. (Arpit Agarwal)
  13. HDFS-6929. NN periodically unlinks lazy persist files with missing
  14. replicas from namespace. (Arpit Agarwal)
  15. HDFS-6928. 'hdfs put' command should accept lazyPersist flag for testing.
  16. (Arpit Agarwal)
  17. HDFS-6960. Bugfix in LazyWriter, fix test case and some refactoring.
  18. (Arpit Agarwal)
  19. HDFS-6931. Move lazily persisted replicas to finalized directory on DN
  20. startup. (Arpit Agarwal)
  21. HDFS-6950. Add Additional unit tests for HDFS-6581. (Xiaoyu Yao via
  22. Arpit Agarwal)
  23. HDFS-6930. Improve replica eviction from RAM disk. (Arpit Agarwal)