Dan Smith created GEODE-6896:
--------------------------------

             Summary: Member can startup without cluster configuration if 
locator crashes on startup
                 Key: GEODE-6896
                 URL: https://issues.apache.org/jira/browse/GEODE-6896
             Project: Geode
          Issue Type: Bug
          Components: management
            Reporter: Dan Smith


Even if a user is actually using cluster configuration, it's possible for a 
member to start up without using the cluster configuration.

If a locator crashes after a member joins the distributed system, but before it 
gets the cluster configuration, the member will just log a message and start up 
without cluster configuration in this check in GemFireCacheImpl

{noformat}
if (locatorsWithClusterConfig.isEmpty()) {
      logger.info("No locator(s) found with cluster configuration service");
      return null;
    }
{noformat}

This is especially problematic if persistent PDX is used, because the member 
will start up with a non persistent PDX region which will prevent any other 
members with persistence from starting up.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to