Kenneth Howe created GEODE-6002: ----------------------------------- Summary: Member specific configuration is not persisted in the cluster configuration Key: GEODE-6002 URL: https://issues.apache.org/jira/browse/GEODE-6002 Project: Geode Issue Type: Bug Components: gfsh Reporter: Kenneth Howe
Some commands, such as {{create gateway-receiver}} have an option ({{--member}}) to restrict the command to a single server member in the cluster. This member specific action now creates the object on the server but does not store the configuration information in the cluster configuration. The same command, when used without the {{--member}} option will save the information as an entry in the cluster configuration. If a member with specific configuration shuts down and is then restarted, the object (e.g. gateway-receiver) will not be recreated because there is no persisted record of it. -- This message was sent by Atlassian JIRA (v7.6.3#76005)