]
RH Bugzilla Integration updated WFCORE-922:
-------------------------------------------
Bugzilla References:
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.