belliottsmith commented on code in PR #144:
URL: https://github.com/apache/cassandra-accord/pull/144#discussion_r1860805614
##########
accord-core/src/test/java/accord/impl/basic/DelayedCommandStores.java:
##########
@@ -153,7 +155,8 @@ public void validateRead(Command current)
return;
// Journal will not have result persisted. This part is here for
test purposes and ensuring that we have strict object equality.
- Command reconstructed = journal.reconstruct(id, current.txnId());
+ // TODO: redundant/durable before
Review Comment:
This TODO looks important
--
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]