ifesdjeen commented on code in PR #106:
URL: https://github.com/apache/cassandra-accord/pull/106#discussion_r1697293220
##########
accord-core/src/test/java/accord/impl/basic/DelayedCommandStores.java:
##########
@@ -278,6 +284,7 @@ public DelayedSafeStore(DelayedCommandStore commandStore,
RangesForEpoch ranges,
@Override
public void postExecute()
{
+ super.postExecute();
Review Comment:
This call would invalidate safe InMemorySafeCommand, which will make
`safe.isModified` to return `false`, and we will skip persisting anything in
the journal.
--
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]