You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by gd...@apache.org on 2010/07/20 18:56:57 UTC

svn commit: r965907 - /cassandra/branches/cassandra-0.6/CHANGES.txt

Author: gdusbabek
Date: Tue Jul 20 16:56:56 2010
New Revision: 965907

URL: http://svn.apache.org/viewvc?rev=965907&view=rev
Log:
outbound tcp connections were never being shutdown properly, causing occasional dropped messages. patch by gdusbabek, reviewed by jbellis. CASSANDRA-1221

Modified:
    cassandra/branches/cassandra-0.6/CHANGES.txt

Modified: cassandra/branches/cassandra-0.6/CHANGES.txt
URL: http://svn.apache.org/viewvc/cassandra/branches/cassandra-0.6/CHANGES.txt?rev=965907&r1=965906&r2=965907&view=diff
==============================================================================
--- cassandra/branches/cassandra-0.6/CHANGES.txt (original)
+++ cassandra/branches/cassandra-0.6/CHANGES.txt Tue Jul 20 16:56:56 2010
@@ -13,6 +13,7 @@
  * avoid aborting commitlog replay prematurely if a flushed-but-
    not-removed commitlog segment is encountered (CASSANDRA-1297)
  * fix duplicate rows being read during mapreduce (CASSANDRA-1142)
+ * failure detection wasn't closing command sockets (CASSANDRA-1221)
 
 
 0.6.3