]
Brian Stansberry reassigned WFCORE-622:
---------------------------------------
Fix Version/s: 2.0.0.CR1
(was: 1.0.0.CR1)
Assignee: (was: Brian Stansberry)
DomainOperationContext transformation assumes slave host and slave
host's servers receive the same ops
------------------------------------------------------------------------------------------------------
Key: WFCORE-622
URL:
https://issues.jboss.org/browse/WFCORE-622
Project: WildFly Core
Issue Type: Bug
Components: Domain Management
Reporter: Brian Stansberry
Fix For: 2.0.0.CR1
https://github.com/wildfly/wildfly-core/commit/f5c516f2#diff-dc2038399fc7...
assumes that the result transformer for the host request is appropriate for use with the
subsequent requests to that host's servers during domain rollout.
That's a shaky supposition, as the server ops generated from a host request have no
fixed relationship to the host request itself. Alignment is the norm but not a rule. In
particular it can faill apart with composite ops where some steps in the composite are not
relevant to all hosts.
Without this extra transformation, test at [1] fails. This indicates the server op is not
getting the transformation registered at [2] applied. But if it's not getting the
result transformation applied, wouldn't that mean relevant operation transformation
isn't being applied as well?
[1]
https://github.com/wildfly/wildfly-core/blob/master/testsuite/domain/src/...
[2]
https://github.com/wildfly/wildfly-core/blob/master/testsuite/domain/src/...