[ovs-build] Canceled: igsilya/ovs#1023 (tmp-branch-2.13 - 625a6f0)

Travis CI builds at travis-ci.com
Tue Nov 3 14:56:09 UTC 2020


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

Build: #1023
Status: Canceled

Duration: ?
Commit: 625a6f0 (tmp-branch-2.13)
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/7a69ccf7e48d...625a6f0f0e30

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

  Restart your build: https://travis-ci.com/github/igsilya/ovs/builds/197877238?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/0dc8e0ae/attachment.html>


More information about the build mailing list