[jboss-jira] [JBoss JIRA] (WFCORE-4809) Allow composite operation to read the model without need to acquired the write lock in domain mode

Yeray Borges (Jira) issues at jboss.org
Wed Jan 22 12:31:25 EST 2020


     [ https://issues.redhat.com/browse/WFCORE-4809?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Yeray Borges updated WFCORE-4809:
---------------------------------
    Git Pull Request: https://github.com/wildfly/wildfly-core/pull/4064


> Allow composite operation to read the model without need to acquired the write lock in domain mode
> --------------------------------------------------------------------------------------------------
>
>                 Key: WFCORE-4809
>                 URL: https://issues.redhat.com/browse/WFCORE-4809
>             Project: WildFly Core
>          Issue Type: Enhancement
>          Components: Management
>            Reporter: Yeray Borges
>            Assignee: Yeray Borges
>            Priority: Major
>
> Currently, the web console is highly affected by the write lock acquisition. Most of the read operations done by the web console are translated into composite operations, that under some circumstances (target to a single host, non-wildcards..), require the DC write lock. This write lock acquisition has a huge impact on the web console since each operation is queued until the lock is released. 
> As an example, if we have a deployment that takes some minutes in the middle the user is clicking to see the server status, soon the web console gets unresponsible. 
> This issue tries to reduce the write lock acquisition in these cases and allow read operations.



--
This message was sent by Atlassian Jira
(v7.13.8#713008)


More information about the jboss-jira mailing list