dcapwell commented on code in PR #3416:
URL: https://github.com/apache/cassandra/pull/3416#discussion_r1674905732
##########
test/distributed/org/apache/cassandra/distributed/impl/IsolatedExecutor.java:
##########
@@ -282,7 +282,7 @@ public static <T> T waitOn(Future<T> f)
}
catch (ExecutionException e)
{
- throw Throwables.throwAsUncheckedException(e.getCause());
+ throw new RuntimeException(e.getCause());
Review Comment:
asked in the dev list, no one complained... this will break tests so
shouldn't be done in this patch... will revert when testing is done and file a
ticket against our other branches
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]