move HDFS-4657 to branch-2.2.1

git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1536886 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Colin McCabe 2013-10-29 21:01:51 +00:00
parent 4b316b63c9
commit 11b73ddbcc
1 changed files with 4 additions and 4 deletions

View File

@ -27,10 +27,6 @@ Release 2.3.0 - UNRELEASED
HDFS-5267. Remove volatile from LightWeightHashSet. (Junping Du via llu)
HDFS-4657. Limit the number of blocks logged by the NN after a block
report to a configurable value. (Aaron T. Myers via Colin Patrick
McCabe)
HDFS-4278. Log an ERROR when DFS_BLOCK_ACCESS_TOKEN_ENABLE config is
disabled but security is turned on. (Kousuke Saruta via harsh)
@ -157,6 +153,10 @@ Release 2.2.1 - UNRELEASED
HDFS-5331. make SnapshotDiff.java to a o.a.h.util.Tool interface implementation.
(Vinayakumar B via umamahesh)
HDFS-4657. Limit the number of blocks logged by the NN after a block
report to a configurable value. (Aaron T. Myers via Colin Patrick
McCabe)
OPTIMIZATIONS
BUG FIXES