You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by sl...@apache.org on 2011/04/22 18:33:31 UTC

svn commit: r1095960 - /cassandra/branches/cassandra-0.7/NEWS.txt

Author: slebresne
Date: Fri Apr 22 16:33:31 2011
New Revision: 1095960

URL: http://svn.apache.org/viewvc?rev=1095960&view=rev
Log:
Update NEWS.txt for 0.7.5 release

Modified:
    cassandra/branches/cassandra-0.7/NEWS.txt

Modified: cassandra/branches/cassandra-0.7/NEWS.txt
URL: http://svn.apache.org/viewvc/cassandra/branches/cassandra-0.7/NEWS.txt?rev=1095960&r1=1095959&r2=1095960&view=diff
==============================================================================
--- cassandra/branches/cassandra-0.7/NEWS.txt (original)
+++ cassandra/branches/cassandra-0.7/NEWS.txt Fri Apr 22 16:33:31 2011
@@ -3,7 +3,7 @@
 
 Upgrading
 ---------
-    - Nothing specific to 0.7.4, but see 0.7.3 Upgrading if upgrading
+    - Nothing specific to 0.7.5, but see 0.7.3 Upgrading if upgrading
       from earlier than 0.7.1.
 
 Changes
@@ -11,6 +11,11 @@ Changes
     - system_update_column_family no longer snapshots before applying
       the schema change. (_update_keyspace never did.  _drop_keyspace
       and _drop_column_family continue to snapshot.)
+    - added memtable_flush_queue_size option to cassandra.yaml to
+      avoid blocking writes when multiple column families (or a colum
+      family with indexes) are flushed at the same time.
+    - allow overriding initial_token, storage_port and rpc_port using
+      system properties
 
 
 0.7.4