-
Enhancement
-
Resolution: Done
-
Major
-
None
-
None
This issue has been created from bstansbe@redhat.com's comments on https://github.com/wildfly/wildfly-core/pull/1490. That pull request is related with WFCORE-1467.
:suspend-server operation internally is using two calls without a blocking timeout limit:
- A call which waits for the operation to be prepared in the managed server
- A call which waits for the complete message sent by the managed server
The idea with this issue is to add a blocking timeout limit for those calls, in this case the default blocking timeout defined for each managed server.
- relates to
-
WFCORE-1535 Potential forever blocking for suspend() and resume() calls in ManagedServer
-
- Resolved
-