dcapwell commented on a change in pull request #1429:
URL: https://github.com/apache/cassandra/pull/1429#discussion_r793053099
##########
File path: src/java/org/apache/cassandra/cql3/QueryProcessor.java
##########
@@ -391,6 +397,61 @@ public static UntypedResultSet executeInternal(String
query, Object... values)
return null;
}
+ public static Future<UntypedResultSet> execute(InetAddressAndPort address,
String query, Object... values)
Review comment:
the reason for async is so repair can submit and deal with when
complete; rather than block waiting.
--
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]