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

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


    from e471a57dc2 Merge branch 'cassandra-4.0' into cassandra-4.1
     new 9157d98e4c Streaming exception race creates corrupt transaction log 
files that prevent restart
     new 858a2b2321 Merge branch 'cassandra-4.0' into cassandra-4.1

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 +
 .../org/apache/cassandra/db/lifecycle/LogFile.java |  36 ++--
 .../cassandra/db/lifecycle/LogReplicaSet.java      |   6 +-
 .../TransactionAlreadyCompletedException.java}     |  17 +-
 .../apache/cassandra/streaming/StreamSession.java  |  22 ++-
 .../streaming/StreamFailedWhileReceivingTest.java  | 208 +++++++++++++++++++++
 .../cassandra/db/lifecycle/LogTransactionTest.java |  32 ++++
 7 files changed, 298 insertions(+), 24 deletions(-)
 copy src/java/org/apache/cassandra/{io/sstable/CorruptSSTableException.java => 
db/lifecycle/TransactionAlreadyCompletedException.java} (68%)
 create mode 100644 
test/distributed/org/apache/cassandra/distributed/test/streaming/StreamFailedWhileReceivingTest.java


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

Reply via email to