jacek-lewandowski commented on code in PR #2150:
URL: https://github.com/apache/cassandra/pull/2150#discussion_r1103119719


##########
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:
   ok



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

Reply via email to