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

chronos REST api server doesn't response #285

Open
chengweiv5 opened this issue Oct 24, 2014 · 2 comments
Open

chronos REST api server doesn't response #285

chengweiv5 opened this issue Oct 24, 2014 · 2 comments

Comments

@chengweiv5
Copy link
Contributor

We encountered this issue twice in about 3 months, generally we have about 25K jobs per day and the api server may doesn't response sometime. when this issue happen, curl -X -L <host>:<port>/ping will hang up for ever.

@kolloch
Copy link

kolloch commented Apr 7, 2015

Hi @chengweiv5 , sorry for responding that late.

Did you ever do a stack trace when this happens? You can do that by issuing a kill -3 or using the jstack command. It is helpful if you get multiple stack traces so that we can compare what changed or didn't change in-between.

Maybe, all threads accepting requests are blocked.

@chengweiv5
Copy link
Contributor Author

thanks for your tips, @kolloch, we'll do that if we lucky to reproduce this issue.

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