]
Andre Dietisheim edited comment on JBIDE-25677 at 4/11/18 10:00 AM:
--------------------------------------------------------------------
postponing this to 4.5.4.AM1 since I cannot reproduce the problem here currently.
was (Author: adietish):
postponing this since I cannot reproduce the problem here currently.
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.5.3.Final
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.