You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by yu...@apache.org on 2014/06/19 18:37:59 UTC

[1/6] git commit: forgot to add CASSANDRA-7317 to CHANGES

Repository: cassandra
Updated Branches:
  refs/heads/cassandra-2.0 434b5d683 -> f0ebdeb29
  refs/heads/cassandra-2.1 40f8ebae6 -> 43ffb6baf
  refs/heads/trunk 65b19cae3 -> 295fe5dd0


forgot to add CASSANDRA-7317 to CHANGES


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

Branch: refs/heads/cassandra-2.0
Commit: f0ebdeb2999b99dac23c5576d2093557424820cd
Parents: 434b5d6
Author: Yuki Morishita <yu...@apache.org>
Authored: Thu Jun 19 11:37:29 2014 -0500
Committer: Yuki Morishita <yu...@apache.org>
Committed: Thu Jun 19 11:37:29 2014 -0500

----------------------------------------------------------------------
 CHANGES.txt | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra/blob/f0ebdeb2/CHANGES.txt
----------------------------------------------------------------------
diff --git a/CHANGES.txt b/CHANGES.txt
index 65e3161..f4f5d83 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -18,6 +18,7 @@
  * Fix infinite loop on exception while streaming (CASSANDRA-7330)
  * Reference sstables before populating key cache (CASSANDRA-7234)
  * Account for range tombstones in min/max column names (CASSANDRA-7235)
+ * Improve sub range repair validation (CASSANDRA-7317)
 Merged from 1.2:
  * cqlsh: ignore .cassandra permission errors (CASSANDRA-7266)
  * Errors in FlushRunnable may leave threads hung (CASSANDRA-7275)


[3/6] git commit: forgot to add CASSANDRA-7317 to CHANGES

Posted by yu...@apache.org.
forgot to add CASSANDRA-7317 to CHANGES


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

Branch: refs/heads/trunk
Commit: f0ebdeb2999b99dac23c5576d2093557424820cd
Parents: 434b5d6
Author: Yuki Morishita <yu...@apache.org>
Authored: Thu Jun 19 11:37:29 2014 -0500
Committer: Yuki Morishita <yu...@apache.org>
Committed: Thu Jun 19 11:37:29 2014 -0500

----------------------------------------------------------------------
 CHANGES.txt | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra/blob/f0ebdeb2/CHANGES.txt
----------------------------------------------------------------------
diff --git a/CHANGES.txt b/CHANGES.txt
index 65e3161..f4f5d83 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -18,6 +18,7 @@
  * Fix infinite loop on exception while streaming (CASSANDRA-7330)
  * Reference sstables before populating key cache (CASSANDRA-7234)
  * Account for range tombstones in min/max column names (CASSANDRA-7235)
+ * Improve sub range repair validation (CASSANDRA-7317)
 Merged from 1.2:
  * cqlsh: ignore .cassandra permission errors (CASSANDRA-7266)
  * Errors in FlushRunnable may leave threads hung (CASSANDRA-7275)


[5/6] git commit: Merge branch 'cassandra-2.0' into cassandra-2.1

Posted by yu...@apache.org.
Merge branch 'cassandra-2.0' into cassandra-2.1


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

Branch: refs/heads/cassandra-2.1
Commit: 43ffb6baf9a1674739f7d892c050f5fe306d2817
Parents: 40f8eba f0ebdeb
Author: Yuki Morishita <yu...@apache.org>
Authored: Thu Jun 19 11:37:35 2014 -0500
Committer: Yuki Morishita <yu...@apache.org>
Committed: Thu Jun 19 11:37:35 2014 -0500

----------------------------------------------------------------------
 CHANGES.txt | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra/blob/43ffb6ba/CHANGES.txt
----------------------------------------------------------------------
diff --cc CHANGES.txt
index ad5fb1c,f4f5d83..783bfda
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@@ -1,26 -1,24 +1,27 @@@
 -2.0.9
 - * Fix assertion error in CL.ANY timeout handling (CASSANDRA-7364)
 - * Handle empty CFs in Memtable#maybeUpdateLiveRatio() (CASSANDRA-7401)
 +2.1.0
 + * Avoid incremental compaction on Windows (CASSANDRA-7365)
 + * Fix exception when querying a composite-keyed table with a collection index
 +   (CASSANDRA-7372)
 + * Use node's host id in place of counter ids (CASSANDRA-7366)
   * Fix native protocol CAS batches (CASSANDRA-7337)
 + * Reduce likelihood of contention on local paxos locking (CASSANDRA-7359)
 + * Upgrade to Pig 0.12.1 (CASSANDRA-6556)
 + * Make sure we clear out repair sessions from netstats (CASSANDRA-7329)
 + * Don't fail streams on failure detector downs (CASSANDRA-3569)
 + * Add optional keyspace to DROP INDEX statement (CASSANDRA-7314)
 + * Reduce run time for CQL tests (CASSANDRA-7327)
 + * Fix heap size calculation on Windows (CASSANDRA-7352, 7353)
 + * RefCount native frames from netty (CASSANDRA-7245)
 + * Use tarball dir instead of /var for default paths (CASSANDRA-7136)
 + * Remove rows_per_partition_to_cache keyword (CASSANDRA-7193)
 +Merged from 2.0:
 + * Fix assertion error in CL.ANY timeout handling (CASSANDRA-7364)
   * Add per-CF range read request latency metrics (CASSANDRA-7338)
   * Fix NPE in StreamTransferTask.createMessageForRetry() (CASSANDRA-7323)
 - * Add conditional CREATE/DROP USER support (CASSANDRA-7264)
 - * Swap local and global default read repair chances (CASSANDRA-7320)
 - * Add missing iso8601 patterns for date strings (CASSANDRA-6973)
 - * Support selecting multiple rows in a partition using IN (CASSANDRA-6875)
 - * cqlsh: always emphasize the partition key in DESC output (CASSANDRA-7274)
 - * Copy compaction options to make sure they are reloaded (CASSANDRA-7290)
 - * Add option to do more aggressive tombstone compactions (CASSANDRA-6563)
 - * Don't try to compact already-compacting files in HHOM (CASSANDRA-7288)
 - * Add authentication support to shuffle (CASSANDRA-6484)
 - * Cqlsh counts non-empty lines for "Blank lines" warning (CASSANDRA-7325)
   * Make StreamSession#closeSession() idempotent (CASSANDRA-7262)
   * Fix infinite loop on exception while streaming (CASSANDRA-7330)
 - * Reference sstables before populating key cache (CASSANDRA-7234)
   * Account for range tombstones in min/max column names (CASSANDRA-7235)
+  * Improve sub range repair validation (CASSANDRA-7317)
  Merged from 1.2:
   * cqlsh: ignore .cassandra permission errors (CASSANDRA-7266)
   * Errors in FlushRunnable may leave threads hung (CASSANDRA-7275)


[4/6] git commit: Merge branch 'cassandra-2.0' into cassandra-2.1

Posted by yu...@apache.org.
Merge branch 'cassandra-2.0' into cassandra-2.1


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

Branch: refs/heads/trunk
Commit: 43ffb6baf9a1674739f7d892c050f5fe306d2817
Parents: 40f8eba f0ebdeb
Author: Yuki Morishita <yu...@apache.org>
Authored: Thu Jun 19 11:37:35 2014 -0500
Committer: Yuki Morishita <yu...@apache.org>
Committed: Thu Jun 19 11:37:35 2014 -0500

----------------------------------------------------------------------
 CHANGES.txt | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra/blob/43ffb6ba/CHANGES.txt
----------------------------------------------------------------------
diff --cc CHANGES.txt
index ad5fb1c,f4f5d83..783bfda
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@@ -1,26 -1,24 +1,27 @@@
 -2.0.9
 - * Fix assertion error in CL.ANY timeout handling (CASSANDRA-7364)
 - * Handle empty CFs in Memtable#maybeUpdateLiveRatio() (CASSANDRA-7401)
 +2.1.0
 + * Avoid incremental compaction on Windows (CASSANDRA-7365)
 + * Fix exception when querying a composite-keyed table with a collection index
 +   (CASSANDRA-7372)
 + * Use node's host id in place of counter ids (CASSANDRA-7366)
   * Fix native protocol CAS batches (CASSANDRA-7337)
 + * Reduce likelihood of contention on local paxos locking (CASSANDRA-7359)
 + * Upgrade to Pig 0.12.1 (CASSANDRA-6556)
 + * Make sure we clear out repair sessions from netstats (CASSANDRA-7329)
 + * Don't fail streams on failure detector downs (CASSANDRA-3569)
 + * Add optional keyspace to DROP INDEX statement (CASSANDRA-7314)
 + * Reduce run time for CQL tests (CASSANDRA-7327)
 + * Fix heap size calculation on Windows (CASSANDRA-7352, 7353)
 + * RefCount native frames from netty (CASSANDRA-7245)
 + * Use tarball dir instead of /var for default paths (CASSANDRA-7136)
 + * Remove rows_per_partition_to_cache keyword (CASSANDRA-7193)
 +Merged from 2.0:
 + * Fix assertion error in CL.ANY timeout handling (CASSANDRA-7364)
   * Add per-CF range read request latency metrics (CASSANDRA-7338)
   * Fix NPE in StreamTransferTask.createMessageForRetry() (CASSANDRA-7323)
 - * Add conditional CREATE/DROP USER support (CASSANDRA-7264)
 - * Swap local and global default read repair chances (CASSANDRA-7320)
 - * Add missing iso8601 patterns for date strings (CASSANDRA-6973)
 - * Support selecting multiple rows in a partition using IN (CASSANDRA-6875)
 - * cqlsh: always emphasize the partition key in DESC output (CASSANDRA-7274)
 - * Copy compaction options to make sure they are reloaded (CASSANDRA-7290)
 - * Add option to do more aggressive tombstone compactions (CASSANDRA-6563)
 - * Don't try to compact already-compacting files in HHOM (CASSANDRA-7288)
 - * Add authentication support to shuffle (CASSANDRA-6484)
 - * Cqlsh counts non-empty lines for "Blank lines" warning (CASSANDRA-7325)
   * Make StreamSession#closeSession() idempotent (CASSANDRA-7262)
   * Fix infinite loop on exception while streaming (CASSANDRA-7330)
 - * Reference sstables before populating key cache (CASSANDRA-7234)
   * Account for range tombstones in min/max column names (CASSANDRA-7235)
+  * Improve sub range repair validation (CASSANDRA-7317)
  Merged from 1.2:
   * cqlsh: ignore .cassandra permission errors (CASSANDRA-7266)
   * Errors in FlushRunnable may leave threads hung (CASSANDRA-7275)


[6/6] git commit: Merge branch 'cassandra-2.1' into trunk

Posted by yu...@apache.org.
Merge branch 'cassandra-2.1' into trunk


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

Branch: refs/heads/trunk
Commit: 295fe5dd02d1626a21c7b7595aa996319dc7815e
Parents: 65b19cae 43ffb6b
Author: Yuki Morishita <yu...@apache.org>
Authored: Thu Jun 19 11:37:42 2014 -0500
Committer: Yuki Morishita <yu...@apache.org>
Committed: Thu Jun 19 11:37:42 2014 -0500

----------------------------------------------------------------------
 CHANGES.txt | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra/blob/295fe5dd/CHANGES.txt
----------------------------------------------------------------------


[2/6] git commit: forgot to add CASSANDRA-7317 to CHANGES

Posted by yu...@apache.org.
forgot to add CASSANDRA-7317 to CHANGES


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

Branch: refs/heads/cassandra-2.1
Commit: f0ebdeb2999b99dac23c5576d2093557424820cd
Parents: 434b5d6
Author: Yuki Morishita <yu...@apache.org>
Authored: Thu Jun 19 11:37:29 2014 -0500
Committer: Yuki Morishita <yu...@apache.org>
Committed: Thu Jun 19 11:37:29 2014 -0500

----------------------------------------------------------------------
 CHANGES.txt | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra/blob/f0ebdeb2/CHANGES.txt
----------------------------------------------------------------------
diff --git a/CHANGES.txt b/CHANGES.txt
index 65e3161..f4f5d83 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -18,6 +18,7 @@
  * Fix infinite loop on exception while streaming (CASSANDRA-7330)
  * Reference sstables before populating key cache (CASSANDRA-7234)
  * Account for range tombstones in min/max column names (CASSANDRA-7235)
+ * Improve sub range repair validation (CASSANDRA-7317)
 Merged from 1.2:
  * cqlsh: ignore .cassandra permission errors (CASSANDRA-7266)
  * Errors in FlushRunnable may leave threads hung (CASSANDRA-7275)