dcapwell commented on code in PR #3481:
URL: https://github.com/apache/cassandra/pull/3481#discussion_r1720299219
##########
src/java/org/apache/cassandra/service/accord/AccordService.java:
##########
@@ -429,21 +435,24 @@ public IVerbHandler<? extends Request> verbHandler()
Throwable cause = Throwables.getRootCause(e);
if (cause instanceof Timeout)
{
+ TxnId txnId = ((Timeout) cause).txnId();
Review Comment:
this was a bug fixed in CASSANDRA-19833 and was easier to keep when I spun
off the debug logic (as its one of the other changes to this class)... I could
split this out if desired
--
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]