skonto edited a comment on pull request #30675:
URL: https://github.com/apache/spark/pull/30675#issuecomment-745201103
@attilapiros ok got it. The part that we are doing the check is meant for
the case we missed an event:
> // Reconcile the case where Spark claims to know about an executor but
the corresponding pod
// is missing from the cluster. This would occur if we miss a deletion
event and the pod
// transitions immediately from running to absent.
To avoid missing the deletion we could add a finilizer and so we see if the
pod has a deletiontimestamp set and remove the finilizer and proceed with
proper deletion.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]