You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by br...@apache.org on 2020/06/23 19:10:14 UTC

[cassandra] branch cassandra-3.11 updated (c8a40b8 -> c032136)

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

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


    from c8a40b8  Merge branch 'cassandra-3.0' into cassandra-3.11
     new 226b756  Add token to tombstone warning and error messages
     new c032136  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 +
 src/java/org/apache/cassandra/db/ReadCommand.java                     | 4 ++--
 .../apache/cassandra/db/filter/TombstoneOverwhelmingException.java    | 4 ++--
 3 files changed, 5 insertions(+), 4 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 br...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit c032136a7efe3aad05b75aabd0b48fadf877e16e
Merge: c8a40b8 226b756
Author: Brandon Williams <br...@apache.org>
AuthorDate: Tue Jun 23 14:05:06 2020 -0500

    Merge branch 'cassandra-3.0' into cassandra-3.11

 CHANGES.txt                                                           | 1 +
 src/java/org/apache/cassandra/db/ReadCommand.java                     | 4 ++--
 .../apache/cassandra/db/filter/TombstoneOverwhelmingException.java    | 4 ++--
 3 files changed, 5 insertions(+), 4 deletions(-)

diff --cc CHANGES.txt
index aa4be97,7e1a4fd..9b4cf55
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@@ -1,8 -1,5 +1,9 @@@
 -3.0.21
 +3.11.7
 + * Upgrade Jackson to 2.9.10 (CASSANDRA-15867)
 + * Fix CQL formatting of read command restrictions for slow query log (CASSANDRA-15503)
 + * Allow sstableloader to use SSL on the native port (CASSANDRA-14904)
 +Merged from 3.0:
+  * Add token to tombstone warning and error messages (CASSANDRA-15890)
   * Fixed range read concurrency factor computation and capped as 10 times tpc cores (CASSANDRA-15752)
   * Catch exception on bootstrap resume and init native transport (CASSANDRA-15863)
   * Fix replica-side filtering returning stale data with CL > ONE (CASSANDRA-8272, CASSANDRA-8273)


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