CHANGES-HDFS-6581.txt 938 B

1234567891011121314151617181920212223242526
  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)