You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by br...@apache.org on 2014/07/25 18:13:35 UTC

[01/13] git commit: fix test for 2.0

Repository: cassandra
Updated Branches:
  refs/heads/cassandra-2.1 b6d24bb99 -> 4f48ea001
  refs/heads/cassandra-2.1.0 66577d6c2 -> 8bf6974b4
  refs/heads/trunk dcf9585f8 -> f6a32796e


fix test for 2.0


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

Branch: refs/heads/cassandra-2.1
Commit: 2b35d4b94affac7662858f7642880d89c9a70a31
Parents: b6d24bb
Author: Brandon Williams <br...@apache.org>
Authored: Fri Jul 25 10:58:37 2014 -0500
Committer: Brandon Williams <br...@apache.org>
Committed: Fri Jul 25 11:08:03 2014 -0500

----------------------------------------------------------------------
 test/unit/org/apache/cassandra/db/RecoveryManagerTest.java | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra/blob/2b35d4b9/test/unit/org/apache/cassandra/db/RecoveryManagerTest.java
----------------------------------------------------------------------
diff --git a/test/unit/org/apache/cassandra/db/RecoveryManagerTest.java b/test/unit/org/apache/cassandra/db/RecoveryManagerTest.java
index 7dbdf84..389bf20 100644
--- a/test/unit/org/apache/cassandra/db/RecoveryManagerTest.java
+++ b/test/unit/org/apache/cassandra/db/RecoveryManagerTest.java
@@ -136,7 +136,7 @@ public class RecoveryManagerTest extends SchemaLoader
         Date date = CommitLogArchiver.format.parse("2112:12:12 12:12:12");
         long timeMS = date.getTime();
 
-        Keyspace keyspace1 = Keyspace.open(KEYSPACE1);
+        Keyspace keyspace1 = Keyspace.open("Keyspace1");
         DecoratedKey dk = Util.dk("dkey");
 
         // Col 0 and 9 are the only ones to be recovered
@@ -148,9 +148,9 @@ public class RecoveryManagerTest extends SchemaLoader
             else
                 ts = TimeUnit.MILLISECONDS.toMicros(timeMS + (i * 1000));
 
-            ColumnFamily cf = ArrayBackedSortedColumns.factory.create(KEYSPACE1, "Standard1");
+            ColumnFamily cf = ArrayBackedSortedColumns.factory.create("Keyspace1", "Standard1");
             cf.addColumn(column("name-" + i, "value", ts));
-            Mutation rm = new Mutation(KEYSPACE1, dk.getKey(), cf);
+            RowMutation rm = new RowMutation("Keyspace1", dk.key, cf);
             rm.apply();
         }
 


[04/13] git commit: fix test for 2.0

Posted by br...@apache.org.
fix test for 2.0


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

Branch: refs/heads/trunk
Commit: d2934049b4693af3d90a60e30002e9f7bd16d8fc
Parents: 66577d6
Author: Brandon Williams <br...@apache.org>
Authored: Fri Jul 25 10:58:37 2014 -0500
Committer: Brandon Williams <br...@apache.org>
Committed: Fri Jul 25 11:08:19 2014 -0500

----------------------------------------------------------------------
 test/unit/org/apache/cassandra/db/RecoveryManagerTest.java | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra/blob/d2934049/test/unit/org/apache/cassandra/db/RecoveryManagerTest.java
----------------------------------------------------------------------
diff --git a/test/unit/org/apache/cassandra/db/RecoveryManagerTest.java b/test/unit/org/apache/cassandra/db/RecoveryManagerTest.java
index 7dbdf84..389bf20 100644
--- a/test/unit/org/apache/cassandra/db/RecoveryManagerTest.java
+++ b/test/unit/org/apache/cassandra/db/RecoveryManagerTest.java
@@ -136,7 +136,7 @@ public class RecoveryManagerTest extends SchemaLoader
         Date date = CommitLogArchiver.format.parse("2112:12:12 12:12:12");
         long timeMS = date.getTime();
 
-        Keyspace keyspace1 = Keyspace.open(KEYSPACE1);
+        Keyspace keyspace1 = Keyspace.open("Keyspace1");
         DecoratedKey dk = Util.dk("dkey");
 
         // Col 0 and 9 are the only ones to be recovered
@@ -148,9 +148,9 @@ public class RecoveryManagerTest extends SchemaLoader
             else
                 ts = TimeUnit.MILLISECONDS.toMicros(timeMS + (i * 1000));
 
-            ColumnFamily cf = ArrayBackedSortedColumns.factory.create(KEYSPACE1, "Standard1");
+            ColumnFamily cf = ArrayBackedSortedColumns.factory.create("Keyspace1", "Standard1");
             cf.addColumn(column("name-" + i, "value", ts));
-            Mutation rm = new Mutation(KEYSPACE1, dk.getKey(), cf);
+            RowMutation rm = new RowMutation("Keyspace1", dk.key, cf);
             rm.apply();
         }
 


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

Posted by br...@apache.org.
Merge branch 'cassandra-2.1.0' into cassandra-2.1


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

Branch: refs/heads/cassandra-2.1
Commit: 4f48ea001cfa6bf646b378c346faf5b3b0991161
Parents: 5c14720 8bf6974
Author: Brandon Williams <br...@apache.org>
Authored: Fri Jul 25 11:11:26 2014 -0500
Committer: Brandon Williams <br...@apache.org>
Committed: Fri Jul 25 11:11:26 2014 -0500

----------------------------------------------------------------------
 test/unit/org/apache/cassandra/db/RecoveryManagerTest.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------



[02/13] git commit: fix test for 2.0

Posted by br...@apache.org.
fix test for 2.0


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

Branch: refs/heads/trunk
Commit: 2b35d4b94affac7662858f7642880d89c9a70a31
Parents: b6d24bb
Author: Brandon Williams <br...@apache.org>
Authored: Fri Jul 25 10:58:37 2014 -0500
Committer: Brandon Williams <br...@apache.org>
Committed: Fri Jul 25 11:08:03 2014 -0500

----------------------------------------------------------------------
 test/unit/org/apache/cassandra/db/RecoveryManagerTest.java | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra/blob/2b35d4b9/test/unit/org/apache/cassandra/db/RecoveryManagerTest.java
----------------------------------------------------------------------
diff --git a/test/unit/org/apache/cassandra/db/RecoveryManagerTest.java b/test/unit/org/apache/cassandra/db/RecoveryManagerTest.java
index 7dbdf84..389bf20 100644
--- a/test/unit/org/apache/cassandra/db/RecoveryManagerTest.java
+++ b/test/unit/org/apache/cassandra/db/RecoveryManagerTest.java
@@ -136,7 +136,7 @@ public class RecoveryManagerTest extends SchemaLoader
         Date date = CommitLogArchiver.format.parse("2112:12:12 12:12:12");
         long timeMS = date.getTime();
 
-        Keyspace keyspace1 = Keyspace.open(KEYSPACE1);
+        Keyspace keyspace1 = Keyspace.open("Keyspace1");
         DecoratedKey dk = Util.dk("dkey");
 
         // Col 0 and 9 are the only ones to be recovered
@@ -148,9 +148,9 @@ public class RecoveryManagerTest extends SchemaLoader
             else
                 ts = TimeUnit.MILLISECONDS.toMicros(timeMS + (i * 1000));
 
-            ColumnFamily cf = ArrayBackedSortedColumns.factory.create(KEYSPACE1, "Standard1");
+            ColumnFamily cf = ArrayBackedSortedColumns.factory.create("Keyspace1", "Standard1");
             cf.addColumn(column("name-" + i, "value", ts));
-            Mutation rm = new Mutation(KEYSPACE1, dk.getKey(), cf);
+            RowMutation rm = new RowMutation("Keyspace1", dk.key, cf);
             rm.apply();
         }
 


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

Posted by br...@apache.org.
Merge branch 'cassandra-2.1.0' into cassandra-2.1


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

Branch: refs/heads/trunk
Commit: 4f48ea001cfa6bf646b378c346faf5b3b0991161
Parents: 5c14720 8bf6974
Author: Brandon Williams <br...@apache.org>
Authored: Fri Jul 25 11:11:26 2014 -0500
Committer: Brandon Williams <br...@apache.org>
Committed: Fri Jul 25 11:11:26 2014 -0500

----------------------------------------------------------------------
 test/unit/org/apache/cassandra/db/RecoveryManagerTest.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------



[09/13] git commit: fix test

Posted by br...@apache.org.
fix test


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

Branch: refs/heads/cassandra-2.1.0
Commit: 8bf6974b4b9c1be035bb6b10350d190166c39379
Parents: d293404
Author: Brandon Williams <br...@apache.org>
Authored: Fri Jul 25 11:11:19 2014 -0500
Committer: Brandon Williams <br...@apache.org>
Committed: Fri Jul 25 11:11:19 2014 -0500

----------------------------------------------------------------------
 test/unit/org/apache/cassandra/db/RecoveryManagerTest.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra/blob/8bf6974b/test/unit/org/apache/cassandra/db/RecoveryManagerTest.java
----------------------------------------------------------------------
diff --git a/test/unit/org/apache/cassandra/db/RecoveryManagerTest.java b/test/unit/org/apache/cassandra/db/RecoveryManagerTest.java
index 389bf20..6217747 100644
--- a/test/unit/org/apache/cassandra/db/RecoveryManagerTest.java
+++ b/test/unit/org/apache/cassandra/db/RecoveryManagerTest.java
@@ -150,7 +150,7 @@ public class RecoveryManagerTest extends SchemaLoader
 
             ColumnFamily cf = ArrayBackedSortedColumns.factory.create("Keyspace1", "Standard1");
             cf.addColumn(column("name-" + i, "value", ts));
-            RowMutation rm = new RowMutation("Keyspace1", dk.key, cf);
+            RowMutation rm = new RowMutation("Keyspace1", dk.getKey(), cf);
             rm.apply();
         }
 


[03/13] git commit: fix test for 2.0

Posted by br...@apache.org.
fix test for 2.0


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

Branch: refs/heads/cassandra-2.1.0
Commit: d2934049b4693af3d90a60e30002e9f7bd16d8fc
Parents: 66577d6
Author: Brandon Williams <br...@apache.org>
Authored: Fri Jul 25 10:58:37 2014 -0500
Committer: Brandon Williams <br...@apache.org>
Committed: Fri Jul 25 11:08:19 2014 -0500

----------------------------------------------------------------------
 test/unit/org/apache/cassandra/db/RecoveryManagerTest.java | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra/blob/d2934049/test/unit/org/apache/cassandra/db/RecoveryManagerTest.java
----------------------------------------------------------------------
diff --git a/test/unit/org/apache/cassandra/db/RecoveryManagerTest.java b/test/unit/org/apache/cassandra/db/RecoveryManagerTest.java
index 7dbdf84..389bf20 100644
--- a/test/unit/org/apache/cassandra/db/RecoveryManagerTest.java
+++ b/test/unit/org/apache/cassandra/db/RecoveryManagerTest.java
@@ -136,7 +136,7 @@ public class RecoveryManagerTest extends SchemaLoader
         Date date = CommitLogArchiver.format.parse("2112:12:12 12:12:12");
         long timeMS = date.getTime();
 
-        Keyspace keyspace1 = Keyspace.open(KEYSPACE1);
+        Keyspace keyspace1 = Keyspace.open("Keyspace1");
         DecoratedKey dk = Util.dk("dkey");
 
         // Col 0 and 9 are the only ones to be recovered
@@ -148,9 +148,9 @@ public class RecoveryManagerTest extends SchemaLoader
             else
                 ts = TimeUnit.MILLISECONDS.toMicros(timeMS + (i * 1000));
 
-            ColumnFamily cf = ArrayBackedSortedColumns.factory.create(KEYSPACE1, "Standard1");
+            ColumnFamily cf = ArrayBackedSortedColumns.factory.create("Keyspace1", "Standard1");
             cf.addColumn(column("name-" + i, "value", ts));
-            Mutation rm = new Mutation(KEYSPACE1, dk.getKey(), cf);
+            RowMutation rm = new RowMutation("Keyspace1", dk.key, cf);
             rm.apply();
         }
 


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

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


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

Branch: refs/heads/trunk
Commit: f6a32796eeb682849febf1ff898da2b99651df00
Parents: dcf9585 4f48ea0
Author: Brandon Williams <br...@apache.org>
Authored: Fri Jul 25 11:13:27 2014 -0500
Committer: Brandon Williams <br...@apache.org>
Committed: Fri Jul 25 11:13:27 2014 -0500

----------------------------------------------------------------------

----------------------------------------------------------------------



[08/13] git commit: fix test

Posted by br...@apache.org.
fix test


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

Branch: refs/heads/cassandra-2.1
Commit: 8bf6974b4b9c1be035bb6b10350d190166c39379
Parents: d293404
Author: Brandon Williams <br...@apache.org>
Authored: Fri Jul 25 11:11:19 2014 -0500
Committer: Brandon Williams <br...@apache.org>
Committed: Fri Jul 25 11:11:19 2014 -0500

----------------------------------------------------------------------
 test/unit/org/apache/cassandra/db/RecoveryManagerTest.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra/blob/8bf6974b/test/unit/org/apache/cassandra/db/RecoveryManagerTest.java
----------------------------------------------------------------------
diff --git a/test/unit/org/apache/cassandra/db/RecoveryManagerTest.java b/test/unit/org/apache/cassandra/db/RecoveryManagerTest.java
index 389bf20..6217747 100644
--- a/test/unit/org/apache/cassandra/db/RecoveryManagerTest.java
+++ b/test/unit/org/apache/cassandra/db/RecoveryManagerTest.java
@@ -150,7 +150,7 @@ public class RecoveryManagerTest extends SchemaLoader
 
             ColumnFamily cf = ArrayBackedSortedColumns.factory.create("Keyspace1", "Standard1");
             cf.addColumn(column("name-" + i, "value", ts));
-            RowMutation rm = new RowMutation("Keyspace1", dk.key, cf);
+            RowMutation rm = new RowMutation("Keyspace1", dk.getKey(), cf);
             rm.apply();
         }
 


[10/13] git commit: fix test

Posted by br...@apache.org.
fix test


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

Branch: refs/heads/trunk
Commit: 8bf6974b4b9c1be035bb6b10350d190166c39379
Parents: d293404
Author: Brandon Williams <br...@apache.org>
Authored: Fri Jul 25 11:11:19 2014 -0500
Committer: Brandon Williams <br...@apache.org>
Committed: Fri Jul 25 11:11:19 2014 -0500

----------------------------------------------------------------------
 test/unit/org/apache/cassandra/db/RecoveryManagerTest.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra/blob/8bf6974b/test/unit/org/apache/cassandra/db/RecoveryManagerTest.java
----------------------------------------------------------------------
diff --git a/test/unit/org/apache/cassandra/db/RecoveryManagerTest.java b/test/unit/org/apache/cassandra/db/RecoveryManagerTest.java
index 389bf20..6217747 100644
--- a/test/unit/org/apache/cassandra/db/RecoveryManagerTest.java
+++ b/test/unit/org/apache/cassandra/db/RecoveryManagerTest.java
@@ -150,7 +150,7 @@ public class RecoveryManagerTest extends SchemaLoader
 
             ColumnFamily cf = ArrayBackedSortedColumns.factory.create("Keyspace1", "Standard1");
             cf.addColumn(column("name-" + i, "value", ts));
-            RowMutation rm = new RowMutation("Keyspace1", dk.key, cf);
+            RowMutation rm = new RowMutation("Keyspace1", dk.getKey(), cf);
             rm.apply();
         }
 


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

Posted by br...@apache.org.
Merge branch 'cassandra-2.1.0' into cassandra-2.1


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

Branch: refs/heads/trunk
Commit: 5c14720bd6a654633de54b75ee5de43e11d93b23
Parents: 2b35d4b d293404
Author: Brandon Williams <br...@apache.org>
Authored: Fri Jul 25 11:08:26 2014 -0500
Committer: Brandon Williams <br...@apache.org>
Committed: Fri Jul 25 11:08:26 2014 -0500

----------------------------------------------------------------------

----------------------------------------------------------------------



[05/13] git commit: fix test for 2.0

Posted by br...@apache.org.
fix test for 2.0


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

Branch: refs/heads/cassandra-2.1
Commit: d2934049b4693af3d90a60e30002e9f7bd16d8fc
Parents: 66577d6
Author: Brandon Williams <br...@apache.org>
Authored: Fri Jul 25 10:58:37 2014 -0500
Committer: Brandon Williams <br...@apache.org>
Committed: Fri Jul 25 11:08:19 2014 -0500

----------------------------------------------------------------------
 test/unit/org/apache/cassandra/db/RecoveryManagerTest.java | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra/blob/d2934049/test/unit/org/apache/cassandra/db/RecoveryManagerTest.java
----------------------------------------------------------------------
diff --git a/test/unit/org/apache/cassandra/db/RecoveryManagerTest.java b/test/unit/org/apache/cassandra/db/RecoveryManagerTest.java
index 7dbdf84..389bf20 100644
--- a/test/unit/org/apache/cassandra/db/RecoveryManagerTest.java
+++ b/test/unit/org/apache/cassandra/db/RecoveryManagerTest.java
@@ -136,7 +136,7 @@ public class RecoveryManagerTest extends SchemaLoader
         Date date = CommitLogArchiver.format.parse("2112:12:12 12:12:12");
         long timeMS = date.getTime();
 
-        Keyspace keyspace1 = Keyspace.open(KEYSPACE1);
+        Keyspace keyspace1 = Keyspace.open("Keyspace1");
         DecoratedKey dk = Util.dk("dkey");
 
         // Col 0 and 9 are the only ones to be recovered
@@ -148,9 +148,9 @@ public class RecoveryManagerTest extends SchemaLoader
             else
                 ts = TimeUnit.MILLISECONDS.toMicros(timeMS + (i * 1000));
 
-            ColumnFamily cf = ArrayBackedSortedColumns.factory.create(KEYSPACE1, "Standard1");
+            ColumnFamily cf = ArrayBackedSortedColumns.factory.create("Keyspace1", "Standard1");
             cf.addColumn(column("name-" + i, "value", ts));
-            Mutation rm = new Mutation(KEYSPACE1, dk.getKey(), cf);
+            RowMutation rm = new RowMutation("Keyspace1", dk.key, cf);
             rm.apply();
         }
 


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

Posted by br...@apache.org.
Merge branch 'cassandra-2.1.0' into cassandra-2.1


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

Branch: refs/heads/cassandra-2.1
Commit: 5c14720bd6a654633de54b75ee5de43e11d93b23
Parents: 2b35d4b d293404
Author: Brandon Williams <br...@apache.org>
Authored: Fri Jul 25 11:08:26 2014 -0500
Committer: Brandon Williams <br...@apache.org>
Committed: Fri Jul 25 11:08:26 2014 -0500

----------------------------------------------------------------------

----------------------------------------------------------------------