Browse Source

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

(cherry picked from commit 381610da620121c02073dbbaac669b80b41959b4)
Tsuyoshi Ozawa 9 years ago
parent
commit
3ed9db0a38
1 changed files with 3 additions and 0 deletions
  1. 3 0
      hadoop-common-project/hadoop-common/CHANGES.txt

+ 3 - 0
hadoop-common-project/hadoop-common/CHANGES.txt

@@ -311,6 +311,9 @@ Release 2.8.0 - UNRELEASED
 
 
     HADOOP-10406. TestIPC.testIpcWithReaderQueuing may fail. (Xiao Chen via wang)
     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
   OPTIMIZATIONS
 
 
     HADOOP-11785. Reduce the number of listStatus operation in distcp
     HADOOP-11785. Reduce the number of listStatus operation in distcp