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

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


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

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                                        |   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 |  40 +++-
 7 files changed, 305 insertions(+), 25 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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to