Comment 3 for bug 1359018

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

Reviewed: https://review.openstack.org/116218
Committed: https://git.openstack.org/cgit/openstack/swift/commit/?id=7a0c4d248257259612d3471ab42669ca9d90c573
Submitter: Jenkins
Branch: master

commit 7a0c4d248257259612d3471ab42669ca9d90c573
Author: Takashi Kajinami <email address hidden>
Date: Mon Nov 24 22:05:07 2014 +0900

    Remove invalid connection checking in db_replicator

    Account/Container-replicator checks connection generation and timeout
    in HTTP REPLICATE Request in _repl_to_node, but it doesn't really checks
    connection but only construction of ReplConnection class.
    This patch removes that invalid checking.

    Change-Id: Ie6b4062123d998e69c15638b741e7d1ba8a08b62
    Closes-Bug: #1359018