[
https://issues.apache.org/jira/browse/GEODE-66?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15088487#comment-15088487
]
Jinmei Liao edited comment on GEODE-66 at 1/8/16 12:43 AM:
-----------------------------------------------------------
I understand the need for it, but the fact that resource manager is set per
server posses an issue. In case a developer has issued these following
commands in gfsh:
{code}
gfsh>start locator --name=loc1
gfsh>start server --name=server1 --eviction-heap-percentage=90
gfsh>start server --name=server2 --eviction-heap-percentage=80
--server-port=40405
gfsh>create region --name=usertable --type=PARTITION_REDUNDANT_HEAP_LRU
gfsh>export cluster-configuration --zip-file-name=cluster-config.zip
{code}
What do you expect to see in the cluster configuration?
was (Author: jinmeiliao):
I understand the need for it, but the fact that resource manager is set per
server posses an issue. In case a developer has issued these following
commands in gfsh:
{code}
gfsh>start locator --name=loc1
gfsh>start server --name=server1 --eviction-heap-percentage=90
gfsh>start server --name=server2 --eviction-heap-percentage=80
gfsh>create region --name=usertable --type=PARTITION_REDUNDANT_HEAP_LRU
gfsh>export cluster-configuration --zip-file-name=cluster-config.zip
{code}
What do you expect to see in the cluster configuration?
> exporting cluster-config does not export resource-manager settings
> ------------------------------------------------------------------
>
> Key: GEODE-66
> URL: https://issues.apache.org/jira/browse/GEODE-66
> Project: Geode
> Issue Type: Bug
> Components: management
> Reporter: Swapnil Bawaskar
> Assignee: Jinmei Liao
> Priority: Minor
>
> When a server is started using gfsh with eviction and/or critical heap
> percentages specified, and we later do a export cluster-configuration, the
> eviction threshold is not reflected in the cluster config zip archive.
> To reproduce:
> 1. Start a locator and a server and create some regions:
> {code}
> gfsh>start locator --name=loc1
> gfsh>start server --name=server1 --eviction-heap-percentage=90
> gfsh>create region --name=usertable --type=PARTITION_REDUNDANT_HEAP_LRU
> {code}
> 2. export the cluster configuration:
> {code}
> gfsh>export cluster-configuration --zip-file-name=cluster-config.zip
> {code}
> 3. unzip cluster-config.zip to notice that cluster/cluster.xml does not a
> resource-manager element.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)