-
Bug
-
Resolution: Obsolete
-
Undefined
-
None
-
4.10
-
None
-
None
-
CNF Network Sprint 224
-
1
-
False
-
Description of problem:
When a lot of updates on the same services are received, the memory of the speaker pods grow and slowly comes down only after the service stops updating.
Version-Release number of selected component (if applicable):
4.10 (all the frr based versions)
How reproducible:
Always.
Steps to Reproduce:
Create a bgp - enabled service, and continuosly delete it's ip via a script like: while :do kubectl patch svc nginx --subresource=status -p '{"status":{"loadBalancer":{"ingress":[]}}}' sleep 0.5 done This will cause the controller to restore the ip, and another update to be processed by the speaker
Actual results:
The memory of the speakers grow
Expected results:
The memory of the speaker stay stable
Additional info:
It's a corner case related to environmental issues (something that keeps changing the service)