-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
None
-
None
The /host=*/server=* resource can become a proxy resource in the middle of reading /host=*/ recursively. At the first read level, it could be a concrete resource, but once the ReadResourceHandler is committed to reading the /host=*/server=* children, this resource could become a proxy resource and make the operation fail if the server has not finished the booting process.
I don't think we can do something with the read resource operation, since it is racy regarding the managed server registration and even if the resource has changed to be a proxy, it was not a proxy when it was read by an upper recursive level.
In this case, returning a descriptive error, something like: "WFLYCTL0379: System boot is in process; execution of remote management operations is not currently available"
Ignoring the read in such a case could be another approach, however, the operation should succeed in such a case returning no results from the read operation.
- is triggered by
-
WFCORE-6491 HostControllerBootOperationsTestCase fails intermittently when Security Manager is enabled
- Resolved