Comment 17 for bug 1567668

Revision history for this message
Jakub Libosvar (libosvar) wrote :

@Ryan: Re-establishing of connection is taken care at ovs library level (where we have this bug) so if we implement the mechanism in Neutron, we'll have it twice. Just stating a fact, I'm also in favor of re-establishing it in our code and re-run transaction.

IIUC the probe is there to implement keepalive connections and to disconnect in case peer is dead. Do you know implications what happens to ovsdb if it would have a connection without probes and peer dies?