Hitesh Khamesra created GEODE-2642: -------------------------------------- Summary: Sometime client doesn't ping server in ping-interval Key: GEODE-2642 URL: https://issues.apache.org/jira/browse/GEODE-2642 Project: Geode Issue Type: Bug Components: client/server Reporter: Hitesh Khamesra
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. But if operation happens just start of the previous ping-interval then client thread will ping server after more then 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. -- This message was sent by Atlassian JIRA (v6.3.15#6346)