dcapwell commented on a change in pull request #831:
URL: https://github.com/apache/cassandra/pull/831#discussion_r527996075



##########
File path: 
test/distributed/org/apache/cassandra/distributed/impl/AbstractCluster.java
##########
@@ -313,6 +314,13 @@ public void uncaughtException(Thread thread, Throwable 
throwable)
             else
                 logger.error("uncaught exception in thread {}", thread, 
throwable);
         }
+
+        @Override
+        public String toString()
+        {
+            IInvokableInstance delegate = this.delegate;

Review comment:
       did this in https://issues.apache.org/jira/browse/CASSANDRA-16213 as its 
useful for debugging.




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to