You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by br...@apache.org on 2014/02/27 21:01:23 UTC

[01/13] git commit: Document that TTL <= 0 means no TTL

Repository: cassandra
Updated Branches:
  refs/heads/cassandra-1.2 034ac7d0f -> 3af5e5075
  refs/heads/cassandra-2.0 7b5bdd256 -> 33c75e92e
  refs/heads/cassandra-2.1 fbf075d28 -> 7e9cdff96
  refs/heads/trunk 9c4824d6c -> 30f438ff4


Document that TTL <= 0 means no TTL


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

Branch: refs/heads/cassandra-2.0
Commit: 034ac7d0fc961379cff1faa573ecb4df22ff8df0
Parents: dceca93
Author: Sylvain Lebresne <sy...@datastax.com>
Authored: Tue Feb 25 09:54:00 2014 +0100
Committer: Sylvain Lebresne <sy...@datastax.com>
Committed: Tue Feb 25 09:54:11 2014 +0100

----------------------------------------------------------------------
 doc/cql3/CQL.textile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra/blob/034ac7d0/doc/cql3/CQL.textile
----------------------------------------------------------------------
diff --git a/doc/cql3/CQL.textile b/doc/cql3/CQL.textile
index b18ce22..8d853c5 100644
--- a/doc/cql3/CQL.textile
+++ b/doc/cql3/CQL.textile
@@ -499,7 +499,7 @@ h4(#updateOptions). @<options>@
 
 The @UPDATE@ and @INSERT@ statements allows to specify the following options for the insertion:
 * @TIMESTAMP@: sets the timestamp for the operation. If not specified, the current time of the insertion (in microseconds) is used. This is usually a suitable default.
-* @TTL@: allows to specify an optional Time To Live (in seconds) for the inserted values. If set, the inserted values are automatically removed from the database after the specified time. Note that the TTL concerns the inserted values, not the column themselves. This means that any subsequent update of the column will also reset the TTL (to whatever TTL is specified in that update). By default, values never expire.
+* @TTL@: allows to specify an optional Time To Live (in seconds) for the inserted values. If set, the inserted values are automatically removed from the database after the specified time. Note that the TTL concerns the inserted values, not the column themselves. This means that any subsequent update of the column will also reset the TTL (to whatever TTL is specified in that update). By default, values never expire. A TTL of 0 or a negative one is equivalent to no TTL.
 
 
 h3(#deleteStmt). DELETE


[03/13] git commit: Document that TTL <= 0 means no TTL

Posted by br...@apache.org.
Document that TTL <= 0 means no TTL


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

Branch: refs/heads/cassandra-2.1
Commit: 034ac7d0fc961379cff1faa573ecb4df22ff8df0
Parents: dceca93
Author: Sylvain Lebresne <sy...@datastax.com>
Authored: Tue Feb 25 09:54:00 2014 +0100
Committer: Sylvain Lebresne <sy...@datastax.com>
Committed: Tue Feb 25 09:54:11 2014 +0100

----------------------------------------------------------------------
 doc/cql3/CQL.textile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra/blob/034ac7d0/doc/cql3/CQL.textile
----------------------------------------------------------------------
diff --git a/doc/cql3/CQL.textile b/doc/cql3/CQL.textile
index b18ce22..8d853c5 100644
--- a/doc/cql3/CQL.textile
+++ b/doc/cql3/CQL.textile
@@ -499,7 +499,7 @@ h4(#updateOptions). @<options>@
 
 The @UPDATE@ and @INSERT@ statements allows to specify the following options for the insertion:
 * @TIMESTAMP@: sets the timestamp for the operation. If not specified, the current time of the insertion (in microseconds) is used. This is usually a suitable default.
-* @TTL@: allows to specify an optional Time To Live (in seconds) for the inserted values. If set, the inserted values are automatically removed from the database after the specified time. Note that the TTL concerns the inserted values, not the column themselves. This means that any subsequent update of the column will also reset the TTL (to whatever TTL is specified in that update). By default, values never expire.
+* @TTL@: allows to specify an optional Time To Live (in seconds) for the inserted values. If set, the inserted values are automatically removed from the database after the specified time. Note that the TTL concerns the inserted values, not the column themselves. This means that any subsequent update of the column will also reset the TTL (to whatever TTL is specified in that update). By default, values never expire. A TTL of 0 or a negative one is equivalent to no TTL.
 
 
 h3(#deleteStmt). DELETE


[08/13] git commit: Merge branch 'cassandra-1.2' into cassandra-2.0

Posted by br...@apache.org.
Merge branch 'cassandra-1.2' into cassandra-2.0


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

Branch: refs/heads/trunk
Commit: 33c75e92eef5fafca2b3d4b6aa773758978aba34
Parents: 7b5bdd2 3af5e50
Author: Brandon Williams <br...@apache.org>
Authored: Thu Feb 27 13:57:28 2014 -0600
Committer: Brandon Williams <br...@apache.org>
Committed: Thu Feb 27 13:57:28 2014 -0600

----------------------------------------------------------------------
 CHANGES.txt          | 1 +
 doc/cql3/CQL.textile | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra/blob/33c75e92/CHANGES.txt
----------------------------------------------------------------------
diff --cc CHANGES.txt
index ee138ce,53da840..8e439c6
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@@ -39,34 -17,24 +39,35 @@@ Merged from 1.2
   * Fix snapshot repair not snapshotting coordinator itself (CASSANDRA-6713)
   * Support negative timestamps for CQL3 dates in query string (CASSANDRA-6718)
   * Avoid NPEs when receiving table changes for an unknown keyspace (CASSANDRA-5631)
+  * Fix bootstrapping when there is no schema (CASSANDRA-6685)
  
  
 -1.2.15
 - * Move handling of migration event source to solve bootstrap race (CASSANDRA-6648)
 - * Make sure compaction throughput value doesn't overflow with int math (CASSANDRA-6647)
 -
 -
 -1.2.14
 - * Reverted code to limit CQL prepared statement cache by size (CASSANDRA-6592)
 - * add cassandra.default_messaging_version property to allow easier
 -   upgrading from 1.1 (CASSANDRA-6619)
 - * Allow executing CREATE statements multiple times (CASSANDRA-6471)
 - * Don't send confusing info with timeouts (CASSANDRA-6491)
 - * Don't resubmit counter mutation runnables internally (CASSANDRA-6427)
 - * Don't drop local mutations without a hint (CASSANDRA-6510)
 - * Don't allow null max_hint_window_in_ms (CASSANDRA-6419)
 - * Validate SliceRange start and finish lengths (CASSANDRA-6521)
 +2.0.5
 + * Reduce garbage generated by bloom filter lookups (CASSANDRA-6609)
 + * Add ks.cf names to tombstone logging (CASSANDRA-6597)
 + * Use LOCAL_QUORUM for LWT operations at LOCAL_SERIAL (CASSANDRA-6495)
 + * Wait for gossip to settle before accepting client connections (CASSANDRA-4288)
 + * Delete unfinished compaction incrementally (CASSANDRA-6086)
 + * Allow specifying custom secondary index options in CQL3 (CASSANDRA-6480)
 + * Improve replica pinning for cache efficiency in DES (CASSANDRA-6485)
 + * Fix LOCAL_SERIAL from thrift (CASSANDRA-6584)
 + * Don't special case received counts in CAS timeout exceptions (CASSANDRA-6595)
 + * Add support for 2.1 global counter shards (CASSANDRA-6505)
 + * Fix NPE when streaming connection is not yet established (CASSANDRA-6210)
 + * Avoid rare duplicate read repair triggering (CASSANDRA-6606)
 + * Fix paging discardFirst (CASSANDRA-6555)
 + * Fix ArrayIndexOutOfBoundsException in 2ndary index query (CASSANDRA-6470)
 + * Release sstables upon rebuilding 2i (CASSANDRA-6635)
 + * Add AbstractCompactionStrategy.startup() method (CASSANDRA-6637)
 + * SSTableScanner may skip rows during cleanup (CASSANDRA-6638)
 + * sstables from stalled repair sessions can resurrect deleted data (CASSANDRA-6503)
 + * Switch stress to use ITransportFactory (CASSANDRA-6641)
 + * Fix IllegalArgumentException during prepare (CASSANDRA-6592)
 + * Fix possible loss of 2ndary index entries during compaction (CASSANDRA-6517)
 + * Fix direct Memory on architectures that do not support unaligned long access
 +   (CASSANDRA-6628)
 + * Let scrub optionally skip broken counter partitions (CASSANDRA-5930)
 +Merged from 1.2:
   * fsync compression metadata (CASSANDRA-6531)
   * Validate CF existence on execution for prepared statement (CASSANDRA-6535)
   * Add ability to throttle batchlog replay (CASSANDRA-6550)

http://git-wip-us.apache.org/repos/asf/cassandra/blob/33c75e92/doc/cql3/CQL.textile
----------------------------------------------------------------------


[02/13] git commit: Document that TTL <= 0 means no TTL

Posted by br...@apache.org.
Document that TTL <= 0 means no TTL


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

Branch: refs/heads/trunk
Commit: 034ac7d0fc961379cff1faa573ecb4df22ff8df0
Parents: dceca93
Author: Sylvain Lebresne <sy...@datastax.com>
Authored: Tue Feb 25 09:54:00 2014 +0100
Committer: Sylvain Lebresne <sy...@datastax.com>
Committed: Tue Feb 25 09:54:11 2014 +0100

----------------------------------------------------------------------
 doc/cql3/CQL.textile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra/blob/034ac7d0/doc/cql3/CQL.textile
----------------------------------------------------------------------
diff --git a/doc/cql3/CQL.textile b/doc/cql3/CQL.textile
index b18ce22..8d853c5 100644
--- a/doc/cql3/CQL.textile
+++ b/doc/cql3/CQL.textile
@@ -499,7 +499,7 @@ h4(#updateOptions). @<options>@
 
 The @UPDATE@ and @INSERT@ statements allows to specify the following options for the insertion:
 * @TIMESTAMP@: sets the timestamp for the operation. If not specified, the current time of the insertion (in microseconds) is used. This is usually a suitable default.
-* @TTL@: allows to specify an optional Time To Live (in seconds) for the inserted values. If set, the inserted values are automatically removed from the database after the specified time. Note that the TTL concerns the inserted values, not the column themselves. This means that any subsequent update of the column will also reset the TTL (to whatever TTL is specified in that update). By default, values never expire.
+* @TTL@: allows to specify an optional Time To Live (in seconds) for the inserted values. If set, the inserted values are automatically removed from the database after the specified time. Note that the TTL concerns the inserted values, not the column themselves. This means that any subsequent update of the column will also reset the TTL (to whatever TTL is specified in that update). By default, values never expire. A TTL of 0 or a negative one is equivalent to no TTL.
 
 
 h3(#deleteStmt). DELETE


[06/13] git commit: update changes

Posted by br...@apache.org.
update changes


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

Branch: refs/heads/cassandra-2.0
Commit: 3af5e507525df904023f67332986ddfde3e6a4bc
Parents: 034ac7d
Author: Brandon Williams <br...@apache.org>
Authored: Thu Feb 27 13:56:27 2014 -0600
Committer: Brandon Williams <br...@apache.org>
Committed: Thu Feb 27 13:56:27 2014 -0600

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


http://git-wip-us.apache.org/repos/asf/cassandra/blob/3af5e507/CHANGES.txt
----------------------------------------------------------------------
diff --git a/CHANGES.txt b/CHANGES.txt
index 11fcf18..53da840 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -17,6 +17,7 @@
  * Fix snapshot repair not snapshotting coordinator itself (CASSANDRA-6713)
  * Support negative timestamps for CQL3 dates in query string (CASSANDRA-6718)
  * Avoid NPEs when receiving table changes for an unknown keyspace (CASSANDRA-5631)
+ * Fix bootstrapping when there is no schema (CASSANDRA-6685)
 
 
 1.2.15


[10/13] git commit: Merge branch 'cassandra-1.2' into cassandra-2.0

Posted by br...@apache.org.
Merge branch 'cassandra-1.2' into cassandra-2.0


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

Branch: refs/heads/cassandra-2.0
Commit: 33c75e92eef5fafca2b3d4b6aa773758978aba34
Parents: 7b5bdd2 3af5e50
Author: Brandon Williams <br...@apache.org>
Authored: Thu Feb 27 13:57:28 2014 -0600
Committer: Brandon Williams <br...@apache.org>
Committed: Thu Feb 27 13:57:28 2014 -0600

----------------------------------------------------------------------
 CHANGES.txt          | 1 +
 doc/cql3/CQL.textile | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra/blob/33c75e92/CHANGES.txt
----------------------------------------------------------------------
diff --cc CHANGES.txt
index ee138ce,53da840..8e439c6
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@@ -39,34 -17,24 +39,35 @@@ Merged from 1.2
   * Fix snapshot repair not snapshotting coordinator itself (CASSANDRA-6713)
   * Support negative timestamps for CQL3 dates in query string (CASSANDRA-6718)
   * Avoid NPEs when receiving table changes for an unknown keyspace (CASSANDRA-5631)
+  * Fix bootstrapping when there is no schema (CASSANDRA-6685)
  
  
 -1.2.15
 - * Move handling of migration event source to solve bootstrap race (CASSANDRA-6648)
 - * Make sure compaction throughput value doesn't overflow with int math (CASSANDRA-6647)
 -
 -
 -1.2.14
 - * Reverted code to limit CQL prepared statement cache by size (CASSANDRA-6592)
 - * add cassandra.default_messaging_version property to allow easier
 -   upgrading from 1.1 (CASSANDRA-6619)
 - * Allow executing CREATE statements multiple times (CASSANDRA-6471)
 - * Don't send confusing info with timeouts (CASSANDRA-6491)
 - * Don't resubmit counter mutation runnables internally (CASSANDRA-6427)
 - * Don't drop local mutations without a hint (CASSANDRA-6510)
 - * Don't allow null max_hint_window_in_ms (CASSANDRA-6419)
 - * Validate SliceRange start and finish lengths (CASSANDRA-6521)
 +2.0.5
 + * Reduce garbage generated by bloom filter lookups (CASSANDRA-6609)
 + * Add ks.cf names to tombstone logging (CASSANDRA-6597)
 + * Use LOCAL_QUORUM for LWT operations at LOCAL_SERIAL (CASSANDRA-6495)
 + * Wait for gossip to settle before accepting client connections (CASSANDRA-4288)
 + * Delete unfinished compaction incrementally (CASSANDRA-6086)
 + * Allow specifying custom secondary index options in CQL3 (CASSANDRA-6480)
 + * Improve replica pinning for cache efficiency in DES (CASSANDRA-6485)
 + * Fix LOCAL_SERIAL from thrift (CASSANDRA-6584)
 + * Don't special case received counts in CAS timeout exceptions (CASSANDRA-6595)
 + * Add support for 2.1 global counter shards (CASSANDRA-6505)
 + * Fix NPE when streaming connection is not yet established (CASSANDRA-6210)
 + * Avoid rare duplicate read repair triggering (CASSANDRA-6606)
 + * Fix paging discardFirst (CASSANDRA-6555)
 + * Fix ArrayIndexOutOfBoundsException in 2ndary index query (CASSANDRA-6470)
 + * Release sstables upon rebuilding 2i (CASSANDRA-6635)
 + * Add AbstractCompactionStrategy.startup() method (CASSANDRA-6637)
 + * SSTableScanner may skip rows during cleanup (CASSANDRA-6638)
 + * sstables from stalled repair sessions can resurrect deleted data (CASSANDRA-6503)
 + * Switch stress to use ITransportFactory (CASSANDRA-6641)
 + * Fix IllegalArgumentException during prepare (CASSANDRA-6592)
 + * Fix possible loss of 2ndary index entries during compaction (CASSANDRA-6517)
 + * Fix direct Memory on architectures that do not support unaligned long access
 +   (CASSANDRA-6628)
 + * Let scrub optionally skip broken counter partitions (CASSANDRA-5930)
 +Merged from 1.2:
   * fsync compression metadata (CASSANDRA-6531)
   * Validate CF existence on execution for prepared statement (CASSANDRA-6535)
   * Add ability to throttle batchlog replay (CASSANDRA-6550)

http://git-wip-us.apache.org/repos/asf/cassandra/blob/33c75e92/doc/cql3/CQL.textile
----------------------------------------------------------------------


[12/13] git commit: Merge branch 'cassandra-2.0' into cassandra-2.1

Posted by br...@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/7e9cdff9
Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/7e9cdff9
Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/7e9cdff9

Branch: refs/heads/trunk
Commit: 7e9cdff968a3b51400065d97728badf24a7e0c0d
Parents: fbf075d 33c75e9
Author: Brandon Williams <br...@apache.org>
Authored: Thu Feb 27 13:57:48 2014 -0600
Committer: Brandon Williams <br...@apache.org>
Committed: Thu Feb 27 13:57:48 2014 -0600

----------------------------------------------------------------------
 CHANGES.txt          | 1 +
 doc/cql3/CQL.textile | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


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

http://git-wip-us.apache.org/repos/asf/cassandra/blob/7e9cdff9/doc/cql3/CQL.textile
----------------------------------------------------------------------


[09/13] git commit: Merge branch 'cassandra-1.2' into cassandra-2.0

Posted by br...@apache.org.
Merge branch 'cassandra-1.2' into cassandra-2.0


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

Branch: refs/heads/cassandra-2.1
Commit: 33c75e92eef5fafca2b3d4b6aa773758978aba34
Parents: 7b5bdd2 3af5e50
Author: Brandon Williams <br...@apache.org>
Authored: Thu Feb 27 13:57:28 2014 -0600
Committer: Brandon Williams <br...@apache.org>
Committed: Thu Feb 27 13:57:28 2014 -0600

----------------------------------------------------------------------
 CHANGES.txt          | 1 +
 doc/cql3/CQL.textile | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra/blob/33c75e92/CHANGES.txt
----------------------------------------------------------------------
diff --cc CHANGES.txt
index ee138ce,53da840..8e439c6
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@@ -39,34 -17,24 +39,35 @@@ Merged from 1.2
   * Fix snapshot repair not snapshotting coordinator itself (CASSANDRA-6713)
   * Support negative timestamps for CQL3 dates in query string (CASSANDRA-6718)
   * Avoid NPEs when receiving table changes for an unknown keyspace (CASSANDRA-5631)
+  * Fix bootstrapping when there is no schema (CASSANDRA-6685)
  
  
 -1.2.15
 - * Move handling of migration event source to solve bootstrap race (CASSANDRA-6648)
 - * Make sure compaction throughput value doesn't overflow with int math (CASSANDRA-6647)
 -
 -
 -1.2.14
 - * Reverted code to limit CQL prepared statement cache by size (CASSANDRA-6592)
 - * add cassandra.default_messaging_version property to allow easier
 -   upgrading from 1.1 (CASSANDRA-6619)
 - * Allow executing CREATE statements multiple times (CASSANDRA-6471)
 - * Don't send confusing info with timeouts (CASSANDRA-6491)
 - * Don't resubmit counter mutation runnables internally (CASSANDRA-6427)
 - * Don't drop local mutations without a hint (CASSANDRA-6510)
 - * Don't allow null max_hint_window_in_ms (CASSANDRA-6419)
 - * Validate SliceRange start and finish lengths (CASSANDRA-6521)
 +2.0.5
 + * Reduce garbage generated by bloom filter lookups (CASSANDRA-6609)
 + * Add ks.cf names to tombstone logging (CASSANDRA-6597)
 + * Use LOCAL_QUORUM for LWT operations at LOCAL_SERIAL (CASSANDRA-6495)
 + * Wait for gossip to settle before accepting client connections (CASSANDRA-4288)
 + * Delete unfinished compaction incrementally (CASSANDRA-6086)
 + * Allow specifying custom secondary index options in CQL3 (CASSANDRA-6480)
 + * Improve replica pinning for cache efficiency in DES (CASSANDRA-6485)
 + * Fix LOCAL_SERIAL from thrift (CASSANDRA-6584)
 + * Don't special case received counts in CAS timeout exceptions (CASSANDRA-6595)
 + * Add support for 2.1 global counter shards (CASSANDRA-6505)
 + * Fix NPE when streaming connection is not yet established (CASSANDRA-6210)
 + * Avoid rare duplicate read repair triggering (CASSANDRA-6606)
 + * Fix paging discardFirst (CASSANDRA-6555)
 + * Fix ArrayIndexOutOfBoundsException in 2ndary index query (CASSANDRA-6470)
 + * Release sstables upon rebuilding 2i (CASSANDRA-6635)
 + * Add AbstractCompactionStrategy.startup() method (CASSANDRA-6637)
 + * SSTableScanner may skip rows during cleanup (CASSANDRA-6638)
 + * sstables from stalled repair sessions can resurrect deleted data (CASSANDRA-6503)
 + * Switch stress to use ITransportFactory (CASSANDRA-6641)
 + * Fix IllegalArgumentException during prepare (CASSANDRA-6592)
 + * Fix possible loss of 2ndary index entries during compaction (CASSANDRA-6517)
 + * Fix direct Memory on architectures that do not support unaligned long access
 +   (CASSANDRA-6628)
 + * Let scrub optionally skip broken counter partitions (CASSANDRA-5930)
 +Merged from 1.2:
   * fsync compression metadata (CASSANDRA-6531)
   * Validate CF existence on execution for prepared statement (CASSANDRA-6535)
   * Add ability to throttle batchlog replay (CASSANDRA-6550)

http://git-wip-us.apache.org/repos/asf/cassandra/blob/33c75e92/doc/cql3/CQL.textile
----------------------------------------------------------------------


[04/13] git commit: update changes

Posted by br...@apache.org.
update changes


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

Branch: refs/heads/cassandra-2.1
Commit: 3af5e507525df904023f67332986ddfde3e6a4bc
Parents: 034ac7d
Author: Brandon Williams <br...@apache.org>
Authored: Thu Feb 27 13:56:27 2014 -0600
Committer: Brandon Williams <br...@apache.org>
Committed: Thu Feb 27 13:56:27 2014 -0600

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


http://git-wip-us.apache.org/repos/asf/cassandra/blob/3af5e507/CHANGES.txt
----------------------------------------------------------------------
diff --git a/CHANGES.txt b/CHANGES.txt
index 11fcf18..53da840 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -17,6 +17,7 @@
  * Fix snapshot repair not snapshotting coordinator itself (CASSANDRA-6713)
  * Support negative timestamps for CQL3 dates in query string (CASSANDRA-6718)
  * Avoid NPEs when receiving table changes for an unknown keyspace (CASSANDRA-5631)
+ * Fix bootstrapping when there is no schema (CASSANDRA-6685)
 
 
 1.2.15


[05/13] git commit: update changes

Posted by br...@apache.org.
update changes


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

Branch: refs/heads/trunk
Commit: 3af5e507525df904023f67332986ddfde3e6a4bc
Parents: 034ac7d
Author: Brandon Williams <br...@apache.org>
Authored: Thu Feb 27 13:56:27 2014 -0600
Committer: Brandon Williams <br...@apache.org>
Committed: Thu Feb 27 13:56:27 2014 -0600

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


http://git-wip-us.apache.org/repos/asf/cassandra/blob/3af5e507/CHANGES.txt
----------------------------------------------------------------------
diff --git a/CHANGES.txt b/CHANGES.txt
index 11fcf18..53da840 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -17,6 +17,7 @@
  * Fix snapshot repair not snapshotting coordinator itself (CASSANDRA-6713)
  * Support negative timestamps for CQL3 dates in query string (CASSANDRA-6718)
  * Avoid NPEs when receiving table changes for an unknown keyspace (CASSANDRA-5631)
+ * Fix bootstrapping when there is no schema (CASSANDRA-6685)
 
 
 1.2.15


[07/13] git commit: update changes

Posted by br...@apache.org.
update changes


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

Branch: refs/heads/cassandra-1.2
Commit: 3af5e507525df904023f67332986ddfde3e6a4bc
Parents: 034ac7d
Author: Brandon Williams <br...@apache.org>
Authored: Thu Feb 27 13:56:27 2014 -0600
Committer: Brandon Williams <br...@apache.org>
Committed: Thu Feb 27 13:56:27 2014 -0600

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


http://git-wip-us.apache.org/repos/asf/cassandra/blob/3af5e507/CHANGES.txt
----------------------------------------------------------------------
diff --git a/CHANGES.txt b/CHANGES.txt
index 11fcf18..53da840 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -17,6 +17,7 @@
  * Fix snapshot repair not snapshotting coordinator itself (CASSANDRA-6713)
  * Support negative timestamps for CQL3 dates in query string (CASSANDRA-6718)
  * Avoid NPEs when receiving table changes for an unknown keyspace (CASSANDRA-5631)
+ * Fix bootstrapping when there is no schema (CASSANDRA-6685)
 
 
 1.2.15


[11/13] git commit: Merge branch 'cassandra-2.0' into cassandra-2.1

Posted by br...@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/7e9cdff9
Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/7e9cdff9
Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/7e9cdff9

Branch: refs/heads/cassandra-2.1
Commit: 7e9cdff968a3b51400065d97728badf24a7e0c0d
Parents: fbf075d 33c75e9
Author: Brandon Williams <br...@apache.org>
Authored: Thu Feb 27 13:57:48 2014 -0600
Committer: Brandon Williams <br...@apache.org>
Committed: Thu Feb 27 13:57:48 2014 -0600

----------------------------------------------------------------------
 CHANGES.txt          | 1 +
 doc/cql3/CQL.textile | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


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

http://git-wip-us.apache.org/repos/asf/cassandra/blob/7e9cdff9/doc/cql3/CQL.textile
----------------------------------------------------------------------


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

Posted by br...@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/30f438ff
Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/30f438ff
Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/30f438ff

Branch: refs/heads/trunk
Commit: 30f438ff4da5143f53434d6a1d62e0628aa5fe89
Parents: 9c4824d 7e9cdff
Author: Brandon Williams <br...@apache.org>
Authored: Thu Feb 27 13:57:56 2014 -0600
Committer: Brandon Williams <br...@apache.org>
Committed: Thu Feb 27 13:57:56 2014 -0600

----------------------------------------------------------------------
 CHANGES.txt          | 1 +
 doc/cql3/CQL.textile | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


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