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

This commit is contained in:
Tsuyoshi Ozawa 2015-10-22 11:59:12 +09:00
parent b5ca649bff
commit 381610da62
1 changed files with 3 additions and 3 deletions

View File

@ -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()