dcapwell commented on code in PR #3053:
URL: https://github.com/apache/cassandra/pull/3053#discussion_r1457880064
##########
src/java/org/apache/cassandra/service/accord/async/AsyncOperation.java:
##########
@@ -210,6 +210,7 @@ Iterable<RoutableKey> keys()
private void fail(Throwable throwable)
{
+ commandStore.agent().onUncaughtException(throwable);
Review Comment:
Mixed feelings as we differ from burn test… knowing is always best but can
we see Timeout or Preempt? If so the new logging could spam
--
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]