dcapwell commented on code in PR #3492:
URL: https://github.com/apache/cassandra/pull/3492#discussion_r1729248591
##########
src/java/org/apache/cassandra/service/accord/AccordSafeCommandStore.java:
##########
@@ -178,6 +178,7 @@ public RangesForEpoch ranges()
@Override
public void registerHistoricalTransactions(Deps deps)
{
+ if (deps.isEmpty()) return;
Review Comment:
that would require an accord patch and was trying to avoid =D
--
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]