CHANGES-HDFS-2006.txt 2.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. Hadoop HDFS Change Log for HDFS-2006
  2. HDFS-2006 (Unreleased)
  3. INCOMPATIBLE CHANGES
  4. NEW FEATURES
  5. IMPROVEMENTS
  6. HDFS-6299. Protobuf for XAttr and client-side implementation. (Yi Liu via umamahesh)
  7. HDFS-6302. Implement XAttr as a INode feature. (Yi Liu via umamahesh)
  8. HDFS-6309. Javadocs for Xattrs apis in DFSClient and other minor fixups. (Charles Lamb via umamahesh)
  9. HDFS-6258. Namenode server-side storage for XAttrs. (Yi Liu via umamahesh)
  10. HDFS-6303. HDFS implementation of FileContext API for XAttrs. (Yi Liu and Charles Lamb via umamahesh)
  11. HDFS-6324. Shift XAttr helper code out for reuse. (Yi Liu via umamahesh)
  12. HDFS-6301. NameNode: persist XAttrs in fsimage and record XAttrs modifications to edit log.
  13. (Yi Liu via umamahesh)
  14. HDFS-6298. XML based End-to-End test for getfattr and setfattr commands. (Yi Liu via umamahesh)
  15. HDFS-6314. Test cases for XAttrs. (Yi Liu via umamahesh)
  16. HDFS-6344. Maximum limit on the size of an xattr. (Yi Liu via umamahesh)
  17. HDFS-6377. Unify xattr name and value limits into a single limit. (wang)
  18. HDFS-6373. Remove support for extended attributes on symlinks. (Charles Lamb via wang)
  19. HDFS-6283. Write end user documentation for xattrs. (wang)
  20. HDFS-6412. Interface audience and stability annotations missing from
  21. several new classes related to xattrs. (wang)
  22. HDFS-6259. Support extended attributes via WebHDFS. (yliu)
  23. OPTIMIZATIONS
  24. HDFS-6346. Optimize OP_SET_XATTRS by persisting single Xattr entry per setXattr/removeXattr api call
  25. (Yi Liu via umamahesh)
  26. BUG FIXES
  27. HDFS-6331. ClientProtocol#setXattr should not be annotated idempotent.
  28. (umamahesh via wang)
  29. HDFS-6335. TestOfflineEditsViewer for XAttr. (Yi Liu via umamahesh)
  30. HDFS-6343. fix TestNamenodeRetryCache and TestRetryCacheWithHA failures. (umamahesh)
  31. HDFS-6366. FsImage loading failed with RemoveXattr op (umamahesh)
  32. HDFS-6357. SetXattr should persist rpcIDs for handling retrycache with Namenode restart and HA
  33. (umamahesh)
  34. HDFS-6372. Handle setXattr rpcIDs for OfflineEditsViewer. (umamahesh)
  35. HDFS-6410. DFSClient unwraps AclException in xattr methods, but those
  36. methods cannot throw AclException. (wang)
  37. HDFS-6413. xattr names erroneously handled as case-insensitive.
  38. (Charles Lamb via cnauroth)
  39. HDFS-6414. xattr modification operations are based on state of latest
  40. snapshot instead of current version of inode. (Andrew Wang via cnauroth)
  41. HDFS-6374. setXAttr should require the user to be the owner of the file
  42. or directory (Charles Lamb via wang)