Use Flag.RESTART_RESOURCE_SERVICES for child resources of
stack/channel
-----------------------------------------------------------------------
Key: WFLY-4575
URL:
https://issues.jboss.org/browse/WFLY-4575
Project: WildFly
Issue Type: Enhancement
Components: Clustering
Affects Versions: 9.0.0.Alpha1
Reporter: Paul Ferraro
Assignee: Paul Ferraro
Fix For: 10.0.0.Beta1
Currently, the attributes for each child resource of a stack or channel use
RESTART_ALL_SERVICES, thus any change to one of these attributes requires all services to
restart. This is overkill, since only the services of the parent resource (i.e. channel,
channel factory) actually require restarting.