]
Brian Stansberry updated WFCORE-251:
------------------------------------
Labels: domain-mode (was: )
Avoiding unnecessary 2-phase execution of composite operations in a
managed domain
----------------------------------------------------------------------------------
Key: WFCORE-251
URL:
https://issues.jboss.org/browse/WFCORE-251
Project: WildFly Core
Issue Type: Sub-task
Components: Domain Management
Affects Versions: 1.0.0.Alpha12
Reporter: Brian Stansberry
Labels: domain-mode
When the console sends a composite operation, it is getting routed into the 2-phase
domain wide operation path more often than is necessary, resulting in requests for the
exclusive controller lock for read-only ops that could be executed on the local process
without needing the lock.
Improving this needs to be done carefully, but should be a relatively straightforward
change and probably will have the biggest impact on the parent issue, as most of the CRUD
screens in the console don't need to invoke ops that involve more than the domain
controller.