HADOOP-9692. Improving log message when SequenceFile reader throws EOFException 
on zero-length file. Contributed by Zhe Zhang and Chu Tong.


Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo
Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/381610da
Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/381610da
Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/381610da

Branch: refs/heads/HDFS-8966
Commit: 381610da620121c02073dbbaac669b80b41959b4
Parents: b5ca649
Author: Tsuyoshi Ozawa <oz...@apache.org>
Authored: Thu Oct 22 11:59:12 2015 +0900
Committer: Tsuyoshi Ozawa <oz...@apache.org>
Committed: Thu Oct 22 11:59:12 2015 +0900

----------------------------------------------------------------------
 hadoop-common-project/hadoop-common/CHANGES.txt | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hadoop/blob/381610da/hadoop-common-project/hadoop-common/CHANGES.txt
----------------------------------------------------------------------
diff --git a/hadoop-common-project/hadoop-common/CHANGES.txt 
b/hadoop-common-project/hadoop-common/CHANGES.txt
index 5acf369..aebd4f3 100644
--- a/hadoop-common-project/hadoop-common/CHANGES.txt
+++ b/hadoop-common-project/hadoop-common/CHANGES.txt
@@ -899,6 +899,9 @@ Release 2.8.0 - UNRELEASED
 
     HADOOP-10406. TestIPC.testIpcWithReaderQueuing may fail. (Xiao Chen via 
wang)
 
+    HADOOP-9692. Improving log message when SequenceFile reader throws
+    EOFException on zero-length file. Contributed by Zhe Zhang and Chu Tong.
+
   OPTIMIZATIONS
 
     HADOOP-11785. Reduce the number of listStatus operation in distcp
@@ -1251,9 +1254,6 @@ Release 2.8.0 - UNRELEASED
     HADOOP-12483. Maintain wrapped SASL ordering for postponed IPC responses.
     (Daryn Sharp via yliu)
 
-    HADOOP-9692. SequenceFile reader throws EOFException on zero-length file.
-    (Zhe Zhang and Chu Tong via ozawa)
-
   OPTIMIZATIONS
 
     HADOOP-12051. ProtobufRpcEngine.invoke() should use Exception.toString()

Reply via email to