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/07/21 17:17:59 UTC

[cassandra] branch trunk updated (518b7be -> c1f235f)

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

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


    from 518b7be  Merge branch 'cassandra-4.0' into trunk
     new 4d4e1e8  Fix pre-4.0 FWD_FRM parameter serializer
     new cdf68e3  Merge branch 'cassandra-4.0.0' into cassandra-4.0
     new c1f235f  Merge branch 'cassandra-4.0' into trunk

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 +
 .../apache/cassandra/db/MutationVerbHandler.java   |   2 +-
 .../cassandra/locator/InetAddressAndPort.java      |  85 ++++++++++++++++-
 .../org/apache/cassandra/net/ForwardingInfo.java   |   8 +-
 src/java/org/apache/cassandra/net/Message.java     |  14 ++-
 src/java/org/apache/cassandra/net/ParamType.java   |   5 +-
 .../cassandra/distributed/UpgradeableCluster.java  |  11 ++-
 .../upgrade/MixedModeMessageForwardTest.java       | 104 +++++++++++++++++++++
 .../distributed/upgrade/UpgradeTestBase.java       |   9 +-
 9 files changed, 223 insertions(+), 16 deletions(-)
 create mode 100644 test/distributed/org/apache/cassandra/distributed/upgrade/MixedModeMessageForwardTest.java

---------------------------------------------------------------------
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-4.0' into trunk

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

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

commit c1f235f71d013318b86bddee3121beb4923ae0f9
Merge: 518b7be cdf68e3
Author: Caleb Rackliffe <ca...@gmail.com>
AuthorDate: Wed Jul 21 12:09:36 2021 -0500

    Merge branch 'cassandra-4.0' into trunk

 CHANGES.txt                                        |   1 +
 .../apache/cassandra/db/MutationVerbHandler.java   |   2 +-
 .../cassandra/locator/InetAddressAndPort.java      |  85 ++++++++++++++++-
 .../org/apache/cassandra/net/ForwardingInfo.java   |   8 +-
 src/java/org/apache/cassandra/net/Message.java     |  14 ++-
 src/java/org/apache/cassandra/net/ParamType.java   |   5 +-
 .../cassandra/distributed/UpgradeableCluster.java  |  11 ++-
 .../upgrade/MixedModeMessageForwardTest.java       | 104 +++++++++++++++++++++
 .../distributed/upgrade/UpgradeTestBase.java       |   9 +-
 9 files changed, 223 insertions(+), 16 deletions(-)


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