maoling commented on issue #688: reduce session revalidation time after zxid roll over URL: https://github.com/apache/zookeeper/pull/688#issuecomment-473825950 @TyqITstudent - I have some other concern: comparing the timestamp between leader and follwers in a distributed system may be not a good idea.e.g due to clock skew, the currentTime in the follower's machine will be smaller than the actual value,then always `currentTime < timeout + timeA` - Overall, in the current design of the session, the server cannot have a good ability to handle thousands of clients.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
