You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After submitting a R function which sleeps for 1 minute and kill it from the scheduler interface, the error received when calling PAWaitFor is not correct, it should be an error displaying that the job has been killed.
{noformat}
Connected to Scheduler at https://frrdscpd.rd.loreal:9900/rest
[1] "Java-Object{org.ow2.proactive.scheduler.rest.SchedulerClient@4311771e}"
r <- PASolve(function(x){Sys.sleep(60)},1)
Job submitted (id : 5152)
with tasks : t1
PAWaitFor(r)
Erreur dans unserialize(result) : 'connection' must be a connection
{noformat}
The text was updated successfully, but these errors were encountered:
commit db7d685 removed the ununderstandabe error message but returns an empty result instead of throwing a correct error message. So the issue is still open
Original issue created by Fabien Viale on 05, May 2015 at 16:40 PM - PRC-45
After submitting a R function which sleeps for 1 minute and kill it from the scheduler interface, the error received when calling PAWaitFor is not correct, it should be an error displaying that the job has been killed.
{noformat}
Connected to Scheduler at https://frrdscpd.rd.loreal:9900/rest
[1] "Java-Object{org.ow2.proactive.scheduler.rest.SchedulerClient@4311771e}"
The text was updated successfully, but these errors were encountered: