[
https://issues.apache.org/jira/browse/GEODE-4218?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Barbara Pruijn updated GEODE-4218:
----------------------------------
Description:
Currently if you start a locator with:
load-cluster-configuration-from-dir=true
you would usually need to specify a "cluster-configuration-dir" to go with it,
if you don't, it will default to the locator's working dir which is usually
empty, and when this happens, it will override the entire cluster's
configuration to be empty.
We have deprecated this option.
was:
Currently if you start a locator with:
load-cluster-configuration-from-dir=true
you would usually need to specify a "cluster-configuration-dir" to go with it,
if you don't, it will default to the locator's working dir which is usually
empty, and when this happens, it will override the entire cluster's
configuration to be empty.
Since we cannot remove the option -load-cluster-configuration-from-dir since
this will break backward compatibility for existing customers who are using
this, we can make this option optional (not required) when you specify
-cluster-config-dir=<path to cluster config file>.
Also, we need to return an error if you specify
load-cluster-configuration-from-dir=true but don't provide
--cluster-config-dir=<path to cluster config file>. See GEODE-3237.
> load-cluster-configuration-from-dir is no longer required when setting
> --cluster-config-dir
> -------------------------------------------------------------------------------------------
>
> Key: GEODE-4218
> URL: https://issues.apache.org/jira/browse/GEODE-4218
> Project: Geode
> Issue Type: Improvement
> Components: configuration, docs, management
> Reporter: Jinmei Liao
> Priority: Major
> Fix For: 1.6.0
>
>
> Currently if you start a locator with:
> load-cluster-configuration-from-dir=true
> you would usually need to specify a "cluster-configuration-dir" to go with
> it, if you don't, it will default to the locator's working dir which is
> usually empty, and when this happens, it will override the entire cluster's
> configuration to be empty.
> We have deprecated this option.
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)