[jboss-jira] [JBoss JIRA] (WFCORE-4795) Make timeout of ManagedExplodedContentServitor configurable
Jo Vandermeeren (Jira)
issues at jboss.org
Wed Jan 8 10:58:49 EST 2020
Jo Vandermeeren created WFCORE-4795:
---------------------------------------
Summary: Make timeout of ManagedExplodedContentServitor configurable
Key: WFCORE-4795
URL: https://issues.redhat.com/browse/WFCORE-4795
Project: WildFly Core
Issue Type: Enhancement
Components: Server
Reporter: Jo Vandermeeren
Assignee: Jeff Mesnil
The [ManagedExplodedContentServitor |https://github.com/wildfly/wildfly-core/blob/master/server/src/main/java/org/jboss/as/server/deployment/ManagedExplodedContentServitor.java] deletes previously staged exploded managed WARs before deploying again from the repository.
This class uses a latch to wait 60 seconds before failing the deployment with a StartException.
On a Windows VM deleting an exploded WAR can take a long time, especially with Virus scanning enabled.
It would be appreciated if this timeout was either increased or configurable.
We now had to work around this issue by manually deleting the _standalone/data/managed-exploded_ directory and its contents before booting WildFly.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
More information about the jboss-jira
mailing list