executors idle移除后,driver资源无法释放 #4014
Answered
by
pan3793
imperio-wxm
asked this question in
Q&A
-
spark on k8s 2min后Executors全部被关闭移除了,SparkContext也关闭了,但是driver节点依然存活running状态,无法释放node资源 driver中的日志: 22/12/19 19:23:06.489 [mainhread] INFO KubernetesClusterSchedulerBackend: Shutting down all executors
22/12/19 19:23:06.489 [dispatcher-CoarseGrainedSchedulerhread] INFO KubernetesClusterSchedulerBackend$KubernetesDriverEndpoint: Asking each executor to shut down
22/12/19 19:23:06.498 [mainhread] WARN ExecutorPodsWatchSnapshotSource: Kubernetes client has been closed.
22/12/19 19:23:06.887 [dispatcher-event-loop-1hread] INFO MapOutputTrackerMasterEndpoint: MapOutputTrackerMasterEndpoint stopped!
22/12/19 19:23:06.905 [mainhread] INFO MemoryStore: MemoryStore cleared
22/12/19 19:23:06.906 [mainhread] INFO BlockManager: BlockManager stopped
22/12/19 19:23:06.909 [mainhread] INFO BlockManagerMaster: BlockManagerMaster stopped
22/12/19 19:23:06.915 [dispatcher-event-loop-12hread] INFO OutputCommitCoordinator$OutputCommitCoordinatorEndpoint: OutputCommitCoordinator stopped!
22/12/19 19:23:06.924 [mainhread] INFO SparkContext: Successfully stopped SparkContext |
Beta Was this translation helpful? Give feedback.
Answered by
pan3793
Dec 19, 2022
Replies: 1 comment 3 replies
-
Please enter the Driver Pod and run jstack to check thread stacks. |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
imperio-wxm
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Please enter the Driver Pod and run jstack to check thread stacks.