mirror of https://github.com/apache/cassandra
Show the correct value for JMX port in cassandra-stress settings
Patch by Guy Bolton King; reviewed by tjake for CASSANDRA-12759
This commit is contained in:
parent
1bc736d935
commit
cbc792531f
|
|
@ -62,7 +62,7 @@ public class SettingsPort implements Serializable
|
|||
{
|
||||
out.printf(" Native Port: %d%n", nativePort);
|
||||
out.printf(" Thrift Port: %d%n", thriftPort);
|
||||
out.printf(" JMX Port: %d%n", nativePort);
|
||||
out.printf(" JMX Port: %d%n", jmxPort);
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue