You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2019/02/15 22:30:43 UTC

[GitHub] vanzin opened a new pull request #23805: [SPARK-26420][k8s] Generate more unique IDs when creating k8s resource names.

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:
users@infra.apache.org


With regards,
Apache Git Services

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