Mantis - Resin
Viewing Issue Advanced Details
5652 minor sometimes 02-10-14 09:11 05-05-14 10:29
mate  
ferg  
normal  
closed 4.0.37  
fixed  
none    
none 4.0.40  
0005652: Remote deployment leads to frequent "future timeout"
In our continuous deployment with remote deploy we frequently see
  java.lang.IllegalStateException: QueryFutureCallback[] future timeout: 120000ms
which leads to Jenkins job failures.

It seems like remote deployment will wait until the remote application has been redeployed and initialized. Given that, a timeout of 120 s seems a bit low. Furthermore, it looks like the timeout cannot be affected (there is no setter for com.caucho.bam.manager.SimpleBamManager._timeout).

Notes
(0006443)
ferg   
05-05-14 10:29   
updated to 600s.