<!-- 
RSS generated by JIRA (8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d) at Wed Feb 07 20:21:36 UTC 2024

It is possible to restrict the fields that are returned in this document by specifying the 'field' parameter in your request.
For example, to request only the issue key and summary append 'field=key&field=summary' to the URL of your request.
-->
<rss version="0.92" >
<channel>
    <title>OpenDaylight JIRA</title>
    <link>https://jira.opendaylight.org</link>
    <description>This file is an XML representation of an issue</description>
    <language>en-us</language>    <build-info>
        <version>8.20.10</version>
        <build-number>820010</build-number>
        <build-date>22-06-2022</build-date>
    </build-info>


<item>
            <title>[NETVIRT-452] Vpn Interface not deleted from operational data store</title>
                <link>https://jira.opendaylight.org/browse/NETVIRT-452</link>
                <project id="10144" key="NETVIRT">netvirt</project>
                    <description>&lt;p&gt;Vpn Interface not deleted from operational/l3vpn:vpn-interfaces model, if there is more than one adjacency to this vpn interface.&lt;br/&gt;
This could happen because adjacency is deleted using Future callback.&lt;/p&gt;

&lt;p&gt;Example: look for 72bf5a20-400b-3e08-952b-ab174e6bc661 or a6d4bd82-ddbc-3698-9afc-9c602c6bbcd4 in the attached log&lt;/p&gt;</description>
                <environment>&lt;p&gt;Operating System: All&lt;br/&gt;
Platform: All&lt;/p&gt;</environment>
        <key id="20373">NETVIRT-452</key>
            <summary>Vpn Interface not deleted from operational data store</summary>
                <type id="10104" iconUrl="https://jira.opendaylight.org/secure/viewavatar?size=xsmall&amp;avatarId=10303&amp;avatarType=issuetype">Bug</type>
                                                <status id="5" iconUrl="https://jira.opendaylight.org/images/icons/statuses/resolved.png" description="A resolution has been taken, and it is awaiting verification by reporter. From here issues are either reopened, or are closed.">Resolved</status>
                    <statusCategory id="3" key="done" colorName="green"/>
                                    <resolution id="10000">Done</resolution>
                                        <assignee username="olga.schukin@hpe.com">Olga Schukin</assignee>
                                    <reporter username="olga.schukin@hpe.com">Olga Schukin</reporter>
                        <labels>
                    </labels>
                <created>Tue, 31 Jan 2017 10:03:54 +0000</created>
                <updated>Tue, 18 Apr 2017 09:54:52 +0000</updated>
                            <resolved>Tue, 18 Apr 2017 09:54:52 +0000</resolved>
                                    <version>Carbon</version>
                                                    <component>General</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>5</watches>
                                                                                                                <comments>
                            <comment id="37172" author="olga.schukin@hpe.com" created="Tue, 31 Jan 2017 10:03:54 +0000"  >&lt;p&gt;Attachment clean_vpn_intf_issue_karaf.rar has been added with description: log&lt;/p&gt;</comment>
                            <comment id="37168" author="olga.schukin@hpe.com" created="Tue, 31 Jan 2017 10:41:00 +0000"  >&lt;p&gt;Review: &lt;a href=&quot;https://git.opendaylight.org/gerrit/51224&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/51224&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="37169" author="konsta.pozdeev@hpe.com" created="Wed, 1 Mar 2017 14:46:02 +0000"  >&lt;p&gt;The current resolution depends on order of deletion of VrfEntry and delete listener execution.&lt;br/&gt;
If VrfEntry for primary adjacency is deleted before secondary, the interface will stuck in operational DB.&lt;br/&gt;
Deletion of VrfEntry is performed by one transaction  and order of listener execution is unpredictable.&lt;/p&gt;</comment>
                            <comment id="37170" author="n.vivekanandan@ericsson.com" created="Thu, 2 Mar 2017 13:37:56 +0000"  >&lt;p&gt;I have raised a review for this:&lt;br/&gt;
&lt;a href=&quot;https://git.opendaylight.org/gerrit/52655&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/52655&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="37171" author="n.vivekanandan@ericsson.com" created="Thu, 2 Mar 2017 13:44:59 +0000"  >&lt;p&gt;With current available information within CleanUpVpnInterfaceWorker, we cannot reliably remove the vpn Interface for the reverse ordering (like extra-route prefix deleted first, followed by primary prefix deleted next).&lt;/p&gt;

&lt;p&gt;However, the most typical order is for primary prefix getting deleted first, followed by extra-route prefixes. Atleast this typical order used to work before this patch broke it: &lt;a href=&quot;https://git.opendaylight.org/gerrit/51224&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/51224&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Now the new patch fixes the breakage:&lt;br/&gt;
&lt;a href=&quot;https://git.opendaylight.org/gerrit/#/c/52655&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/#/c/52655&lt;/a&gt;&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10002">
                    <name>Duplicate</name>
                                                                <inwardlinks description="is duplicated by">
                                        <issuelink>
            <issuekey id="20542">NETVIRT-621</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                    </issuelinks>
                <attachments>
                            <attachment id="12442" name="clean_vpn_intf_issue_karaf.rar" size="14718" author="olga.schukin@hpe.com" created="Tue, 31 Jan 2017 10:03:54 +0000"/>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                                            <customfield id="customfield_11400" key="com.atlassian.jira.plugins.jira-development-integration-plugin:devsummary">
                        <customfieldname>Development</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                        <customfield id="customfield_10208" key="com.atlassian.jira.plugin.system.customfieldtypes:textfield">
                        <customfieldname>External issue ID</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>7714</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10201" key="com.atlassian.jira.plugin.system.customfieldtypes:url">
                        <customfieldname>External issue URL</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue><![CDATA[https://bugs.opendaylight.org/show_bug.cgi?id=7714]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <customfield id="customfield_10000" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>0|i01rvz:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                </customfields>
    </item>
</channel>
</rss>