[ovs-build] Broken: igsilya/ovs#1020 (tmp-master - 9f3161b)

Travis CI builds at travis-ci.org
Mon Oct 26 08:20:31 UTC 2020


Build Update for igsilya/ovs
-------------------------------------

Build: #1020
Status: Broken

Duration: 1 hr, 15 mins, and 28 secs
Commit: 9f3161b (tmp-master)
Author: Ilya Maximets
Message: raft: Avoid having more than one snapshot in-flight.

Previous commit 8c2c503bdb0d ("raft: Avoid sending equal snapshots.")
took a "safe" approach to not send only exactly same snapshot
installation requests.  However, it doesn't make much sense to send
more than one snapshot at a time.  If obsolete snapshot installed,
leader will re-send the most recent one.

With this change leader will have only 1 snapshot in-flight per
connection.  This will reduce backlogs on raft connections in case
new snapshot created while 'install_snapshot_request' is in progress
or if election timer changed in that period.

Also, not tracking the exact 'install_snapshot_request' we've sent
allows to simplify the code.

Reported-at: https://bugzilla.redhat.com/show_bug.cgi?id=1888829
Fixes: 8c2c503bdb0d ("raft: Avoid sending equal snapshots.")
Signed-off-by: Ilya Maximets <i.maximets at ovn.org>

View the changeset: https://github.com/igsilya/ovs/compare/a87d827ecb99...9f3161b28d43

View the full build log and details: https://travis-ci.org/github/igsilya/ovs/builds/738842040?utm_medium=notification&utm_source=email


--

You can unsubscribe from build emails from the igsilya/ovs repository going to https://travis-ci.org/account/preferences/unsubscribe?repository=17831080&utm_medium=notification&utm_source=email.
Or unsubscribe from *all* email updating your settings at https://travis-ci.org/account/preferences/unsubscribe?utm_medium=notification&utm_source=email.
Or configure specific recipients for build notifications in your .travis.yml file. See https://docs.travis-ci.com/user/notifications.

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.openvswitch.org/pipermail/ovs-build/attachments/20201026/7edaad16/attachment.html>


More information about the build mailing list