[jboss-jira] [JBoss JIRA] (WFCORE-251) Avoiding unnecessary 2-phase execution of composite operations in a managed domain

Brian Stansberry (JIRA) issues at jboss.org
Fri Nov 14 11:02:30 EST 2014


Brian Stansberry created WFCORE-251:
---------------------------------------

             Summary: 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


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.



--
This message was sent by Atlassian JIRA
(v6.3.8#6338)


More information about the jboss-jira mailing list