Uploaded image for project: 'l2switch'
  1. l2switch
  2. L2SWITCH-95

Listener Registration for Address Capable Node over-written by Link Change

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • None
    • unspecified
    • General
    • None
    • Operating System: All
      Platform: All

    • 8532

      The variable:
      this.addrsNodeListerRegistration

      in HostTrackerImpl.java

      package: org.opendaylight.l2switch.hosttracker.plugin.internal

      is reused to capture the registration of Link change listener.

      In the close() method the link change is closed but the address capable node change
      is never closed.

      This means if the host tracker is disabled the ODL logs get flooded with Exceptions as the dispatcher tries to invoke the data change listener in Host Tracker (for
      Address Capable Node) because it was never de-registered.

            Unassigned Unassigned
            amachwe@gmail.com Azahar Machwe
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated: