trove/releasenotes/notes/reuse-cassandra-connections-092cf2a762a2e796.yaml
Petr Malik 728df1640f Reuse Cassandra connections
Cache and reuse the connections in the Admin and
Status objects to avoid leaking resources.
Initialize the App and Admin objects themselves lazily
at the first access.

The Connection object has been changed to act as both
an instance object and context manager.

Change-Id: I4263b870a1099d345ab1940c61ccdf4680a706ca
Closes-Bug: 1566946
2016-05-12 19:56:20 +00:00

5 lines
105 B
YAML

---
fixes:
- Make guestagent reuse Cassandra connections to eliminate resource
leaks. Bug 1566946.