smiklosovic commented on code in PR #4158:
URL: https://github.com/apache/cassandra/pull/4158#discussion_r2086107089
##########
src/java/org/apache/cassandra/repair/RepairMessageVerbHandler.java:
##########
@@ -184,11 +184,11 @@ public void doVerb(final Message<RepairMessage> message)
TableRepairManager repairManager =
cfs.getRepairManager();
if (prs.isGlobal)
{
-
repairManager.snapshot(desc.parentSessionId.toString(), prs.getRanges(), false);
Review Comment:
I am not completely sure this makes sense, because deterministicId() takes
`RepairJobDesc#ranges` to create the name, but is it the same ranges as in
`prs.getRanges()`?
--
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]