Michael Han created ZOOKEEPER-3970: -------------------------------------- Summary: Enable ZooKeeperServerController to expire session Key: ZOOKEEPER-3970 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-3970 Project: ZooKeeper Issue Type: Task Components: server, tests Reporter: Michael Han Assignee: Michael Han
This is a follow up of ZOOKEEPER-3948. Here we enable ZooKeeperServerController to be able to expire a global or local session. This is very useful in our experience in integration testing when we want a controlled session expiration mechanism. This is done by having session tracker exposing both global and local session stats, so a zookeeper server can expire the sessions in the controller. -- This message was sent by Atlassian Jira (v8.3.4#803005)