Jens Deppe created GEODE-6393:
---------------------------------
Summary: Remove synchronization lock in favor of AtomicReference
for InternalLocator
Key: GEODE-6393
URL: https://issues.apache.org/jira/browse/GEODE-6393
Project: Geode
Issue Type: Improvement
Components: locator
Reporter: Jens Deppe
Although we explicitly state that multiple locators should be started serially,
a network outage (and recovery) may result in multiple locators entering a
reconnect state simultaneously. In this situation a deadlock may result. This
is particularly likely when cluster config is enabled (because of region
creation).
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)