You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by ma...@apache.org on 2021/03/18 08:46:14 UTC

[cassandra] branch cassandra-3.11 updated (16b0d1d -> 8257868)

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

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


    from 16b0d1d  Ninja remove unused test import
     new 32394e9  Ignore trailing zeros in hint files
     new 8257868  Merge branch 'cassandra-3.0' into cassandra-3.11

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/hints/HintsReader.java    |  27 ++++-
 .../apache/cassandra/hints/HintsReaderTest.java    | 117 +++++++++++++++++----
 3 files changed, 125 insertions(+), 20 deletions(-)


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


[cassandra] 01/01: Merge branch 'cassandra-3.0' into cassandra-3.11

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

marcuse pushed a commit to branch cassandra-3.11
in repository https://gitbox.apache.org/repos/asf/cassandra.git

commit 8257868f3259bfab42df269ee77375e76746e7dd
Merge: 16b0d1d 32394e9
Author: Marcus Eriksson <ma...@apache.org>
AuthorDate: Thu Mar 18 09:37:50 2021 +0100

    Merge branch 'cassandra-3.0' into cassandra-3.11

 CHANGES.txt                                        |   1 +
 .../org/apache/cassandra/hints/HintsReader.java    |  27 ++++-
 .../apache/cassandra/hints/HintsReaderTest.java    | 117 +++++++++++++++++----
 3 files changed, 125 insertions(+), 20 deletions(-)

diff --cc CHANGES.txt
index 1e74bf6,8cf7f32..daa7329
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@@ -1,6 -1,5 +1,7 @@@
 -3.0.25:
 +3.11.11
 + * Upgrade jackson-databind to 2.9.10.8 (CASSANDRA-16462)
 +Merged from 3.0:
+  * Ignore trailing zeros in hint files (CASSANDRA-16523)
   * Refuse DROP COMPACT STORAGE if some 2.x sstables are in use (CASSANDRA-15897)
   * Fix ColumnFilter::toString not returning a valid CQL fragment (CASSANDRA-16483)
   * Fix ColumnFilter behaviour to prevent digest mitmatches during upgrades (CASSANDRA-16415)


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