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

Submit job sometime get 500 internal server error #336

Closed
helinwang opened this issue Aug 22, 2017 · 2 comments
Closed

Submit job sometime get 500 internal server error #336

helinwang opened this issue Aug 22, 2017 · 2 comments

Comments

@helinwang
Copy link
Collaborator

helinwang commented Aug 22, 2017

➜  demo git:(develop) ✗ paddlecloud submit -jobname b -cpu 1 -gpu 0 -parallelism 1 -faulttolerant=true -entry "python train_ft.py" fit_a_line
Uploading ... fit_a_line/train.py /pfs/dlnel/home/[email protected]/jobs/b/train.py
Uploading ... fit_a_line/train_ft.py /pfs/dlnel/home/[email protected]/jobs/b/train_ft.py
error submiting job: server error: 500 Internal Server Error
➜  demo git:(develop) ✗ paddlecloud kill c
➜  demo git:(develop) ✗ paddlecloud submit -jobname a -cpu 1 -gpu 0 -parallelism 1 -faulttolerant=false -entry "python train.py" fit_a_line
Uploading ... fit_a_line/train.py /pfs/dlnel/home/[email protected]/jobs/a/train.py
Uploading ... fit_a_line/train_ft.py /pfs/dlnel/home/[email protected]/jobs/a/train_ft.py
error submiting job: server error: 500 Internal Server Error
➜  demo git:(develop) ✗ paddlecloud kill a
➜  demo git:(develop) ✗ paddlecloud submit -jobname a -cpu 1 -gpu 0 -parallelism 1 -faulttolerant=false -entry "python train.py" fit_a_line
Uploading ... fit_a_line/train.py /pfs/dlnel/home/[email protected]/jobs/a/train.py
Uploading ... fit_a_line/train_ft.py /pfs/dlnel/home/[email protected]/jobs/a/train_ft.py
error submiting job: server error: 500 Internal Server Error

The 500 internal server error will persist for few seconds / minutes, and then everything becomes fine again.

@helinwang helinwang changed the title 500 internal server error when submitting job with same name immediately after killing the job 500 internal server error after killing job Aug 22, 2017
@helinwang helinwang changed the title 500 internal server error after killing job Submit job sometime get 500 internal server error Aug 22, 2017
@Yancey1989
Copy link
Collaborator

Sorry, it seems like a bug, and fixed PR: #333

@helinwang
Copy link
Collaborator Author

Thanks!!! Now I am using without any problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants