Uploaded image for project: 'bgpcep'
  1. bgpcep
  2. BGPCEP-90

ODL takes a long time to detect interface is down

    XMLWordPrintable

Details

    • Bug
    • Status: Resolved
    • Resolution: Cannot Reproduce
    • Bugzilla Migration
    • Bugzilla Migration
    • General
    • None
    • Operating System: Linux
      Platform: PC

    • 850

    Description

      Scenario:

      1. Create an LSP
      2. Subscribe to LSP change notifications using DataBrokerService.registerDataChangeListener(instanceId, listener) where instanceId:

      InstanceIdentifier.builder(NetworkTopology.class)
      .child(Topology.class, new TopologyKey(new TopologyId(topologyId)))
      .child(Node.class, new NodeKey(new NodeId(nodeId)))
      .augmentation(Node1.class)
      .child(PathComputationClient.class)
      .child(ReportedLsp.class, new ReportedLspKey(lspName));

      3. Shut down one of the LSP hop interfaces to make it unroutable
      4. Note when ODL sends event about LSP change.

      On our setup ODL takes about 6 mins to detect interface is down.

      Version:
      org.opendaylight.controller.version = 0.1
      org.opendaylight.controller.build.scm.version = 832327e85f47db63006e9bd6115ea85104124f4f
      org.opendaylight.controller.build.user = jenkins-controller
      org.opendaylight.controller.build.workspace = **********
      org.opendaylight.controller.build.timestamp = 1398341431797
      org.opendaylight.controller.build.machine = **********

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            Unassigned Unassigned
            vmayamsi@cisco.com Valentin Mayamsin
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: