You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geode.apache.org by Travis CI <bu...@travis-ci.com> on 2021/01/26 03:11:25 UTC

Passed: apache/geode-native#2959 (develop - 9a46e7d)

Build Update for apache/geode-native
-------------------------------------

Build: #2959
Status: Passed

Duration: 1 hr, 21 mins, and 5 secs
Commit: 9a46e7d (develop)
Author: Alberto Gomez
Message: GEODE-8847: Change boost::asio name resolution to synchronous (#726)

When creating a TCP connection and name resolution is needed, the
synchronous version of the boost::asio::ip::tcp::resolver class
is used instead of the asynchronous one.

The reason is that the asynchronous one does not offer any advantage
over the synchronous one because even if a timeout is set when
using the async one it is later required by the io_service to wait for the
thread launched by the asynchronous call to finish.

View the changeset: https://github.com/apache/geode-native/compare/ee4e59ecbf32...9a46e7d89918

View the full build log and details: https://travis-ci.com/github/apache/geode-native/builds/214465352?utm_medium=notification&utm_source=email


--

You can unsubscribe from build emails from the apache/geode-native repository going to https://travis-ci.com/account/preferences/unsubscribe?repository=16807653&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.