thelastpickle / cassandra-reaper

Automated Repair Awesomeness for Apache Cassandra
http://cassandra-reaper.io/
Apache License 2.0
487 stars 217 forks source link

HttpManagementConnectionFactory does not use the same instance for all calls #1414

Closed burmanm closed 1 year ago

burmanm commented 1 year ago

Project board link

When connectImpl / connectAny is called from the HttpManagementConnectionFactory, it creates a new instance of HttpManagementProxy every time. This is different from the behavior of the JMXConnectionFactory and might cause additional memory usage if multiple instances of HttpManagementProxy are created for the same node.

Miles-Garnsey commented 1 year ago

Merged to the integration branch. Closing.