[NETVIRT-1000] Transaction Leaks in neutronvpn, fibmanager & vpnmanager Created: 17/Nov/17 Updated: 20/Nov/17 Resolved: 20/Nov/17 |
|
| Status: | Resolved |
| Project: | netvirt |
| Component/s: | None |
| Affects Version/s: | Nitrogen, Carbon, Oxygen |
| Fix Version/s: | Nitrogen, Carbon, Oxygen |
| Type: | Bug | Priority: | High |
| Reporter: | Michael Vorburger | Assignee: | Stephen Kitt |
| Resolution: | Done | Votes: | 0 |
| Labels: | None | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original Estimate: | Not Specified | ||
| Issue Links: |
|
||||||||||||||||||||
| Description |
|
As found in 493x transactions opened here, which are not closed:
org.opendaylight.netvirt.neutronvpn.NeutronPortChangeListener.lambda$handleNeutronPortUpdated$5(NeutronPortChangeListener.java:462)
356x transactions opened here, which are not closed:
org.opendaylight.netvirt.fibmanager.VrfEntryListener.lambda$manageRemoteRouteOnDPN$18(VrfEntryListener.java:1651)
75x transactions opened here, which are not closed:
org.opendaylight.netvirt.vpnmanager.TunnelEndPointChangeListener.lambda$add$0(TunnelEndPointChangeListener.java:94)
73x transactions opened here, which are not closed:
org.opendaylight.netvirt.fibmanager.VrfEntryListener$CleanupVpnInterfaceWorker.call(VrfEntryListener.java:1242)
org.opendaylight.netvirt.fibmanager.VrfEntryListener$CleanupVpnInterfaceWorker.call(VrfEntryListener.java:1222)
48x transactions opened here, which are not closed:
org.opendaylight.netvirt.vpnmanager.InterfaceStateChangeListener.lambda$add$0(InterfaceStateChangeListener.java:74)
43x transactions opened here, which are not closed:
org.opendaylight.netvirt.vpnmanager.InterfaceStateChangeListener.lambda$update$2(InterfaceStateChangeListener.java:220)
9x transactions opened here, which are not closed:
org.opendaylight.netvirt.vpnmanager.InterfaceStateChangeListener.lambda$remove$1(InterfaceStateChangeListener.java:153)
8x transactions opened here, which are not closed:
org.opendaylight.netvirt.neutronvpn.NeutronPortChangeListener.lambda$handleNeutronPortCreated$1(NeutronPortChangeListener.java:365)
8x transactions opened here, which are not closed:
org.opendaylight.netvirt.fibmanager.VrfEntryListener$CleanupVpnInterfaceWorker.call(VrfEntryListener.java:1242)
org.opendaylight.netvirt.fibmanager.VrfEntryListener$CleanupVpnInterfaceWorker.call(VrfEntryListener.java:1222)
3x transactions opened here, which are not closed:
org.opendaylight.netvirt.vpnmanager.VpnInterfaceManager.lambda$remove$7(VpnInterfaceManager.java:1158)
|
| Comments |
| Comment by Stephen Kitt [ 20/Nov/17 ] |
|
org.opendaylight.netvirt.neutronvpn.NeutronPortChangeListener.lambda$handleNeutronPortUpdated$5(NeutronPortChangeListener.java:462) is dealt with. |
| Comment by Michael Vorburger [ 20/Nov/17 ] |
|
> org.opendaylight.netvirt.neutronvpn.NeutronPortChangeListener.lambda$handleNeutronPortUpdated$5 ==> https://git.opendaylight.org/gerrit/#/c/65708/. More coming from skitt, see https://git.opendaylight.org/gerrit/#/q/topic:NETVIRT-985+owner:skitt under overall https://git.opendaylight.org/gerrit/#/q/topic:NETVIRT-985. |
| Comment by Stephen Kitt [ 20/Nov/17 ] |
|
These are all fixed with the patched in https://git.opendaylight.org/gerrit/#/q/topic:NETVIRT-985 on all three branches. |