-
Bug
-
Resolution: Done
-
Major
-
None
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:
/host=slave/core-service=patching:read-resource(include-runtime=true)
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.
- clones
-
JBEAP-18666 [GSS](7.3.z) WFCORE-4596 - Write lock is acquired reading patching resource using include-runtime
- Closed
-
WFCORE-4596 Write lock is acquired reading patching resource using include-runtime
- Closed
- incorporates
-
JBEAP-18666 [GSS](7.3.z) WFCORE-4596 - Write lock is acquired reading patching resource using include-runtime
- Closed
- is blocked by
-
JBEAP-18655 (7.2.z) [HAL-1663] Two error dialog messages when DC is starting and user executes lifecycle operations on slave servers
- Closed
-
JBEAP-18657 (7.2.z) [HAL-1653] Topology is not refreshed automatically after restart the domain
- Closed
- is incorporated by
-
JBEAP-18607 [GSS](7.2.z) Upgrade WildFly Core from 6.0.24 to 6.0.26
- Closed