<!-- 
RSS generated by JIRA (8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d) at Wed Feb 07 20:23:26 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-1182] Performance issue observed  while associating router to VPN</title>
                <link>https://jira.opendaylight.org/browse/NETVIRT-1182</link>
                <project id="10144" key="NETVIRT">netvirt</project>
                    <description>&lt;p&gt;Performance issue observed&#160; while associating router to VPN&lt;/p&gt;
&lt;ol&gt;
	&lt;li&gt;Create Network, Subnet1I(IPv4) and Subnet2(IPV6)&lt;/li&gt;
	&lt;li&gt;Create Router and associate subnet to it.&lt;/li&gt;
	&lt;li&gt;Check FIB --&amp;gt; PASS&lt;/li&gt;
	&lt;li&gt;Create L3VPN and associate router to it.&lt;/li&gt;
&lt;/ol&gt;


&lt;p&gt;Observation:&lt;/p&gt;

&lt;p&gt;&#160;Updating RD value field take few seconds for each FIB entry and it is happening for one by one route entries.&lt;/p&gt;</description>
                <environment></environment>
        <key id="29542">NETVIRT-1182</key>
            <summary>Performance issue observed  while associating router to VPN</summary>
                <type id="10104" iconUrl="https://jira.opendaylight.org/secure/viewavatar?size=xsmall&amp;avatarId=10303&amp;avatarType=issuetype">Bug</type>
                                            <priority id="3" iconUrl="https://jira.opendaylight.org/images/icons/priorities/major.svg">Medium</priority>
                        <status id="10004" iconUrl="https://jira.opendaylight.org/images/icons/status_generic.gif" description="">Verified</status>
                    <statusCategory id="3" key="done" colorName="green"/>
                                    <resolution id="10000">Done</resolution>
                                        <assignee username="Karthikeyan">Karthikeyan Krishnan</assignee>
                                    <reporter username="rajamk">RajaRajan Manickam</reporter>
                        <labels>
                            <label>VPNV6</label>
                    </labels>
                <created>Wed, 28 Mar 2018 18:43:40 +0000</created>
                <updated>Fri, 24 Aug 2018 06:50:21 +0000</updated>
                            <resolved>Tue, 24 Jul 2018 04:29:54 +0000</resolved>
                                    <version>Oxygen</version>
                                    <fixVersion>Oxygen-SR3</fixVersion>
                    <fixVersion>Fluorine</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>4</watches>
                                                    <progress percentage="100">
                                    <originalProgress>
                                                    <row percentage="0" backgroundColor="#89afd7"/>
                                                    <row percentage="100" backgroundColor="transparent"/>
                                            </originalProgress>
                                                    <currentProgress>
                                                    <row percentage="100" backgroundColor="#51a825"/>
                                                    <row percentage="0" backgroundColor="#ec8e00"/>
                                            </currentProgress>
                            </progress>
                                    <aggregateprogress percentage="100">
                                    <originalProgress>
                                                    <row percentage="0" backgroundColor="#89afd7"/>
                                                    <row percentage="100" backgroundColor="transparent"/>
                                            </originalProgress>
                                                    <currentProgress>
                                                    <row percentage="100" backgroundColor="#51a825"/>
                                                    <row percentage="0" backgroundColor="#ec8e00"/>
                                            </currentProgress>
                            </aggregateprogress>
                                            <timeestimate seconds="0">0 minutes</timeestimate>
                            <timespent seconds="144000">1 week</timespent>
                                <comments>
                            <comment id="62002" author="nithithomas" created="Mon, 2 Apr 2018 11:16:57 +0000"  >&lt;p&gt;Current Analysis&lt;/p&gt;

&lt;p&gt;-------------------------&lt;/p&gt;

&lt;p&gt;Updation of RD values for each fib entry happens one by one for each route-entry , which is not the case for dual-stack alone. This behaviour is observed for ipv4 single-stack also.&lt;/p&gt;

&lt;p&gt;&#160;Have attached the logs .&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;</comment>
                            <comment id="63908" author="eupakir" created="Thu, 5 Jul 2018 06:22:35 +0000"  >&lt;p&gt;Karthikeyan,&lt;/p&gt;

&lt;p&gt;Assigned this to you. Please analyze/assign accordingly.&lt;/p&gt;

&lt;p&gt;Thanks,&lt;/p&gt;

&lt;p&gt;Kiran&lt;/p&gt;</comment>
                            <comment id="64079" author="karthikeyan" created="Wed, 18 Jul 2018 12:59:09 +0000"  >&lt;p&gt;Hi,&lt;/p&gt;

&lt;p&gt;Have analysed the VPN/FIB manager code and observed that when BGP-VPN is associated to neutron router, the process of doing VPN-Swap is causing the problem of delay. Also observed each VPN interface&#160;update&#160;is delaying 2 sec (Which is existing in the current implementation code). So the overall VPN performance of the updating FIB entries is depends on the number of VPN interfaces in used network topology.&lt;/p&gt;

&lt;p&gt;Removing 2 sec delay in VPN interface update is throwing new exceptions from FIB manager. We need to think whole design of the VPN/FIB manager module to address this performance issue as a better way.&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;

&lt;p&gt;Thanks &amp;amp; Regards,&lt;/p&gt;

&lt;p&gt;Karthikeyan.&lt;/p&gt;</comment>
                            <comment id="64170" author="karthikeyan" created="Tue, 24 Jul 2018 04:29:54 +0000"  >&lt;p&gt;Please refer the below gerrit links for required fix got merged into fluorine release.&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://git.opendaylight.org/gerrit/#/c/74176/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/#/c/74176/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://git.opendaylight.org/gerrit/#/c/74454/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/#/c/74454/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;

&lt;p&gt;Please refer the below gerrit links for required fix got merged into stable/oxygen SR3 release.&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://git.opendaylight.org/gerrit/#/c/74317/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/#/c/74317/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://git.opendaylight.org/gerrit/#/c/74455/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/#/c/74455/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;</comment>
                    </comments>
                    <attachments>
                            <attachment id="14524" name="jira-1182.txt" size="6987" author="nithithomas" created="Tue, 3 Apr 2018 10:29:03 +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_10202" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>Priority</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10301"><![CDATA[Normal]]></customfieldvalue>

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

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