Author: cnauroth
Date: Tue Jun 10 18:05:22 2014
New Revision: 1601713
URL: http://svn.apache.org/r1601713
Log:
HADOOP-9555. Merging change r1601709 from trunk to branch-2.
Modified:
hadoop/common/branches/branch-2/hadoop-common-project/hadoop-common/CHANGES.txt
Modified:
hadoop/common/branches/branch-2/hadoop-common-project/hadoop-common/CHANGES.txt
URL:
http://svn.apache.org/viewvc/hadoop/common/branches/branch-2/hadoop-common-project/hadoop-common/CHANGES.txt?rev=1601713&r1=1601712&r2=1601713&view=diff
==============================================================================
---
hadoop/common/branches/branch-2/hadoop-common-project/hadoop-common/CHANGES.txt
(original)
+++
hadoop/common/branches/branch-2/hadoop-common-project/hadoop-common/CHANGES.txt
Tue Jun 10 18:05:22 2014
@@ -68,6 +68,10 @@ Release 2.5.0 - UNRELEASED
HADOOP-10448. Support pluggable mechanism to specify proxy user settings.
(Benoy Antony via Arpit Agarwal)
+ HADOOP-9555. HA functionality that uses ZooKeeper may experience
inadvertent
+ TCP RST and miss session expiration event due to bug in client connection
+ management. (cnauroth)
+
OPTIMIZATIONS
BUG FIXES