dcapwell commented on code in PR #2660:
URL: https://github.com/apache/cassandra/pull/2660#discussion_r1322138441


##########
src/java/org/apache/cassandra/service/ActiveRepairService.java:
##########
@@ -710,7 +743,7 @@ public void cleanUp(TimeUUID parentRepairSession, 
Set<InetAddressAndPort> endpoi
                 if (FailureDetector.instance.isAlive(endpoint))
                 {
                     CleanupMessage message = new 
CleanupMessage(parentRepairSession);
-                    Message<CleanupMessage> msg = 
Message.out(Verb.CLEANUP_MSG, message);
+//                    Message<CleanupMessage> msg = 
Message.out(Verb.CLEANUP_MSG, message);

Review Comment:
   I fixed this, we now keep the log



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