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


##########
src/java/org/apache/cassandra/repair/RepairMessageVerbHandler.java:
##########
@@ -93,9 +93,12 @@ private PreviewKind previewKind(TimeUUID sessionID) throws 
NoSuchRepairSessionEx
         return prs != null ? prs.previewKind : PreviewKind.NONE;
     }
 
+    @Override
     public void doVerb(final Message<RepairMessage> message)
     {
-        ClusterMetadataService.instance().fetchLogFromCMS(message.epoch());
+        if (DatabaseDescriptor.getAccordTransactionsEnabled()

Review Comment:
   when accord isn't enabled, no reason to do these checks



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

Reply via email to