<!-- 
RSS generated by JIRA (8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d) at Wed Feb 07 20:32:53 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>[OPNFLWPLUG-598] Longevity He plugin: Null Point Exceptions are seeing at the beginning of the test</title>
                <link>https://jira.opendaylight.org/browse/OPNFLWPLUG-598</link>
                <project id="10155" key="OPNFLWPLUG">OpenFlowPlugin</project>
                    <description>&lt;p&gt;When we bring 200 switches up and down we see:&lt;/p&gt;

&lt;p&gt;2016-01-16 13:45:37,254 | WARN  | ds-oper-thread-0 | StatisticsManagerImpl            | 155 - org.opendaylight.openflowplugin.applications.statistics-manager - 0.2.0.SNAPSHOT | Unhandled exception during processing statistics. Restarting transaction chain.&lt;br/&gt;
java.lang.NullPointerException&lt;br/&gt;
	at org.opendaylight.openflowplugin.applications.statistics.manager.impl.StatListenCommitQueue$1.applyOperation(StatListenCommitQueue.java:129)&lt;span class=&quot;error&quot;&gt;&amp;#91;155:org.opendaylight.openflowplugin.applications.statistics-manager:0.2.0.SNAPSHOT&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at org.opendaylight.openflowplugin.applications.statistics.manager.impl.StatisticsManagerImpl.run(StatisticsManagerImpl.java:186)&lt;span class=&quot;error&quot;&gt;&amp;#91;155:org.opendaylight.openflowplugin.applications.statistics-manager:0.2.0.SNAPSHOT&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)&lt;span class=&quot;error&quot;&gt;&amp;#91;:1.7.0_85&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)&lt;span class=&quot;error&quot;&gt;&amp;#91;:1.7.0_85&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at java.lang.Thread.run(Thread.java:745)&lt;span class=&quot;error&quot;&gt;&amp;#91;:1.7.0_85&amp;#93;&lt;/span&gt;&lt;/p&gt;

&lt;p&gt;Question is: can we fix this or should we remove this check in the longevity test?&lt;/p&gt;</description>
                <environment>&lt;p&gt;Operating System: All&lt;br/&gt;
Platform: All&lt;/p&gt;</environment>
        <key id="27866">OPNFLWPLUG-598</key>
            <summary>Longevity He plugin: Null Point Exceptions are seeing at the beginning of the test</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="Avishnoi">Anil Vishnoi</assignee>
                                    <reporter username="ecelgp">Luis Gomez</reporter>
                        <labels>
                    </labels>
                <created>Tue, 19 Jan 2016 01:36:47 +0000</created>
                <updated>Mon, 27 Sep 2021 09:01:42 +0000</updated>
                            <resolved>Sat, 30 Jan 2016 03:30:32 +0000</resolved>
                                                                    <component>General</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>3</watches>
                                                                                                                <comments>
                            <comment id="57498" author="vishnoianil@gmail.com" created="Sun, 24 Jan 2016 20:01:20 +0000"  >&lt;p&gt;Hi Luis,&lt;/p&gt;

&lt;p&gt;This exception can be benign as well, can you point me to the longevity test, need to see why transaction is failing. This should be quick fix i believe.&lt;/p&gt;</comment>
                            <comment id="57499" author="rovarga" created="Sun, 24 Jan 2016 21:48:30 +0000"  >&lt;p&gt;Any NPE is strictly a bug, as it points to bad code assumptions.&lt;/p&gt;</comment>
                            <comment id="57500" author="jluhrsen" created="Mon, 25 Jan 2016 18:23:50 +0000"  >&lt;p&gt;(In reply to Anil Vishnoi from comment #1)&lt;br/&gt;
&amp;gt; Hi Luis,&lt;br/&gt;
&amp;gt; &lt;br/&gt;
&amp;gt; This exception can be benign as well, can you point me to the longevity&lt;br/&gt;
&amp;gt; test, need to see why transaction is failing. This should be quick fix i&lt;br/&gt;
&amp;gt; believe.&lt;/p&gt;

&lt;p&gt;Anil,&lt;/p&gt;

&lt;p&gt;here is the &quot;He plugin&quot; test:&lt;br/&gt;
&lt;a href=&quot;https://jenkins.opendaylight.org/releng/view/openflowplugin/job/openflowplugin-csit-1node-periodic-longevity-only-beryllium&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://jenkins.opendaylight.org/releng/view/openflowplugin/job/openflowplugin-csit-1node-periodic-longevity-only-beryllium&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;for reference, the &quot;Li plugin&quot; test:&lt;br/&gt;
&lt;a href=&quot;https://jenkins.opendaylight.org/releng/view/openflowplugin/job/openflowplugin-csit-1node-periodic-longevity-lithium-redesign-only-beryllium/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://jenkins.opendaylight.org/releng/view/openflowplugin/job/openflowplugin-csit-1node-periodic-longevity-lithium-redesign-only-beryllium/&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="57501" author="jluhrsen" created="Mon, 25 Jan 2016 18:43:26 +0000"  >&lt;p&gt;this also appears to be the bug that causes the link scalability test to fail&lt;br/&gt;
in the He plugin:&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://jenkins.opendaylight.org/releng/user/jluhrsen/my-views/view/openflow%20CSIT/job/openflowplugin-csit-1node-periodic-link-scalability-daily-only-beryllium/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://jenkins.opendaylight.org/releng/user/jluhrsen/my-views/view/openflow%20CSIT/job/openflowplugin-csit-1node-periodic-link-scalability-daily-only-beryllium/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;The Li Plugin job scales to 1500 links where the test stops because mininet&lt;br/&gt;
starts having trouble and takes too long to stop.&lt;/p&gt;</comment>
                            <comment id="57502" author="vishnoianil@gmail.com" created="Wed, 27 Jan 2016 19:32:04 +0000"  >&lt;p&gt;This patch will fix it&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://git.opendaylight.org/gerrit/#/c/33534/7&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/#/c/33534/7&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="57503" author="ecelgp" created="Sat, 30 Jan 2016 03:30:32 +0000"  >&lt;p&gt;This is fixed now.&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>5002</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=5002]]></customfieldvalue>

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

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