File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
src/java/org/apache/cassandra/service Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 5
5
* IntrusiveStack.accumulate is not accumulating correctly (CASSANDRA-20670)
6
6
* Add nodetool get/setguardrailsconfig commands (CASSANDRA-19552)
7
7
Merged from 4.0:
8
+ * Add NativeTransportMaxConcurrentConnectionsPerIp to StorageProxyMBean (CASSANDRA-20642)
8
9
* Make secondary index implementations notified about rows in fully expired SSTables in compaction (CASSANDRA-20829)
9
10
* Ensure prepared_statement INSERT timestamp precedes eviction DELETE (CASSANDRA-19703)
10
11
Original file line number Diff line number Diff line change @@ -56,6 +56,9 @@ public interface StorageProxyMBean
56
56
public void setNativeTransportMaxConcurrentConnections (Long nativeTransportMaxConcurrentConnections );
57
57
public Long getNativeTransportMaxConcurrentConnections ();
58
58
59
+ public void setNativeTransportMaxConcurrentConnectionsPerIp (Long nativeTransportMaxConcurrentConnections );
60
+ public Long getNativeTransportMaxConcurrentConnectionsPerIp ();
61
+
59
62
public void reloadTriggerClasses ();
60
63
61
64
public long getReadRepairAttempted ();
You can’t perform that action at this time.
0 commit comments