Moved the HDFS-2006 break down tasks list to 2.5 section in merging HDFS-2006 to branch-2
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1602003 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
ca8f112d2f
commit
22ec67ea6f
@ -342,24 +342,6 @@ Trunk (Unreleased)
|
||||
|
||||
HADOOP-8589. ViewFs tests fail when tests and home dirs are nested (sanjay Radia)
|
||||
|
||||
BREAKDOWN OF HADOOP-10514 SUBTASKS AND RELATED JIRAS
|
||||
|
||||
HADOOP-10520. Extended attributes definition and FileSystem APIs for
|
||||
extended attributes. (Yi Liu via wang)
|
||||
|
||||
HADOOP-10546. Javadoc and other small fixes for extended attributes in
|
||||
hadoop-common. (Charles Lamb via wang)
|
||||
|
||||
HADOOP-10521. FsShell commands for extended attributes. (Yi Liu via wang)
|
||||
|
||||
HADOOP-10548. Improve FsShell xattr error handling and other fixes. (Charles Lamb via umamahesh)
|
||||
|
||||
HADOOP-10567. Shift XAttr value encoding code out for reuse. (Yi Liu via umamahesh)
|
||||
|
||||
HADOOP-10621. Remove CRLF for xattr value base64 encoding for better display.(Yi Liu via umamahesh)
|
||||
|
||||
HADOOP-10575. Small fixes for XAttrCommands and test. (Yi Liu via umamahesh)
|
||||
|
||||
Release 2.5.0 - UNRELEASED
|
||||
|
||||
INCOMPATIBLE CHANGES
|
||||
@ -550,6 +532,24 @@ Release 2.5.0 - UNRELEASED
|
||||
HADOOP-10656. The password keystore file is not picked by LDAP group mapping
|
||||
(brandonli)
|
||||
|
||||
BREAKDOWN OF HADOOP-10514 SUBTASKS AND RELATED JIRAS
|
||||
|
||||
HADOOP-10520. Extended attributes definition and FileSystem APIs for
|
||||
extended attributes. (Yi Liu via wang)
|
||||
|
||||
HADOOP-10546. Javadoc and other small fixes for extended attributes in
|
||||
hadoop-common. (Charles Lamb via wang)
|
||||
|
||||
HADOOP-10521. FsShell commands for extended attributes. (Yi Liu via wang)
|
||||
|
||||
HADOOP-10548. Improve FsShell xattr error handling and other fixes. (Charles Lamb via umamahesh)
|
||||
|
||||
HADOOP-10567. Shift XAttr value encoding code out for reuse. (Yi Liu via umamahesh)
|
||||
|
||||
HADOOP-10621. Remove CRLF for xattr value base64 encoding for better display.(Yi Liu via umamahesh)
|
||||
|
||||
HADOOP-10575. Small fixes for XAttrCommands and test. (Yi Liu via umamahesh)
|
||||
|
||||
Release 2.4.1 - UNRELEASED
|
||||
|
||||
INCOMPATIBLE CHANGES
|
||||
|
@ -257,69 +257,6 @@ Trunk (Unreleased)
|
||||
HDFS-6464. Support multiple xattr.name parameters for WebHDFS getXAttrs.
|
||||
(Yi Liu via umamahesh)
|
||||
|
||||
BREAKDOWN OF HDFS-2006 SUBTASKS AND RELATED JIRAS
|
||||
|
||||
HDFS-6299. Protobuf for XAttr and client-side implementation. (Yi Liu via umamahesh)
|
||||
|
||||
HDFS-6302. Implement XAttr as a INode feature. (Yi Liu via umamahesh)
|
||||
|
||||
HDFS-6309. Javadocs for Xattrs apis in DFSClient and other minor fixups. (Charles Lamb via umamahesh)
|
||||
|
||||
HDFS-6258. Namenode server-side storage for XAttrs. (Yi Liu via umamahesh)
|
||||
|
||||
HDFS-6303. HDFS implementation of FileContext API for XAttrs. (Yi Liu and Charles Lamb via umamahesh)
|
||||
|
||||
HDFS-6324. Shift XAttr helper code out for reuse. (Yi Liu via umamahesh)
|
||||
|
||||
HDFS-6301. NameNode: persist XAttrs in fsimage and record XAttrs modifications to edit log.
|
||||
(Yi Liu via umamahesh)
|
||||
|
||||
HDFS-6298. XML based End-to-End test for getfattr and setfattr commands. (Yi Liu via umamahesh)
|
||||
|
||||
HDFS-6314. Test cases for XAttrs. (Yi Liu via umamahesh)
|
||||
|
||||
HDFS-6344. Maximum limit on the size of an xattr. (Yi Liu via umamahesh)
|
||||
|
||||
HDFS-6377. Unify xattr name and value limits into a single limit. (wang)
|
||||
|
||||
HDFS-6373. Remove support for extended attributes on symlinks. (Charles Lamb via wang)
|
||||
|
||||
HDFS-6283. Write end user documentation for xattrs. (wang)
|
||||
|
||||
HDFS-6412. Interface audience and stability annotations missing from
|
||||
several new classes related to xattrs. (wang)
|
||||
|
||||
HDFS-6259. Support extended attributes via WebHDFS. (yliu)
|
||||
|
||||
HDFS-6346. Optimize OP_SET_XATTRS by persisting single Xattr entry per setXattr/removeXattr api call
|
||||
(Yi Liu via umamahesh)
|
||||
|
||||
HDFS-6331. ClientProtocol#setXattr should not be annotated idempotent.
|
||||
(umamahesh via wang)
|
||||
|
||||
HDFS-6335. TestOfflineEditsViewer for XAttr. (Yi Liu via umamahesh)
|
||||
|
||||
HDFS-6343. fix TestNamenodeRetryCache and TestRetryCacheWithHA failures. (umamahesh)
|
||||
|
||||
HDFS-6366. FsImage loading failed with RemoveXattr op (umamahesh)
|
||||
|
||||
HDFS-6357. SetXattr should persist rpcIDs for handling retrycache with Namenode restart and HA
|
||||
(umamahesh)
|
||||
|
||||
HDFS-6372. Handle setXattr rpcIDs for OfflineEditsViewer. (umamahesh)
|
||||
|
||||
HDFS-6410. DFSClient unwraps AclException in xattr methods, but those
|
||||
methods cannot throw AclException. (wang)
|
||||
|
||||
HDFS-6413. xattr names erroneously handled as case-insensitive.
|
||||
(Charles Lamb via cnauroth)
|
||||
|
||||
HDFS-6414. xattr modification operations are based on state of latest
|
||||
snapshot instead of current version of inode. (Andrew Wang via cnauroth)
|
||||
|
||||
HDFS-6374. setXAttr should require the user to be the owner of the file
|
||||
or directory (Charles Lamb via wang)
|
||||
|
||||
HDFS-6375. Listing extended attributes with the search permission.
|
||||
(Charles Lamb via wang)
|
||||
|
||||
@ -674,6 +611,69 @@ Release 2.5.0 - UNRELEASED
|
||||
HDFS-6503. Fix typo of DFSAdmin restoreFailedStorage.
|
||||
(Zesheng Wu via wheat9)
|
||||
|
||||
BREAKDOWN OF HDFS-2006 SUBTASKS AND RELATED JIRAS
|
||||
|
||||
HDFS-6299. Protobuf for XAttr and client-side implementation. (Yi Liu via umamahesh)
|
||||
|
||||
HDFS-6302. Implement XAttr as a INode feature. (Yi Liu via umamahesh)
|
||||
|
||||
HDFS-6309. Javadocs for Xattrs apis in DFSClient and other minor fixups. (Charles Lamb via umamahesh)
|
||||
|
||||
HDFS-6258. Namenode server-side storage for XAttrs. (Yi Liu via umamahesh)
|
||||
|
||||
HDFS-6303. HDFS implementation of FileContext API for XAttrs. (Yi Liu and Charles Lamb via umamahesh)
|
||||
|
||||
HDFS-6324. Shift XAttr helper code out for reuse. (Yi Liu via umamahesh)
|
||||
|
||||
HDFS-6301. NameNode: persist XAttrs in fsimage and record XAttrs modifications to edit log.
|
||||
(Yi Liu via umamahesh)
|
||||
|
||||
HDFS-6298. XML based End-to-End test for getfattr and setfattr commands. (Yi Liu via umamahesh)
|
||||
|
||||
HDFS-6314. Test cases for XAttrs. (Yi Liu via umamahesh)
|
||||
|
||||
HDFS-6344. Maximum limit on the size of an xattr. (Yi Liu via umamahesh)
|
||||
|
||||
HDFS-6377. Unify xattr name and value limits into a single limit. (wang)
|
||||
|
||||
HDFS-6373. Remove support for extended attributes on symlinks. (Charles Lamb via wang)
|
||||
|
||||
HDFS-6283. Write end user documentation for xattrs. (wang)
|
||||
|
||||
HDFS-6412. Interface audience and stability annotations missing from
|
||||
several new classes related to xattrs. (wang)
|
||||
|
||||
HDFS-6259. Support extended attributes via WebHDFS. (yliu)
|
||||
|
||||
HDFS-6346. Optimize OP_SET_XATTRS by persisting single Xattr entry per setXattr/removeXattr api call
|
||||
(Yi Liu via umamahesh)
|
||||
|
||||
HDFS-6331. ClientProtocol#setXattr should not be annotated idempotent.
|
||||
(umamahesh via wang)
|
||||
|
||||
HDFS-6335. TestOfflineEditsViewer for XAttr. (Yi Liu via umamahesh)
|
||||
|
||||
HDFS-6343. fix TestNamenodeRetryCache and TestRetryCacheWithHA failures. (umamahesh)
|
||||
|
||||
HDFS-6366. FsImage loading failed with RemoveXattr op (umamahesh)
|
||||
|
||||
HDFS-6357. SetXattr should persist rpcIDs for handling retrycache with Namenode restart and HA
|
||||
(umamahesh)
|
||||
|
||||
HDFS-6372. Handle setXattr rpcIDs for OfflineEditsViewer. (umamahesh)
|
||||
|
||||
HDFS-6410. DFSClient unwraps AclException in xattr methods, but those
|
||||
methods cannot throw AclException. (wang)
|
||||
|
||||
HDFS-6413. xattr names erroneously handled as case-insensitive.
|
||||
(Charles Lamb via cnauroth)
|
||||
|
||||
HDFS-6414. xattr modification operations are based on state of latest
|
||||
snapshot instead of current version of inode. (Andrew Wang via cnauroth)
|
||||
|
||||
HDFS-6374. setXAttr should require the user to be the owner of the file
|
||||
or directory (Charles Lamb via wang)
|
||||
|
||||
Release 2.4.1 - UNRELEASED
|
||||
|
||||
INCOMPATIBLE CHANGES
|
||||
|
Loading…
Reference in New Issue
Block a user