HDFS-3851. Merging change r1609858 from trunk to branch-2.

git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1609859 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Chris Nauroth 2014-07-11 22:24:17 +00:00
parent 357fbc1dd2
commit aaf757a0e0
1 changed files with 2 additions and 0 deletions

View File

@ -32,6 +32,8 @@ Release 2.6.0 - UNRELEASED
HDFS-2976. Remove unnecessary method (tokenRefetchNeeded) in DFSClient.
(Uma Maheswara Rao G)
HDFS-3851. DFSOutputStream class code cleanup. (Jing Zhao via suresh)
OPTIMIZATIONS
BUG FIXES