[
https://issues.jboss.org/browse/JBIDE-15054?page=com.atlassian.jira.plugi...
]
Andre Dietisheim commented on JBIDE-15054:
------------------------------------------
The current wizard implementation is using a special guard that was introduced when things
could simply get stuck. The wizard would thus kill some job when it reaches some maximum
time. When embedding, this guard is set to 2 minutes, so every embedding operation that
takes more than 2 minutes is cancelled:
{code:title=OpenShiftApplicationWizard}
private static final long EMBED_CARTRIDGES_TIMEOUT = 2 * 60 * 1000;
{code}
embed cartridges: cannot embed rockmongo + mongo + phpmyadmin + mysql
at the same time
--------------------------------------------------------------------------------------
Key: JBIDE-15054
URL:
https://issues.jboss.org/browse/JBIDE-15054
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: openshift
Affects Versions: 4.1.0.CR1
Reporter: Andre Dietisheim
Assignee: Andre Dietisheim
Fix For: 4.2.x
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see:
http://www.atlassian.com/software/jira