This is an automated email from the ASF dual-hosted git repository. ifesdjeen pushed a change to branch trunk in repository https://gitbox.apache.org/repos/asf/cassandra-accord.git
from 1401e934 Fix infinite loop, and notify progress log of sync point durability while waiting to apply new bb663825 Implement field saving/loading in AccordJournal new ec82e5e0 Fix SimulatedAccordTaskTest new c2ddfe26 Fix SimulatedDepsTest The 3 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: accord-core/src/main/java/accord/api/Journal.java | 4 +- .../java/accord/impl/AbstractSafeCommandStore.java | 126 ++++++++++++++++++++- .../java/accord/impl/InMemoryCommandStore.java | 79 +++++-------- .../src/main/java/accord/local/CommandStore.java | 11 +- .../src/main/java/accord/local/CommandStores.java | 65 +++++------ .../src/test/java/accord/impl/basic/Cluster.java | 10 +- .../accord/impl/basic/DelayedCommandStores.java | 41 +++++++ .../java/accord/impl/basic/InMemoryJournal.java | 68 ++++++----- .../java/accord/impl/basic/LoggingJournal.java | 2 +- .../java/accord/impl/basic/VerifyingJournal.java | 25 +++- .../accord/impl/list/ListFetchCoordinator.java | 2 +- 11 files changed, 296 insertions(+), 137 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org For additional commands, e-mail: commits-h...@cassandra.apache.org