svn commit: r992524 - in /cassandra/trunk: src/java/org/apache/cassandra/config/ src/java/org/apache/cassandra/db/ src/java/org/apache/cassandra/io/sstable/ src/java/org/apache/cassandra/utils/ test/u

2010-09-03 Thread brandonwilliams
Author: brandonwilliams Date: Sat Sep 4 03:31:36 2010 New Revision: 992524 URL: http://svn.apache.org/viewvc?rev=992524view=rev Log: Move persistent sstable stats from the system table to an sstable component. Patch by brandonwilliams, reviewed by jbellis for CASSANDRA-1430 Removed

svn commit: r992680 - /cassandra/trunk/conf/cassandra.yaml

2010-09-04 Thread brandonwilliams
Author: brandonwilliams Date: Sat Sep 4 21:07:11 2010 New Revision: 992680 URL: http://svn.apache.org/viewvc?rev=992680view=rev Log: Add missing comments/options to cassandra.yaml. Patch by brandonwilliams, reviewed by jbellis for CASSANDRA-1390 Modified: cassandra/trunk/conf

svn commit: r997126 - in /cassandra/trunk: conf/cassandra-env.sh conf/cassandra.yaml src/java/org/apache/cassandra/config/Config.java

2010-09-14 Thread brandonwilliams
Author: brandonwilliams Date: Tue Sep 14 22:35:41 2010 New Revision: 997126 URL: http://svn.apache.org/viewvc?rev=997126view=rev Log: Adaptively set the heap size and memtable thresholds at runtime. Patch by brandonwilliams, reviewed by jbellis for CASSANDRA-1469 Modified: cassandra/trunk

svn commit: r997127 - /cassandra/trunk/CHANGES.txt

2010-09-14 Thread brandonwilliams
Author: brandonwilliams Date: Tue Sep 14 22:37:02 2010 New Revision: 997127 URL: http://svn.apache.org/viewvc?rev=997127view=rev Log: Update CHANGES Modified: cassandra/trunk/CHANGES.txt Modified: cassandra/trunk/CHANGES.txt URL: http://svn.apache.org/viewvc/cassandra/trunk/CHANGES.txt?rev

svn commit: r997175 - in /cassandra: branches/cassandra-0.6/src/java/org/apache/cassandra/service/ branches/cassandra-0.6/src/java/org/apache/cassandra/tools/ trunk/src/java/org/apache/cassandra/servi

2010-09-14 Thread brandonwilliams
Author: brandonwilliams Date: Wed Sep 15 03:01:19 2010 New Revision: 997175 URL: http://svn.apache.org/viewvc?rev=997175view=rev Log: Nodetool can compact or cleanup a single keyspace. Patch by brandonwilliams, reviewed by jbellis for CASSANDRA-1479 Modified: cassandra/branches/cassandra

svn commit: r997408 - in /cassandra/branches/cassandra-0.6: ./ src/java/org/apache/cassandra/io/util/ src/java/org/apache/cassandra/utils/ test/unit/org/apache/cassandra/service/

2010-09-15 Thread brandonwilliams
Author: brandonwilliams Date: Wed Sep 15 17:29:26 2010 New Revision: 997408 URL: http://svn.apache.org/viewvc?rev=997408view=rev Log: use JNA, if present, to take snapshots. Patch by jbellis, reviewed by brandonwilliams for CASSANDRA-1371 Modified: cassandra/branches/cassandra-0.6

svn commit: r997486 - /cassandra/trunk/conf/cassandra-env.sh

2010-09-15 Thread brandonwilliams
Author: brandonwilliams Date: Wed Sep 15 20:36:58 2010 New Revision: 997486 URL: http://svn.apache.org/viewvc?rev=997486view=rev Log: make adaptive heap size calculation portable. Patch by Peter Schuller, reviewed by brandonwilliams for CASSANDRA-1507 Modified: cassandra/trunk/conf

svn commit: r997748 - /cassandra/trunk/conf/cassandra-env.sh

2010-09-16 Thread brandonwilliams
Author: brandonwilliams Date: Thu Sep 16 13:42:16 2010 New Revision: 997748 URL: http://svn.apache.org/viewvc?rev=997748view=rev Log: only attempt to set thread stack size on Linux. Patch by Peter Schuller, reviewed by brandonwilliams for CASSANDRA-1508 Modified: cassandra/trunk/conf

svn commit: r997841 - /cassandra/trunk/src/java/org/apache/cassandra/config/Config.java

2010-09-16 Thread brandonwilliams
Author: brandonwilliams Date: Thu Sep 16 16:52:30 2010 New Revision: 997841 URL: http://svn.apache.org/viewvc?rev=997841view=rev Log: Correctly express memtable_throughput_in_mb in megabytes. Patch by brandonwilliams Modified: cassandra/trunk/src/java/org/apache/cassandra/config

svn commit: r997861 - /cassandra/trunk/src/java/org/apache/cassandra/config/Config.java

2010-09-16 Thread brandonwilliams
Author: brandonwilliams Date: Thu Sep 16 17:37:15 2010 New Revision: 997861 URL: http://svn.apache.org/viewvc?rev=997861view=rev Log: Calculate MB correctly for memtable throughput. Patch by brandonwilliams. Modified: cassandra/trunk/src/java/org/apache/cassandra/config/Config.java

svn commit: r998730 - /cassandra/trunk/contrib/py_stress/stress.py

2010-09-19 Thread brandonwilliams
Author: brandonwilliams Date: Sun Sep 19 20:59:37 2010 New Revision: 998730 URL: http://svn.apache.org/viewvc?rev=998730view=rev Log: Optimize multiget in stress.py. Patch by Nate McCall, reviewed by brandonwilliams for CASSANDRA-1520 Modified: cassandra/trunk/contrib/py_stress/stress.py

svn commit: r999646 - in /cassandra: branches/cassandra-0.6/src/java/org/apache/cassandra/net/IncomingTcpConnection.java trunk/src/java/org/apache/cassandra/net/IncomingTcpConnection.java

2010-09-21 Thread brandonwilliams
Author: brandonwilliams Date: Tue Sep 21 21:16:38 2010 New Revision: 999646 URL: http://svn.apache.org/viewvc?rev=999646view=rev Log: Close storage port sockets on exceptions. Patch by brandonwilliams, reviewed by Nate McCall for CASSANDRA-1528 Modified: cassandra/branches/cassandra-0.6

svn commit: r1000136 - /cassandra/trunk/src/java/org/apache/cassandra/config/Config.java

2010-09-22 Thread brandonwilliams
Author: brandonwilliams Date: Wed Sep 22 18:47:57 2010 New Revision: 1000136 URL: http://svn.apache.org/viewvc?rev=1000136view=rev Log: Use double for default memtable_operations_in_millions calculation. Patch by brandonwilliams, reviewed by Nick Bailey. Modified: cassandra/trunk/src/java

svn commit: r1000307 - /cassandra/trunk/src/java/org/apache/cassandra/service/StorageService.java

2010-09-22 Thread brandonwilliams
Author: brandonwilliams Date: Thu Sep 23 04:12:37 2010 New Revision: 1000307 URL: http://svn.apache.org/viewvc?rev=1000307view=rev Log: Repair should repair all CFs when no CFs are specified. Patch by brandonwilliams reviewed by Stu Hood for CASSANDRA-1535 Modified: cassandra/trunk/src

svn commit: r1003265 - in /cassandra/trunk/src/java/org/apache/cassandra: db/SystemTable.java gms/Gossiper.java service/StorageService.java

2010-09-30 Thread brandonwilliams
Author: brandonwilliams Date: Thu Sep 30 21:03:24 2010 New Revision: 1003265 URL: http://svn.apache.org/viewvc?rev=1003265view=rev Log: Persist ring state between restarts. Patch by brandonwilliams and jbellis, reviewed by brandonwilliams for CASSANDRA-1518 Modified: cassandra/trunk/src

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

2010-10-03 Thread brandonwilliams
Author: brandonwilliams Date: Sun Oct 3 17:35:16 2010 New Revision: 1004008 URL: http://svn.apache.org/viewvc?rev=1004008view=rev Log: Mention schematool in the config section of NEWS.txt Modified: cassandra/trunk/NEWS.txt Modified: cassandra/trunk/NEWS.txt URL: http://svn.apache.org

svn commit: r1005533 - in /cassandra: branches/cassandra-0.6/contrib/py_stress/stress.py trunk/contrib/py_stress/stress.py

2010-10-07 Thread brandonwilliams
Author: brandonwilliams Date: Thu Oct 7 17:23:21 2010 New Revision: 1005533 URL: http://svn.apache.org/viewvc?rev=1005533view=rev Log: tuneable column size for stress.py. Patch by Tyler Hobbs, reviewed by brandonwilliams for CASSANDRA-1579 Modified: cassandra/branches/cassandra-0.6/contrib

svn commit: r1021480 - /cassandra/trunk/test/conf/cassandra.yaml

2010-10-11 Thread brandonwilliams
Author: brandonwilliams Date: Mon Oct 11 19:34:42 2010 New Revision: 1021480 URL: http://svn.apache.org/viewvc?rev=1021480view=rev Log: Point saved_caches in testing conf to build/test instead of /var/lib Modified: cassandra/trunk/test/conf/cassandra.yaml Modified: cassandra/trunk/test/conf

svn commit: r1021852 - in /cassandra/trunk: ./ interface/ interface/thrift/gen-java/org/apache/cassandra/thrift/ src/java/org/apache/cassandra/avro/ src/java/org/apache/cassandra/service/ src/java/org

2010-10-12 Thread brandonwilliams
Author: brandonwilliams Date: Tue Oct 12 17:33:53 2010 New Revision: 1021852 URL: http://svn.apache.org/viewvc?rev=1021852view=rev Log: Remove ConsistencyLevel.ZERO. Patch by jbellis, reviewed by brandonwilliams for CASSANDRA-1607. Removed: cassandra/trunk/src/java/org/apache/cassandra

svn commit: r1022221 - in /cassandra/trunk: conf/cassandra.yaml src/java/org/apache/cassandra/config/Config.java src/java/org/apache/cassandra/config/DatabaseDescriptor.java src/java/org/apache/cassan

2010-10-13 Thread brandonwilliams
Author: brandonwilliams Date: Wed Oct 13 18:14:52 2010 New Revision: 101 URL: http://svn.apache.org/viewvc?rev=101view=rev Log: Add badness threshold to the dynamic snitch for replica 'pinning'. Patch by brandonwilliams, reviewed by jbellis for CASSANDRA-1519 Modified: cassandra

svn commit: r1022703 - /cassandra/trunk/test/system/__init__.py

2010-10-14 Thread brandonwilliams
Author: brandonwilliams Date: Thu Oct 14 20:53:33 2010 New Revision: 1022703 URL: http://svn.apache.org/viewvc?rev=1022703view=rev Log: System tests SIGKILL server if still alive and cleanup after it. Modified: cassandra/trunk/test/system/__init__.py Modified: cassandra/trunk/test/system

svn commit: r1024068 - in /cassandra: branches/cassandra-0.6/contrib/redhat/cassandra trunk/contrib/redhat/cassandra

2010-10-18 Thread brandonwilliams
Author: brandonwilliams Date: Tue Oct 19 00:07:21 2010 New Revision: 1024068 URL: http://svn.apache.org/viewvc?rev=1024068view=rev Log: Redhat init script prints the status when asked. Patch by Adam Gray, reviewed by brandonwilliams for CASSANDRA-1628. Modified: cassandra/branches

svn commit: r1025680 - in /cassandra/trunk/src/java/org/apache/cassandra: db/RowMutationVerbHandler.java service/StorageProxy.java

2010-10-20 Thread brandonwilliams
Author: brandonwilliams Date: Wed Oct 20 19:17:06 2010 New Revision: 1025680 URL: http://svn.apache.org/viewvc?rev=1025680view=rev Log: Add framing to hint destinations. Patch by brandonwilliams, reviewed by jbellis for CASSANDRA-1617 Modified: cassandra/trunk/src/java/org/apache/cassandra

svn commit: r1026494 - /cassandra/trunk/src/java/org/apache/cassandra/service/StorageService.java

2010-10-22 Thread brandonwilliams
Author: brandonwilliams Date: Fri Oct 22 21:12:18 2010 New Revision: 1026494 URL: http://svn.apache.org/viewvc?rev=1026494view=rev Log: Don't wait for confirmation when removing token and RF=1. Patch by Nick Bailey, reviewed by brandonwilliams for CASSANDRA-1650 Modified: cassandra/trunk

svn commit: r1027528 - in /cassandra: branches/cassandra-0.6/redhat/apache-cassandra.spec trunk/redhat/apache-cassandra.spec

2010-10-26 Thread brandonwilliams
Author: brandonwilliams Date: Tue Oct 26 13:03:33 2010 New Revision: 1027528 URL: http://svn.apache.org/viewvc?rev=1027528view=rev Log: RPM spec file creates saved_caches directory. Patch by Dave Revell, reviewed by brandonwilliams for CASSANDRA-1662 Modified: cassandra/branches/cassandra

svn commit: r1033296 - in /cassandra: branches/cassandra-0.7/src/java/org/apache/cassandra/db/ trunk/src/java/org/apache/cassandra/db/

2010-11-09 Thread brandonwilliams
Author: brandonwilliams Date: Tue Nov 9 23:36:49 2010 New Revision: 1033296 URL: http://svn.apache.org/viewvc?rev=1033296view=rev Log: Expose SSTableTracker.estimatedKeys() for quickly estimating CF size. Patch by Jon Hermes, reviewed by brandonwilliams for CASSANDRA-1721 Modified

svn commit: r1034581 - in /cassandra/branches/cassandra-0.6/src/java/org/apache/cassandra: config/DatabaseDescriptor.java utils/XMLUtils.java

2010-11-12 Thread brandonwilliams
Author: brandonwilliams Date: Fri Nov 12 21:46:32 2010 New Revision: 1034581 URL: http://svn.apache.org/viewvc?rev=1034581view=rev Log: Fix pig loadfunc failing with java.io.FileNotFoundException. Patch by Tommy Virtanen, reviewed by brandonwilliams for CASSANDRA-1590 Modified: cassandra

[2/3] git commit: typo

2013-02-01 Thread brandonwilliams
typo Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/6206d8ab Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/6206d8ab Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/6206d8ab Branch:

[1/3] git commit: typo

2013-02-01 Thread brandonwilliams
typo Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/6206d8ab Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/6206d8ab Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/6206d8ab Branch:

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

2013-02-04 Thread brandonwilliams
Updated Branches: refs/heads/trunk 6d364f4a3 - 58db3ce98 Merge branch 'cassandra-1.2' into trunk Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/58db3ce9 Tree:

[1/2] git commit: Correctly expire gossip states for edge cases. Patch by yangwei, reviewed by brandonwilliams for CASSANDRA-5216

2013-02-04 Thread brandonwilliams
Correctly expire gossip states for edge cases. Patch by yangwei, reviewed by brandonwilliams for CASSANDRA-5216 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/b1274b8c Tree: http://git-wip-us.apache.org/repos/asf

[1/3] git commit: Correctly expire gossip states for edge cases. Patch by yangwei, reviewed by brandonwilliams for CASSANDRA-5216

2013-02-04 Thread brandonwilliams
Correctly expire gossip states for edge cases. Patch by yangwei, reviewed by brandonwilliams for CASSANDRA-5216 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/75d0f7a3 Tree: http://git-wip-us.apache.org/repos/asf

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

2013-02-04 Thread brandonwilliams
Updated Branches: refs/heads/cassandra-1.2 82de0ec75 - 75d0f7a3f refs/heads/trunk 58db3ce98 - d216b0d28 Merge branch 'cassandra-1.2' into trunk Conflicts: CHANGES.txt Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit:

[2/3] git commit: Correctly expire gossip states for edge cases. Patch by yangwei, reviewed by brandonwilliams for CASSANDRA-5216

2013-02-04 Thread brandonwilliams
Correctly expire gossip states for edge cases. Patch by yangwei, reviewed by brandonwilliams for CASSANDRA-5216 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/75d0f7a3 Tree: http://git-wip-us.apache.org/repos/asf

[2/3] git commit: add dsnitch comments

2013-02-05 Thread brandonwilliams
add dsnitch comments Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/acc3c8de Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/acc3c8de Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/acc3c8de

[1/3] git commit: add dsnitch comments

2013-02-05 Thread brandonwilliams
add dsnitch comments Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/acc3c8de Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/acc3c8de Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/acc3c8de

[1/3] git commit: Expose 2I to the rest of nodetool Patch by Jason Brown, reviewed by brandonwilliams for CASSANDRA-4464

2013-02-06 Thread brandonwilliams
Expose 2I to the rest of nodetool Patch by Jason Brown, reviewed by brandonwilliams for CASSANDRA-4464 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/cef8eb07 Tree: http://git-wip-us.apache.org/repos/asf/cassandra

[2/3] git commit: Expose 2I to the rest of nodetool Patch by Jason Brown, reviewed by brandonwilliams for CASSANDRA-4464

2013-02-06 Thread brandonwilliams
Expose 2I to the rest of nodetool Patch by Jason Brown, reviewed by brandonwilliams for CASSANDRA-4464 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/cef8eb07 Tree: http://git-wip-us.apache.org/repos/asf/cassandra

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

2013-02-06 Thread brandonwilliams
Updated Branches: refs/heads/cassandra-1.2 f3091835e - cef8eb07d refs/heads/trunk 95ffb5d2d - ed79a59d9 Merge branch 'cassandra-1.2' into trunk Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/ed79a59d Tree:

[2/3] git commit: Modernize 4366 unrevert

2013-02-08 Thread brandonwilliams
Modernize 4366 unrevert Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/6bef66bc Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/6bef66bc Diff:

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

2013-02-08 Thread brandonwilliams
Updated Branches: refs/heads/cassandra-1.2 7347d968d - 6bef66bce refs/heads/trunk 850440900 - 5f36ece0f Merge branch 'cassandra-1.2' into trunk Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/5f36ece0 Tree:

[1/3] git commit: Modernize 4366 unrevert

2013-02-08 Thread brandonwilliams
Modernize 4366 unrevert Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/6bef66bc Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/6bef66bc Diff:

[1/3] git commit: fix bash string comp

2013-02-08 Thread brandonwilliams
fix bash string comp Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/0820b20f Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/0820b20f Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/0820b20f

[2/3] git commit: fix bash string comp

2013-02-08 Thread brandonwilliams
fix bash string comp Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/0820b20f Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/0820b20f Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/0820b20f

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

2013-02-08 Thread brandonwilliams
Updated Branches: refs/heads/cassandra-1.2 6bef66bce - 0820b20fb refs/heads/trunk 5f36ece0f - 4e9d01f50 Merge branch 'cassandra-1.2' into trunk Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/4e9d01f5 Tree:

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

2013-02-11 Thread brandonwilliams
Updated Branches: refs/heads/cassandra-1.1 310bf3485 - 577cb2c76 refs/heads/cassandra-1.2 0820b20fb - 6d3ef440d refs/heads/trunk 4e9d01f50 - 50b8bf2c1 Merge branch 'cassandra-1.2' into trunk Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit:

[4/6] git commit: Merge branch 'cassandra-1.1' into cassandra-1.2

2013-02-11 Thread brandonwilliams
Merge branch 'cassandra-1.1' into cassandra-1.2 Conflicts: src/java/org/apache/cassandra/db/HintedHandOffManager.java Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/6d3ef440 Tree:

[3/6] git commit: Always collect hint tombstones. Patch by brandonwilliams, reviewed by slebresne for CASSANDRA-5068

2013-02-11 Thread brandonwilliams
Always collect hint tombstones. Patch by brandonwilliams, reviewed by slebresne for CASSANDRA-5068 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/577cb2c7 Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree

[5/6] git commit: Merge branch 'cassandra-1.1' into cassandra-1.2

2013-02-11 Thread brandonwilliams
Merge branch 'cassandra-1.1' into cassandra-1.2 Conflicts: src/java/org/apache/cassandra/db/HintedHandOffManager.java Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/6d3ef440 Tree:

[1/6] git commit: Always collect hint tombstones. Patch by brandonwilliams, reviewed by slebresne for CASSANDRA-5068

2013-02-11 Thread brandonwilliams
Always collect hint tombstones. Patch by brandonwilliams, reviewed by slebresne for CASSANDRA-5068 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/577cb2c7 Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree

[2/6] git commit: Always collect hint tombstones. Patch by brandonwilliams, reviewed by slebresne for CASSANDRA-5068

2013-02-11 Thread brandonwilliams
Always collect hint tombstones. Patch by brandonwilliams, reviewed by slebresne for CASSANDRA-5068 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/577cb2c7 Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree

git commit: Add aggregate statistics to cassandra-stress Patch by Ryan McGuire, reviewed by brandonwilliams for CASSANDRA-5243

2013-02-12 Thread brandonwilliams
Updated Branches: refs/heads/trunk dd4d798dc - c1e5b0ffa Add aggregate statistics to cassandra-stress Patch by Ryan McGuire, reviewed by brandonwilliams for CASSANDRA-5243 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra

[2/3] git commit: Check for the presence of both rack and dc in the system table. Patch by brandonwilliams, reviewed by jbellis for CASSANDRA-5211

2013-02-12 Thread brandonwilliams
Check for the presence of both rack and dc in the system table. Patch by brandonwilliams, reviewed by jbellis for CASSANDRA-5211 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/85cfd383 Tree: http://git-wip

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

2013-02-12 Thread brandonwilliams
Updated Branches: refs/heads/cassandra-1.2 aa7c7d9cd - 85cfd383b refs/heads/trunk c1e5b0ffa - 7d81f8cb5 Merge branch 'cassandra-1.2' into trunk Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/7d81f8cb Tree:

[1/3] git commit: Check for the presence of both rack and dc in the system table. Patch by brandonwilliams, reviewed by jbellis for CASSANDRA-5211

2013-02-12 Thread brandonwilliams
Check for the presence of both rack and dc in the system table. Patch by brandonwilliams, reviewed by jbellis for CASSANDRA-5211 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/85cfd383 Tree: http://git-wip

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

2013-02-13 Thread brandonwilliams
Updated Branches: refs/heads/cassandra-1.2 265964064 - 828572acd refs/heads/trunk c6204b595 - e9777087f Merge branch 'cassandra-1.2' into trunk Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/e9777087 Tree:

[2/3] git commit: Avoid throwing AE when hosts don't have a hostId Patch by brandonwilliams, reviewed by iamaleksey for CASSANDRA-5197

2013-02-13 Thread brandonwilliams
Avoid throwing AE when hosts don't have a hostId Patch by brandonwilliams, reviewed by iamaleksey for CASSANDRA-5197 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/828572ac Tree: http://git-wip-us.apache.org/repos

[1/3] git commit: Avoid throwing AE when hosts don't have a hostId Patch by brandonwilliams, reviewed by iamaleksey for CASSANDRA-5197

2013-02-13 Thread brandonwilliams
Avoid throwing AE when hosts don't have a hostId Patch by brandonwilliams, reviewed by iamaleksey for CASSANDRA-5197 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/828572ac Tree: http://git-wip-us.apache.org/repos

[2/3] git commit: Stop compactions from handing during bootstrap. Patch by brandonwilliams, reviewed by Vijay for CASSANDRA-5244

2013-02-13 Thread brandonwilliams
Stop compactions from handing during bootstrap. Patch by brandonwilliams, reviewed by Vijay for CASSANDRA-5244 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/3925f560 Tree: http://git-wip-us.apache.org/repos/asf

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

2013-02-13 Thread brandonwilliams
Updated Branches: refs/heads/cassandra-1.2 99b3963b7 - 3925f5606 refs/heads/trunk 59af0b9c4 - 7242a0054 Merge branch 'cassandra-1.2' into trunk Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/7242a005 Tree:

[1/3] git commit: Stop compactions from handing during bootstrap. Patch by brandonwilliams, reviewed by Vijay for CASSANDRA-5244

2013-02-13 Thread brandonwilliams
Stop compactions from handing during bootstrap. Patch by brandonwilliams, reviewed by Vijay for CASSANDRA-5244 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/3925f560 Tree: http://git-wip-us.apache.org/repos/asf

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

2013-02-14 Thread brandonwilliams
Updated Branches: refs/heads/cassandra-1.2 7ff2805c7 - bc428351e refs/heads/trunk 0411d5a2b - 8caedfc2c Merge branch 'cassandra-1.2' into trunk Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/8caedfc2 Tree:

[2/3] git commit: comment

2013-02-14 Thread brandonwilliams
comment Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/bc428351 Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/bc428351 Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/bc428351 Branch:

[1/3] git commit: comment

2013-02-14 Thread brandonwilliams
comment Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/bc428351 Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/bc428351 Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/bc428351 Branch:

git commit: Add nodetool options to repair specific ranges. Patch by brandonwilliams, reviewed by yukim for CASSANDRA-5280

2013-02-22 Thread brandonwilliams
Updated Branches: refs/heads/cassandra-1.1 4c98854bb - 00748405b Add nodetool options to repair specific ranges. Patch by brandonwilliams, reviewed by yukim for CASSANDRA-5280 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 cassandra-1.2

2013-02-22 Thread brandonwilliams
Merge branch 'cassandra-1.1' into cassandra-1.2 Conflicts: CHANGES.txt src/java/org/apache/cassandra/service/StorageService.java src/java/org/apache/cassandra/tools/NodeCmd.java src/java/org/apache/cassandra/tools/NodeProbe.java Project:

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

2013-02-22 Thread brandonwilliams
Updated Branches: refs/heads/cassandra-1.2 068b53dd5 - 3e8bffd00 refs/heads/trunk 755328b9c - c12ca89eb Merge branch 'cassandra-1.2' into trunk Conflicts: CHANGES.txt Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit:

[3/5] git commit: Merge branch 'cassandra-1.1' into cassandra-1.2

2013-02-22 Thread brandonwilliams
Merge branch 'cassandra-1.1' into cassandra-1.2 Conflicts: CHANGES.txt src/java/org/apache/cassandra/service/StorageService.java src/java/org/apache/cassandra/tools/NodeCmd.java src/java/org/apache/cassandra/tools/NodeProbe.java Project:

[2/5] git commit: Add nodetool options to repair specific ranges. Patch by brandonwilliams, reviewed by yukim for CASSANDRA-5280

2013-02-22 Thread brandonwilliams
Add nodetool options to repair specific ranges. Patch by brandonwilliams, reviewed by yukim for CASSANDRA-5280 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/00748405 Tree: http://git-wip-us.apache.org/repos/asf

[1/5] git commit: Add nodetool options to repair specific ranges. Patch by brandonwilliams, reviewed by yukim for CASSANDRA-5280

2013-02-22 Thread brandonwilliams
Add nodetool options to repair specific ranges. Patch by brandonwilliams, reviewed by yukim for CASSANDRA-5280 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/00748405 Tree: http://git-wip-us.apache.org/repos/asf

[2/6] git commit: ocd

2013-02-23 Thread brandonwilliams
ocd Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/3b98e63d Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/3b98e63d Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/3b98e63d Branch:

[3/6] git commit: ocd

2013-02-23 Thread brandonwilliams
ocd Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/3b98e63d Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/3b98e63d Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/3b98e63d Branch:

[5/6] git commit: Merge branch 'cassandra-1.1' into cassandra-1.2

2013-02-23 Thread brandonwilliams
Merge branch 'cassandra-1.1' into cassandra-1.2 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/9d0571ac Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/9d0571ac Diff:

[4/6] git commit: Merge branch 'cassandra-1.1' into cassandra-1.2

2013-02-23 Thread brandonwilliams
Merge branch 'cassandra-1.1' into cassandra-1.2 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/9d0571ac Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/9d0571ac Diff:

[1/6] git commit: ocd

2013-02-23 Thread brandonwilliams
ocd Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/3b98e63d Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/3b98e63d Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/3b98e63d Branch:

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

2013-02-23 Thread brandonwilliams
Updated Branches: refs/heads/cassandra-1.1 00748405b - 3b98e63dd refs/heads/cassandra-1.2 d055df734 - 9d0571acf refs/heads/trunk f3e0aa683 - 788f873f5 Merge branch 'cassandra-1.2' into trunk Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit:

git commit: remove marker

2013-02-23 Thread brandonwilliams
Updated Branches: refs/heads/trunk b20795679 - b096d0bf4 remove marker Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/b096d0bf Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/b096d0bf Diff:

[7/7] git commit: Merge branch 'cassandra-1.2' into trunk

2013-02-27 Thread brandonwilliams
Updated Branches: refs/heads/cassandra-1.1 05709f74e - aba9a1774 refs/heads/cassandra-1.2 db7759a2c - 7e1e07676 refs/heads/trunk c5f9ac87f - 327ae1247 Merge branch 'cassandra-1.2' into trunk Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit:

[6/7] git commit: Merge branch 'cassandra-1.1' into cassandra-1.2

2013-02-27 Thread brandonwilliams
Merge branch 'cassandra-1.1' into cassandra-1.2 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/7e1e0767 Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/7e1e0767 Diff:

[5/7] git commit: Merge branch 'cassandra-1.1' into cassandra-1.2

2013-02-27 Thread brandonwilliams
Merge branch 'cassandra-1.1' into cassandra-1.2 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/7e1e0767 Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/7e1e0767 Diff:

[4/7] git commit: Remove assertion that gossip is active in migration manager. Patch by brandonwilliams, reviewed by iamaleksey for CASSANDRA-5236

2013-02-27 Thread brandonwilliams
Remove assertion that gossip is active in migration manager. Patch by brandonwilliams, reviewed by iamaleksey for CASSANDRA-5236 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/aba9a177 Tree: http://git-wip

[3/7] git commit: Remove assertion that gossip is active in migration manager. Patch by brandonwilliams, reviewed by iamaleksey for CASSANDRA-5236

2013-02-27 Thread brandonwilliams
Remove assertion that gossip is active in migration manager. Patch by brandonwilliams, reviewed by iamaleksey for CASSANDRA-5236 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/aba9a177 Tree: http://git-wip

[1/7] git commit: CQL3 shouldn't lowercase DC names for NTS

2013-02-27 Thread brandonwilliams
CQL3 shouldn't lowercase DC names for NTS patch by slebresne; reviewed by jbellis for CASSANDRA-5292 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/db7759a2 Tree:

[2/7] git commit: Remove assertion that gossip is active in migration manager. Patch by brandonwilliams, reviewed by iamaleksey for CASSANDRA-5236

2013-02-27 Thread brandonwilliams
Remove assertion that gossip is active in migration manager. Patch by brandonwilliams, reviewed by iamaleksey for CASSANDRA-5236 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/aba9a177 Tree: http://git-wip

git commit: Revert add single-CF specialization of RowMutation constructor

2013-03-04 Thread brandonwilliams
Updated Branches: refs/heads/trunk 881429ff8 - ecaa6cd1b Revert add single-CF specialization of RowMutation constructor This reverts commit a9b075d5fa9d6ee9df1d30a6ee969896b3b99f63. Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit:

git commit: Revert Revert add single-CF specialization of RowMutation constructor

2013-03-04 Thread brandonwilliams
Updated Branches: refs/heads/trunk ecaa6cd1b - d12184d55 Revert Revert add single-CF specialization of RowMutation constructor This reverts commit ecaa6cd1b74b8caeec03e505f04d676414bb633d. Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit:

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

2013-03-06 Thread brandonwilliams
Updated Branches: refs/heads/cassandra-1.1 aba9a1774 - 2b87bfe55 refs/heads/trunk 62ff2942a - adfc94a3b Merge branch 'cassandra-1.2' into trunk Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/adfc94a3 Tree:

[1/3] git commit: Try harder to not let a node flap after the gossip goodbye. Patch by brandonwilliams, reviewed by jasobrown for CASSANDRA-5254

2013-03-06 Thread brandonwilliams
Try harder to not let a node flap after the gossip goodbye. Patch by brandonwilliams, reviewed by jasobrown for CASSANDRA-5254 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/62b1ee40 Tree: http://git-wip

[17/17] git commit: Fix unit tests on java7 Patch by Marcus Eriksson, reviewed by brandonwilliams for CASSANDRA-5315

2013-03-06 Thread brandonwilliams
Updated Branches: refs/heads/cassandra-1.1 2b87bfe55 - 54601f192 refs/heads/cassandra-1.2 62b1ee40b - c58f596ea refs/heads/trunk 66e6f2969 - ec921a9ff Fix unit tests on java7 Patch by Marcus Eriksson, reviewed by brandonwilliams for CASSANDRA-5315 Project: http://git-wip-us.apache.org

[8/17] git commit: Fix unit tests on java7 Patch by Marcus Eriksson, reviewed by brandonwilliams for CASSANDRA-5315

2013-03-06 Thread brandonwilliams
Fix unit tests on java7 Patch by Marcus Eriksson, reviewed by brandonwilliams for CASSANDRA-5315 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/018e82b5 Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree

[1/17] git commit: Try harder to not let a node flap after the gossip goodbye. Patch by brandonwilliams, reviewed by jasobrown for CASSANDRA-5254

2013-03-06 Thread brandonwilliams
Try harder to not let a node flap after the gossip goodbye. Patch by brandonwilliams, reviewed by jasobrown for CASSANDRA-5254 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/2b87bfe5 Tree: http://git-wip

git commit: Fix TMD test on java7

2013-03-06 Thread brandonwilliams
Updated Branches: refs/heads/trunk 47ba98ba1 - 4cd67af55 Fix TMD test on java7 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/4cd67af5 Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/4cd67af5 Diff:

[4/5] git commit: Fix missing import

2013-03-19 Thread brandonwilliams
Fix missing import Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/1fc218ff Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/1fc218ff Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/1fc218ff

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

2013-03-19 Thread brandonwilliams
Updated Branches: refs/heads/cassandra-1.2 6a7a28852 - 1fc218ff7 refs/heads/trunk f8fd16922 - bcabea730 Merge branch 'cassandra-1.2' into trunk Conflicts: CHANGES.txt Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit:

[3/5] git commit: Fix missing import

2013-03-19 Thread brandonwilliams
Fix missing import Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/1fc218ff Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/1fc218ff Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/1fc218ff

[2/5] git commit: move too-large-for-segment check into LogRecordAdder, saving a redundant serializedSize computation

2013-03-19 Thread brandonwilliams
move too-large-for-segment check into LogRecordAdder, saving a redundant serializedSize computation Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/6a7a2885 Tree:

[1/5] git commit: Fix the consistencylevel during bootstrap fix

2013-03-19 Thread brandonwilliams
Fix the consistencylevel during bootstrap fix patch by slebresne; reviewed by jbellis for CASSANDRA-5354 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/4d29c709 Tree:

[1/3] git commit: Fix nodetool ring and status output format for ipv6 addresses Patch by Michal Michalsky, reviewed by brandonwilliams for CASSANDRA-5302

2013-03-20 Thread brandonwilliams
Updated Branches: refs/heads/cassandra-1.2 c1332efe1 - f3a93f95b refs/heads/trunk 367273190 - 5d2d07f5a Fix nodetool ring and status output format for ipv6 addresses Patch by Michal Michalsky, reviewed by brandonwilliams for CASSANDRA-5302 Project: http://git-wip-us.apache.org/repos/asf

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

2013-03-20 Thread brandonwilliams
Merge branch 'cassandra-1.2' into trunk Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/5d2d07f5 Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/5d2d07f5 Diff:

[2/3] git commit: Fix nodetool ring and status output format for ipv6 addresses Patch by Michal Michalsky, reviewed by brandonwilliams for CASSANDRA-5302

2013-03-20 Thread brandonwilliams
Fix nodetool ring and status output format for ipv6 addresses Patch by Michal Michalsky, reviewed by brandonwilliams for CASSANDRA-5302 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/f3a93f95 Tree: http://git-wip

<    3   4   5   6   7   8   9   10   11   12   >