svn commit: r1163289 - in /cassandra/branches/cassandra-0.8: ./ src/java/org/apache/cassandra/cql/ src/java/org/apache/cassandra/service/ src/java/org/apache/cassandra/thrift/

2011-08-30 Thread xedin
Author: xedin Date: Tue Aug 30 16:54:23 2011 New Revision: 1163289 URL: http://svn.apache.org/viewvc?rev=1163289&view=rev Log: Add validation that Keyspace names are case-insensitively unique patch by Jonathan Ellis; reviewed by Pavel Yaskevich for CASSANDRA-3066 Modified: cassandra/bran

svn commit: r1163291 - in /cassandra/branches/cassandra-0.8: CHANGES.txt src/java/org/apache/cassandra/thrift/ThriftValidation.java

2011-08-30 Thread xedin
Author: xedin Date: Tue Aug 30 16:57:57 2011 New Revision: 1163291 URL: http://svn.apache.org/viewvc?rev=1163291&view=rev Log: Catch invalid key_validation_class before instantiating UpdateColumnFamily patch by Jonathan Ellis; reviewed by Pavel Yaskevich for CASSANDRA-3102 Modi

svn commit: r1163801 [1/4] - in /cassandra/trunk: ./ interface/ interface/thrift/gen-java/org/apache/cassandra/thrift/ src/avro/ src/java/org/apache/cassandra/cli/ src/java/org/apache/cassandra/config

2011-08-31 Thread xedin
Author: xedin Date: Wed Aug 31 20:30:20 2011 New Revision: 1163801 URL: http://svn.apache.org/viewvc?rev=1163801&view=rev Log: Make the compression algorithm and chunk length configurable patch by Sylvain Lebresne; reviewed by Pavel Yaskevich for CASSANDRA-3001 Added: cassandra/trunk

svn commit: r1163801 [4/4] - in /cassandra/trunk: ./ interface/ interface/thrift/gen-java/org/apache/cassandra/thrift/ src/avro/ src/java/org/apache/cassandra/cli/ src/java/org/apache/cassandra/config

2011-08-31 Thread xedin
Added: cassandra/trunk/src/java/org/apache/cassandra/io/compress/CompressionParameters.java URL: http://svn.apache.org/viewvc/cassandra/trunk/src/java/org/apache/cassandra/io/compress/CompressionParameters.java?rev=1163801&view=auto

svn commit: r1163817 - /cassandra/trunk/NEWS.txt

2011-08-31 Thread xedin
Author: xedin Date: Wed Aug 31 21:12:31 2011 New Revision: 1163817 URL: http://svn.apache.org/viewvc?rev=1163817&view=rev Log: NEWS.txt updated to reflect latest compression developments Modified: cassandra/trunk/NEWS.txt Modified: cassandra/trunk/NEWS.txt URL: http://svn.apache.org/vi

svn commit: r1164075 - in /cassandra/trunk: ./ conf/ src/java/org/apache/cassandra/config/ src/java/org/apache/cassandra/db/compaction/ src/java/org/apache/cassandra/net/ src/java/org/apache/cassandra

2011-09-01 Thread xedin
Author: xedin Date: Thu Sep 1 13:28:38 2011 New Revision: 1164075 URL: http://svn.apache.org/viewvc?rev=1164075&view=rev Log: Add throttling for internode streaming patch by Stu Hood; reviewed by Pavel Yaskevich for CASSANDRA-3080 Added: cassandra/trunk/src/java/org/apache/cassandra/u

svn commit: r1164689 - in /cassandra/trunk: ./ lib/ lib/licenses/ src/java/org/apache/cassandra/net/ src/java/org/apache/cassandra/streaming/

2011-09-02 Thread xedin
Author: xedin Date: Fri Sep 2 20:23:42 2011 New Revision: 1164689 URL: http://svn.apache.org/viewvc?rev=1164689&view=rev Log: Streams Compression patch by Pavel Yaskevich; reviewed by Jonathan Ellis for CASSANDRA-3015 Added: cassandra/trunk/lib/compress-lzf-0.8.4.jar cassandra/trunk

svn commit: r1165438 - in /cassandra/branches/cassandra-0.8: CHANGES.txt src/java/org/apache/cassandra/thrift/ThriftValidation.java test/unit/org/apache/cassandra/cli/CliTest.java test/unit/org/apache

2011-09-05 Thread xedin
Author: xedin Date: Mon Sep 5 22:21:01 2011 New Revision: 1165438 URL: http://svn.apache.org/viewvc?rev=1165438&view=rev Log: Prevent users from creating keyspaces with LocalStrategy replication patch by Pavel Yaskevich; reviewed by Jonathan Ellis for CASSANDRA-3139 Modified: cassa

svn commit: r1165758 - in /cassandra/branches/cassandra-0.8: CHANGES.txt src/java/org/apache/cassandra/cli/CliClient.java

2011-09-06 Thread xedin
Author: xedin Date: Tue Sep 6 16:50:33 2011 New Revision: 1165758 URL: http://svn.apache.org/viewvc?rev=1165758&view=rev Log: Fix CLI `show schema;` to output correct keyspace definition statement patch by Pavel Yaskevich; reviewed by Jonathan Ellis for CASSANDRA-3129 Modified: cassa

svn commit: r1166173 - in /cassandra/branches/cassandra-0.8: CHANGES.txt src/java/org/apache/cassandra/thrift/CustomTThreadPoolServer.java

2011-09-07 Thread xedin
Author: xedin Date: Wed Sep 7 13:40:33 2011 New Revision: 1166173 URL: http://svn.apache.org/viewvc?rev=1166173&view=rev Log: CustomTThreadPoolServer to log TTransportException at DEBUG level patch by Jim Ancona; reviewed by Pavel Yaskevich for CASSANDRA-3142 Modified: cassandra/bran

svn commit: r1166273 - in /cassandra/trunk: CHANGES.txt doc/cql/CQL.textile src/java/org/apache/cassandra/cql/QueryProcessor.java test/system/test_cql.py

2011-09-07 Thread xedin
Author: xedin Date: Wed Sep 7 17:16:46 2011 New Revision: 1166273 URL: http://svn.apache.org/viewvc?rev=1166273&view=rev Log: fix of the CQL count() behavior patch by Jonathan Ellis and Pavel Yaskevich; reviewed by Eric Evans and Pavel Yaskevich for CASSANDRA-3068 Modified: cassandra/t

svn commit: r1166367 - in /cassandra/trunk: CHANGES.txt src/java/org/apache/cassandra/cli/CliClient.java test/unit/org/apache/cassandra/cli/CliTest.java

2011-09-07 Thread xedin
Author: xedin Date: Wed Sep 7 20:07:38 2011 New Revision: 1166367 URL: http://svn.apache.org/viewvc?rev=1166367&view=rev Log: Fix inconsistency of the CLI syntax when {} should be used instead of [{}] patch by Jake Luciani; reviewed by Pavel Yaskevich for CASSANDRA-3119 Modified: cassa

svn commit: r1169861 - in /cassandra/branches/cassandra-1.0.0: ./ src/java/org/apache/cassandra/db/ src/java/org/apache/cassandra/db/compaction/ src/java/org/apache/cassandra/db/index/ src/java/org/ap

2011-09-12 Thread xedin
Author: xedin Date: Mon Sep 12 18:41:31 2011 New Revision: 1169861 URL: http://svn.apache.org/viewvc?rev=1169861&view=rev Log: Add RowLevel support to secondary index API patch by Jason Rutherglen; reviewed by Pavel Yaskevich for CASSANDRA-3147 Added: cassandra/branches/cassandra-1.0.0

svn commit: r1169969 - in /cassandra/branches/cassandra-1.0.0: ./ interface/ interface/thrift/gen-java/org/apache/cassandra/thrift/ src/java/org/apache/cassandra/cache/ src/java/org/apache/cassandra/c

2011-09-12 Thread xedin
Author: xedin Date: Mon Sep 12 22:51:48 2011 New Revision: 1169969 URL: http://svn.apache.org/viewvc?rev=1169969&view=rev Log: Make SerializingCacheProvider the default if JNA is available patch by Pavel Yaskevich; reviewed by Jonathan Ellis for CASSANDRA-3183 Modified: cassandra/bran

svn commit: r1169971 - in /cassandra/branches/cassandra-1.0.0: CHANGES.txt src/java/org/apache/cassandra/cql/CreateColumnFamilyStatement.java

2011-09-12 Thread xedin
Author: xedin Date: Mon Sep 12 23:00:40 2011 New Revision: 1169971 URL: http://svn.apache.org/viewvc?rev=1169971&view=rev Log: Fix backwards compatibilty for cql memtable properties patch by Jonathan Ellis; reviewed by Pavel Yaskevich for CASSANDRA-3190 Modified: cassandra/branches/cassa

git commit: CFMetaData.fromThrift to throw ConfigurationException upon error patch by Sam Overton; reviewed by Pavel Yaskevich for CASSANDRA-4353

2012-06-18 Thread xedin
Updated Branches: refs/heads/cassandra-1.1 45c8f53a2 -> 170e14ab9 CFMetaData.fromThrift to throw ConfigurationException upon error patch by Sam Overton; reviewed by Pavel Yaskevich for CASSANDRA-4353 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apac

[1/2] git commit: removed duplicate SSTableLoader.setPartitioner(IPartitioner) method introduced by patch for CASSANDRA-4368

2012-06-25 Thread xedin
Updated Branches: refs/heads/cassandra-1.1 ae76bda56 -> 112ce0c69 removed duplicate SSTableLoader.setPartitioner(IPartitioner) method introduced by patch for CASSANDRA-4368 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra

[2/2] git commit: add strategy_options to the KSMetaData.toString() output patch by Vladimir Sverzhinsky; reviewed by Pavel Yaskevich for CASSANDRA-4248

2012-06-25 Thread xedin
add strategy_options to the KSMetaData.toString() output patch by Vladimir Sverzhinsky; reviewed by Pavel Yaskevich for CASSANDRA-4248 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/de557579 Tree: http://git-wip-us.ap

[2/3] git commit: removed duplicate SSTableLoader.setPartitioner(IPartitioner) method introduced by patch for CASSANDRA-4368

2012-06-25 Thread xedin
removed duplicate SSTableLoader.setPartitioner(IPartitioner) method introduced by patch for CASSANDRA-4368 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/112ce0c6 Tree: http://git-wip-us.apache.org/repos/asf/cassandr

[3/3] git commit: add strategy_options to the KSMetaData.toString() output patch by Vladimir Sverzhinsky; reviewed by Pavel Yaskevich for CASSANDRA-4248

2012-06-25 Thread xedin
add strategy_options to the KSMetaData.toString() output patch by Vladimir Sverzhinsky; reviewed by Pavel Yaskevich for CASSANDRA-4248 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/de557579 Tree: http://git-wip-us.ap

[1/3] git commit: merge from 1.1

2012-06-25 Thread xedin
Updated Branches: refs/heads/trunk 4dc18a215 -> 17f64320d merge from 1.1 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/17f64320 Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/17f64320 Diff: http://gi

git commit: (cql3) allow updating column_alias types patch by Pavel Yaskevich; reviewed by Sylvain Lebresne for CASSANDRA-4041

2012-06-28 Thread xedin
Updated Branches: refs/heads/cassandra-1.1 8a3bb80e0 -> bc2dea8b6 (cql3) allow updating column_alias types patch by Pavel Yaskevich; reviewed by Sylvain Lebresne for CASSANDRA-4041 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/ca

[2/2] git commit: (cql3) allow updating column_alias types patch by Pavel Yaskevich; reviewed by Sylvain Lebresne for CASSANDRA-4041

2012-06-28 Thread xedin
(cql3) allow updating column_alias types patch by Pavel Yaskevich; reviewed by Sylvain Lebresne for CASSANDRA-4041 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/bc2dea8b Tree: http://git-wip-us.apache.org/repos/asf/c

[1/2] git commit: merge from 1.1

2012-06-28 Thread xedin
Updated Branches: refs/heads/trunk 4725bf71e -> 0c7833bd3 merge from 1.1 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/0c7833bd Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/0c7833bd Diff: http://gi

git commit: (stress) support for CQL prepared statements patch by David Alves; reviewed by Pavel Yaskevich for CASSANDRA-3633

2012-06-30 Thread xedin
Updated Branches: refs/heads/cassandra-1.1 b94d8d40f -> b1c60d2b3 (stress) support for CQL prepared statements patch by David Alves; reviewed by Pavel Yaskevich for CASSANDRA-3633 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cas

[1/2] git commit: merge from 1.1

2012-06-30 Thread xedin
Updated Branches: refs/heads/trunk 9d1bf3723 -> 7c59d8f4d merge from 1.1 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/7c59d8f4 Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/7c59d8f4 Diff: http://gi

[2/2] git commit: (stress) support for CQL prepared statements patch by David Alves; reviewed by Pavel Yaskevich for CASSANDRA-3633

2012-06-30 Thread xedin
(stress) support for CQL prepared statements patch by David Alves; reviewed by Pavel Yaskevich for CASSANDRA-3633 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/b1c60d2b Tree: http://git-wip-us.apache.org/repos/asf/ca

git commit: (cql3) always use composite types by default patch by Sylvain Lebresne; reviewed by Pavel Yaskevich for CASSANDRA-4329

2012-06-30 Thread xedin
Updated Branches: refs/heads/trunk 7c59d8f4d -> 44f4cac62 (cql3) always use composite types by default patch by Sylvain Lebresne; reviewed by Pavel Yaskevich for CASSANDRA-4329 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassan

git commit: (cql3) Support ORDER BY when IN condition is given in WHERE clause patch by Pavel Yaskevich; reviewed by Jonathan Ellis for CASSANDRA-4327

2012-07-06 Thread xedin
Updated Branches: refs/heads/cassandra-1.1 aa2c28ead -> 4fd6fe3fa (cql3) Support ORDER BY when IN condition is given in WHERE clause patch by Pavel Yaskevich; reviewed by Jonathan Ellis for CASSANDRA-4327 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us

[2/2] git commit: changes required for CASSANDRA-4327 with 1.2 changes to CQL3

2012-07-06 Thread xedin
changes required for CASSANDRA-4327 with 1.2 changes to CQL3 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/df8f823e Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/df8f823e Diff: http://git-wip-us.apache.

[1/2] git commit: (cql3) Support ORDER BY when IN condition is given in WHERE clause patch by Pavel Yaskevich; reviewed by Jonathan Ellis for CASSANDRA-4327

2012-07-06 Thread xedin
Updated Branches: refs/heads/trunk b9df12c17 -> df8f823ef (cql3) Support ORDER BY when IN condition is given in WHERE clause patch by Pavel Yaskevich; reviewed by Jonathan Ellis for CASSANDRA-4327 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.

git commit: (cql3) delete "component_index" column on DROP TABLE call patch by Pavel Yaskevich; reviewed by Jonathan Ellis for CASSANDRA-4420

2012-07-08 Thread xedin
Updated Branches: refs/heads/cassandra-1.1 a2bdc8ff9 -> c716fc7fa (cql3) delete "component_index" column on DROP TABLE call patch by Pavel Yaskevich; reviewed by Jonathan Ellis for CASSANDRA-4420 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.o

[1/4] git commit: merge from 1.1

2012-07-08 Thread xedin
Updated Branches: refs/heads/trunk df8f823ef -> 8dfe36c78 merge from 1.1 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/8dfe36c7 Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/8dfe36c7 Diff: http://gi

[3/4] git commit: Fix for Test failure: remove hardcoded values in CLT

2012-07-08 Thread xedin
Fix for Test failure: remove hardcoded values in CLT Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/a2bdc8ff Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/a2bdc8ff Diff: http://git-wip-us.apache.org/repos

[2/4] git commit: (cql3) delete "component_index" column on DROP TABLE call patch by Pavel Yaskevich; reviewed by Jonathan Ellis for CASSANDRA-4420

2012-07-08 Thread xedin
(cql3) delete "component_index" column on DROP TABLE call patch by Pavel Yaskevich; reviewed by Jonathan Ellis for CASSANDRA-4420 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/c716fc7f Tree: http://git-wip-us.apache.

[4/4] git commit: (cql3) Support ORDER BY when IN condition is given in WHERE clause patch by Pavel Yaskevich; reviewed by Jonathan Ellis for CASSANDRA-4327

2012-07-08 Thread xedin
(cql3) Support ORDER BY when IN condition is given in WHERE clause patch by Pavel Yaskevich; reviewed by Jonathan Ellis for CASSANDRA-4327 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/4fd6fe3f Tree: http://git-wip-u

git commit: change nanoTime() to currentTimeInMillis() in schema related code patch by Pavel Yaskevich; reviewed by Jonathan Ellis for CASSANDRA-4432

2012-07-10 Thread xedin
Updated Branches: refs/heads/cassandra-1.1 485c87898 -> a6c567ea9 change nanoTime() to currentTimeInMillis() in schema related code patch by Pavel Yaskevich; reviewed by Jonathan Ellis for CASSANDRA-4432 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.

[1/2] git commit: merge from 1.1

2012-07-10 Thread xedin
Updated Branches: refs/heads/trunk 3c90be1d6 -> 720e01752 merge from 1.1 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/720e0175 Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/720e0175 Diff: http://gi

[2/2] git commit: change nanoTime() to currentTimeInMillis() in schema related code patch by Pavel Yaskevich; reviewed by Jonathan Ellis for CASSANDRA-4432

2012-07-10 Thread xedin
change nanoTime() to currentTimeInMillis() in schema related code patch by Pavel Yaskevich; reviewed by Jonathan Ellis for CASSANDRA-4432 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/a6c567ea Tree: http://git-wip-us

git commit: change System.currentTimeMillis() to FBUtilities.timestampMicros(), related to CASSANDRA-4432

2012-07-10 Thread xedin
Updated Branches: refs/heads/cassandra-1.1 a6c567ea9 -> 346ac03c2 change System.currentTimeMillis() to FBUtilities.timestampMicros(), related to CASSANDRA-4432 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/346ac

[1/2] git commit: merge from 1.1

2012-07-10 Thread xedin
Updated Branches: refs/heads/trunk 720e01752 -> 8e503d8d9 merge from 1.1 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/8e503d8d Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/8e503d8d Diff: http://gi

[2/2] git commit: change System.currentTimeMillis() to FBUtilities.timestampMicros(), related to CASSANDRA-4432

2012-07-10 Thread xedin
change System.currentTimeMillis() to FBUtilities.timestampMicros(), related to CASSANDRA-4432 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/346ac03c Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/346ac0

git commit: fix 1.0.x node join to mixed version cluster, other nodes >= 1.1 patch by Pavel Yaskevich; reviewed by Jonathan Ellis for CASSANDRA-4195

2012-07-11 Thread xedin
Updated Branches: refs/heads/cassandra-1.0 84a1d6059 -> 51a9fd131 fix 1.0.x node join to mixed version cluster, other nodes >= 1.1 patch by Pavel Yaskevich; reviewed by Jonathan Ellis for CASSANDRA-4195 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.a

[1/2] git commit: merge from 1.0

2012-07-11 Thread xedin
Updated Branches: refs/heads/cassandra-1.1 3e4858271 -> 97620fef3 merge from 1.0 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/97620fef Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/97620fef Diff: h

[2/2] git commit: fix 1.0.x node join to mixed version cluster, other nodes >= 1.1 patch by Pavel Yaskevich; reviewed by Jonathan Ellis for CASSANDRA-4195

2012-07-11 Thread xedin
fix 1.0.x node join to mixed version cluster, other nodes >= 1.1 patch by Pavel Yaskevich; reviewed by Jonathan Ellis for CASSANDRA-4195 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/51a9fd13 Tree: http://git-wip-us.

[1/3] git commit: merge from 1.1

2012-07-11 Thread xedin
Updated Branches: refs/heads/trunk 26aff203b -> 93afc3555 merge from 1.1 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/93afc355 Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/93afc355 Diff: http://gi

[3/3] git commit: fix 1.0.x node join to mixed version cluster, other nodes >= 1.1 patch by Pavel Yaskevich; reviewed by Jonathan Ellis for CASSANDRA-4195

2012-07-11 Thread xedin
fix 1.0.x node join to mixed version cluster, other nodes >= 1.1 patch by Pavel Yaskevich; reviewed by Jonathan Ellis for CASSANDRA-4195 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/51a9fd13 Tree: http://git-wip-us.

[2/3] git commit: merge from 1.0

2012-07-11 Thread xedin
merge from 1.0 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/97620fef Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/97620fef Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/97620fef Branch:

git commit: fix "Can't Modify Index Name" problem on CF update patch by Pavel Yaskevich; reviewed by Yuki Morishita for CASSANDRA-4439

2012-07-18 Thread xedin
Updated Branches: refs/heads/cassandra-1.1 7c982717a -> 202f3940d fix "Can't Modify Index Name" problem on CF update patch by Pavel Yaskevich; reviewed by Yuki Morishita for CASSANDRA-4439 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repo

git commit: fixes small bug introduced by CASSANDRA-4439

2012-07-18 Thread xedin
Updated Branches: refs/heads/cassandra-1.1 202f3940d -> e220efa2a fixes small bug introduced by CASSANDRA-4439 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/e220efa2 Tree: http://git-wip-us.apache.org/repos/asf/c

git commit: fix merge from 1.1 to use UUID instead of Integer for CF identifier.

2012-07-23 Thread xedin
Updated Branches: refs/heads/trunk 34cd6912b -> 655a76fac fix merge from 1.1 to use UUID instead of Integer for CF identifier. Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/655a76fa Tree: http://git-wip-us.apache

git commit: fix nodetool's setcompactionthreshold command patch by Aleksey Yeschenko; reviewed by Pavel Yaskevich for CASSANDRA-4455

2012-07-25 Thread xedin
Updated Branches: refs/heads/cassandra-1.1 f46232c0b -> cc0be1b40 fix nodetool's setcompactionthreshold command patch by Aleksey Yeschenko; reviewed by Pavel Yaskevich for CASSANDRA-4455 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/

[1/2] git commit: merge from 1.1

2012-07-25 Thread xedin
Updated Branches: refs/heads/trunk b167e9ba7 -> 5cde66bab merge from 1.1 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/5cde66ba Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/5cde66ba Diff: http://gi

[2/2] git commit: fix nodetool's setcompactionthreshold command patch by Aleksey Yeschenko; reviewed by Pavel Yaskevich for CASSANDRA-4455

2012-07-25 Thread xedin
fix nodetool's setcompactionthreshold command patch by Aleksey Yeschenko; reviewed by Pavel Yaskevich for CASSANDRA-4455 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/cc0be1b4 Tree: http://git-wip-us.apache.org/repos

git commit: improve DynamicEndpointSnitch by using reservoir sampling patch by Pavel Yaskevich; reviewed by Brandon Williams for CASSANDRA-4038

2012-07-30 Thread xedin
Updated Branches: refs/heads/trunk 0d5dfbcf3 -> 652ae9a64 improve DynamicEndpointSnitch by using reservoir sampling patch by Pavel Yaskevich; reviewed by Brandon Williams for CASSANDRA-4038 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/rep

git commit: (cql3) fix defining more than one PK to be invalid patch by Sylvain Lebresne; reviewed by Pavel Yaskevich for CASSANDRA-4477

2012-08-15 Thread xedin
Updated Branches: refs/heads/trunk afbbe1abc -> fe784f58e (cql3) fix defining more than one PK to be invalid patch by Sylvain Lebresne; reviewed by Pavel Yaskevich for CASSANDRA-4477 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/

git commit: remove schema agreement checking from all external APIs (Thrift, CQL and CQL3) patch by Pavel Yaskevich; reviewed by Jonathan Ellis for CASSANDRA-4487

2012-08-16 Thread xedin
Updated Branches: refs/heads/trunk 7ddb5c7a4 -> 71f5d91ab remove schema agreement checking from all external APIs (Thrift, CQL and CQL3) patch by Pavel Yaskevich; reviewed by Jonathan Ellis for CASSANDRA-4487 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wi

git commit: Log(info) schema changes patch by Pavel Yaskevich; reviewed by Brandon Williams for CASSANDRA-4547

2012-08-17 Thread xedin
Updated Branches: refs/heads/cassandra-1.1 a343c85b7 -> f5619bbfd Log(info) schema changes patch by Pavel Yaskevich; reviewed by Brandon Williams for CASSANDRA-4547 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/f

[2/2] git commit: Log(info) schema changes patch by Pavel Yaskevich; reviewed by Brandon Williams for CASSANDRA-4547

2012-08-17 Thread xedin
Log(info) schema changes patch by Pavel Yaskevich; reviewed by Brandon Williams for CASSANDRA-4547 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/f5619bbf Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/f5

[1/2] git commit: merge from 1.1

2012-08-17 Thread xedin
Updated Branches: refs/heads/trunk f70945eaa -> b25b12a0a merge from 1.1 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/b25b12a0 Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/b25b12a0 Diff: http://gi

git commit: add Murmur3Partitioner and make it default for new installations patch by Dave Brosius and Pavel Yaskevich; reviewed by Vijay for CASSANDRA-3772

2012-08-21 Thread xedin
Updated Branches: refs/heads/trunk dafcaeb06 -> f41684fde add Murmur3Partitioner and make it default for new installations patch by Dave Brosius and Pavel Yaskevich; reviewed by Vijay for CASSANDRA-3772 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.a

git commit: Change nodetool setcachecapcity to manipulate global caches patch by Pavel Yaskevich; reviewed by Brandon Williams for CASSANDRA-4563

2012-08-22 Thread xedin
Updated Branches: refs/heads/cassandra-1.1 8173c6f64 -> dbf99d674 Change nodetool setcachecapcity to manipulate global caches patch by Pavel Yaskevich; reviewed by Brandon Williams for CASSANDRA-4563 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apac

[1/2] git commit: merge from 1.1

2012-08-22 Thread xedin
Updated Branches: refs/heads/trunk 66d52f9d2 -> 39e5a080d merge from 1.1 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/39e5a080 Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/39e5a080 Diff: http://gi

[2/2] git commit: Change nodetool setcachecapcity to manipulate global caches patch by Pavel Yaskevich; reviewed by Brandon Williams for CASSANDRA-4563

2012-08-22 Thread xedin
Change nodetool setcachecapcity to manipulate global caches patch by Pavel Yaskevich; reviewed by Brandon Williams for CASSANDRA-4563 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/dbf99d67 Tree: http://git-wip-us.apa

git commit: Murmur3Partitioner improvements patch by Pavel Yaskevich; reviewed by Jonathan Ellis for CASSANDRA-3772

2012-08-23 Thread xedin
Updated Branches: refs/heads/trunk 3925aba84 -> a89ef1ffd Murmur3Partitioner improvements patch by Pavel Yaskevich; reviewed by Jonathan Ellis for CASSANDRA-3772 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/a89e

git commit: (cql3) fix setting compaction strategy patch by Pavel Yaskevich; reviewed by Jonathan Ellis for CASSANDRA-4597

2012-09-04 Thread xedin
Updated Branches: refs/heads/cassandra-1.1 6e1f3a019 -> 5c91bd142 (cql3) fix setting compaction strategy patch by Pavel Yaskevich; reviewed by Jonathan Ellis for CASSANDRA-4597 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassan

[2/2] git commit: (cql3) fix setting compaction strategy patch by Pavel Yaskevich; reviewed by Jonathan Ellis for CASSANDRA-4597

2012-09-04 Thread xedin
(cql3) fix setting compaction strategy patch by Pavel Yaskevich; reviewed by Jonathan Ellis for CASSANDRA-4597 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/5c91bd14 Tree: http://git-wip-us.apache.org/repos/asf/cassa

[1/2] git commit: merge from 1.1

2012-09-04 Thread xedin
Updated Branches: refs/heads/trunk 94e4ace75 -> 5d8ba3d3b merge from 1.1 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/5d8ba3d3 Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/5d8ba3d3 Diff: http://gi

git commit: fix broken system.schema_* timestamps on system startup patch by Pavel Yaskevich; reviewed by Jonathan Ellis for CASSANDRA-4561

2012-09-04 Thread xedin
Updated Branches: refs/heads/cassandra-1.1 5df7b2512 -> 846b14019 fix broken system.schema_* timestamps on system startup patch by Pavel Yaskevich; reviewed by Jonathan Ellis for CASSANDRA-4561 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org

[2/3] git commit: merge from 1.1

2012-09-04 Thread xedin
merge from 1.1 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/d90eaf5b Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/d90eaf5b Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/d90eaf5b Branch:

[1/3] git commit: change SYSTEM_TABLE to SYSTEM_KS related to CASSANDRA-4561 merge

2012-09-04 Thread xedin
Updated Branches: refs/heads/trunk 6b29ab709 -> cf23bd0a0 change SYSTEM_TABLE to SYSTEM_KS related to CASSANDRA-4561 merge Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/cf23bd0a Tree: http://git-wip-us.apache.org

[3/3] git commit: fix broken system.schema_* timestamps on system startup patch by Pavel Yaskevich; reviewed by Jonathan Ellis for CASSANDRA-4561

2012-09-04 Thread xedin
fix broken system.schema_* timestamps on system startup patch by Pavel Yaskevich; reviewed by Jonathan Ellis for CASSANDRA-4561 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/846b1401 Tree: http://git-wip-us.apache.or

git commit: Fix cql error with ORDER BY when using IN patch by Pavel Yaskevich; reviewed by Sylvain Lebresne for CASSANDRA-4612

2012-09-07 Thread xedin
Updated Branches: refs/heads/cassandra-1.1 7371e10be -> 76e092b2d Fix cql error with ORDER BY when using IN patch by Pavel Yaskevich; reviewed by Sylvain Lebresne for CASSANDRA-4612 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/c

git commit: change ColumnSerializer.deserialize to be able fix timestamps from future, related to CASSANDRA-4561

2012-09-07 Thread xedin
Updated Branches: refs/heads/cassandra-1.1 06893e4ff -> 2c69e2ea7 change ColumnSerializer.deserialize to be able fix timestamps from future, related to CASSANDRA-4561 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commi

git commit: update stress tool to be able to use CQL3 patch by David Alves; reviewed by Pavel Yaskevich for CASSANDRA-4406

2012-09-10 Thread xedin
Updated Branches: refs/heads/trunk 500a529e7 -> 02769d5b6 update stress tool to be able to use CQL3 patch by David Alves; reviewed by Pavel Yaskevich for CASSANDRA-4406 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/comm

[3/8] git commit: explain how to work around exec problems in error message patch by jbellis for CASSANDRA-4590

2012-09-10 Thread xedin
explain how to work around exec problems in error message patch by jbellis for CASSANDRA-4590 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/0388a337 Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/0388a33

[5/8] git commit: Fix changelog

2012-09-10 Thread xedin
Fix changelog Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/dcf27a59 Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/dcf27a59 Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/dcf27a59 Branch:

[8/8] git commit: change ColumnSerializer.deserialize to be able fix timestamps from future, related to CASSANDRA-4561

2012-09-10 Thread xedin
change ColumnSerializer.deserialize to be able fix timestamps from future, related to CASSANDRA-4561 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/429fa7a8 Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree

[7/8] git commit: Bump stack to 180k. Patch by brandonwilliams reviewed by jbellis for CASSANDRA-4631

2012-09-10 Thread xedin
Bump stack to 180k. Patch by brandonwilliams reviewed by jbellis for CASSANDRA-4631 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/2a3b0c05 Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/2a3b0c05 Diff: ht

[6/8] git commit: Fix cql error with ORDER BY when using IN patch by Pavel Yaskevich; reviewed by Sylvain Lebresne for CASSANDRA-4612

2012-09-10 Thread xedin
Fix cql error with ORDER BY when using IN patch by Pavel Yaskevich; reviewed by Sylvain Lebresne for CASSANDRA-4612 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/e681a1a6 Tree: http://git-wip-us.apache.org/repos/asf/

[1/8] git commit: changes related to CASSANDRA-4490 merge

2012-09-10 Thread xedin
Updated Branches: refs/heads/trunk b2dcd9406 -> 804dd0991 changes related to CASSANDRA-4490 merge Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/804dd099 Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree

[4/8] git commit: Multiple values for CurrentLocal Node ID

2012-09-10 Thread xedin
Multiple values for CurrentLocal Node ID patch by slebresne; reviewed by jbellis for CASSANDRA-4626 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/9b08a7f1 Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/

git commit: small fix in permission checking in ClientState, related to CASSANDRA-4490

2012-09-10 Thread xedin
Updated Branches: refs/heads/cassandra-1.1 7cbc0be23 -> e172a9b73 small fix in permission checking in ClientState, related to CASSANDRA-4490 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/e172a9b7 Tree: http://git

[2/13] git commit: small fix in permission checking in ClientState, related to CASSANDRA-4490

2012-09-10 Thread xedin
small fix in permission checking in ClientState, related to CASSANDRA-4490 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/e172a9b7 Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/e172a9b7 Diff: http://git-

[1/13] git commit: merge from 1.1

2012-09-10 Thread xedin
Updated Branches: refs/heads/trunk 804dd0991 -> c4692a171 merge from 1.1 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/c4692a17 Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/c4692a17 Diff: http://gi

[5/13] git commit: explain how to work around exec problems in error message patch by jbellis for CASSANDRA-4590

2012-09-10 Thread xedin
explain how to work around exec problems in error message patch by jbellis for CASSANDRA-4590 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/e3953078 Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/e395307

[3/13] git commit: cqlsh: allow disabling colors. Patch by Tyler Hobbs, reviewed by brandonwilliams for CASSANDRA-4634

2012-09-10 Thread xedin
cqlsh: allow disabling colors. Patch by Tyler Hobbs, reviewed by brandonwilliams for CASSANDRA-4634 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/7cbc0be2 Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/7

[7/13] git commit: Multiple values for CurrentLocal Node ID

2012-09-10 Thread xedin
Multiple values for CurrentLocal Node ID patch by slebresne; reviewed by jbellis for CASSANDRA-4626 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/19800189 Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/

[8/13] git commit: Fix changelog

2012-09-10 Thread xedin
Fix changelog Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/a1c8dad8 Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/a1c8dad8 Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/a1c8dad8 Branch:

[12/13] git commit: Bump stack to 180k. Patch by brandonwilliams reviewed by jbellis for CASSANDRA-4631

2012-09-10 Thread xedin
Bump stack to 180k. Patch by brandonwilliams reviewed by jbellis for CASSANDRA-4631 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/567146e4 Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/567146e4 Diff: ht

[6/13] git commit: Merge branch 'cassandra-1.0' into cassandra-1.1

2012-09-10 Thread xedin
Merge branch 'cassandra-1.0' into cassandra-1.1 Conflicts: CHANGES.txt src/java/org/apache/cassandra/db/SystemTable.java Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/dafa548f Tree: http://git-wip-us

[10/13] git commit: Merge branch 'cassandra-1.0' into cassandra-1.1

2012-09-10 Thread xedin
Merge branch 'cassandra-1.0' into cassandra-1.1 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/06893e4f Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/06893e4f Diff: http://git-wip-us.apache.org/repos/asf

[9/13] git commit: change ColumnSerializer.deserialize to be able fix timestamps from future, related to CASSANDRA-4561

2012-09-10 Thread xedin
change ColumnSerializer.deserialize to be able fix timestamps from future, related to CASSANDRA-4561 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/2c69e2ea Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree

[13/13] git commit: Fix cql error with ORDER BY when using IN patch by Pavel Yaskevich; reviewed by Sylvain Lebresne for CASSANDRA-4612

2012-09-10 Thread xedin
Fix cql error with ORDER BY when using IN patch by Pavel Yaskevich; reviewed by Sylvain Lebresne for CASSANDRA-4612 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/76e092b2 Tree: http://git-wip-us.apache.org/repos/asf/

[11/13] git commit: Bump stack to 180k. Patch by brandonwilliams reviewed by jbellis for CASSANDRA-4631

2012-09-10 Thread xedin
Bump stack to 180k. Patch by brandonwilliams reviewed by jbellis for CASSANDRA-4631 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/d3917260 Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/d3917260 Diff: ht

git commit: fix assumption error in CLI when updating/describing keyspace patch by Pavel Yaskevich; reviewed by Dave Brosius for CASSANDRA-4322

2012-09-11 Thread xedin
Updated Branches: refs/heads/cassandra-1.1 e172a9b73 -> 98708d817 fix assumption error in CLI when updating/describing keyspace patch by Pavel Yaskevich; reviewed by Dave Brosius for CASSANDRA-4322 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache

[2/2] git commit: fix assumption error in CLI when updating/describing keyspace patch by Pavel Yaskevich; reviewed by Dave Brosius for CASSANDRA-4322

2012-09-11 Thread xedin
fix assumption error in CLI when updating/describing keyspace patch by Pavel Yaskevich; reviewed by Dave Brosius for CASSANDRA-4322 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/98708d81 Tree: http://git-wip-us.apach

[1/2] git commit: merge from 1.1

2012-09-11 Thread xedin
Updated Branches: refs/heads/trunk c6ddbea43 -> b85c93e0a merge from 1.1 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/b85c93e0 Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/b85c93e0 Diff: http://gi

git commit: Replace Throttle with Guava's RateLimiter for HintedHandOff patch by Aleksey Yeschenko; reviewed by Pavel Yaskevich for CASSANDRA-4541

2012-09-11 Thread xedin
Updated Branches: refs/heads/trunk 93685a478 -> 203b3ad04 Replace Throttle with Guava's RateLimiter for HintedHandOff patch by Aleksey Yeschenko; reviewed by Pavel Yaskevich for CASSANDRA-4541 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/

git commit: fix counter add/get using CQL2 and CQL3 in stress tool patch by Aleksey Yeschenko; reviewed by Pavel Yaskevich for CASSANDRA-4633

2012-09-11 Thread xedin
Updated Branches: refs/heads/trunk b983c816c -> c5df20832 fix counter add/get using CQL2 and CQL3 in stress tool patch by Aleksey Yeschenko; reviewed by Pavel Yaskevich for CASSANDRA-4633 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos

<    1   2   3   4   5   6   >