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

Replace nodelister with master nodelister everywhere

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Undefined Undefined
    • None
    • 4.13, 4.12, 4.14, 4.15, 4.16
    • Etcd
    • None
    • No
    • False
    • Hide

      None

      Show
      None

      Description of problem:

      From profiling on cert rotation we know that the node informer is
      called every couple of seconds on node heartbeats. This PR will ensure
      that all our node listers only ever listen/inform on the master node
      updates to reduce the frequency of unnecessary sync calls.
      
      Also related to the issue, increasing the amount of node status updates:
      OCPBUGS-29713
      OCPBUGS-29424    

      Version-Release number of selected component (if applicable):

      4.16 down to 4.12, we need to check all versions    

      How reproducible:

      always

      Steps to Reproduce:

          1. create a cluster
          2. look at some metric
          3. observe improvement
          

      Actual results:

      increased amount of CPU usage for CEO    

      Expected results:

      less amount of CPU consumed for CEO    

      Additional info:

      already fixed in 4.16 with
      https://github.com/openshift/cluster-etcd-operator/pull/1205
      
      creating this ticket for backporting     

            tjungblu@redhat.com Thomas Jungblut
            tjungblu@redhat.com Thomas Jungblut
            ge liu ge liu
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated: