Merge pull request #36248 from ncdc/operationNotSupportedCache-mutex
Automatic merge from submit-queue
Fix possible race in operationNotSupportedCache
Because we can run multiple workers to delete namespaces simultaneously, the
operationNotSupportedCache needs to be guarded with a mutex to avoid concurrent
map read/write errors.
Showing
Please
register
or
sign in
to comment