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
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.
The text was updated successfully, but these errors were encountered:
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.
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.The text was updated successfully, but these errors were encountered: