You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by be...@apache.org on 2022/07/12 11:29:39 UTC

[cassandra] branch cassandra-4.1 updated (f50862b434 -> 067121da63)

This is an automated email from the ASF dual-hosted git repository.

benedict pushed a change to branch cassandra-4.1
in repository https://gitbox.apache.org/repos/asf/cassandra.git


    from f50862b434 Merge branch cassandra-4.0 into cassandra-4.1
     add 067121da63 Paxos v2 Linearizability Violation

No new revisions were added by this update.

Summary of changes:
 .circleci/config-2_1.yml                           |  43 ++++++++
 .circleci/config.yml                               | 113 +++++++++++++++++++++
 .circleci/config.yml.HIGHRES                       | 113 +++++++++++++++++++++
 .circleci/config.yml.LOWRES                        | 113 +++++++++++++++++++++
 .circleci/config.yml.MIDRES                        | 113 +++++++++++++++++++++
 build.xml                                          |   9 +-
 .../cassandra/concurrent/ExecutorFactory.java      |  13 ++-
 .../db/memtable/AbstractAllocatorMemtable.java     |   2 +-
 .../apache/cassandra/io/util/ChecksumWriter.java   |  15 ++-
 .../cassandra/service/paxos/PaxosPrepare.java      |   2 +-
 .../cassandra/distributed/impl/Instance.java       |   2 +-
 .../simulator/cluster/ClusterActionListener.java   |  38 +++++++
 .../simulator/cluster/ClusterActions.java          |  12 +++
 .../apache/cassandra/simulator/paxos/Ballots.java  |   9 +-
 .../simulator/paxos/PaxosRepairValidator.java      |   3 +-
 .../paxos/PaxosTopologyChangeVerifier.java         |   3 +-
 .../cassandra/simulator/utils/KindOfSequence.java  |   4 +-
 .../test/ClassWithSynchronizedMethods.java         |   4 +
 .../simulator/test/ShortPaxosSimulationTest.java   |  14 +--
 .../simulator/test/TrivialSimulationTest.java      |  10 +-
 20 files changed, 607 insertions(+), 28 deletions(-)


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cassandra.apache.org
For additional commands, e-mail: commits-help@cassandra.apache.org