<!-- 
RSS generated by JIRA (8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d) at Wed Feb 07 19:12:15 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>[BGPCEP-174] Keepalive not sent when updates are being processed</title>
                <link>https://jira.opendaylight.org/browse/BGPCEP-174</link>
                <project id="10108" key="BGPCEP">bgpcep</project>
                    <description>&lt;p&gt;To hit this bug, configure a BGP speaker to have HoldTimer set to 3 seconds and then point it to ODL. Then let the BGP speaker wait about 0.5 seconds and then send 1750 updates. If you have topology updates turned OFF in the ODL instance, you can ask the BGP speaker to send up to 5000 updates.&lt;/p&gt;

&lt;p&gt;The speaker won&apos;t see any KeepAlive messages coming from ODL while it is sending the updates, thus closing the connection down.&lt;/p&gt;

&lt;p&gt;The problem can happen with other HoldTimer values as well. If the speaker starts sending a lot of updates at the time when the HoldTimer is nearly expired, then ODL is going to miss the HoldTimer deadline.&lt;/p&gt;

&lt;p&gt;This may be related to &lt;a href=&quot;https://jira.opendaylight.org/browse/YANGTOOLS-383&quot; title=&quot;Clustering: ModifiedNodeDoesNotExistException on 1800 or more updates&quot; class=&quot;issue-link&quot; data-issue-key=&quot;YANGTOOLS-383&quot;&gt;&lt;del&gt;YANGTOOLS-383&lt;/del&gt;&lt;/a&gt; but I am not sure.&lt;/p&gt;</description>
                <environment>&lt;p&gt;Operating System: All&lt;br/&gt;
Platform: All&lt;/p&gt;</environment>
        <key id="23414">BGPCEP-174</key>
            <summary>Keepalive not sent when updates are being processed</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="rovarga">Robert Varga</assignee>
                                    <reporter username="jbehran@cisco.com">Jozef Behran</reporter>
                        <labels>
                    </labels>
                <created>Thu, 4 Dec 2014 09:41:59 +0000</created>
                <updated>Sun, 3 Mar 2019 11:50:22 +0000</updated>
                            <resolved>Thu, 22 Jan 2015 15:55:17 +0000</resolved>
                                    <version>Bugzilla Migration</version>
                                    <fixVersion>Bugzilla Migration</fixVersion>
                                    <component>BGP</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>5</watches>
                                                                                                                <comments>
                            <comment id="44871" author="jbehran@cisco.com" created="Thu, 4 Dec 2014 09:47:01 +0000"  >&lt;p&gt;Update: To hit this bug now (when &lt;a href=&quot;https://jira.opendaylight.org/browse/YANGTOOLS-383&quot; title=&quot;Clustering: ModifiedNodeDoesNotExistException on 1800 or more updates&quot; class=&quot;issue-link&quot; data-issue-key=&quot;YANGTOOLS-383&quot;&gt;&lt;del&gt;YANGTOOLS-383&lt;/del&gt;&lt;/a&gt; is still present) you need to switch topology off and then use a BGP speaker to push 2500 to 5000 updates all at once. With topology updating enabled &lt;a href=&quot;https://jira.opendaylight.org/browse/YANGTOOLS-383&quot; title=&quot;Clustering: ModifiedNodeDoesNotExistException on 1800 or more updates&quot; class=&quot;issue-link&quot; data-issue-key=&quot;YANGTOOLS-383&quot;&gt;&lt;del&gt;YANGTOOLS-383&lt;/del&gt;&lt;/a&gt; will hit before you can get to see this bug.&lt;/p&gt;</comment>
                            <comment id="44872" author="jbehran@cisco.com" created="Fri, 5 Dec 2014 19:19:10 +0000"  >&lt;p&gt;Update: After more investigation it turned out that the problem is most likely to be big garbage collection being started during time when the BGP speaker is making the connection with 3 second Hold Timer, then ODL is not going to make it with a KeepAlive message in time.&lt;/p&gt;

&lt;p&gt;When I placed a wait into the test which waited one minute after seeing that BGP socket in ODL, this problem did not show up at all (but I hit &lt;a href=&quot;https://jira.opendaylight.org/browse/YANGTOOLS-383&quot; title=&quot;Clustering: ModifiedNodeDoesNotExistException on 1800 or more updates&quot; class=&quot;issue-link&quot; data-issue-key=&quot;YANGTOOLS-383&quot;&gt;&lt;del&gt;YANGTOOLS-383&lt;/del&gt;&lt;/a&gt; in that case).&lt;/p&gt;

&lt;p&gt;Additionally after I opened the profiler snapshot (together with Dana), we realized that clustering was still running during the test. Tt was not used at all but this still means that the possibility that the problem is due to clustering is still open.&lt;/p&gt;

&lt;p&gt;I also (together with Dana) started to suspect that avoiding asking the GC for big garbage collections and using -XX:+UseG1GC will improve matters a lot. I can do the test with -XX:+UseG1GC but the &quot;avoiding asking the GC for big garbage collection&quot; part needs to be done by somebody who can find the place where the offending GC call is made.&lt;/p&gt;</comment>
                            <comment id="44873" author="rovarga" created="Tue, 9 Dec 2014 16:02:07 +0000"  >&lt;p&gt;&lt;a href=&quot;https://git.opendaylight.org/gerrit/#/c/13479/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/#/c/13479/&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="44874" author="rovarga" created="Tue, 9 Dec 2014 16:02:18 +0000"  >&lt;p&gt;&lt;a href=&quot;https://git.opendaylight.org/gerrit/#/c/13479/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/#/c/13479/&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="44875" author="rovarga" created="Thu, 11 Dec 2014 16:14:56 +0000"  >&lt;p&gt;Still seems to be reproducible with current master. Analysis is pending.&lt;/p&gt;</comment>
                            <comment id="44876" author="rovarga" created="Thu, 22 Jan 2015 14:25:58 +0000"  >&lt;p&gt;master: &lt;a href=&quot;https://git.opendaylight.org/gerrit/14380&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/14380&lt;/a&gt;&lt;br/&gt;
helium: &lt;a href=&quot;https://git.opendaylight.org/gerrit/14381&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/14381&lt;/a&gt;&lt;/p&gt;</comment>
                    </comments>
                    <attachments>
                    </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>2475</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=2475]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                            <customfield id="customfield_10206" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>Issue Type</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10300"><![CDATA[Bug]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                        <customfield id="customfield_10204" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>ODL SR Target Milestone</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10360"><![CDATA[Helium-2]]></customfieldvalue>

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

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