On Wed, Jan 8, 2020 at 2:02 AM Ben Pfaff <b...@ovn.org> wrote:
>
> On Tue, Jan 07, 2020 at 10:24:48AM +0530, num...@ovn.org wrote:
> > From: Numan Siddique <num...@ovn.org>
> >
> > When ovsdb-server is in backup mode and connects to the active
> > ovsdb-server for replication, and if takes more than 5 seconds to
> > get the dump of the whole database, it will drop the connection
> > soon after as the default probe interval is 5 seconds. This
> > results in a snowball effect of reconnections to the active
> > ovsdb-server.
> >
> > This patch handles or mitigates this issue by setting the
> > default probe interval value to 60 seconds and provide the option to
> > configure this value from the unixctl command.
> >
> > Other option could be increase the value of 
> > 'RECONNECT_DEFAULT_PROBE_INTERVAL'
> > to a higher value.
>
> Thanks.  I applied this to master.

Thank you.

Numan

> _______________________________________________
> dev mailing list
> d...@openvswitch.org
> https://mail.openvswitch.org/mailman/listinfo/ovs-dev
>

_______________________________________________
dev mailing list
d...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to