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 2021/11/16 20:10:51 UTC

[cassandra] branch cassandra-4.0 updated (b6f61e8 -> 44ace88)

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

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


    from b6f61e8  Remove unused configuration parameters from cassandra.yaml patch by Ekaterina Dimitrova; reviewed by Berenguer Blasi for CASSANDRA-17132
     add 44ace88  internode_send_buff_size_in_bytes and internode_recv_buff_size_in_bytes have new names. Backward compatibility with the old names added patch by Ekaterina Dimitrova; reviewed by David Capwell for CASSANDRA-17141

No new revisions were added by this update.

Summary of changes:
 .build/build-rat.xml                               |   1 +
 CHANGES.txt                                        |   1 +
 NEWS.txt                                           |   7 +-
 conf/cassandra.yaml                                |   4 +-
 src/java/org/apache/cassandra/config/Config.java   |   2 +
 .../java/org/apache/cassandra/config/Replaces.java |  26 ++--
 ...ingProtectionOptions.java => ReplacesList.java} |  18 ++-
 .../cassandra/config/YamlConfigurationLoader.java  | 163 ++++++++++++++++++++-
 ... => cassandra_deprecated_parameters_names.yaml} |   2 +
 .../LoadOldYAMLBackwardCompatibilityTest.java}     |  25 ++--
 .../config/YamlConfigurationLoaderTest.java        |  14 +-
 11 files changed, 221 insertions(+), 42 deletions(-)
 copy test/distributed/org/apache/cassandra/distributed/shared/Isolated.java => src/java/org/apache/cassandra/config/Replaces.java (63%)
 copy src/java/org/apache/cassandra/config/{ReplicaFilteringProtectionOptions.java => ReplacesList.java} (69%)
 copy test/conf/{cassandra.yaml => cassandra_deprecated_parameters_names.yaml} (96%)
 copy test/unit/org/apache/cassandra/{tools/cqlsh/CqlshTest.java => config/LoadOldYAMLBackwardCompatibilityTest.java} (58%)

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