tenglei commented on PR #38181: URL: https://github.com/apache/spark/pull/38181#issuecomment-1272539284
Set spark.scheduler.listenerbus.eventqueue.capacity = 500, and submit as many jobs as possible in 30 minutes Before this pr We can see there are 806(completed)+66(active) of jobs in spark-ui   Wait for 3h, there still lot of jobs in spark-ui that status not update  After this pr, and set We can see there are 857(completed)+46(active) of jobs in spark-ui  Wait for 7 min, there 935(completed) of jobs and no active job  -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
