ooyala / spark-jobserver

REST job server for Spark. Note that this is *not* the mainline open source version. For that, go to https://github.com/spark-jobserver/spark-jobserver. This fork now serves as a semi-private repo for Ooyala.
Other
344 stars 135 forks source link

No Slots Available for a persistent context with no running jobs. #121

Open dhruvsinghal991 opened 7 years ago

dhruvsinghal991 commented 7 years ago

Hi,

I have a running context for more than 33.4 hrs, with no running jobs. When I try to start a new job, SJS throws me the following response.

{ "status": "NO SLOTS AVAILABLE", "result": "Too many running jobs (8) for job context 'pipeline_279'" }

The limit for max-jobs-per-context is set to default 8. There are no threads running for the current context.

It will be really helpful if someone can guide me through this.

Thanks.

Carl-Hee commented 6 years ago

hi, I met the same question. Have you slove it already?