Details
-
Bug
-
Status: Closed
-
Critical
-
Resolution: Fixed
-
0.11
-
None
Description
Even when executors are deleted, YK UI shows that resources are consumed by the pod (the one which is already deleted). kubectl get pods does not show the executor but YK UI shows the information of a deleted pod consuming resources even after few hours.
It results into leaking cluster resources.
Steps:
- Run a spark application using k8s spark operator
- Wait for executors to be in running state.
- Delete the application using `kubectl delete sparkapplications <appName>` OR `kubectl delete
{}f <yaml{-}file>` - All the driver and executor pods would be deleted. check `kubectl get pods`
- However, YK UI still shows some of the executors running and consuming resources. It leads to leak of the resource as they are considered as used and could not be used by pending pods.
More details:
https://yunikornworkspace.slack.com/archives/CLNUW68MU/p1637126093006900
Attachments
Attachments
Issue Links
- is caused by
-
YUNIKORN-766 driver/executor get hang occasionally if the applicationId is defined
- Closed