[
https://issues.apache.org/jira/browse/GEODE-6896?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16888995#comment-16888995
]
Darrel Schneider commented on GEODE-6896:
-----------------------------------------
Some additional information from Dan:
{quote}Unfortunately, it seems our default is that
use-shared-configuration=true but enable-shared-configuration is false -
meaning that by default we try to find shared configuration but don’t have it
on the locators. That’s why we had to back out our changes - as it stands, it’s
*expected* that members should be able to start up without cluster config even
if use-shared-configuration=true.
I think those settings don’t make much sense. Maybe we should deprecate those
properties and have a new property that definitely means we should use and
store cluster config, and then require that property is the same on all
members?{quote}
> 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
> Priority: Major
> Attachments: GEODE-6896-test.diff
>
>
> 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.14#76016)