]
Andre Dietisheim updated JBIDE-25677:
-------------------------------------
Fix Version/s: 4.6.0.AM2
(was: 4.6.0.AM1)
Server adapter: Timers are incorrectly managed
----------------------------------------------
Key: JBIDE-25677
URL:
https://issues.jboss.org/browse/JBIDE-25677
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: openshift
Affects Versions: 4.5.2.Final
Reporter: Jeff MAURY
Assignee: Andre Dietisheim
Labels: openshift, openshift_v3, server_adapter
Fix For: 4.6.0.AM2
Timers are incorrectly managed in OpenShift server adapter. I tried to create a NodeJS
server adapter on OpenShift Online Starter. As the first rsync is long (thanks to .npm and
node_modules), it may take more than 5mns as OpenShift Online Starter is resource limited.
I think we should rather monitor the activity of the rsync operation (through messages)
and set a timer related to this activity.