[
https://issues.jboss.org/browse/WFCORE-922?page=com.atlassian.jira.plugin...
]
Brian Stansberry updated WFCORE-922:
------------------------------------
Summary: Remove unneeded cloning of model nodes when persisting the kernel configs
(was: Remove unneeded cloning of domain mode model nodes when persisting the domain and
host configs)
Description: In the kernel part of domain.xml, host.xml and standalone.xml marshaling
look to eliminate use of ModelNode.asPropertyList(), at least from spots where the
ModelNode may be a large data structure. The asPropertyList() call results in a
potentially expensive clone of data. (was: In domain.xml and host.xml marshaling look to
eliminate use of ModelNode.asPropertyList(), at least from spots where the ModelNode may
be a large data structure. The asPropertyList() call results in a potentially expensive
clone of data.)
Remove unneeded cloning of model nodes when persisting the kernel
configs
-------------------------------------------------------------------------
Key: WFCORE-922
URL:
https://issues.jboss.org/browse/WFCORE-922
Project: WildFly Core
Issue Type: Bug
Components: Domain Management
Affects Versions: 2.0.0.Beta4
Reporter: Brian Stansberry
Assignee: Brian Stansberry
Fix For: 2.0.0.Beta5
In the kernel part of domain.xml, host.xml and standalone.xml marshaling look to
eliminate use of ModelNode.asPropertyList(), at least from spots where the ModelNode may
be a large data structure. The asPropertyList() call results in a potentially expensive
clone of data.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)