-
Task
-
Resolution: Done
-
Major
-
None
-
None
The SMMR controller currently reconciles member namespaces sequentially. This takes too long when the SMMR has a high number of namespaces (e.g. 100+).
To optimize the process, the operator should perform the reconciliation of individual namespaces concurrently by using the scatter-gather pattern. This will allow the operator to perform the operation as fast as possible (but still be constrained by the operator's rate limiter configuration options `apiBurst` and `apiQPS`).
- is related to
-
MAISTRA-681 Performance Issues when control plane has lots of namespaces
- Closed