[jboss-jira] [JBoss JIRA] (WFCORE-310) Don't copy the contents to all hosts when assigning a deployment to a server-group
Ken Wills (JIRA)
issues at jboss.org
Tue Sep 15 20:07:00 EDT 2015
[ https://issues.jboss.org/browse/WFCORE-310?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13109045#comment-13109045 ]
Ken Wills commented on WFCORE-310:
----------------------------------
Reproducible with:
/profile=default:clone(to-profile="deployment-affected")
/server-group=deployment-group-affected:add(profile="deployment-affected", socket-binding-group="standard-sockets")
/host=fedor.yaberk.int/server-config=server-affected:add(group="deployment-group-affected")
/host=fedor.yaberk.int/server-config=server-affected:start
deploy /home/kwills/a.jar --server-groups=deployment-group-affected
deploy /home/kwills/b.jar --server-groups=deployment-group-affected
/host=master:reload(admin-only=true)
undeploy a.jar --server-groups=deployment-group-affected
deploy /home/kwills/c.jar --server-groups=deployment-group-affected --name=a.jar
undeploy b.jar --server-groups=deployment-group-affected
/host=master:reload(admin-only=false)
(Jars are just renamed files from the test, see:
./testsuite/domain/target/DeploymentScenario1442357426056/reconnect-slave-dep*.jar
> Don't copy the contents to all hosts when assigning a deployment to a server-group
> ----------------------------------------------------------------------------------
>
> Key: WFCORE-310
> URL: https://issues.jboss.org/browse/WFCORE-310
> Project: WildFly Core
> Issue Type: Enhancement
> Components: Domain Management
> Reporter: Emanuel Muckenhuber
> Assignee: Ken Wills
> Priority: Blocker
> Fix For: 2.0.0.CR2
>
>
> When assigning a deployment to a server-group it also copies the actual deployment contents to all hosts regardless of the whether the deployment is used locally or not. This should be changed that the contents are only retrieved if they are actually needed on a local server.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
More information about the jboss-jira
mailing list