Author: cnauroth
Date: Tue Jun 10 17:59:53 2014
New Revision: 1601709
URL: http://svn.apache.org/r1601709
Log:
HADOOP-9555. HA functionality that uses ZooKeeper may experience inadvertent
TCP RST and miss session expiration event due to bug in client connection
management. Contributed by Chris Nauroth.
Modified:
hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt
Modified: hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt
URL:
http://svn.apache.org/viewvc/hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt?rev=1601709&r1=1601708&r2=1601709&view=diff
==============================================================================
--- hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt
(original)
+++ hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt Tue Jun
10 17:59:53 2014
@@ -426,6 +426,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