[ovs-build] Canceled: igsilya/ovs#1022 (tmp-branch-2.14 - 66280ef)

Travis CI builds at travis-ci.com
Tue Nov 3 16:01:12 UTC 2020


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

Build: #1022
Status: Canceled

Duration: 29 mins and 57 secs
Commit: 66280ef (tmp-branch-2.14)
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.")
Acked-by: Dumitru Ceara <dceara at redhat.com>
Signed-off-by: Ilya Maximets <i.maximets at ovn.org>

View the changeset: https://github.com/igsilya/ovs/compare/f2db6431047b...66280ef6ac64

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

  Restart your build: https://travis-ci.com/github/igsilya/ovs/builds/197877237?utm_medium=notification&utm_source=email

--

You can unsubscribe from build emails from the igsilya/ovs repository going to https://travis-ci.com/account/preferences/unsubscribe?repository=13391909&utm_medium=notification&utm_source=email.
Or unsubscribe from *all* email updating your settings at https://travis-ci.com/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/20201103/2baaccc9/attachment-0001.html>


More information about the build mailing list