-
Bug
-
Resolution: Done
-
Critical
-
4.11
-
None
-
False
-
-
Resolved an issue that could cause high latencies for project "list" requests, especially on clusters with many namespaces.
An RW mutex was introduced to the project auth cache with https://github.com/openshift/openshift-apiserver/pull/267, taking exclusive access during cache syncs. On clusters with extremely high object counts for namespaces and RBAC, syncs appear to be extremely slow (on the order of several minutes). The project LIST handler acquires the same mutex in shared mode as part of its critical path.
- is depended on by
-
OCPBUGS-2809 Project auth cache sync blocks list handler
- Closed
- links to