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: [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]