[jboss-jira] [JBoss JIRA] (WFCORE-3523) Don't initialize extension parsers on a domain server

Brian Stansberry (JIRA) issues at jboss.org
Fri Jan 19 11:09:00 EST 2018


     [ https://issues.jboss.org/browse/WFCORE-3523?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Brian Stansberry resolved WFCORE-3523.
--------------------------------------
    Resolution: Won't Do


A simple attempt at this (see https://github.com/wildfly/wildfly-core/compare/master...bstansberry:WFCORE-3523 until I someday delete it) produced testsuite failures. Probably harmless ones (e.g. reading the management API from domain servers to determine xml namespaces no longer provides any), but just thinking about / getting rid of them takes the effort here beyond what I think it's worth.

> Don't initialize extension parsers on a domain server
> -----------------------------------------------------
>
>                 Key: WFCORE-3523
>                 URL: https://issues.jboss.org/browse/WFCORE-3523
>             Project: WildFly Core
>          Issue Type: Enhancement
>          Components: Domain Management
>            Reporter: Brian Stansberry
>            Assignee: Brian Stansberry
>            Priority: Minor
>
> The Extension.initializeParsers calls is pointless on a domain server, as that kind of process does not parse. So skip it and save the execution cost and the metaspace associated with the parsers.



--
This message was sent by Atlassian JIRA
(v7.5.0#75005)


More information about the jboss-jira mailing list