Author: jbellis
Date: Wed Aug 24 19:30:16 2011
New Revision: 1161239
URL: http://svn.apache.org/viewvc?rev=1161239&view=rev
Log:
update CHANGES, NEWS
Modified:
cassandra/trunk/CHANGES.txt
cassandra/trunk/NEWS.txt
Modified: cassandra/trunk/CHANGES.txt
URL:
http://svn.apache.org/viewvc/cassandra/trunk/CHANGES.txt?rev=1161239&r1=1161238&r2=1161239&view=diff
==============================================================================
--- cassandra/trunk/CHANGES.txt (original)
+++ cassandra/trunk/CHANGES.txt Wed Aug 24 19:30:16 2011
@@ -13,11 +13,12 @@
* reset CF and SC deletion times after gc_grace (CASSANDRA-2317)
* optimize away seek when compacting wide rows (CASSANDRA-2879)
* single-pass streaming (CASSANDRA-2677)
- * use reference counting for deleting sstables instead of relying on the GC
+ * use reference counting for deleting sstables instead of relying on GC
(CASSANDRA-2521)
- * store hints as serialized mutations instead of pointers to data rows
- * store hints in the coordinator node instead of in the closest
- replica (CASSANDRA-2914).
+ * store hints as serialized mutations instead of pointers to data row
+ (CASSANDRA-2045)
+ * store hints in the coordinator node instead of in the closest replica
+ (CASSANDRA-2914)
* add row_cache_keys_to_save CF option (CASSANDRA-1966)
* check column family validity in nodetool repair (CASSANDRA-2933)
* use lazy initialization instead of class initialization in NodeId
@@ -42,6 +43,7 @@
* clean up KSMetadata, CFMetadata from unnecessary
Thrift<->Avro conversion methods (CASSANDRA-3032)
+
0.8.5
* fix NPE when encryption_options is unspecified (CASSANDRA-3007)
* include column name in validation failure exceptions (CASSANDRA-2849)
Modified: cassandra/trunk/NEWS.txt
URL:
http://svn.apache.org/viewvc/cassandra/trunk/NEWS.txt?rev=1161239&r1=1161238&r2=1161239&view=diff
==============================================================================
--- cassandra/trunk/NEWS.txt (original)
+++ cassandra/trunk/NEWS.txt Wed Aug 24 19:30:16 2011
@@ -9,6 +9,18 @@ Upgrading
Features
--------
- "cassandra.bat install" will install Cassandra as a Windows Service
+ - SSTable compression can be enabled by setting options ???
+ - Compressed SSTable blocks are checksummed to protect against bitrot
+ - New LevelDB-inspired compaction algorithm can be enabled by setting
+ option ???
+ - Windows Service ("cassandra.bat install" to enable)
+
+Other
+-----
+ - Hinted Handoff is substantially more robust, with the result that
+ when HH is enabled, repair only needs to be run if a node crashes.
+ - Because of this, read repair is disabled now by default on newly
+ created ColumnFamilies.
0.8.4