CHANGES-HDFS-EC-7285.txt 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. BREAKDOWN OF HDFS-7285 SUBTASKS AND RELATED JIRAS
  2. HDFS-7347. Configurable erasure coding policy for individual files and
  3. directories ( Zhe Zhang via vinayakumarb )
  4. HDFS-7339. Representing striped block groups in NameNode with hierarchical
  5. naming protocol ( Zhe Zhang )
  6. HDFS-7652. Process block reports for erasure coded blocks (Zhe Zhang)
  7. HDFS-7716. Erasure Coding: extend BlockInfo to handle EC info (Jing Zhao)
  8. HDFS-7749. Erasure Coding: Add striped block support in INodeFile (Jing Zhao)
  9. HDFS-7837. Erasure Coding: allocate and persist striped blocks in NameNode
  10. (Jing Zhao via Zhe Zhang)
  11. HDFS-7872. Erasure Coding: INodeFile.dumpTreeRecursively() supports to print
  12. striped blocks (Takuya Fukudome via jing9)
  13. HDFS-7853. Erasure coding: extend LocatedBlocks to support reading from
  14. striped files (Jing Zhao)
  15. HDFS-7826. Erasure Coding: Update INodeFile quota computation for striped
  16. blocks ( Kai Sasaki via jing9 )
  17. HDFS-7912. Erasure Coding: track BlockInfo instead of Block in
  18. UnderReplicatedBlocks and PendingReplicationBlocks (Jing Zhao)
  19. HDFS-7369. Erasure coding: distribute recovery work for striped blocks to
  20. DataNode (Zhe Zhang)
  21. HDFS-7864. Erasure Coding: Update safemode calculation for striped blocks
  22. (GAO Rui via jing9)
  23. HDFS-7827. Erasure Coding: support striped blocks in non-protobuf fsimage
  24. ( Hui Zheng via jing9 )
  25. HDFS-7616. Add a test for BlockGroup support in FSImage.
  26. (Takuya Fukudome via szetszwo)
  27. HDFS-7907. Erasure Coding: track invalid, corrupt, and under-recovery striped
  28. blocks in NameNode (Jing Zhao)
  29. HDFS-8005. Erasure Coding: simplify striped block recovery work computation
  30. and add tests (Jing Zhao)
  31. HDFS-7617. Add unit tests for editlog transactions for EC
  32. (Hui Zheng via Zhe Zhang)
  33. HDFS-7839. Erasure coding: implement facilities in NameNode to create and
  34. manage EC zones (Zhe Zhang)
  35. HDFS-8023. Erasure Coding: retrieve eraure coding schema for a file from
  36. NameNode (vinayakumarb)
  37. HDFS-8074. Define a system-wide default EC schema. (Kai Zheng)
  38. HDFS-8104. Make hard-coded values consistent with the system default schema first before remove them. (Kai Zheng)