1
0

CHANGES_HDFS-2832.txt 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. BREAKDOWN OF HDFS-2832 ENABLE SUPPORT FOR HETEROGENEOUS STORAGES IN HDFS
  2. IMPROVEMENTS:
  3. HDFS-4985. Add storage type to the protocol and expose it in block report
  4. and block locations. (Arpit Agarwal)
  5. HDFS-5115. Make StorageID a UUID. (Arpit Agarwal)
  6. HDFS-5000. DataNode configuration should allow specifying storage type.
  7. (Arpit Agarwal)
  8. HDFS-4987. Namenode changes to track multiple storages per datanode.
  9. (szetszwo)
  10. HDFS-5154. Fix TestBlockManager and TestDatanodeDescriptor after HDFS-4987.
  11. (Junping Du via szetszwo)
  12. HDFS-5009. Include storage information in the LocatedBlock. (szetszwo)
  13. HDFS-5134. Move blockContentsStale, heartbeatedSinceFailover and
  14. firstBlockReport from DatanodeDescriptor to DatanodeStorageInfo; and
  15. fix a synchronization problem in DatanodeStorageInfo. (szetszwo)
  16. HDFS-5157. Add StorageType to FsVolume. (Junping Du via szetszwo)
  17. HDFS-4990. Change BlockPlacementPolicy to choose storages instead of
  18. datanodes. (szetszwo)
  19. HDFS-5232. Protocol changes to transmit StorageUuid. (Arpit Agarwal)
  20. HDFS-5233. Use Datanode UUID to identify Datanodes. (Arpit Agarwal)
  21. HDFS-5222. Move block schedule information from DatanodeDescriptor to
  22. DatanodeStorageInfo. (szetszwo)
  23. HDFS-4988. Datanode must support all the volumes as individual storages.
  24. (Arpit Agarwal)