You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#48012 recently converted the generation of host uuid files to prevent two processes from stomping on each other when trying to seed the host uuid of the process. However, that only addresses processes that write the host uuid file to disk. The Kubernetes agent no longer persists the host uuid on disk and instead stores it in a Kubernetes secret. The same optimistic locking should be applied to Kubernetes host uuids to prevent this class of bug entirely.
The text was updated successfully, but these errors were encountered:
#48012 recently converted the generation of host uuid files to prevent two processes from stomping on each other when trying to seed the host uuid of the process. However, that only addresses processes that write the host uuid file to disk. The Kubernetes agent no longer persists the host uuid on disk and instead stores it in a Kubernetes secret. The same optimistic locking should be applied to Kubernetes host uuids to prevent this class of bug entirely.
The text was updated successfully, but these errors were encountered: