Author: jbellis
Date: Wed Aug 31 19:41:51 2011
New Revision: 1163762
URL: http://svn.apache.org/viewvc?rev=1163762&view=rev
Log:
update NEWS for #2034
Modified:
cassandra/trunk/NEWS.txt
Modified: cassandra/trunk/NEWS.txt
URL:
http://svn.apache.org/viewvc/cassandra/trunk/NEWS.txt?rev=1163762&r1=1163761&r2=1163762&view=diff
==============================================================================
--- cassandra/trunk/NEWS.txt (original)
+++ cassandra/trunk/NEWS.txt Wed Aug 31 19:41:51 2011
@@ -19,6 +19,12 @@ Features
Leveled compaction means you only need to keep a few MB of space free
for
compaction instead of (in the worst case) 50%.
- Windows Service ("cassandra.bat install" to enable)
+ - Hinted Handoff has two major improvements:
+ - Hint replay is much more efficient thanks to a change in the data
model
+ - Hints are created for all replicas that do not ack a write.
(Formerly,
+ only replicas known to be down when the write started were hinted.)
+ This means that running with read repair completely off is much more
+ viable than before.
Other
-----