[jboss-jira] [JBoss JIRA] (WFCORE-4636) Logging's CommonAttributes NAME and MODULE should use setFlags(Flag.RESTART_ALL_SERVICES)
Brian Stansberry (Jira)
issues at jboss.org
Fri Aug 30 09:32:00 EDT 2019
Brian Stansberry created WFCORE-4636:
----------------------------------------
Summary: Logging's CommonAttributes NAME and MODULE should use setFlags(Flag.RESTART_ALL_SERVICES)
Key: WFCORE-4636
URL: https://issues.jboss.org/browse/WFCORE-4636
Project: WildFly Core
Issue Type: Bug
Components: Logging
Reporter: Brian Stansberry
Assignee: James Perkins
Both CLASS and MODULE use setFlags(Flag.RESTART_RESOURCE_SERVICES) but I believe that is incorrect; it should be setFlags(Flag.RESTART_ALL_SERVICES). The uses I saw appear to require a server reload. If there are any that don't then those need to use a different AD.
I mark this Blocker not because it's a huge thing but because https://github.com/wildfly/wildfly-core/pull/3908 adds another use of these and there is no reason to publish additional incorrect API descriptions.
I see no compatibility issue with simply changing this. #3908 means there is a new API version and this change is just a metadata correction to reflect the actual behavior.
--
This message was sent by Atlassian Jira
(v7.13.5#713005)
More information about the jboss-jira
mailing list