HDFS-7383. Merged to branch-2.6 also.

This commit is contained in:
Arun C. Murthy 2014-11-09 18:22:05 -08:00
parent 14b87b70a8
commit f62ec31739

View File

@ -407,9 +407,6 @@ Release 2.7.0 - UNRELEASED
HDFS-7366. BlockInfo should take replication as an short in the constructor.
(Li Lu via wheat9)
HDFS-7383. DataNode.requestShortCircuitFdsForRead may throw
NullPointerException. (szetszwo via suresh)
Release 2.6.0 - UNRELEASED
INCOMPATIBLE CHANGES
@ -1418,6 +1415,9 @@ Release 2.6.0 - UNRELEASED
HDFS-7382. DataNode in secure mode may throw NullPointerException if client
connects before DataNode registers itself with NameNode. (cnauroth)
HDFS-7383. DataNode.requestShortCircuitFdsForRead may throw
NullPointerException. (szetszwo via suresh)
Release 2.5.2 - UNRELEASED
INCOMPATIBLE CHANGES