This is an automated email from the ASF dual-hosted git repository. benedict pushed a change to branch trunk in repository https://gitbox.apache.org/repos/asf/cassandra.git
from 87069e4dec Merge branch 'cassandra-5.0' into trunk add 4102ea13e5 Fix CFK restore after replay: - Remove from CFK any unapplied transactions we know cannot apply - Force notification of waiting commands in CFK on replay Also fix: - Don't truncateWithOutcome if pre bootstrap or stale - Fix RangeDeps.without(RangeDeps) - Fix InMemoryCommandStore replay bug with clearing DefaultLocalListeners - Ensure SaveStatus and executeAt are updated together to prevent corruption via expunge Improve: - Inform home shard that command is decid [...] No new revisions were added by this update. Summary of changes: modules/accord | 2 +- .../apache/cassandra/metrics/AccordMetrics.java | 6 +- src/java/org/apache/cassandra/net/Verb.java | 15 ++--- .../service/accord/AccordMessageSink.java | 1 + .../accord/interop/AccordInteropReadCallback.java | 3 +- ...ableSerializers.java => InformSerializers.java} | 31 +++++++++- .../distributed/test/accord/AccordMetricsTest.java | 68 +++++++++++++++++----- .../service/accord/CommandChangeTest.java | 7 ++- 8 files changed, 103 insertions(+), 30 deletions(-) rename src/java/org/apache/cassandra/service/accord/serializers/{InformDurableSerializers.java => InformSerializers.java} (69%) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org For additional commands, e-mail: commits-h...@cassandra.apache.org