[
https://issues.apache.org/jira/browse/FLINK-2604?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Till Rohrmann closed FLINK-2604.
--------------------------------
Resolution: Fixed
Fixed via 31aededecfc4ec2085c00f23e2a78f660995efaa
> Access to SessionID without holding lock in ZooKeeperLeaderElectionService
> --------------------------------------------------------------------------
>
> Key: FLINK-2604
> URL: https://issues.apache.org/jira/browse/FLINK-2604
> Project: Flink
> Issue Type: Bug
> Reporter: Ted Yu
> Assignee: Till Rohrmann
>
> In stop() method of ZooKeeperLeaderElectionService :
> {code}
> confirmedLeaderSessionID = null;
> issuedLeaderSessionID = null;
> {code}
> In other part of the class, access to either of the above fields is guarded
> by synchronized (lock).
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)