ifesdjeen commented on code in PR #106:
URL: https://github.com/apache/cassandra-accord/pull/106#discussion_r1697294194
##########
accord-core/src/test/java/accord/impl/basic/DelayedCommandStores.java:
##########
@@ -163,6 +166,9 @@ public DelayedCommandStore(int id, NodeTimeService time,
Agent agent, DataStore
@Override
public void validateRead(Command current)
{
+ if (!Invariants.testParanoia(LINEAR, LINEAR, HIGH))
Review Comment:
I would argue that for any burn test run `validateRead` should be enabled.
This is a crucial part of recovery correctness, would be great if we exercise
it a lot. If there are bugs here, I will be happy to assist.
--
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]