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.org> on 2017/05/18 17:07:38 UTC

Broken: apache/geode#2608 (develop - e216fde)

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

Build: #2608
Status: Broken

Duration: 8 minutes and 8 seconds
Commit: e216fde (develop)
Author: Hitesh Khamesra
Message: GEODE-2804 Update InetSocketAddress, when there is IOException.

Geode keeps InetSocketAddress for locators. So, if locators ip
changes in cloud/VM enviroment then Geode process unable to
connect to locator. Thus we have fixed this problem in two way.

a. If Geode client sees IOException while connecting to locator then
we change cached InetAddress to use locator hostname. In this way,
client does DNS query again for locator host.
b. For other Geode process, now we connect to locator using hostname.

Added couple of junit tests for it.

View the changeset: https://github.com/apache/geode/compare/90ee3d8a0f07...e216fde1e4b1

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

--

You can configure recipients for build notifications in your .travis.yml file. See https://docs.travis-ci.com/user/notifications