dcoliversun commented on PR #39306:
URL: https://github.com/apache/spark/pull/39306#issuecomment-1383707298

   @dongjoon-hyun 
   > According to the updated PR description, is the only benefit of this 
refactoring is to remove warning K8s event messages?
   
   This PR brings two benefit:
   * Remove unnecessary warning k8s event messages. We collect events as 
alarms, and it is currently impossible to determine whether this event is 
caused by insufficient storage resources or resource creation order.
   * In some schedule scenarios, the problem that webhook cannot find PVC based 
on Pod Spec can be fixed, because old logic is to create PVC after Pod creation.
   
   > Does this PR work with the existing feature like 
[SPARK-41515](https://issues.apache.org/jira/browse/SPARK-41515) ?  
   I'm working on it. Let me check


-- 
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: reviews-unsubscr...@spark.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to