<!-- 
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-597] Longevity Li plugin: controller Out Of Memory after 20 runs</title>
                <link>https://jira.opendaylight.org/browse/OPNFLWPLUG-597</link>
                <project id="10155" key="OPNFLWPLUG">OpenFlowPlugin</project>
                    <description>&lt;p&gt;Current CI longevity test shows Li plugin goes out of memory after 20 runs of bringing 200 switches in the network:&lt;/p&gt;

&lt;p&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;

&lt;p&gt;BR/Luis&lt;/p&gt;</description>
                <environment>&lt;p&gt;Operating System: All&lt;br/&gt;
Platform: All&lt;/p&gt;</environment>
        <key id="27865">OPNFLWPLUG-597</key>
            <summary>Longevity Li plugin: controller Out Of Memory after 20 runs</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="ecelgp">Luis Gomez</reporter>
                        <labels>
                    </labels>
                <created>Tue, 19 Jan 2016 01:25:36 +0000</created>
                <updated>Mon, 27 Sep 2021 09:01:42 +0000</updated>
                            <resolved>Sat, 30 Jan 2016 16:27:46 +0000</resolved>
                                                                    <component>General</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>2</watches>
                                                                                                                <comments>
                            <comment id="57490" author="rovarga" created="Sun, 24 Jan 2016 21:52:00 +0000"  >&lt;p&gt;Can we reconfigure the test to capture a memory dump?&lt;/p&gt;</comment>
                            <comment id="57491" author="rovarga" created="Mon, 25 Jan 2016 23:56:49 +0000"  >&lt;p&gt;Memory allocation failure when creating a thread &amp;#8211; this points to failure to allocate thread stack (8MB by default), which actually lies outside of the heap.&lt;/p&gt;

&lt;p&gt;2016-01-25 12:10:54,210 | INFO  | ol-7903-thread-1 | SalRoleServiceImpl               | 168 - org.opendaylight.openflowplugin.impl - 0.2.0.SNAPSHOT | RoleChangeTask called on device:openflow:124 OFPRole:BECOMEMASTER&lt;br/&gt;
2016-01-25 12:10:54,810 | INFO  | ol-7905-thread-1 | SalRoleServiceImpl               | 168 - org.opendaylight.openflowplugin.impl - 0.2.0.SNAPSHOT | RoleChangeTask called on device:openflow:125 OFPRole:BECOMEMASTER&lt;/p&gt;

&lt;p&gt;Noting the high sequence number, I suspect somebody somewhere is allocating threadpools and not shutting them down, leading to a huge number of threads which are sitting idle.&lt;/p&gt;</comment>
                            <comment id="57492" author="rovarga" created="Tue, 26 Jan 2016 00:21:31 +0000"  >&lt;p&gt;Boils down to SalRoleServiceImpl allocating a single-threaded executor, which is not being closed at all.&lt;/p&gt;

&lt;p&gt;master: &lt;a href=&quot;https://git.opendaylight.org/gerrit/33521&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/33521&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="57493" author="rovarga" created="Tue, 26 Jan 2016 16:03:28 +0000"  >&lt;p&gt;boron: &lt;a href=&quot;https://git.opendaylight.org/gerrit/33521&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/33521&lt;/a&gt;&lt;br/&gt;
boron: &lt;a href=&quot;https://git.opendaylight.org/gerrit/33560&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/33560&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;beryllium: &lt;a href=&quot;https://git.opendaylight.org/gerrit/33551&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/33551&lt;/a&gt;&lt;br/&gt;
beryllium: &lt;a href=&quot;https://git.opendaylight.org/gerrit/33562&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/33562&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="57494" author="mirehak@cisco.com" created="Wed, 27 Jan 2016 12:07:04 +0000"  >&lt;p&gt;merged&lt;/p&gt;</comment>
                            <comment id="57495" author="ecelgp" created="Sat, 30 Jan 2016 04:00:44 +0000"  >&lt;p&gt;Robert, I do not know how you do in yangtools, but in openflowplugin project we ask the  bug reporter person to restest before closing the bug.&lt;/p&gt;</comment>
                            <comment id="57496" author="rovarga" created="Sat, 30 Jan 2016 11:37:03 +0000"  >&lt;p&gt;Well, this has been the workflow on all projects I have participated ever since OpenDaylight came to existence.&lt;/p&gt;

&lt;p&gt;What is the Bugzilla state for &apos;the patch merged, waiting for confirmation that the bug is gone&apos; and what does the RESOLVED/VERIFIED state stand for? Is there a wiki page describing these for openflowplugin?&lt;/p&gt;</comment>
                            <comment id="57497" author="ecelgp" created="Sat, 30 Jan 2016 16:27:46 +0000"  >&lt;p&gt;OK, you are right, there is no project instruction as well as bugzilla does not seem to have the states for what I believe are good and common practices for bug/issue workflow. I hope this will be better handled in Jira.&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>5001</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=5001]]></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="10354"><![CDATA[Beryllium-RC1]]></customfieldvalue>

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

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