HeartSaVioR commented on pull request #30366:
URL: https://github.com/apache/spark/pull/30366#issuecomment-727875284


   Looks like Spark requires two preconditions to make scheduling renewal work 
correctly:
   
   1) `token.renew()` should give valid expiration date, or should throw 
exception if it's not supported.
   2) token identifier should give valid issue date.
   
   This is from the case where only 1) is fulfilled. In this case, we can still 
schedule based on the "absolute" renewal date from `token.renew()`, but no 
longer be able to deal with "interval" which is relative to "issue date".


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

Reply via email to