-
Bug
-
Resolution: Done
-
Critical
-
None
-
4.11
-
None
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.
- depends on
-
OCPBUGS-2803 Project auth cache sync blocks list handler
- Closed
- is related to
-
OCPBUGS-2766 'oc login' should be robust in the face of gather failures
- Closed
- links to