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

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


    from 9fdc212b4b Merge branch 'cassandra-6.0' into trunk
     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
     new 4ea936b2c7 Merge branch 'cassandra-6.0' into trunk

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:
 CHANGES.txt                                        |   2 +
 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, 455 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