You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by jb...@apache.org on 2012/01/16 16:16:39 UTC

git commit: update CHANGES

Updated Branches:
  refs/heads/cassandra-1.0 9f04f3e16 -> 181022bd5


update CHANGES


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

Branch: refs/heads/cassandra-1.0
Commit: 181022bd56cef83b0aa08ebaa5bc8c8c4df00256
Parents: 9f04f3e
Author: Jonathan Ellis <jb...@apache.org>
Authored: Mon Jan 16 08:42:30 2012 -0600
Committer: Jonathan Ellis <jb...@apache.org>
Committed: Mon Jan 16 08:42:30 2012 -0600

----------------------------------------------------------------------
 CHANGES.txt |   14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra/blob/181022bd/CHANGES.txt
----------------------------------------------------------------------
diff --git a/CHANGES.txt b/CHANGES.txt
index 30c002d..d3919d7 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -20,25 +20,25 @@
  * Fix assertion error for CF with gc_grace=0 (CASSANDRA-3579)
  * Shutdown ParallelCompaction reducer executor after use (CASSANDRA-3711)
  * Avoid < 0 value for pending tasks in leveled compaction (CASSANDRA-3693)
- * Support TimeUUID in CassandraStorage (CASSANDRA-3327)
- * Check schema is ready before continuin boostrapping (CASSANDRA-3629)
+ * (Hadoop) Support TimeUUID in Pig CassandraStorage (CASSANDRA-3327)
+ * Check schema is ready before continuing boostrapping (CASSANDRA-3629)
  * Catch overflows during parsing of chunk_length_kb (CASSANDRA-3644)
  * Improve stream protocol mismatch errors (CASSANDRA-3652)
  * Avoid multiple thread doing HH to the same target (CASSANDRA-3681)
  * Add JMX property for rp_timeout_in_ms (CASSANDRA-2940)
  * Allow DynamicCompositeType to compare component of different types
    (CASSANDRA-3625)
-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)
  * Secondary Indexes should report memory consumption (CASSANDRA-3155)
- * use correct list of replicas for LOCAL_QUORUM reads when read repair
-   is disabled (CASSANDRA-3696)
  * fix for SelectStatement start/end key are not set correctly
    when a key alias is involved (CASSANDRA-3700)
  * fix CLI `show schema` command insert of an extra comma in
    column_metadata (CASSANDRA-3714)
+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)
+ * use correct list of replicas for LOCAL_QUORUM reads when read repair
+   is disabled (CASSANDRA-3696)
  * block on flush before compacting hints (may prevent OOM) (CASSANDRA-3733)