You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by aw...@apache.org on 2017/02/21 19:20:05 UTC

[03/10] cassandra git commit: Correct CHANGES.txt for CASSANDRA-13090

Correct CHANGES.txt for CASSANDRA-13090

Patch by Ariel Weisberg; Reviewed by Jason Brown for CASSANDRA-13090


Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo
Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/c6462d79
Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/c6462d79
Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/c6462d79

Branch: refs/heads/cassandra-3.11
Commit: c6462d793b5736b7728c6f188b224dd9d3760bc6
Parents: 3f45010
Author: Ariel Weisberg <aw...@apple.com>
Authored: Tue Feb 21 12:04:49 2017 -0500
Committer: Ariel Weisberg <aw...@apple.com>
Committed: Tue Feb 21 12:04:49 2017 -0500

----------------------------------------------------------------------
 CHANGES.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra/blob/c6462d79/CHANGES.txt
----------------------------------------------------------------------
diff --git a/CHANGES.txt b/CHANGES.txt
index 7073356..78f55f6 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -3,7 +3,7 @@
  * Exceptions encountered calling getSeeds() breaks OTC thread (CASSANDRA-13018)
 
 2.2.9
- * Coalescing strategy sleeps too much and shouldn't be enabled by default (CASSANDRA-13090)
+ * Coalescing strategy sleeps too much (CASSANDRA-13090)
  * Fix negative mean latency metric (CASSANDRA-12876)
  * Use only one file pointer when creating commitlog segments (CASSANDRA-12539)
  * Fix speculative retry bugs (CASSANDRA-13009)