Merge branch 'cassandra-2.1' into trunk

This commit is contained in:
T Jake Luciani 2014-12-01 16:06:53 -05:00
commit 25314c2046
1 changed files with 1 additions and 1 deletions

View File

@ -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