Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

After killing a job, the correct error message is not received by PARConnector #48

Open
activeeon-bot opened this issue May 5, 2015 · 1 comment

Comments

@activeeon-bot
Copy link

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}"

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}

@fviale
Copy link
Member

fviale commented Jul 7, 2015

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

@lpellegr lpellegr removed this from the 6.1.0 milestone Feb 1, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants