HDFS-7383. Merged to branch-2.6 also.

(cherry picked from commit f62ec31739cc15097107655c6c8265b5d3625817)
This commit is contained in:
Arun C. Murthy 2014-11-09 18:22:05 -08:00
parent d8e699be73
commit 755af2768b

View File

@ -1273,6 +1273,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