maedhroz commented on code in PR #37:
URL: https://github.com/apache/cassandra-accord/pull/37#discussion_r1326560032
##########
accord-core/src/main/java/accord/api/Write.java:
##########
@@ -30,5 +31,5 @@
*/
public interface Write
{
- AsyncChain<Void> apply(Seekable key, SafeCommandStore safeStore, Timestamp
executeAt, DataStore store);
+ AsyncChain<Void> apply(Seekable key, SafeCommandStore safeStore, Timestamp
executeAt, DataStore store, Command.Executed command);
Review Comment:
@belliottsmith above suggests using just the `PartialTxn` or the `Update`.
You're suggesting perhaps passing `TxnId` and getting the command from
`SafeCommandStore` (along w/ the key, which I think we also have available)?
--
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]