Bug-6342: Link-state topology takes long time to get updated 46/43346/2
authorAjay <ajayl.bro@gmail.com>
Mon, 8 Aug 2016 18:25:42 +0000 (18:25 +0000)
committerAjay <ajayl.bro@gmail.com>
Mon, 8 Aug 2016 23:49:08 +0000 (23:49 +0000)
commit9b395104cbc00c1549b1013fd612b5db31486b1d
tree18c7582d126ec609b9f85a86b7be8cd79157cab2
parentf6f5204a20329bd0622b6133a71c90cfd309a125
Bug-6342: Link-state topology takes long time to get updated
- When large number of prefixes are present for node, repeated re-writing of node causes slowness
- Avoid writing the entire node again when prefix or termination-point information for that node changes
- Just write the modified information in such cases

Change-Id: Id38b6b37f3171677798aaccd6f37376f355dbc66
Signed-off-by: Ajay <ajayl.bro@gmail.com>
bgp/topology-provider/src/main/java/org/opendaylight/bgpcep/bgp/topology/provider/LinkstateTopologyBuilder.java