Uploaded image for project: 'ovsdb'
  1. ovsdb
  2. OVSDB-345

thread leak when connecting/disconnecting ovs nodes in a loop

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • None
    • unspecified
    • Library
    • None
    • Operating System: All
      Platform: All

    • 5976

      just do this in a loop:

      ovs-vsctl set-manager ${ODL_IP} 6640
      sleep 1;
      ovs-vsctl del-manager
      sleep 1;

      each connection is generating some threads but they are not cleaned
      up after the disconnection or after waiting for some period of time.

      feature installed is odl-ovsdb-southbound-impl-rest

            dileep.ranganathan@intel.com Dileep Ranganathan
            jluhrsen Jamo Luhrsen
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: