bdeggleston commented on code in PR #2844:
URL: https://github.com/apache/cassandra/pull/2844#discussion_r1376731807


##########
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:
   I think we'll need to check the version of the node we're responding to. 
Otherwise I don't think they'll be expecting a response for this message



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