<!-- 
RSS generated by JIRA (8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d) at Wed Feb 07 19:14:22 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-876] Controller stuck learning 300K routes from 2 peers</title>
                <link>https://jira.opendaylight.org/browse/BGPCEP-876</link>
                <project id="10108" key="BGPCEP">bgpcep</project>
                    <description>&lt;p&gt;Regression was detected here:&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://jenkins.opendaylight.org/releng/view/bgpcep/job/bgpcep-csit-1node-bgp-ingest-all-neon/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://jenkins.opendaylight.org/releng/view/bgpcep/job/bgpcep-csit-1node-bgp-ingest-all-neon/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;The test executes this:&lt;/p&gt;
&lt;div class=&quot;code panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;codeContent panelContent&quot;&gt;
&lt;pre class=&quot;code-java&quot;&gt;
python play.py --amount=300000 --multiplicity=2 --myip=127.0.0.1 --myport=17900 --peerip=10.30.170.74 --peerport=1790 --logfile=bgp_peer.log --info &amp;amp;&amp;gt; play.py.out
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;For the test to pass we had lower down from 300K down to 100K:&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://git.opendaylight.org/gerrit/#/c/83159/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/#/c/83159/&lt;/a&gt;&lt;/p&gt;
</description>
                <environment></environment>
        <key id="31814">BGPCEP-876</key>
            <summary>Controller stuck learning 300K routes from 2 peers</summary>
                <type id="10104" iconUrl="https://jira.opendaylight.org/secure/viewavatar?size=xsmall&amp;avatarId=10303&amp;avatarType=issuetype">Bug</type>
                                            <priority id="2" iconUrl="https://jira.opendaylight.org/images/icons/priorities/critical.svg">High</priority>
                        <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="ecelgp">Luis Gomez</reporter>
                        <labels>
                    </labels>
                <created>Fri, 19 Jul 2019 20:41:34 +0000</created>
                <updated>Wed, 24 Jul 2019 01:05:15 +0000</updated>
                            <resolved>Wed, 24 Jul 2019 01:04:38 +0000</resolved>
                                    <version>Sodium</version>
                    <version>Fluorine SR3</version>
                    <version>Neon SR2</version>
                                    <fixVersion>Neon SR1</fixVersion>
                    <fixVersion>Sodium</fixVersion>
                    <fixVersion>Fluorine SR3</fixVersion>
                                    <component>BGP</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>2</watches>
                                                                                                                <comments>
                            <comment id="67019" author="rovarga" created="Tue, 23 Jul 2019 08:51:59 +0000"  >&lt;p&gt;I think this is related to two things:&lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;the change in play.py to log reading&lt;/li&gt;
	&lt;li&gt;something in infra&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;i.e. &lt;a href=&quot;https://git.opendaylight.org/gerrit/#/q/status:merged+branch:stable/fluorine&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/#/q/status:merged+branch:stable/fluorine&lt;/a&gt; is showing absolutely nothing, yet &lt;a href=&quot;https://jenkins.opendaylight.org/releng/view/bgpcep/job/bgpcep-csit-1node-bgp-ingest-all-fluorine/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://jenkins.opendaylight.org/releng/view/bgpcep/job/bgpcep-csit-1node-bgp-ingest-all-fluorine/&lt;/a&gt; shows start of intermittent failures on July 4 &#8211; now being in a place where every other run succeeded. -neon and -sodium both are showing a similar pattern, but are failing pretty consistently since July 12, when the play.py change was merged.&lt;/p&gt;</comment>
                            <comment id="67020" author="ecelgp" created="Tue, 23 Jul 2019 22:03:14 +0000"  >&lt;p&gt;The first actually impacted, the revert patch seems to work: &lt;a href=&quot;https://git.opendaylight.org/gerrit/c/integration/test/+/83202&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/c/integration/test/+/83202&lt;/a&gt;, we can close the ticket for now.&lt;/p&gt;</comment>
                            <comment id="67021" author="ecelgp" created="Tue, 23 Jul 2019 22:06:01 +0000"  >&lt;p&gt;This is the revert to restore 300K routes: &lt;a href=&quot;https://git.opendaylight.org/gerrit/c/integration/test/+/83217&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/c/integration/test/+/83217&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_10000" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>0|i03ogf:</customfieldvalue>

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