dcapwell commented on code in PR #2150:
URL: https://github.com/apache/cassandra/pull/2150#discussion_r1103010031
##########
test/distributed/org/apache/cassandra/distributed/impl/Coordinator.java:
##########
@@ -63,7 +63,14 @@ public Coordinator(Instance instance)
@Override
public SimpleQueryResult executeWithResult(String query, ConsistencyLevel
consistencyLevel, Object... boundValues)
{
- return instance().sync(() -> unsafeExecuteInternal(query,
consistencyLevel, boundValues)).call();
Review Comment:
in this case I think we should revert, but think we should change this
behavior on trunk... I strongly regret making the decision to not "wrap" the
internal exceptions... its so much harder to debug =(
--
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]