This is an automated email from the ASF dual-hosted git repository.
smiklosovic pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/cassandra.git
The following commit(s) were added to refs/heads/trunk by this push:
new 849245a562 Remove cassandra.jmx.remote.port setting to an empty string
in SimulatorRunner
849245a562 is described below
commit 849245a5620f34566ae999fed94bf10c971870f2
Author: Stefan Miklosovic <[email protected]>
AuthorDate: Mon Dec 16 14:28:53 2024 +0100
Remove cassandra.jmx.remote.port setting to an empty string in
SimulatorRunner
patch by Stefan Miklosovic; reviewed by Sam Tunnicliffe for CASSANDRA-11695
---
.../simulator/main/org/apache/cassandra/simulator/SimulationRunner.java | 2 --
1 file changed, 2 deletions(-)
diff --git
a/test/simulator/main/org/apache/cassandra/simulator/SimulationRunner.java
b/test/simulator/main/org/apache/cassandra/simulator/SimulationRunner.java
index deaa462df3..97c2db35a5 100644
--- a/test/simulator/main/org/apache/cassandra/simulator/SimulationRunner.java
+++ b/test/simulator/main/org/apache/cassandra/simulator/SimulationRunner.java
@@ -56,7 +56,6 @@ import static java.util.Arrays.stream;
import static java.util.concurrent.TimeUnit.NANOSECONDS;
import static
org.apache.cassandra.config.CassandraRelevantProperties.ALLOW_ALTER_RF_DURING_RANGE_MOVEMENT;
import static
org.apache.cassandra.config.CassandraRelevantProperties.BATCH_COMMIT_LOG_SYNC_INTERVAL;
-import static
org.apache.cassandra.config.CassandraRelevantProperties.CASSANDRA_JMX_REMOTE_PORT;
import static
org.apache.cassandra.config.CassandraRelevantProperties.CLOCK_GLOBAL;
import static
org.apache.cassandra.config.CassandraRelevantProperties.CLOCK_MONOTONIC_APPROX;
import static
org.apache.cassandra.config.CassandraRelevantProperties.CLOCK_MONOTONIC_PRECISE;
@@ -111,7 +110,6 @@ public class SimulationRunner
for (CassandraRelevantProperties property :
Arrays.asList(CLOCK_GLOBAL, CLOCK_MONOTONIC_APPROX, CLOCK_MONOTONIC_PRECISE))
property.setString("org.apache.cassandra.simulator.systems.SimulatedTime$Global");
- CASSANDRA_JMX_REMOTE_PORT.setString("");
RING_DELAY.setInt(0);
PAXOS_REPAIR_RETRY_TIMEOUT_IN_MS.setLong(NANOSECONDS.toMillis(Long.MAX_VALUE));
SHUTDOWN_ANNOUNCE_DELAY_IN_MS.setInt(0);
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]