Github user hanm commented on a diff in the pull request: https://github.com/apache/zookeeper/pull/447#discussion_r205339992 --- Diff: src/java/main/org/apache/zookeeper/server/SessionTracker.java --- @@ -47,21 +47,20 @@ long createSession(int sessionTimeout); /** - * Add a global session to those being tracked. + * Track the session expire, not add to ZkDb. * @param id sessionId * @param to sessionTimeout * @return whether the session was newly added (if false, already existed) --- End diff -- This comment should be updated now with the function name change.
---