iamaleksey commented on code in PR #2256:
URL: https://github.com/apache/cassandra/pull/2256#discussion_r1183603918
##########
test/unit/org/apache/cassandra/service/accord/AccordTestUtils.java:
##########
@@ -331,7 +336,8 @@ public static AccordCommandStore
createAccordCommandStore(Node.Id node, LongSupp
new AccordAgent(),
null,
cs -> NOOP_PROGRESS_LOG,
- new
SingleEpochRanges(topology.rangesForNode(node)));
+ new
SingleEpochRanges(topology.rangesForNode(node)),
+ NOOP_ACCORD_JOURNAL);
Review Comment:
Agreed, though no longer relevant with the most recent code not having this.
--
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]