Uploaded image for project: 'OpenShift Bugs'
  1. OpenShift Bugs
  2. OCPBUGS-986

Memory leak when a lot of updates on the same service are received

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Obsolete
    • Icon: Undefined Undefined
    • None
    • 4.10
    • Networking / Metal LB
    • None
    • None
    • CNF Network Sprint 224
    • 1
    • False
    • Hide

      None

      Show
      None

      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)

              fpaoline@redhat.com Federico Paolinelli
              fpaoline@redhat.com Federico Paolinelli
              Arti Sood Arti Sood
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

                Created:
                Updated:
                Resolved: