Comment 3 for bug 1362310

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

Reviewed: https://review.openstack.org/121938
Committed: https://git.openstack.org/cgit/openstack/trove/commit/?id=0fe9c9dd59cf4bc084a9875ce789f0b2943c799a
Submitter: Jenkins
Branch: master

commit 0fe9c9dd59cf4bc084a9875ce789f0b2943c799a
Author: Morgan Jones <email address hidden>
Date: Wed Sep 10 10:31:00 2014 -0700

    Make the replication snapshot timeout configurable

    There is no way to tell how long the snapshot for replication
    will take, and we have no good way to poll for the slave state.
    Eventually, we will need to have an intelligent poll (perhaps
    based on guest heartbeats), but in the meantime we will have
    the the snapshot use a configurable timeout which can be set
    as needed, and independently of the agent_call timeouts.

    Co-Authored-By: Nikhil Manchanda <email address hidden>
    Change-Id: I6316d748e91d1ec3eebe25a14bb43fbfe10db669
    Closes-bug: 1362310