]
Yeray Santana Borges reassigned WFCORE-1473:
--------------------------------------------
Assignee: Yeray Santana Borges (was: Brian Stansberry)
Improve inter-process operation handling for :suspend-servers using a
blocking timout
-------------------------------------------------------------------------------------
Key: WFCORE-1473
URL:
https://issues.jboss.org/browse/WFCORE-1473
Project: WildFly Core
Issue Type: Enhancement
Components: Domain Management
Reporter: Yeray Santana Borges
Assignee: Yeray Santana Borges
This issue has been created from [~brian.stansberry]'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 in those operations.