Barbara Pruijn created GEODE-4975: ------------------------------------- Summary: Compare cluster config with cache.xml and log a warning message when these files don't match Key: GEODE-4975 URL: https://issues.apache.org/jira/browse/GEODE-4975 Project: Geode Issue Type: Improvement Components: configuration, gfsh Reporter: Barbara Pruijn
When using cache.xml to configure servers and using gfsh commands (which store configuration in cluster config) and when the servers restart, this is the process flow of how the configuration gets applied upon server restart is: 1) First cluster config is applied 2) Then cache.xml overwrites cluster config. We need to validate the xml between cluster config and cache.xml when applying the configuration and log a warning message when the two files are not identical. -- This message was sent by Atlassian JIRA (v7.6.3#76005)