Comment 5 for bug 1596089

Revision history for this message
OpenContrail Admin (ci-admin-f) wrote : A change has been merged

Reviewed: https://review.opencontrail.org/21429
Committed: http://github.org/Juniper/contrail-controller/commit/f43128cfa797ec5069c9d74bccc4550b7ddbac84
Submitter: Zuul
Branch: master

commit f43128cfa797ec5069c9d74bccc4550b7ddbac84
Author: Nischal Sheth <email address hidden>
Date: Fri Jun 24 08:56:41 2016 -0700

Support large number of routing instances

Following changes are implemented:

- Use bgp::ShowCommand task for neighbor introspect. This makes the
intropsect commands more responsive because they no longer have to
run exclusively with db::DBTable tasks.
- Fix BgpServer::VisitBgpPeers to not iterate all routing instances.
Instead we can simply go through the BgpPeerList in BgpServer.

Change-Id: I6557b5f6fb1d00cddbb5072ca97a331c3f9c30fa
Partial-Bug: 1596089