ifesdjeen commented on code in PR #251:
URL: https://github.com/apache/cassandra-accord/pull/251#discussion_r2362493083


##########
accord-core/src/main/java/accord/api/Journal.java:
##########
@@ -67,7 +67,12 @@ enum Load
     void saveTopology(TopologyUpdate topologyUpdate, Runnable onFlush);
 
     void purge(CommandStores commandStores, EpochSupplier minEpoch);
-    void replay(CommandStores commandStores);
+
+    /**
+     * Repays all messages from journal to rehydrate CommandStores state. 
Returns whether it has seen (and ignored)

Review Comment:
   Sorry!



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