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 error--Ask timed out #1057

Open
berylqliu opened this issue Apr 20, 2018 · 3 comments
Open

submit job error--Ask timed out #1057

berylqliu opened this issue Apr 20, 2018 · 3 comments
Labels
good first issue A good issue to tackle for people looking for a way to contribute timeout Issues caused by any kind of timeout arising

Comments

@berylqliu
Copy link

Used Spark version
2.2
Used Spark Job Server version
(Released version, git branch or docker image version)
0.7
Deployed mode
(client/cluster on Spark Standalone/YARN/Mesos/EMR or default)
client
Actual (wrong) behavior
when i submit a job , response as follow:
{
"status": "ERROR",
"result": {
"message": "Ask timed out on [Actor[akka.tcp://JobServer@127.0.0.1:56705/user/jobManager-f8-9b1c-3d2f747a609b#-2122314191]] after [30000 ms]. Sender[null] sent message of type "spark.jobserver.JobManagerActor$StartJob".",
"errorClass": "akka.pattern.AskTimeoutException",
"stack": "akka.pattern.AskTimeoutException: Ask timed out on [Actor[akka.tcp://JobServer@127.0.0.1:56705/user/jobManager-f8-9b1c-3d2f747a609b#-2122314191]] after [30000 ms]. Sender[null] sent message of type "spark.jobserver.JobManagerActor$StartJob".\n\tat akka.pattern.PromiseActorRef$$anonfun$1.apply$mcV$sp(AskSupport.scala:604)\n\tat akka.actor.Scheduler$$anon$4.run(Scheduler.scala:126)\n\tat scala.concurrent.Future$InternalCallbackExecutor$.unbatchedExecute(Future.scala:601)\n\tat scala.concurrent.BatchingExecutor$class.execute(BatchingExecutor.scala:109)\n\tat scala.concurrent.Future$InternalCallbackExecutor$.execute(Future.scala:599)\n\tat akka.actor.LightArrayRevolverScheduler$TaskHolder.executeTask(LightArrayRevolverScheduler.scala:331)\n\tat akka.actor.LightArrayRevolverScheduler$$anon$4.executeBucket$1(LightArrayRevolverScheduler.scala:282)\n\tat akka.actor.LightArrayRevolverScheduler$$anon$4.nextTick(LightArrayRevolverScheduler.scala:286)\n\tat akka.actor.LightArrayRevolverScheduler$$anon$4.run(LightArrayRevolverScheduler.scala:238)\n\tat java.lang.Thread.run(Thread.java:745)\n"
}
}

@berylqliu berylqliu changed the title submit job error submit job error--Ask timed out Apr 20, 2018
@linsimiao
Copy link

i met with the similar problem with u. have u solved the problem?

@lefromage
Copy link

if you google it , Literally 100s people have same error with akka timeout error.
it happens even if you try the docker image with the sample code and jars
, the development code compile etc...

it would be much better on everyone if default timeouts worked correctly in most cases.

@bsikander
Copy link
Contributor

true, the timeouts are inconsistent in jobserver which leads to these ask timeout issues.
For DELETE/POST context, these have already been fixed.

For binaries it is still left. PRs are welcomed. We can also support you.

@Nibooor Nibooor added good first issue A good issue to tackle for people looking for a way to contribute timeout Issues caused by any kind of timeout arising labels Nov 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue A good issue to tackle for people looking for a way to contribute timeout Issues caused by any kind of timeout arising
Projects
None yet
Development

No branches or pull requests

5 participants