Build Update for apache/geode ------------------------------------- Build: #1903 Status: Broken
Duration: 8 minutes and 2 seconds Commit: 8c11848 (develop) Author: Bruce Schuchardt Message: GEODE-2368 Need to fix log message in DirectChannel Prior to the membership rewrite for v1.0 we used a different identifier for the DirectChannel using the class "Stub". In the rewrite we replaced this with the InternalDistributedMember ID, but that isn't formed until after the DirectChannel has been booted up and the MembershipManager has finished joining the distributed system. This change set modifies DirectChannel to use the SocketAddress of the server socket it's created, which is equivalent to the old "Stub" identifier. View the changeset: https://github.com/apache/geode/compare/b529568dcd15...8c1184839e52 View the full build log and details: https://travis-ci.org/apache/geode/builds/196751062 -- You can configure recipients for build notifications in your .travis.yml file. See https://docs.travis-ci.com/user/notifications