[
https://issues.apache.org/jira/browse/ZOOKEEPER-3863?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jie Huang updated ZOOKEEPER-3863:
---------------------------------
Fix Version/s: 3.6.2
Affects Version/s: (was: 3.6.2)
> Do not track global sessions in ReadOnlyZooKeeperServer
> -------------------------------------------------------
>
> Key: ZOOKEEPER-3863
> URL: https://issues.apache.org/jira/browse/ZOOKEEPER-3863
> Project: ZooKeeper
> Issue Type: Bug
> Components: server
> Reporter: Jie Huang
> Priority: Minor
> Fix For: 3.6.2
>
> Time Spent: 10m
> Remaining Estimate: 0h
>
> 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.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)