[jboss-jira] [JBoss JIRA] (WFCORE-4835) [GSS](7.2.z) Write lock is acquired reading patching resource using include-runtime

Ricardo Martin Camarero (Jira) issues at jboss.org
Thu Feb 6 06:59:01 EST 2020


Ricardo Martin Camarero created WFCORE-4835:
-----------------------------------------------

             Summary: [GSS](7.2.z) Write lock is acquired reading patching resource using include-runtime
                 Key: WFCORE-4835
                 URL: https://issues.redhat.com/browse/WFCORE-4835
             Project: WildFly Core
          Issue Type: Bug
          Components: Patching 
            Reporter: Ricardo Martin Camarero
            Assignee: Yeray Borges
             Fix For: 11.0.0.Beta3


This is initially created as a bug but it needs first some investigation to discover if it is really necessary to acquire the write lock when the patching resource is read. If it is unnecessary, we should remove this need.

The following operation is acquiring the write lock:

{noformat}
/host=slave/core-service=patching:read-resource(include-runtime=true) 
{noformat}

It potentially will block if there is any other operation that has already acquired the lock. One consequence found due to this issue was HAL could block and hang if an HC is starting and the user clicks on 'Patching' menu entry. It was fixed in HAL, where an HC being restarted is no longer shown in the Patching menu.

The main problem seems to be in PatchStreamResourceOperationStepHandler, which is the parent handler used for the handlers that manage patching operations. This parent handler is always acquiring the write lock.




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


More information about the jboss-jira mailing list