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

2017-09-06 Thread Udo Kohlmeyer (JIRA)

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

Udo Kohlmeyer updated GEODE-3567:
-
Description: 
When running the following steps, ends up causing the `export config` command 
to list multiple `` 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}
Extract from serversBack4 exported cache.xml
{code}
http://www.w3.org/2001/XMLSchema-instance; 
xmlns="http://geode.apache.org/schema/cache; 
xsi:schemaLocation="http://geode.apache.org/schema/cache 
http://geode.apache.org/schema/cache/cache-1.0.xsd; version="1.0" 
is-server="true">
  
  
{code}

  was:
When running the following steps, ends up causing the `export config` command 
to list multiple `` 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}
{code}
http://www.w3.org/2001/XMLSchema-instance; 
xmlns="http://geode.apache.org/schema/cache; 
xsi:schemaLocation="http://geode.apache.org/schema/cache 
http://geode.apache.org/schema/cache/cache-1.0.xsd; version="1.0" 
is-server="true">
  
  
{code}


> 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 `` 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 

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

2017-09-06 Thread Udo Kohlmeyer (JIRA)

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

Udo Kohlmeyer updated GEODE-3567:
-
Description: 
When running the following steps, ends up causing the `export config` command 
to list multiple `` 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}
{code}
http://www.w3.org/2001/XMLSchema-instance; 
xmlns="http://geode.apache.org/schema/cache; 
xsi:schemaLocation="http://geode.apache.org/schema/cache 
http://geode.apache.org/schema/cache/cache-1.0.xsd; version="1.0" 
is-server="true">
  
  
{code}

  was:
When running the following steps, ends up causing the `export config` command 
to list multiple `` 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}


> 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 `` 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 

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

2017-09-06 Thread Udo Kohlmeyer (JIRA)

 [ 
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 `` 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)