You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Udo Kohlmeyer (JIRA)" <ji...@apache.org> on 2017/09/06 23:37:01 UTC

[jira] [Updated] (GEODE-3567) Exporting configuration from GFSH causes multiple cacheservers to be listed

     [ https://issues.apache.org/jira/browse/GEODE-3567?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Udo Kohlmeyer updated GEODE-3567:
---------------------------------
    Affects Version/s: 1.0.0-incubating
                       1.1.0
                       1.2.0

> Exporting configuration from GFSH causes multiple cacheservers to be listed
> ---------------------------------------------------------------------------
>
>                 Key: GEODE-3567
>                 URL: https://issues.apache.org/jira/browse/GEODE-3567
>             Project: Geode
>          Issue Type: Bug
>          Components: configuration, gfsh
>    Affects Versions: 1.0.0-incubating, 1.1.0, 1.2.0
>            Reporter: Udo Kohlmeyer
>
> When running the following steps, ends up causing the `export config` command to list multiple `<cacheserver..../>` entries to be created in the exported `cache.xml`
> {code}
> start locator --name=locator --enable-cluster-configuration=true --J=-Dgemfire.hostname-for-clients=bob
> start server --name=server --use-cluster-configuration=true --server-port=0 --hostname-for-clients=bob3
> start server --name=server2 --use-cluster-configuration=true --server-port=0 --group=serverGROUP2 --hostname-for-clients=bob2
> export cluster-configuration --zip-file-name=./backup1.zip
> export config --dir=./serversBack1
> stop server --name=server2
> start server --name=server2 --use-cluster-configuration=true --server-port=0 --group=serverGROUP2 --hostname-for-clients=bob2
> export config --dir=./serversBack2
> create disk-store --name=diskstore1 --dir=./ds1
> create region --name=TestRegion2 --type=REPLICATE_PERSISTENT_OVERFLOW --disk-store=diskstore1
> create region --name=TestRegion --type=REPLICATE_PERSISTENT_OVERFLOW --disk-store=diskstore1
> create region --name=TestRegion10 --type=REPLICATE --group=serverGROUP2
> export cluster-configuration --zip-file-name=./backup2.zip
> export config --dir=./serversBack3
> stop server --name=server2
> start server --name=server2 --use-cluster-configuration=true --server-port=0 --group=serverGROUP2 --hostname-for-clients=bob2
> export config --dir=./serversBack4
> {code}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)