Comment 4 for bug 1566946

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to trove (master)

Reviewed: https://review.openstack.org/304316
Committed: https://git.openstack.org/cgit/openstack/trove/commit/?id=728df1640f0db27fc541ad368341c98c1e77ef2c
Submitter: Jenkins
Branch: master

commit 728df1640f0db27fc541ad368341c98c1e77ef2c
Author: Petr Malik <email address hidden>
Date: Tue Apr 5 15:52:15 2016 -0400

    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