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/03/11 14:02:43 UTC

Broken: apache/geode#2203 (develop - 27995d6)

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

Build: #2203
Status: Broken

Duration: 7 minutes and 46 seconds
Commit: 27995d6 (develop)
Author: Hitesh Khamesra
Message: GEODE-2642 Fixed ping thread issue on client.

Client ping thread wakes up every "ping-interval" and then it checks
whether someone already did some operation on that server or not, in the
last ping-interval. If there is some operation, then it doesn't ping
server and wakes up again after ping-interval.Otherwise ot pings the
server. But if operation happens just start of the previous ping-interval
then client thread will ping server after more than ping-interval.
This can cause an issue. Thus to avoid this race condition, now ping
thread will wake up in ping-interval/2 and will make sure it pings server.

View the changeset: https://github.com/apache/geode/compare/c1b6f9f79802...27995d6cc2f0

View the full build log and details: https://travis-ci.org/apache/geode/builds/209904453

--

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