Comment 3 for bug 1375311

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

Reviewed: https://review.openstack.org/124777
Committed: https://git.openstack.org/cgit/openstack/trove/commit/?id=0007a5076aa795fc354b122ae591980c9413f054
Submitter: Jenkins
Branch: master

commit 0007a5076aa795fc354b122ae591980c9413f054
Author: Robert Myers <email address hidden>
Date: Sat Sep 27 19:25:59 2014 -0500

    Removing dependency on trove models in the guest agent

    Reasons:
     - The guest agent is importing backup models and agent
       heartbeat, this triggers the all of the trove database
       setup logic which bloats the guest process on the host.

     - Moving the state to its own module and removing an unused
       function decreases the memory usage by about 15 - 20 megs.

    Closes-Bug: #1375311
    Change-Id: I126c0b89c170b325d85b3f09afca399b4f5de9e8