Ian Kent created WFCORE-586:
-------------------------------
Summary: domain controller does not timeout on bad app deploy
Key: WFCORE-586
URL:
https://issues.jboss.org/browse/WFCORE-586
Project: WildFly Core
Issue Type: Feature Request
Components: Domain Management
Environment: WF 8.2.0-FINAL
Reporter: Ian Kent
Assignee: Brian Stansberry
We have a WildFly domain setup with 5 server groups and at least one server in each group.
We continuous deploy applications (wars) into the domain from out continuos
integration/deployment tool (Bamboo) using the WildFly CLI.
{noformat}
jboss-cli --connect --controller=host:port --timeout=10000 --command="deploy x.war
--name=x.war --runtime-name=x-version.war --server-groups=A"
{noformat}
If an app has trouble deploying due to looping on resource connection attempts it blocks
the bamboo agent and domain controller for undetermined amount of time.
I know there is a connection timeout, but what about a deployment timeout?
If a deploy does not finish within timeout then it it cancelled.
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)