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

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


    from 1d81597fdb Merge branch 'cassandra-5.0' into cassandra-6.0
     new 44ee9d6167 Unable to catch up TCM Log from peer with gaps in log 
sequence
     new 9a896cbaeb Add policy for selecting CMS host when submitting commit 
request

The 2 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:
 CHANGES.txt                                        |   1 +
 src/java/org/apache/cassandra/config/Config.java   |  28 +++-
 .../cassandra/config/DatabaseDescriptor.java       |  16 ++
 .../apache/cassandra/service/StorageService.java   |  13 ++
 .../cassandra/service/StorageServiceMBean.java     |  12 ++
 .../org/apache/cassandra/tcm/RemoteProcessor.java  |  74 ++++++++-
 .../org/apache/cassandra/tcm/log/LogReader.java    |  11 +-
 .../test/log/CatchupViaSnapshotTest.java           |  87 +++++++++++
 .../config/DatabaseDescriptorRefTest.java          |   1 +
 .../apache/cassandra/tcm/RemoteProcessorTest.java  | 166 +++++++++++++++++++++
 .../tcm/log/LocalStorageLogStateTest.java          |  48 ++++++
 11 files changed, 454 insertions(+), 3 deletions(-)
 create mode 100644 
test/distributed/org/apache/cassandra/distributed/test/log/CatchupViaSnapshotTest.java


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to