You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by ja...@apache.org on 2014/12/01 22:07:19 UTC

[1/2] cassandra git commit: Improve error message when stress is having GC issues (ninja)

Repository: cassandra
Updated Branches:
  refs/heads/trunk a10944199 -> 25314c204


Improve error message when stress is having GC issues (ninja)


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

Branch: refs/heads/trunk
Commit: 9c0f5753f3d7f2f77d4ad1d896bb458673c89082
Parents: c8848bc
Author: T Jake Luciani <ja...@apache.org>
Authored: Mon Dec 1 16:05:09 2014 -0500
Committer: T Jake Luciani <ja...@apache.org>
Committed: Mon Dec 1 16:05:09 2014 -0500

----------------------------------------------------------------------
 tools/stress/src/org/apache/cassandra/stress/util/Timing.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra/blob/9c0f5753/tools/stress/src/org/apache/cassandra/stress/util/Timing.java
----------------------------------------------------------------------
diff --git a/tools/stress/src/org/apache/cassandra/stress/util/Timing.java b/tools/stress/src/org/apache/cassandra/stress/util/Timing.java
index 9a5fa56..9eadf42 100644
--- a/tools/stress/src/org/apache/cassandra/stress/util/Timing.java
+++ b/tools/stress/src/org/apache/cassandra/stress/util/Timing.java
@@ -80,7 +80,7 @@ public class Timing
 
         // TODO fail gracefully after timeout if a thread is stuck
         if (!ready.await(5L, TimeUnit.MINUTES))
-            throw new RuntimeException("Timed out waiting for a timer thread - seems one got stuck");
+            throw new RuntimeException("Timed out waiting for a timer thread - seems one got stuck. Check GC/Heap size");
 
         boolean done = true;
         // reports have been filled in by timer threadCount, so merge


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

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

Branch: refs/heads/trunk
Commit: 25314c2046ec2495e4dee48174af70a73d1ec08a
Parents: a109441 9c0f575
Author: T Jake Luciani <ja...@apache.org>
Authored: Mon Dec 1 16:06:53 2014 -0500
Committer: T Jake Luciani <ja...@apache.org>
Committed: Mon Dec 1 16:06:53 2014 -0500

----------------------------------------------------------------------
 tools/stress/src/org/apache/cassandra/stress/util/Timing.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------