netudima commented on code in PR #3391:
URL: https://github.com/apache/cassandra/pull/3391#discussion_r1684896293


##########
src/java/org/apache/cassandra/service/AbstractWriteResponseHandler.java:
##########
@@ -280,6 +289,8 @@ public void onFailure(InetAddressAndPort from, 
RequestFailureReason failureReaso
 
         failureReasonByEndpoint.put(from, failureReason);
 
+        logFailureOrTimeoutToIdealCLDelegate();

Review Comment:
   yes, I think so, for prolonged node loss cases detected by gossip we have 
another path via expired() method.



-- 
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]

Reply via email to