-
Bug
-
Resolution: Done
-
Major
-
None
-
None
The listerInformer's sendEvent can be blocked by the multiListerWatcher when it is already processing another event. As the sendEvent function holds the listerInformer's lock this can in turn block calls to drain which can in turn block the event processing loop
- sendEvent blocks drain
- drain blocks event processing loop
- event processing loop blocks sendEvent
The result is that event processing for that instance of the multiListerWatcher will cease for all namespaces.
- is cloned by
-
MAISTRA-2497 listerInformer can block calls to drain and multiListerWatcher
- Closed
- is related to
-
MAISTRA-2680 Service mesh 2.0 experiencing transient 503 UH/UF errors.
- Closed