Description
ReadOnlyZooKeeperServer is using the default SessionTrackerImpl, which tracks and expires the global sessions, which should be tracked and expired only by the leader. This diff changes the code to use LearnerSessionTracker, which only tracks and expires local session.
Attachments
Issue Links
- is related to
-
ZOOKEEPER-4821 ConnectRequest got NOTREADONLY ReplyHeader
- Open