belliottsmith commented on code in PR #158:
URL: https://github.com/apache/cassandra-accord/pull/158#discussion_r1925534707


##########
accord-core/src/test/java/accord/impl/basic/InMemoryJournal.java:
##########
@@ -497,6 +501,9 @@ private Diff(int flags, CommandUpdate update)
                     case EXECUTES_AT_LEAST:
                         changes.put(EXECUTES_AT_LEAST, 
after.executesAtLeast());
                         break;
+                    case MIN_UNIQUE_HLC:

Review Comment:
   We aren’t, I’ve stopped WaitingOn from persisting either executesAtLeast or 
UniqueHLC. This also means an update to one of these components only requires 
updating that component. The WaitingOn provider accepts them as inputs now.



-- 
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]

Reply via email to