Comment 2 for bug 1305920

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

Reviewed: https://review.openstack.org/86609
Committed: https://git.openstack.org/cgit/openstack/ceilometer/commit/?id=ced867e7feabe830ca193add5437f12276b9dc05
Submitter: Jenkins
Branch: master

commit ced867e7feabe830ca193add5437f12276b9dc05
Author: Ionuț Arțăriși <email address hidden>
Date: Thu Apr 10 16:25:52 2014 +0200

    reconnect to mongodb on connection failure

    Try to reconnect to mongodb when the client library raised a
    ConnectionFailure error. This is especially useful when mongodb is in
    the process of initializing a replica set and it does not respond to
    connections even though the mongodb service is up.

    Change-Id: I1818d90c135b248a28b35dc0b9f6106cf89496ab
    Closes-Bug: #1305920