[ovs-build] Failed: ovsrobot/ovs#2769 (series_187740 - f0bcdff)

Travis CI builds at travis-ci.org
Mon Jul 6 14:41:13 UTC 2020


Build Update for ovsrobot/ovs
-------------------------------------

Build: #2769
Status: Failed

Duration: 1 hr, 6 mins, and 4 secs
Commit: f0bcdff (series_187740)
Author: Anton Ivanov
Message: Run monitor processing in parallel

Monitor processing performs a full walk of all rows in all
tables referenced in a monitor.

The rows are internally represented as a hash map.

This operation can be run in parallel where thread M out N is
walking hash buckets M, N+M, etc.

Running inter-thread IPC for only a handful of datum values
is not likely to be efficient, hence there is a cut-off. Tables
smaller than the cut-off value are run in the main thread.
Larger tables are run via multiple threads.

Signed-off-by: Anton Ivanov <anton.ivanov at cambridgegreys.com>
Signed-off-by: 0-day Robot <robot at bytheb.org>

View the changeset: https://github.com/ovsrobot/ovs/compare/ca0f66f49229...f0bcdff37795

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


--

You can unsubscribe from build emails from the ovsrobot/ovs repository going to https://travis-ci.org/account/preferences/unsubscribe?repository=22285853&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/20200706/da452752/attachment-0001.html>


More information about the build mailing list