dcapwell commented on code in PR #2976:
URL: https://github.com/apache/cassandra/pull/2976#discussion_r1420907802
##########
src/java/org/apache/cassandra/repair/RepairCoordinator.java:
##########
@@ -209,6 +213,17 @@ private void fail(String reason)
reason = error != null ? error.toString() : "Some repair failed";
}
state.phase.fail(reason);
+ ParticipateState p = ctx.repair().participate(state.id);
Review Comment:
when debugging the issue I saw the the vtable knew of the repair, but not
the result. I added the plumbing in so we know success/failure in more cases.
`FailSession` gets used even though its only for updating the vtable for
non-ir
--
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]