svn commit: r1195644 - in /cassandra/branches/cassandra-1.0: interface/cassandra.thrift interface/thrift/gen-java/org/apache/cassandra/thrift/EndpointDetails.java src/java/org/apache/cassandra/thrift/

2011-10-31 Thread brandonwilliams
Author: brandonwilliams Date: Mon Oct 31 20:05:32 2011 New Revision: 1195644 URL: http://svn.apache.org/viewvc?rev=1195644view=rev Log: Don't use rpc address for endpoints in describe_ring. Patch by Nick Bailey, reviewed by brandonwilliams for CASSANDRA-3433 Modified: cassandra/branches

svn commit: r1195646 - /cassandra/branches/cassandra-1.0/interface/cassandra.thrift

2011-10-31 Thread brandonwilliams
Author: brandonwilliams Date: Mon Oct 31 20:07:10 2011 New Revision: 1195646 URL: http://svn.apache.org/viewvc?rev=1195646view=rev Log: Bump thrift ver for 3433 Modified: cassandra/branches/cassandra-1.0/interface/cassandra.thrift Modified: cassandra/branches/cassandra-1.0/interface

git commit: Query the JVM for the minimum stack size. Patch by Trevor Robinson, reviewed by brandonwilliams for CASSANDRA-4442

2012-07-20 Thread brandonwilliams
Updated Branches: refs/heads/cassandra-1.1 e220efa2a - 5bde2a6d5 Query the JVM for the minimum stack size. Patch by Trevor Robinson, reviewed by brandonwilliams for CASSANDRA-4442 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf

git commit: Revert Query the JVM for the minimum stack size.

2012-07-20 Thread brandonwilliams
Updated Branches: refs/heads/cassandra-1.1 5bde2a6d5 - bfdfe9014 Revert Query the JVM for the minimum stack size. This reverts commit 5bde2a6d5d6bed3ff15ec6caf20524717a130ecb. Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit:

[1/12] git commit: Merge #4427 to trunk

2012-07-23 Thread brandonwilliams
Updated Branches: refs/heads/trunk 8d6fe24ce - 34cd6912b Merge #4427 to trunk Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/34cd6912 Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/34cd6912 Diff:

[4/12] git commit: Query the JVM for the minimum stack size. Patch by Trevor Robinson, reviewed by brandonwilliams for CASSANDRA-4442

2012-07-23 Thread brandonwilliams
Query the JVM for the minimum stack size. Patch by Trevor Robinson, reviewed by brandonwilliams for CASSANDRA-4442 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/5bde2a6d Tree: http://git-wip-us.apache.org/repos/asf

[5/12] git commit: fixes small bug introduced by CASSANDRA-4439

2012-07-23 Thread brandonwilliams
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/cassandra/tree/e220efa2 Diff:

[2/12] git commit: merge CASSANDRA-3636 from 1.0 to 1.1 cassandra 1.0.x breakes APT on debian OpenVZ

2012-07-23 Thread brandonwilliams
merge CASSANDRA-3636 from 1.0 to 1.1 cassandra 1.0.x breakes APT on debian OpenVZ Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/ff64c5d1 Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/ff64c5d1 Diff:

[11/12] git commit: Follow up to #4411

2012-07-23 Thread brandonwilliams
Follow up to #4411 patch by slebresne; reviewed by jbellis for CASSANDRA-4411 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/35335caa Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/35335caa Diff:

[3/12] git commit: Revert Query the JVM for the minimum stack size.

2012-07-23 Thread brandonwilliams
Revert Query the JVM for the minimum stack size. This reverts commit 5bde2a6d5d6bed3ff15ec6caf20524717a130ecb. Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/bfdfe901 Tree:

[8/12] git commit: Update changes

2012-07-23 Thread brandonwilliams
Update changes Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/ae13debd Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/ae13debd Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/ae13debd

[6/12] 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-23 Thread brandonwilliams
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/repos/asf/cassandra/commit/202f3940 Tree:

[12/12] git commit: Fix LCS bug with sstables containing only 1 row

2012-07-23 Thread brandonwilliams
Fix LCS bug with sstables containing only 1 row patch by slebresne; reviewed by jbellis for CASSANDRA-4411 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/02030dd6 Tree:

[9/12] git commit: Convert bootstrap state from boolean to 3-way value; detect and retry partial bootstraps on restart. Patch by brandonwilliams, reviewed by jbellis for CASSANDRA-4427

2012-07-23 Thread brandonwilliams
Convert bootstrap state from boolean to 3-way value; detect and retry partial bootstraps on restart. Patch by brandonwilliams, reviewed by jbellis for CASSANDRA-4427 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit

[10/12] git commit: Minor edit to CQL3 doc

2012-07-23 Thread brandonwilliams
Minor edit to CQL3 doc Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/4a002a57 Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/4a002a57 Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/4a002a57

[7/12] git commit: add #4399 to CHANGES

2012-07-23 Thread brandonwilliams
add #4399 to CHANGES Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/7c982717 Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/7c982717 Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/7c982717

[2/3] git commit: Fix startup script return code. Patch by paul cannon, reviewed by brandonwilliams for CASSANDRA-4271

2012-07-23 Thread brandonwilliams
Fix startup script return code. Patch by paul cannon, reviewed by brandonwilliams for CASSANDRA-4271 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/29379a52 Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree

[1/3] git commit: Merge branch 'cassandra-1.1' into trunk

2012-07-23 Thread brandonwilliams
Updated Branches: refs/heads/cassandra-1.1 ff64c5d11 - 29379a525 refs/heads/trunk 655a76fac - d6b7dd60f Merge branch 'cassandra-1.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/d6b7dd60 Tree:

[3/3] git commit: Fix startup script return code. Patch by paul cannon, reviewed by brandonwilliams for CASSANDRA-4271

2012-07-23 Thread brandonwilliams
Fix startup script return code. Patch by paul cannon, reviewed by brandonwilliams for CASSANDRA-4271 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/29379a52 Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree

git commit: Fix scary message about secondaries always being created at startup

2012-07-23 Thread brandonwilliams
Updated Branches: refs/heads/trunk 49f297417 - d0d1b2cf3 Fix scary message about secondaries always being created at startup Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/d0d1b2cf Tree:

git commit: Fix scary message about secondaries always being created at startup

2012-07-23 Thread brandonwilliams
Updated Branches: refs/heads/cassandra-1.1 aba1f16be - 41c9ba63d Fix scary message about secondaries always being created at startup Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/41c9ba63 Tree:

git commit: cqlsh: add a COPY TO command Patch by paul cannon, reviewed by brandonwilliams for CASSANDRA-4434

2012-07-24 Thread brandonwilliams
Updated Branches: refs/heads/cassandra-1.1 41c9ba63d - 9a6339476 cqlsh: add a COPY TO command Patch by paul cannon, reviewed by brandonwilliams for CASSANDRA-4434 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit

git commit: cqlsh: add a COPY TO command Patch by paul cannon, reviewed by brandonwilliams for CASSANDRA-4434

2012-07-24 Thread brandonwilliams
Updated Branches: refs/heads/trunk 795174611 - e73b2a68b cqlsh: add a COPY TO command Patch by paul cannon, reviewed by brandonwilliams for CASSANDRA-4434 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/e73b2a68

git commit: Pig: support for Int32Type. Patch by brandonwilliams, reviewed by xedin for CASSANDRA-4459

2012-07-25 Thread brandonwilliams
Updated Branches: refs/heads/cassandra-1.1 9a6339476 - 6f384c54d Pig: support for Int32Type. Patch by brandonwilliams, reviewed by xedin for CASSANDRA-4459 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/6f384c54

[2/4] git commit: Pig: support for Int32Type. Patch by brandonwilliams, reviewed by xedin for CASSANDRA-4459

2012-07-25 Thread brandonwilliams
Pig: support for Int32Type. Patch by brandonwilliams, reviewed by xedin for CASSANDRA-4459 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/6f384c54 Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/6f384c54

[4/4] git commit: Fix scary message about secondaries always being created at startup

2012-07-25 Thread brandonwilliams
Fix scary message about secondaries always being created at startup Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/41c9ba63 Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/41c9ba63 Diff:

[1/4] git commit: Merge branch 'cassandra-1.1' into trunk

2012-07-25 Thread brandonwilliams
Updated Branches: refs/heads/trunk e73b2a68b - d62f8c1e5 Merge branch 'cassandra-1.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/d62f8c1e Tree:

[3/4] git commit: cqlsh: add a COPY TO command Patch by paul cannon, reviewed by brandonwilliams for CASSANDRA-4434

2012-07-25 Thread brandonwilliams
cqlsh: add a COPY TO command Patch by paul cannon, reviewed by brandonwilliams for CASSANDRA-4434 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/9a633947 Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree

git commit: Fix SystemTable.setBootstrapState and other merge fallout from #4427. Patch by Dave Brosius and brandonwilliams, reviewed by Dave Brosius for CASSANDRA-4460

2012-07-25 Thread brandonwilliams
Updated Branches: refs/heads/trunk 5cde66bab - d96e813e0 Fix SystemTable.setBootstrapState and other merge fallout from #4427. Patch by Dave Brosius and brandonwilliams, reviewed by Dave Brosius for CASSANDRA-4460 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http

git commit: cqlsh: fix problem describing pre-cql3 CFs that are case-sensitive Patch by paul cannon reviewed by brandonwilliams for CASSANDRA-4385

2012-07-26 Thread brandonwilliams
Updated Branches: refs/heads/cassandra-1.1 bb37a0f25 - 10372c20d cqlsh: fix problem describing pre-cql3 CFs that are case-sensitive Patch by paul cannon reviewed by brandonwilliams for CASSANDRA-4385 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip

[1/2] git commit: Merge branch 'cassandra-1.1' into trunk

2012-07-26 Thread brandonwilliams
Updated Branches: refs/heads/trunk 1507ce8cd - 94e413f5a Merge branch 'cassandra-1.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/94e413f5 Tree:

[2/2] git commit: cqlsh: fix problem describing pre-cql3 CFs that are case-sensitive Patch by paul cannon reviewed by brandonwilliams for CASSANDRA-4385

2012-07-26 Thread brandonwilliams
cqlsh: fix problem describing pre-cql3 CFs that are case-sensitive Patch by paul cannon reviewed by brandonwilliams for CASSANDRA-4385 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/10372c20 Tree: http://git-wip

[2/3] git commit: Merge branch 'cassandra-1.1' into trunk

2012-07-27 Thread brandonwilliams
Merge branch 'cassandra-1.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/6c521cae Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/6c521cae Diff:

[1/3] git commit: Merge branch 'cassandra-1.1' into trunk

2012-07-27 Thread brandonwilliams
Updated Branches: refs/heads/trunk 203d0d109 - d080f6f10 Merge branch 'cassandra-1.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/d080f6f1 Tree:

[3/3] git commit: use slf4j api for logging

2012-07-27 Thread brandonwilliams
use slf4j api for logging Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/5dab451a Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/5dab451a Diff:

Git Push Summary

2012-07-27 Thread brandonwilliams
Updated Branches: refs/heads/cassandra-1.1 203d0d109 - ccd436c0f (forced update)

git commit: use slf4j api for logging

2012-07-27 Thread brandonwilliams
Updated Branches: refs/heads/cassandra-1.1 ccd436c0f - 8227f43a7 use slf4j api for logging Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/8227f43a Tree:

[1/2] git commit: Merge branch 'cassandra-1.1' into trunk

2012-07-27 Thread brandonwilliams
Updated Branches: refs/heads/trunk d080f6f10 - ca5318d37 Merge branch 'cassandra-1.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/ca5318d3 Tree:

[2/2] git commit: use slf4j api for logging

2012-07-27 Thread brandonwilliams
use slf4j api for logging Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/8227f43a Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/8227f43a Diff:

git commit: Fix typos in cli help. Patch by Tommy Tynjä, reviewed by brandonwilliams for CASSANDRA-4398

2012-07-27 Thread brandonwilliams
Updated Branches: refs/heads/cassandra-1.1 8227f43a7 - 96075b31c Fix typos in cli help. Patch by Tommy Tynjä, reviewed by brandonwilliams for CASSANDRA-4398 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit

[1/2] git commit: Merge branch 'cassandra-1.1' into trunk

2012-07-27 Thread brandonwilliams
Updated Branches: refs/heads/trunk ca5318d37 - acedc3438 Merge branch 'cassandra-1.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/acedc343 Tree:

[2/2] git commit: Fix typos in cli help. Patch by Tommy Tynjä, reviewed by brandonwilliams for CASSANDRA-4398

2012-07-27 Thread brandonwilliams
Fix typos in cli help. Patch by Tommy Tynjä, reviewed by brandonwilliams for CASSANDRA-4398 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/96075b31 Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree

[3/3] git commit: Fix online help in cqlsh for COPY commands. Patch by paul cannon, reviewed by brandon williams for CASSANDRA-4469

2012-07-28 Thread brandonwilliams
Fix online help in cqlsh for COPY commands. Patch by paul cannon, reviewed by brandon williams for CASSANDRA-4469 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/2d71a8ee Tree:

[1/3] git commit: Merge branch 'cassandra-1.1' into trunk

2012-07-28 Thread brandonwilliams
Updated Branches: refs/heads/cassandra-1.1 0819ad144 - 2d71a8eea refs/heads/trunk 7d857e68a - 3a8bd3657 Merge branch 'cassandra-1.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/3a8bd365 Tree:

[2/3] git commit: Fix online help in cqlsh for COPY commands. Patch by paul cannon, reviewed by brandon williams for CASSANDRA-4469

2012-07-28 Thread brandonwilliams
Fix online help in cqlsh for COPY commands. Patch by paul cannon, reviewed by brandon williams for CASSANDRA-4469 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/2d71a8ee Tree:

git commit: FIx cqlsh COPY FROM without explicit column names. Patch by paul cannon, reviewed by brandonwilliams for CASSANDRA-4470

2012-07-29 Thread brandonwilliams
Updated Branches: refs/heads/cassandra-1.1 2d71a8eea - 80c3b2dc2 FIx cqlsh COPY FROM without explicit column names. Patch by paul cannon, reviewed by brandonwilliams for CASSANDRA-4470 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos

git commit: FIx cqlsh COPY FROM without explicit column names. Patch by paul cannon, reviewed by brandonwilliams for CASSANDRA-4470

2012-07-29 Thread brandonwilliams
Updated Branches: refs/heads/trunk 5f184a04a - fc8e4b565 FIx cqlsh COPY FROM without explicit column names. Patch by paul cannon, reviewed by brandonwilliams for CASSANDRA-4470 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf

[2/2] git commit: enable jamm for OpenJDK = 1.6.0.23 Patch by paul cannon, reviewed by brandonwilliams for CASSANDRA-4447

2012-07-30 Thread brandonwilliams
enable jamm for OpenJDK = 1.6.0.23 Patch by paul cannon, reviewed by brandonwilliams for CASSANDRA-4447 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/0d5dfbcf Tree: http://git-wip-us.apache.org/repos/asf/cassandra

[1/2] git commit: enable jamm for OpenJDK = 1.6.0.23 Patch by paul cannon, reviewed by brandonwilliams for CASSANDRA-4447

2012-07-30 Thread brandonwilliams
Updated Branches: refs/heads/cassandra-1.1 916acd491 - 1209c9e71 refs/heads/trunk daac1edc3 - 0d5dfbcf3 enable jamm for OpenJDK = 1.6.0.23 Patch by paul cannon, reviewed by brandonwilliams for CASSANDRA-4447 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git

git commit: Update #4447 to be dash-compatible. Patch by paul cannon, reviewed by brandonwilliams for CASSANDRA-4447

2012-07-30 Thread brandonwilliams
Updated Branches: refs/heads/cassandra-1.1 d0392208f - f9d1f93f0 Update #4447 to be dash-compatible. Patch by paul cannon, reviewed by brandonwilliams for CASSANDRA-4447 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra

[3/3] git commit: Fix debug log format

2012-07-31 Thread brandonwilliams
Fix debug log format Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/38e5cf73 Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/38e5cf73 Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/38e5cf73

[1/3] git commit: merge from 1.1

2012-07-31 Thread brandonwilliams
Updated Branches: refs/heads/cassandra-1.1 271405656 - 38e5cf73d refs/heads/trunk 70e318eaa - eed76ae9c 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/eed76ae9 Tree:

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

2012-07-31 Thread brandonwilliams
Updated Branches: refs/heads/cassandra-1.1 953bcb345 - 988c4132d refs/heads/trunk 738bd9e15 - a5e0331c7 Merge branch 'cassandra-1.1' into trunk Conflicts: src/java/org/apache/cassandra/dht/BootStrapper.java src/java/org/apache/cassandra/service/StorageService.java Project:

[5/6] git commit: formatting

2012-07-31 Thread brandonwilliams
formatting Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/1f556183 Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/1f556183 Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/1f556183 Branch:

[3/6] git commit: Fix bootstrap instajoin, take three. Patch by jbellis and brandonwilliams, reviewed by jbellis for CASSANDRA-4427.

2012-07-31 Thread brandonwilliams
Fix bootstrap instajoin, take three. Patch by jbellis and brandonwilliams, reviewed by jbellis for CASSANDRA-4427. Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/988c4132 Tree: http://git-wip-us.apache.org/repos/asf

[2/6] git commit: Fix bootstrap instajoin, take three. Patch by jbellis and brandonwilliams, reviewed by jbellis for CASSANDRA-4427.

2012-07-31 Thread brandonwilliams
Fix bootstrap instajoin, take three. Patch by jbellis and brandonwilliams, reviewed by jbellis for CASSANDRA-4427. Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/988c4132 Tree: http://git-wip-us.apache.org/repos/asf

[6/6] git commit: Update versions, news and changes for 1.0.11 release

2012-07-31 Thread brandonwilliams
Update versions, news and changes for 1.0.11 release Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/a958f2a8 Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/a958f2a8 Diff:

[4/6] git commit: fix CFRR iterating through resultset consisting entirely of tombstones patch by jbellis; tested by Niel Drummand and reviewed by Brandon Williams for CASSANDRA-4466

2012-07-31 Thread brandonwilliams
fix CFRR iterating through resultset consisting entirely of tombstones patch by jbellis; tested by Niel Drummand and reviewed by Brandon Williams for CASSANDRA-4466 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit:

git commit: Fix typo in jvm version comparison.

2012-08-01 Thread brandonwilliams
Updated Branches: refs/heads/cassandra-1.1 988c4132d - 94bcc6a6f Fix typo in jvm version comparison. Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/94bcc6a6 Tree:

git commit: Fix typo in jvm version comparison.

2012-08-01 Thread brandonwilliams
Updated Branches: refs/heads/trunk bef8eef1b - 6dfb3a855 Fix typo in jvm version comparison. Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/6dfb3a85 Tree:

git commit: cqlsh: handle fully qualified class names Patch by paul cannon, reviewed by brandonwilliams for CASSANDRA-4546

2012-08-16 Thread brandonwilliams
Updated Branches: refs/heads/trunk 5577ff626 - 7ddb5c7a4 cqlsh: handle fully qualified class names Patch by paul cannon, reviewed by brandonwilliams for CASSANDRA-4546 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra

[1/3] git commit: Merge branch 'cassandra-1.1' into trunk

2012-08-20 Thread brandonwilliams
Updated Branches: refs/heads/cassandra-1.1 f5619bbfd - 7db46ef80 refs/heads/trunk 9d2b26dac - 18b49021b Merge branch 'cassandra-1.1' into trunk Conflicts: src/java/org/apache/cassandra/hadoop/ColumnFamilyOutputFormat.java Project:

git commit: Make jmx setters consistent with yaml config. Patch by Chris Merrill, reviewed by brandonwilliams for CASSANDRA-4479

2012-08-23 Thread brandonwilliams
Updated Branches: refs/heads/trunk 8bd1c1f86 - 3925aba84 Make jmx setters consistent with yaml config. Patch by Chris Merrill, reviewed by brandonwilliams for CASSANDRA-4479 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf

git commit: cqlsh: update encoding for collections Patch by paul cannon reviewed by brandonwilliams for CASSANDRA-4500

2012-08-31 Thread brandonwilliams
Updated Branches: refs/heads/trunk 39fdebfd4 - bd2752721 cqlsh: update encoding for collections Patch by paul cannon reviewed by brandonwilliams for CASSANDRA-4500 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit

git commit: Add gossip padding for 1.1 This puts us at 5 new states for trunk, and thus no more can be added or we exceed the previous padding.

2012-09-04 Thread brandonwilliams
Updated Branches: refs/heads/trunk 5d8ba3d3b - 73317c442 Add gossip padding for 1.1 This puts us at 5 new states for trunk, and thus no more can be added or we exceed the previous padding. Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit:

git commit: Add more padding to in case of gossipocalypse.

2012-09-04 Thread brandonwilliams
Updated Branches: refs/heads/trunk 73317c442 - 3282cb524 Add more padding to in case of gossipocalypse. Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/3282cb52 Tree:

git commit: Correct padding position

2012-09-04 Thread brandonwilliams
Updated Branches: refs/heads/trunk 3282cb524 - cf5a31ff9 Correct padding position Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/cf5a31ff Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/cf5a31ff Diff:

git commit: Binary encoding of tokens. Also promotes new gossip states: HOST_ID and TOKENS Patch by brandonwilliams, reviewed by eevans for CASSANDRA-4383

2012-09-04 Thread brandonwilliams
Updated Branches: refs/heads/trunk cf5a31ff9 - b475bc69b Binary encoding of tokens. Also promotes new gossip states: HOST_ID and TOKENS Patch by brandonwilliams, reviewed by eevans for CASSANDRA-4383 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip

git commit: Gossiper notifies about states after all states have been applied. Patch by brandonwilliams, reviewed by eevans for CASSANDRA-4383

2012-09-05 Thread brandonwilliams
Updated Branches: refs/heads/trunk 3a2faf942 - b7fdc674a Gossiper notifies about states after all states have been applied. Patch by brandonwilliams, reviewed by eevans for CASSANDRA-4383 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org

git commit: Add missing example config for GPFS

2012-09-05 Thread brandonwilliams
Updated Branches: refs/heads/cassandra-1.1 8eb2fed1e - 7c14044f2 Add missing example config for GPFS Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/7c14044f Tree:

git commit: Bump stack to 180k. Patch by brandonwilliams reviewed by jbellis for CASSANDRA-4631

2012-09-07 Thread brandonwilliams
Updated Branches: refs/heads/cassandra-1.1 76e092b2d - 567146e49 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

[1/3] git commit: Merge branch 'cassandra-1.0' into cassandra-1.1

2012-09-07 Thread brandonwilliams
Updated Branches: refs/heads/cassandra-1.0 08c654601 - d3917260b refs/heads/cassandra-1.1 567146e49 - 06893e4ff Merge branch 'cassandra-1.0' into cassandra-1.1 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit:

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

2012-09-07 Thread brandonwilliams
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

git commit: Make vnodes default.

2012-09-10 Thread brandonwilliams
Updated Branches: refs/heads/trunk 5831fe793 - 94509cbd7 Make vnodes default. Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/94509cbd Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/94509cbd Diff:

git commit: cqlsh: allow disabling colors. Patch by Tyler Hobbs, reviewed by brandonwilliams for CASSANDRA-4634

2012-09-10 Thread brandonwilliams
Updated Branches: refs/heads/cassandra-1.1 aba5a3765 - 7cbc0be23 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

git commit: cqlsh: use system.local instead of system.Versions Patch by paul cannon, reviewed by brandonwilliams for CASSANDRA-4491

2012-09-13 Thread brandonwilliams
Updated Branches: refs/heads/trunk 71845d214 - 5bb13b426 cqlsh: use system.local instead of system.Versions Patch by paul cannon, reviewed by brandonwilliams for CASSANDRA-4491 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf

git commit: cqlsh: sort columns so COPY TO - FROM works. Patch by paul cannon, reviewed by brandonwilliams for CASSANDRA-4594

2012-09-13 Thread brandonwilliams
Updated Branches: refs/heads/cassandra-1.1 9eba7ab3b - 1e6cc9aeb cqlsh: sort columns so COPY TO - FROM works. Patch by paul cannon, reviewed by brandonwilliams for CASSANDRA-4594 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf

[4/5] git commit: Merge branch 'cassandra-1.1' into trunk

2012-09-13 Thread brandonwilliams
Merge branch 'cassandra-1.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/ae96aace Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/ae96aace Diff:

[1/5] git commit: Merge branch 'cassandra-1.1' into trunk

2012-09-13 Thread brandonwilliams
Updated Branches: refs/heads/cassandra-1.1 1e6cc9aeb - 5a63858d0 refs/heads/trunk 5bb13b426 - a946e61d1 Merge branch 'cassandra-1.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/a946e61d Tree:

[3/5] git commit: cqlsh: suggesting cql3 to cql2 users when they get an error and their statement appears to parse for cql 2, and vice versa. Patch by paul cannon, reviewed by brandonwilliams for CASS

2012-09-13 Thread brandonwilliams
cqlsh: suggesting cql3 to cql2 users when they get an error and their statement appears to parse for cql 2, and vice versa. Patch by paul cannon, reviewed by brandonwilliams for CASSANDRA-4454 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org

[5/5] git commit: cqlsh: sort columns so COPY TO - FROM works. Patch by paul cannon, reviewed by brandonwilliams for CASSANDRA-4594

2012-09-13 Thread brandonwilliams
cqlsh: sort columns so COPY TO - FROM works. Patch by paul cannon, reviewed by brandonwilliams for CASSANDRA-4594 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/1e6cc9ae Tree: http://git-wip-us.apache.org/repos/asf

[2/5] git commit: cqlsh: suggesting cql3 to cql2 users when they get an error and their statement appears to parse for cql 2, and vice versa. Patch by paul cannon, reviewed by brandonwilliams for CASS

2012-09-13 Thread brandonwilliams
cqlsh: suggesting cql3 to cql2 users when they get an error and their statement appears to parse for cql 2, and vice versa. Patch by paul cannon, reviewed by brandonwilliams for CASSANDRA-4454 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org

[1/4] git commit: cqlsh: support inet data type Patch by paul cannon, reviewed by brandonwilliams for CASSANDRA-4627

2012-09-13 Thread brandonwilliams
Updated Branches: refs/heads/cassandra-1.1 5a63858d0 - 751e58d1e refs/heads/trunk a946e61d1 - 75c4cfa5c cqlsh: support inet data type Patch by paul cannon, reviewed by brandonwilliams for CASSANDRA-4627 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip

[3/4] git commit: cqlsh: flush capture output after every command. Patch by paul cannon, reviewed by brandonwilliams for CASSANDRA-4073

2012-09-13 Thread brandonwilliams
cqlsh: flush capture output after every command. Patch by paul cannon, reviewed by brandonwilliams for CASSANDRA-4073 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/751e58d1 Tree: http://git-wip-us.apache.org/repos

[2/4] git commit: Merge branch 'cassandra-1.1' into trunk

2012-09-13 Thread brandonwilliams
Merge branch 'cassandra-1.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/69a243a5 Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/69a243a5 Diff:

[4/4] git commit: cqlsh: flush capture output after every command. Patch by paul cannon, reviewed by brandonwilliams for CASSANDRA-4073

2012-09-13 Thread brandonwilliams
cqlsh: flush capture output after every command. Patch by paul cannon, reviewed by brandonwilliams for CASSANDRA-4073 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/751e58d1 Tree: http://git-wip-us.apache.org/repos

[1/2] git commit: cqlsh: combine multiline statements into single line history Patch by Matthew Horsfall, reviewed by brandonwilliams for CASSANDRA-4666

2012-09-13 Thread brandonwilliams
Updated Branches: refs/heads/cassandra-1.1 751e58d1e - 5551d9c39 refs/heads/trunk aa8989d9b - a26eb3ef6 cqlsh: combine multiline statements into single line history Patch by Matthew Horsfall, reviewed by brandonwilliams for CASSANDRA-4666 Project: http://git-wip-us.apache.org/repos/asf

[2/2] git commit: cqlsh: combine multiline statements into single line history Patch by Matthew Horsfall, reviewed by brandonwilliams for CASSANDRA-4666

2012-09-13 Thread brandonwilliams
cqlsh: combine multiline statements into single line history Patch by Matthew Horsfall, reviewed by brandonwilliams for CASSANDRA-4666 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/5551d9c3 Tree: http://git-wip

git commit: cqlsh: check for non-empty history file before loading Patch by Brian O'Neill, reviewed by brandonwilliams for CASSANDRA-4669

2012-09-14 Thread brandonwilliams
Updated Branches: refs/heads/cassandra-1.1 5551d9c39 - 6a8ba0731 cqlsh: check for non-empty history file before loading Patch by Brian O'Neill, reviewed by brandonwilliams for CASSANDRA-4669 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org

git commit: cqlsh: check for non-empty history file before loading Patch by Brian O'Neill, reviewed by brandonwilliams for CASSANDRA-4669

2012-09-14 Thread brandonwilliams
Updated Branches: refs/heads/trunk 398b1d263 - a500e2835 cqlsh: check for non-empty history file before loading Patch by Brian O'Neill, reviewed by brandonwilliams for CASSANDRA-4669 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf

[2/3] git commit: Revert cqlsh: check for non-empty history file before loading

2012-09-17 Thread brandonwilliams
Revert cqlsh: check for non-empty history file before loading This reverts commit 6a8ba07313e2fad8c5a6cf7566bbd77321274c60. Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/4d600f33 Tree:

[3/3] git commit: Revert cqlsh: check for non-empty history file before loading

2012-09-17 Thread brandonwilliams
Revert cqlsh: check for non-empty history file before loading This reverts commit 6a8ba07313e2fad8c5a6cf7566bbd77321274c60. Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/4d600f33 Tree:

[1/3] git commit: Merge branch 'cassandra-1.1' into trunk

2012-09-17 Thread brandonwilliams
Updated Branches: refs/heads/cassandra-1.1 6ad7d45ad - 4d600f338 refs/heads/trunk 0666e1952 - 1f3990f12 Merge branch 'cassandra-1.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/1f3990f1 Tree:

[1/3] git commit: Merge branch 'cassandra-1.1' into trunk

2012-09-17 Thread brandonwilliams
Updated Branches: refs/heads/cassandra-1.1 4d600f338 - e7f28f303 refs/heads/trunk 1f3990f12 - 12691ae3a Merge branch 'cassandra-1.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/12691ae3 Tree:

[2/3] git commit: cqlsh: catch IOError on history loading Patch by Aleksey Yeschenko, reviewed by brandonwilliams for CASSANDRA-4669

2012-09-17 Thread brandonwilliams
cqlsh: catch IOError on history loading Patch by Aleksey Yeschenko, reviewed by brandonwilliams for CASSANDRA-4669 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/e7f28f30 Tree: http://git-wip-us.apache.org/repos/asf

git commit: Missing commit from 4594 merge.

2012-09-18 Thread brandonwilliams
Updated Branches: refs/heads/trunk 60bf68caa - 09d3e7f7f Missing commit from 4594 merge. Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/09d3e7f7 Tree:

[1/4] git commit: Print zero instead of empty values. Patch by Alexey Zotov, reviewed by brandonwilliams for CASSANDRA-4656

2012-09-19 Thread brandonwilliams
Updated Branches: refs/heads/cassandra-1.1 e6326e9fd - b43cc362a refs/heads/trunk 1693ee22f - 96a46771b Print zero instead of empty values. Patch by Alexey Zotov, reviewed by brandonwilliams for CASSANDRA-4656 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http

[2/4] git commit: Merge branch 'cassandra-1.1' into trunk

2012-09-19 Thread brandonwilliams
Merge branch 'cassandra-1.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/edd0d6d8 Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/edd0d6d8 Diff:

[4/4] git commit: Backport proxyhistograms to 1.1, print zero instead of blank values. Patch by Alexey Zotov, reviewed by brandonwilliams for CASSANDRA-4656

2012-09-19 Thread brandonwilliams
Backport proxyhistograms to 1.1, print zero instead of blank values. Patch by Alexey Zotov, reviewed by brandonwilliams for CASSANDRA-4656 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/b43cc362 Tree: http://git-wip

[3/4] git commit: Backport proxyhistograms to 1.1, print zero instead of blank values. Patch by Alexey Zotov, reviewed by brandonwilliams for CASSANDRA-4656

2012-09-19 Thread brandonwilliams
Backport proxyhistograms to 1.1, print zero instead of blank values. Patch by Alexey Zotov, reviewed by brandonwilliams for CASSANDRA-4656 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/b43cc362 Tree: http://git-wip

<    1   2   3   4   5   6   7   8   9   10   >