You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by dc...@apache.org on 2021/01/08 17:51:57 UTC

[cassandra-dtest] branch trunk updated: start rolling clusters with protocol capping overridden

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

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


The following commit(s) were added to refs/heads/trunk by this push:
     new d75f7e9  start rolling clusters with protocol capping overridden
d75f7e9 is described below

commit d75f7e9ad25ab147113a107d0373af1cfa9a4e81
Author: Adam Holmberg <ad...@datastax.com>
AuthorDate: Tue Jan 5 14:31:07 2021 -0600

    start rolling clusters with protocol capping overridden
    
    patch by Adam Holmberg; reviewed by David Capwell for CASSANDRA-16347
---
 upgrade_tests/upgrade_through_versions_test.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/upgrade_tests/upgrade_through_versions_test.py b/upgrade_tests/upgrade_through_versions_test.py
index ec84bec..d2ae933 100644
--- a/upgrade_tests/upgrade_through_versions_test.py
+++ b/upgrade_tests/upgrade_through_versions_test.py
@@ -460,7 +460,8 @@ class TestUpgrade(Tester):
             logger.debug('Starting %s on new version (%s)' % (node.name, version_meta.version))
             # Setup log4j / logback again (necessary moving from 2.0 -> 2.1):
             node.set_log_level("INFO")
-            node.start(wait_other_notice=400, wait_for_binary_proto=True)
+            node.start(wait_other_notice=400, wait_for_binary_proto=True,
+                       jvm_args=['-Dcassandra.disable_max_protocol_auto_override=true'])  # prevent protocol capping in mixed version clusters
             node.nodetool('upgradesstables -a')
 
     def _log_current_ver(self, current_version_meta):


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