[ 
https://issues.apache.org/jira/browse/CASSANDRA-20642?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Andy Tolbert updated CASSANDRA-20642:
-------------------------------------
    Source Control Link: 
https://github.com/apache/cassandra/commit/411187f129422f144be55a2050e15cd62fb299b4
             Resolution: Fixed
                 Status: Resolved  (was: Ready to Commit)

Merged from 4.0 upwards to trunk as 
[411187f129422f144be55a2050e15cd62fb299b4|https://github.com/apache/cassandra/commit/411187f129422f144be55a2050e15cd62fb299b4],
 thanks for the review [~clohfink]!

> Add set|getNativeTransportMaxConcurrentConnectionsPerIp to StorageProxyMBean
> ----------------------------------------------------------------------------
>
>                 Key: CASSANDRA-20642
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-20642
>             Project: Apache Cassandra
>          Issue Type: Improvement
>          Components: Observability/JMX
>            Reporter: Andy Tolbert
>            Assignee: Andy Tolbert
>            Priority: Low
>             Fix For: 4.0.x, 4.1.x, 5.0.x, 5.x, 6.x
>
>         Attachments: CASSANDRA-20642-0_ci_summary.html
>
>
> CASSANDRA-8086 added {{native_transport_max_concurrent_connections}} and 
> {{native_transport_max_concurrent_connections_per_ip}}.
> At that time there were also methods added to {{StorageProxy}} to enable 
> configuring each of these via JMX:
> {code:java}
>     public static long getNativeTransportMaxConcurrentConnections() {}
>     public static void setNativeTransportMaxConcurrentConnections(long 
> nativeTransportMaxConcurrentConnections) {}
>     public static long getNativeTransportMaxConcurrentConnectionsPerIp() {}
>     public static void setNativeTransportMaxConcurrentConnectionsPerIp(long 
> native_transport_max_concurrent_connections_per_ip) {}
> {code}
> But notably the {{get|setNativeTransportMaxConcurrentConnectionsPerIp}} 
> methods are not defined on {{StorageProxyMBean}} which prevents accessing 
> these methods from JMX which could be useful if one ever needs to bump these 
> thresholds at runtime.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

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

Reply via email to