backported HADOOP-10125 to branch2, update CHANGES.txt
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1558953 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
a6ea460a91
commit
7981908929
|
@ -290,9 +290,6 @@ Trunk (Unreleased)
|
|||
|
||||
HADOOP-10044 Improve the javadoc of rpc code (sanjay Radia)
|
||||
|
||||
HADOOP-10125. no need to process RPC request if the client connection
|
||||
has been dropped (Ming Ma via brandonli)
|
||||
|
||||
OPTIMIZATIONS
|
||||
|
||||
HADOOP-7761. Improve the performance of raw comparisons. (todd)
|
||||
|
@ -528,6 +525,9 @@ Release 2.4.0 - UNRELEASED
|
|||
|
||||
HADOOP-10146. Workaround JDK7 Process fd close bug (daryn)
|
||||
|
||||
HADOOP-10125. no need to process RPC request if the client connection
|
||||
has been dropped (Ming Ma via brandonli)
|
||||
|
||||
Release 2.3.0 - UNRELEASED
|
||||
|
||||
INCOMPATIBLE CHANGES
|
||||
|
|
Loading…
Reference in New Issue