Skip to content

Commit c9f8d27

Browse files
committed
Merge branch 'cassandra-4.0' into cassandra-4.1
* cassandra-4.0: Add NativeTransportMaxConcurrentConnectionsPerIp to StorageProxyMBean
2 parents 8363417 + 411187f commit c9f8d27

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
@@ -5,6 +5,7 @@
55
* IntrusiveStack.accumulate is not accumulating correctly (CASSANDRA-20670)
66
* Add nodetool get/setguardrailsconfig commands (CASSANDRA-19552)
77
Merged from 4.0:
8+
* Add NativeTransportMaxConcurrentConnectionsPerIp to StorageProxyMBean (CASSANDRA-20642)
89
* Make secondary index implementations notified about rows in fully expired SSTables in compaction (CASSANDRA-20829)
910
* Ensure prepared_statement INSERT timestamp precedes eviction DELETE (CASSANDRA-19703)
1011

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)