bbotella commented on code in PR #3883: URL: https://github.com/apache/cassandra/pull/3883#discussion_r1949249956
########## src/java/org/apache/cassandra/repair/consistent/LocalSessions.java: ########## @@ -1021,6 +1021,7 @@ public void handleStatusResponse(InetAddressAndPort from, StatusResponse respons } else { + session.setLastUpdate(); logger.debug("Received StatusResponse for repair session {} with state {}, which is not actionable. Doing nothing.", sessionID, response.state); Review Comment: We are technically not `Doing nothing` anymore right? -- 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: pr-unsubscr...@cassandra.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: pr-unsubscr...@cassandra.apache.org For additional commands, e-mail: pr-h...@cassandra.apache.org