dispatcher process interrupted #840
-
Hi everyone! I have a spark application using the spline agent and a custom dispatcher. The spark application generates multiple plans and terminates before the dispatcher has finished processing all the plans, what do I have to do to make my spark application wait for the dispatcher to finish? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
Hello, what version of spark agent do you use? |
Beta Was this translation helpful? Give feedback.
-
Hello again, in the end the problem was that the AsyncEventQueue was filling up because our dispatcher was taking too long, we solved it by increasing the parameters |
Beta Was this translation helpful? Give feedback.
Hello again,
in the end the problem was that the AsyncEventQueue was filling up because our dispatcher was taking too long, we solved it by increasing the parameters
spark.scheduler.listenerbus.eventqueue.capacity
and
spark.scheduler.listenerbus.eventqueue.shared.capacity