vanzin opened a new pull request #23805: [SPARK-26420][k8s] Generate more 
unique IDs when creating k8s resource names.
URL: https://github.com/apache/spark/pull/23805
 
 
   Using the current time as an ID is more prone to clashes than people 
generally
   realize, so try to make things a bit more unique without necessarily using a
   UUID, which would eat too much space in the names otherwise.
   
   The implemented approach uses some bits from the current time, plus some 
random
   bits, which should be more resistant to clashes.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to