bdeggleston commented on code in PR #2844:
URL: https://github.com/apache/cassandra/pull/2844#discussion_r1377994179
##########
src/java/org/apache/cassandra/repair/messages/RepairMessage.java:
##########
@@ -232,4 +298,15 @@ private static ErrorHandling
errorHandlingSupported(SharedContext ctx, InetAddre
return ErrorHandling.TIMEOUT;
return ErrorHandling.NONE;
}
+
+ public static void sendFailureResponse(SharedContext ctx, Message<?>
respondTo)
Review Comment:
sure, but why reply if it's just going to be dropped? It's just a
cleanliness thing. That said, no one's going to notice a few empty messages
getting sent into the void, so I'm fine leaving as is if you'd prefer.
--
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]