|
@@ -31,6 +31,10 @@ Trunk (unreleased changes)
|
|
|
|
|
|
HDFS-2337. DFSClient shouldn't keep multiple RPC proxy references (atm)
|
|
|
|
|
|
+ HDFS-362. FSEditLog should not writes long and short as UTF8, and should
|
|
|
+ not use ArrayWritable for writing non-array items. (Uma Maheswara Rao G
|
|
|
+ via szetszwo)
|
|
|
+
|
|
|
BUG FIXES
|
|
|
HDFS-2287. TestParallelRead has a small off-by-one bug. (todd)
|
|
|
|
|
@@ -49,9 +53,9 @@ Trunk (unreleased changes)
|
|
|
HDFS-2333. Change DFSOutputStream back to package private, otherwise,
|
|
|
there are two SC_START_IN_CTOR findbugs warnings. (szetszwo)
|
|
|
|
|
|
- HDFS-362. FSEditLog should not writes long and short as UTF8, and should
|
|
|
- not use ArrayWritable for writing non-array items. (Uma Maheswara Rao G
|
|
|
- via szetszwo)
|
|
|
+ HDFS-2330. In NNStorage and FSImagePreTransactionalStorageInspector,
|
|
|
+ IOExceptions of stream closures can mask root exceptions. (Uma Maheswara
|
|
|
+ Rao G via szetszwo)
|
|
|
|
|
|
Release 0.23.0 - Unreleased
|
|
|
|