You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by al...@apache.org on 2019/06/12 14:25:25 UTC

[cassandra] branch cassandra-3.11 updated (88e474d -> 033b30f)

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

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


    from 88e474d  Merge branch 'cassandra-3.0' into cassandra-3.11
     new 47dfb66  Throw IOE instead of asserting on unsupporter peer versions
     new 033b30f  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/net/IncomingTcpConnection.java | 7 +++++--
 2 files changed, 6 insertions(+), 2 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 al...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 033b30f869ea8a3171c22cbb3c5c517ce2a0fd59
Merge: 88e474d 47dfb66
Author: Aleksey Yeshchenko <al...@apple.com>
AuthorDate: Wed Jun 12 15:23:25 2019 +0100

    Merge branch 'cassandra-3.0' into cassandra-3.11

 CHANGES.txt                                                  | 1 +
 src/java/org/apache/cassandra/net/IncomingTcpConnection.java | 7 +++++--
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --cc CHANGES.txt
index ff985bd,652833e..4649457
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@@ -1,8 -1,5 +1,9 @@@
 -3.0.19
 +3.11.5
 + * Fix cassandra-env.sh to use $CASSANDRA_CONF to find cassandra-jaas.config (CASSANDRA-14305)
 + * Fixed nodetool cfstats printing index name twice (CASSANDRA-14903)
 + * Add flag to disable SASI indexes, and warnings on creation (CASSANDRA-14866)
 +Merged from 3.0:
+  * Throw IOE instead of asserting on unsupporter peer versions (CASSANDRA-15066)
   * Update token metadata when handling MOVING/REMOVING_TOKEN events (CASSANDRA-15120)
   * Add ability to customize cassandra log directory using $CASSANDRA_LOG_DIR (CASSANDRA-15090)
   * Skip cells with illegal column names when reading legacy sstables (CASSANDRA-15086)


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