Skip to content

Commit 3199a95

Browse files
committed
Merge branch 'cassandra-4.1' into cassandra-5.0
* cassandra-4.1: Add NativeTransportMaxConcurrentConnectionsPerIp to StorageProxyMBean
2 parents 673ec66 + c9f8d27 commit 3199a95

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

CHANGES.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
5.0.6
22
* Sort SSTable TOC entries for determinism (CASSANDRA-20494)
33
Merged from 4.0:
4+
* Add NativeTransportMaxConcurrentConnectionsPerIp to StorageProxyMBean (CASSANDRA-20642)
45
* Make secondary index implementations notified about rows in fully expired SSTables in compaction (CASSANDRA-20829)
56

67

src/java/org/apache/cassandra/service/StorageProxyMBean.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,9 @@ public interface StorageProxyMBean
5656
public void setNativeTransportMaxConcurrentConnections(Long nativeTransportMaxConcurrentConnections);
5757
public Long getNativeTransportMaxConcurrentConnections();
5858

59+
public void setNativeTransportMaxConcurrentConnectionsPerIp(Long nativeTransportMaxConcurrentConnections);
60+
public Long getNativeTransportMaxConcurrentConnectionsPerIp();
61+
5962
public void reloadTriggerClasses();
6063

6164
public long getReadRepairAttempted();

0 commit comments

Comments
 (0)