This is an automated email from the ASF dual-hosted git repository.
dcapwell pushed a change to branch CASSANDRA-20302
in repository https://gitbox.apache.org/repos/asf/cassandra-accord.git
omit a8e0589c added ability to listen to failure with history, and made
sure state is cleaned up if sut fails
omit 3e0235ac enhanced stateful to allow addIf with weights
omit 128009b5 expose sync/closed/complete
omit 5f7b8710 CASSANDRA-20302: Expose epoch ready state as a vtable for
operators to inspect things
add d9fd50a8 Fix class cast issue arising after ephemeral read eviction
add 9328b83f Fix topology loading
add 92013a8b Fix null field accounting
add 54fc7d95 CASSANDRA-20302: Expose epoch ready state as a vtable for
operators to inspect things
add 802cb696 expose sync/closed/complete
add 8750597c enhanced stateful to allow addIf with weights
add a5065607 added ability to listen to failure with history, and made
sure state is cleaned up if sut fails
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (a8e0589c)
\
N -- N -- N refs/heads/CASSANDRA-20302 (a5065607)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
accord-core/src/main/java/accord/api/Journal.java | 2 +-
.../src/main/java/accord/impl/CommandChange.java | 100 +++++++++------------
.../src/main/java/accord/local/CommandStores.java | 58 ++++--------
.../src/main/java/accord/local/cfk/Updating.java | 5 ++
.../src/test/java/accord/impl/basic/Cluster.java | 18 ++--
.../accord/impl/basic/DelayedCommandStores.java | 25 ++++++
.../java/accord/impl/basic/InMemoryJournal.java | 69 +++-----------
7 files changed, 116 insertions(+), 161 deletions(-)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]