Comment 2 for bug 1485883

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

Reviewed: https://review.openstack.org/214060
Committed: https://git.openstack.org/cgit/openstack/vmware-nsx/commit/?id=1602baf661b7e2cd951bf1603c6e99ab9638e1b0
Submitter: Jenkins
Branch: master

commit 1602baf661b7e2cd951bf1603c6e99ab9638e1b0
Author: Salvatore Orlando <email address hidden>
Date: Tue Aug 18 00:55:32 2015 -0700

    NSX-mh: Failover controller connections on socket failures

    Upon a socket connection failure, release the current connection
    and acquire a new one to a different controller.
    This is achieved by treating socket connection failures as 503
    errors returned by the controller.

    Also, ensure an even distribution of initial connection priorities
    across controllers.

    Change-Id: I988b46a4d1f51e4ad6b22ed3d892eab6a96a3acd
    Closes-Bug: 1485883