ifesdjeen commented on code in PR #3938:
URL: https://github.com/apache/cassandra/pull/3938#discussion_r1978193885
##########
src/java/org/apache/cassandra/exceptions/RequestFailure.java:
##########
@@ -43,7 +43,7 @@
public class RequestFailure
{
public static final RequestFailure UNKNOWN = new
RequestFailure(RequestFailureReason.UNKNOWN);
- public static final RequestFailure UNKNOWN_TOPOLOGY = new
RequestFailure(RequestFailureReason.UNKNOWN_TOPOLOGY);
+ public static final RequestFailure ACCORD_DISABLED = new
RequestFailure(RequestFailureReason.ACCORD_DISABLED);
Review Comment:
I think we do not; if `Backoff` had an opportunity to retry on success with
a predicate, I wouldn't have added it.
--
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]