zhouyifan279 commented on PR #40645:
URL: https://github.com/apache/spark/pull/40645#issuecomment-1500887774

   > Any updates, @zhouyifan279 ?
   
   @dongjoon-hyun sorry for response late. 
   
   Speaking from my limited experience, I think very few users may encounter 
the case you mentioned.
   We'd better not to handle this case in Spark's code. 
   
   Besides, if user changed system time by intention, he can handle it by 
himself easily:
   1. Inject a custom spark property, such as `spark.app.systemTimeBias` into 
SparkConf. 
   2. The real driver pod pending time would be: `startTime - systemTimeBias - 
submitTime`.
   
   


-- 
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]

Reply via email to