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 2013/05/02 03:11:55 UTC

[1/5] git commit: Give users a clue how they called it.

Updated Branches:
  refs/heads/cassandra-1.1 b6730aaa5 -> de212e59a
  refs/heads/trunk e26b726cc -> 25438e6ec


Give users a clue how they called it.


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

Branch: refs/heads/cassandra-1.1
Commit: de212e59a60cb173e44555cf2bd292779e27a4c0
Parents: b6730aa
Author: Brandon Williams <br...@apache.org>
Authored: Wed May 1 20:09:21 2013 -0500
Committer: Brandon Williams <br...@apache.org>
Committed: Wed May 1 20:09:21 2013 -0500

----------------------------------------------------------------------
 .../apache/cassandra/dht/RandomPartitioner.java    |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra/blob/de212e59/src/java/org/apache/cassandra/dht/RandomPartitioner.java
----------------------------------------------------------------------
diff --git a/src/java/org/apache/cassandra/dht/RandomPartitioner.java b/src/java/org/apache/cassandra/dht/RandomPartitioner.java
index 15364d3..7e29a7d 100644
--- a/src/java/org/apache/cassandra/dht/RandomPartitioner.java
+++ b/src/java/org/apache/cassandra/dht/RandomPartitioner.java
@@ -160,7 +160,7 @@ public class RandomPartitioner extends AbstractPartitioner<BigIntegerToken>
         Iterator i = sortedTokens.iterator();
 
         // 0-case
-        if (!i.hasNext()) { throw new RuntimeException("No nodes present in the cluster. How did you call this?"); }
+        if (!i.hasNext()) { throw new RuntimeException("No nodes present in the cluster. Has this node finished starting up?"); }
         // 1-case
         if (sortedTokens.size() == 1) {
             ownerships.put((Token)i.next(), new Float(1.0));


[2/5] git commit: Give users a clue how they called it.

Posted by br...@apache.org.
Give users a clue how they called it.


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

Branch: refs/heads/trunk
Commit: de212e59a60cb173e44555cf2bd292779e27a4c0
Parents: b6730aa
Author: Brandon Williams <br...@apache.org>
Authored: Wed May 1 20:09:21 2013 -0500
Committer: Brandon Williams <br...@apache.org>
Committed: Wed May 1 20:09:21 2013 -0500

----------------------------------------------------------------------
 .../apache/cassandra/dht/RandomPartitioner.java    |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra/blob/de212e59/src/java/org/apache/cassandra/dht/RandomPartitioner.java
----------------------------------------------------------------------
diff --git a/src/java/org/apache/cassandra/dht/RandomPartitioner.java b/src/java/org/apache/cassandra/dht/RandomPartitioner.java
index 15364d3..7e29a7d 100644
--- a/src/java/org/apache/cassandra/dht/RandomPartitioner.java
+++ b/src/java/org/apache/cassandra/dht/RandomPartitioner.java
@@ -160,7 +160,7 @@ public class RandomPartitioner extends AbstractPartitioner<BigIntegerToken>
         Iterator i = sortedTokens.iterator();
 
         // 0-case
-        if (!i.hasNext()) { throw new RuntimeException("No nodes present in the cluster. How did you call this?"); }
+        if (!i.hasNext()) { throw new RuntimeException("No nodes present in the cluster. Has this node finished starting up?"); }
         // 1-case
         if (sortedTokens.size() == 1) {
             ownerships.put((Token)i.next(), new Float(1.0));


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

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

Branch: refs/heads/trunk
Commit: 37a0d3241c40cc885266d2f888146ea4129beefa
Parents: 927c4a4 de212e5
Author: Brandon Williams <br...@apache.org>
Authored: Wed May 1 20:09:42 2013 -0500
Committer: Brandon Williams <br...@apache.org>
Committed: Wed May 1 20:09:42 2013 -0500

----------------------------------------------------------------------
 .../apache/cassandra/dht/RandomPartitioner.java    |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra/blob/37a0d324/src/java/org/apache/cassandra/dht/RandomPartitioner.java
----------------------------------------------------------------------


[4/5] git commit: Give users a clue how they called it.

Posted by br...@apache.org.
Give users a clue how they called it.


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

Branch: refs/heads/trunk
Commit: 72e031e6e81da79896f44450e0e683a3439ad1ae
Parents: 37a0d32
Author: Brandon Williams <br...@apache.org>
Authored: Wed May 1 20:11:22 2013 -0500
Committer: Brandon Williams <br...@apache.org>
Committed: Wed May 1 20:11:22 2013 -0500

----------------------------------------------------------------------
 .../apache/cassandra/dht/Murmur3Partitioner.java   |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra/blob/72e031e6/src/java/org/apache/cassandra/dht/Murmur3Partitioner.java
----------------------------------------------------------------------
diff --git a/src/java/org/apache/cassandra/dht/Murmur3Partitioner.java b/src/java/org/apache/cassandra/dht/Murmur3Partitioner.java
index a969320..502f5cc 100644
--- a/src/java/org/apache/cassandra/dht/Murmur3Partitioner.java
+++ b/src/java/org/apache/cassandra/dht/Murmur3Partitioner.java
@@ -121,7 +121,7 @@ public class Murmur3Partitioner extends AbstractPartitioner<LongToken>
 
         // 0-case
         if (!i.hasNext())
-            throw new RuntimeException("No nodes present in the cluster. How did you call this?");
+            throw new RuntimeException("No nodes present in the cluster. Has this node finished starting up?");
         // 1-case
         if (sortedTokens.size() == 1)
             ownerships.put((Token) i.next(), new Float(1.0));


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

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

Branch: refs/heads/trunk
Commit: 25438e6ec38eceb56e7a32529913d85593edcdd2
Parents: e26b726 72e031e
Author: Brandon Williams <br...@apache.org>
Authored: Wed May 1 20:11:34 2013 -0500
Committer: Brandon Williams <br...@apache.org>
Committed: Wed May 1 20:11:34 2013 -0500

----------------------------------------------------------------------
 .../apache/cassandra/dht/Murmur3Partitioner.java   |    2 +-
 .../apache/cassandra/dht/RandomPartitioner.java    |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra/blob/25438e6e/src/java/org/apache/cassandra/dht/Murmur3Partitioner.java
----------------------------------------------------------------------

http://git-wip-us.apache.org/repos/asf/cassandra/blob/25438e6e/src/java/org/apache/cassandra/dht/RandomPartitioner.java
----------------------------------------------------------------------