dcapwell commented on code in PR #3836: URL: https://github.com/apache/cassandra/pull/3836#discussion_r1931274045
########## src/java/org/apache/cassandra/concurrent/ExecutionFailure.java: ########## @@ -69,6 +69,10 @@ public static void handle(Throwable t) } catch (Throwable shouldNeverHappen) { + // Testing note... jvm-dtest can throw a InstanceShutdown exception from JVMStabilityInspector; this is Review Comment: i was told this variables name caused confusion, so adding a doc explaining things. -- 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. To unsubscribe, e-mail: pr-unsubscr...@cassandra.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: pr-unsubscr...@cassandra.apache.org For additional commands, e-mail: pr-h...@cassandra.apache.org