You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by ed...@apache.org on 2022/02/25 21:11:44 UTC

[cassandra] branch trunk updated (12e2c15 -> e40f816)

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

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


    from 12e2c15  Forward port from cassandra-4.0(CASSANDRA-17377) - deprecation of otc_coalescing_strategy, otc_coalescing_window_us, otc_coalescing_enough_coalesced_messages, otc_backlog_expiration_interval_ms patch by Ekaterina Dimitrova; reviewed by David Capwell for CASSANDRA-17378
     add 193d4ef  Prevent SSTableLoader from doing unnecessary work patch by Serban Teodorescu; reviewed by Aleksandr Sorokoumov, Marcus Eriksson and Zhao Yang for CASSANDRA-16349
     add a8b67e3  Streaming tasks handle empty SSTables correctly patch by Aleksandr Sorokoumov; reviewed by Marcus Eriksson and Zhao Yang for CASSANDRA-16349
     new 75bea27  Merge branch 'cassandra-4.0' into trunk
     new e40f816  Fix CHANGES.txt

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                                        |  2 +
 .../db/streaming/CassandraIncomingFile.java        |  2 +-
 .../apache/cassandra/io/sstable/SSTableLoader.java |  5 ++
 .../io/sstable/format/RangeAwareSSTableWriter.java |  4 +-
 .../format/RangeAwareSSTableWriterTest.java        | 91 ++++++++++++++++++++++
 5 files changed, 101 insertions(+), 3 deletions(-)
 create mode 100644 test/unit/org/apache/cassandra/io/sstable/format/RangeAwareSSTableWriterTest.java

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


[cassandra] 02/02: Fix CHANGES.txt

Posted by ed...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

edimitrova pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/cassandra.git

commit e40f8163af9dcc889b81265b17e66f36e25fc727
Author: Ekaterina Dimitrova <ek...@datastax.com>
AuthorDate: Fri Feb 25 16:07:33 2022 -0500

    Fix CHANGES.txt
---
 CHANGES.txt | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/CHANGES.txt b/CHANGES.txt
index 663c461..de90a56 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -93,6 +93,8 @@
  * GossiperTest.testHasVersion3Nodes didn't take into account trunk version changes, fixed to rely on latest version (CASSANDRA-16651)
  * Update JNA library to 5.9.0 and snappy-java to version 1.1.8.4 (CASSANDRA-17040)
 Merged from 4.0:
+ * Streaming tasks handle empty SSTables correctly (CASSANDRA-16349)
+ * Prevent SSTableLoader from doing unnecessary work (CASSANDRA-16349)
  * Deprecate otc_coalescing_strategy, otc_coalescing_window_us, otc_coalescing_enough_coalesced_messages,
    otc_backlog_expiration_interval_ms (CASSANDRA-17377)
  * Improve start up processing of Incremental Repair information read from system.repairs (CASSANDRA-17342)

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


[cassandra] 01/02: Merge branch 'cassandra-4.0' into trunk

Posted by ed...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

edimitrova pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/cassandra.git

commit 75bea27e5ef673ae7fcfac9007c1d39a68ab0b8c
Merge: 12e2c15 a8b67e3
Author: Ekaterina Dimitrova <ek...@datastax.com>
AuthorDate: Fri Feb 25 15:47:43 2022 -0500

    Merge branch 'cassandra-4.0' into trunk

 .../db/streaming/CassandraIncomingFile.java        |  2 +-
 .../apache/cassandra/io/sstable/SSTableLoader.java |  5 ++
 .../io/sstable/format/RangeAwareSSTableWriter.java |  4 +-
 .../format/RangeAwareSSTableWriterTest.java        | 91 ++++++++++++++++++++++
 4 files changed, 99 insertions(+), 3 deletions(-)


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