merge from 0.8

git-svn-id: https://svn.apache.org/repos/asf/cassandra/branches/cassandra-1.0@1222441 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Jonathan Ellis 2011-12-22 20:43:18 +00:00
parent b41e645ea3
commit fb2bf7bcd3
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,4 @@
1.0.7
* avoid logging (harmless) exception when GC takes < 1ms (CASSANDRA-3656)
* add nodetool setstreamthroughput (CASSANDRA-3571)
* fix assertion when dropping a columnfamily with no sstables (CASSANDRA-3614)
* more efficient allocation of small bloom filters (CASSANDRA-3618)
@ -8,6 +7,7 @@
* stop thrift service in shutdown hook so we can quiesce MessagingService
(CASSANDRA-3335)
Merged from 0.8:
* avoid logging (harmless) exception when GC takes < 1ms (CASSANDRA-3656)
* prevent new nodes from thinking down nodes are up forever (CASSANDRA-3626)
* Flush non-cfs backed secondary indexes (CASSANDRA-3659)