[jboss-jira] [JBoss JIRA] (WFLY-3390) Provide configuration to define when config changes are pushed to servers in a domain
Brian Stansberry (JIRA)
issues at jboss.org
Wed May 21 10:34:56 EDT 2014
Brian Stansberry created WFLY-3390:
--------------------------------------
Summary: Provide configuration to define when config changes are pushed to servers in a domain
Key: WFLY-3390
URL: https://issues.jboss.org/browse/WFLY-3390
Project: WildFly
Issue Type: Feature Request
Security Level: Public (Everyone can see)
Components: Domain Management
Reporter: Brian Stansberry
An EAP customer request:
Right now, any changes done via the CLI to an active profile are pushed to all instances immediately. Some go life, some at reload only
While batch mode can be used to bundle a number of changes in one go, there is currently no way to tell individual servers or server-groups when to accept updates or not.
This proposal is to allow a config switch on servergroup level and on individual server level to accept a configuration change selectively:
1. immediate, the current situation, being the default
2. at restart only
3. at explicit being told so, e.g. when a "reload" is ordered
Example:
<server name="server-three" group="other-server-group" updates="immediate">
the default when the attribute is absent
<server name="server-three" group="other-server-group" updates="start">
<server name="server-three" group="other-server-group" updates="explicit">
The latter could then be triggered with:
/host=master/server-config=server1:reload
Similar option could be set on servergroup level, with a similar reload command on that level
--
This message was sent by Atlassian JIRA
(v6.2.3#6260)
More information about the jboss-jira
mailing list