<!-- 
RSS generated by JIRA (8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d) at Wed Feb 07 20:36:13 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>[OVSDB-367] java.lang.OutOfMemoryError: GC overhead limit exceeded in org.opendaylight.ovsdb</title>
                <link>https://jira.opendaylight.org/browse/OVSDB-367</link>
                <project id="10158" key="OVSDB">ovsdb</project>
                    <description>&lt;p&gt;Functest and yardstick are opnfv testing tools. They creating a lot of neutron objects and deleting them again. Especially floating ips, which are not yet implemented by the vpnservice.&lt;/p&gt;

&lt;p&gt;When running this test environments it happens that ovsdb crashes cause of GC overhaed limit exceeded. Check the karaf log for more information.&lt;/p&gt;</description>
                <environment>&lt;p&gt;Operating System: Linux&lt;br/&gt;
Platform: Other&lt;/p&gt;</environment>
        <key id="22059">OVSDB-367</key>
            <summary>java.lang.OutOfMemoryError: GC overhead limit exceeded in org.opendaylight.ovsdb</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="10003">Cannot Reproduce</resolution>
                                        <assignee username="-1">Unassigned</assignee>
                                    <reporter username="nikolas.hermanns@ericsson.com">Nikolas Hermanns</reporter>
                        <labels>
                    </labels>
                <created>Tue, 23 Aug 2016 07:15:33 +0000</created>
                <updated>Thu, 19 Oct 2017 21:26:55 +0000</updated>
                            <resolved>Thu, 2 Feb 2017 20:04:30 +0000</resolved>
                                    <version>unspecified</version>
                                                    <component>Other</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>6</watches>
                                                                                                                <comments>
                            <comment id="41524" author="nikolas.hermanns@ericsson.com" created="Tue, 23 Aug 2016 07:15:33 +0000"  >&lt;p&gt;Attachment karaf.log has been added with description: karaf logs&lt;/p&gt;</comment>
                            <comment id="41511" author="jluhrsen" created="Wed, 24 Aug 2016 23:17:54 +0000"  >&lt;p&gt;reproduced an OOM (assuming similar to this) with recent boron distro.  Loaded&lt;br/&gt;
odl-netvirt-openstack and ran the following shell script:&lt;/p&gt;

&lt;p&gt;for i in &lt;/p&gt;
{1..1000}
&lt;p&gt;;do ovs-vsctl set-manager tcp:127.0.0.1:6640; sleep 0.1; ovs-vsctl add-br brjamo$i; sleep 0.1; ovs-vsctl set-controller brjamo$i tcp:127.0.0.1:6633; sleep 0.1; ovs-vsctl del-br brjamo$i; ovs-vsctl del-manager; sleep 0.1; done&lt;/p&gt;</comment>
                            <comment id="41512" author="anipbu" created="Wed, 31 Aug 2016 14:56:19 +0000"  >&lt;p&gt;VPNSERVICE has dropped out of Boron.  Retargeting this bug for Carbon instead:&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://lists.opendaylight.org/pipermail/vpnservice-dev/2016-August/000302.html&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://lists.opendaylight.org/pipermail/vpnservice-dev/2016-August/000302.html&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="41513" author="nikolas.hermanns@ericsson.com" created="Wed, 31 Aug 2016 15:07:05 +0000"  >&lt;p&gt;Hey,&lt;/p&gt;

&lt;p&gt;I think that is not right. We confirmed on beryllium and on boron.&lt;/p&gt;

&lt;p&gt;Beryllium -&amp;gt; vpnservice&lt;br/&gt;
Boron -&amp;gt; odl-netvirt-openstack.&lt;/p&gt;

&lt;p&gt;So it has nothing to do with vpnservice as such or? So we should leave it as a blocker to Boron.&lt;/p&gt;</comment>
                            <comment id="41514" author="jluhrsen" created="Wed, 31 Aug 2016 15:54:36 +0000"  >&lt;p&gt;(In reply to Nikolas Hermanns from comment #3)&lt;br/&gt;
&amp;gt; Hey,&lt;br/&gt;
&amp;gt; &lt;br/&gt;
&amp;gt; I think that is not right. We confirmed on beryllium and on boron.&lt;br/&gt;
&amp;gt; &lt;br/&gt;
&amp;gt; Beryllium -&amp;gt; vpnservice&lt;br/&gt;
&amp;gt; Boron -&amp;gt; odl-netvirt-openstack.&lt;br/&gt;
&amp;gt; &lt;br/&gt;
&amp;gt; So it has nothing to do with vpnservice as such or? So we should leave it as&lt;br/&gt;
&amp;gt; a blocker to Boron.&lt;/p&gt;

&lt;p&gt;agreed&lt;/p&gt;</comment>
                            <comment id="41515" author="anipbu" created="Wed, 31 Aug 2016 21:03:27 +0000"  >&lt;p&gt;Okay, changing the target back to Boron as per the discussion.&lt;/p&gt;</comment>
                            <comment id="41516" author="colin@colindixon.com" created="Thu, 1 Sep 2016 20:46:38 +0000"  >&lt;p&gt;Who is handling this?&lt;/p&gt;</comment>
                            <comment id="41517" author="anipbu" created="Fri, 2 Sep 2016 04:26:45 +0000"  >&lt;p&gt;Is there an ETA for this bug and someone assigned to fix?&lt;/p&gt;</comment>
                            <comment id="41518" author="anipbu" created="Fri, 2 Sep 2016 05:20:53 +0000"  >&lt;p&gt;Reassigning to OVSDB as per this discussion: &lt;a href=&quot;https://lists.opendaylight.org/pipermail/netvirt-dev/2016-September/001426.html&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://lists.opendaylight.org/pipermail/netvirt-dev/2016-September/001426.html&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="41519" author="anipbu" created="Tue, 6 Sep 2016 15:03:41 +0000"  >&lt;p&gt;This bug is being reassigned to critical since testing with new GC is finished and it seems to resolve the issue for the testing as per this email thread:&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://lists.opendaylight.org/pipermail/release/2016-September/008119.html&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://lists.opendaylight.org/pipermail/release/2016-September/008119.html&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="41520" author="jluhrsen" created="Tue, 6 Sep 2016 21:49:54 +0000"  >&lt;p&gt;I&apos;ve run a 5 hour test with the commands in comment #1, and with the max memory set to 8G.  There is no OOM crash.  It appears that we do end up consuming&lt;br/&gt;
aprox 3.5-4.5G of heap while this is happening, so I am thinking that the &quot;workaround&quot; for this issue is to ensure the max mem is set to 5G or larger.&lt;/p&gt;</comment>
                            <comment id="41521" author="nikolas.hermanns@ericsson.com" created="Wed, 7 Sep 2016 05:11:45 +0000"  >&lt;p&gt;Hey,&lt;/p&gt;

&lt;p&gt;thanks for the investigation. However I cannot really believe what takes 5GB here. it is a lot of ram space. Are we sure that after 10 hours we do not have 6GB of mem consumption? ODL is meant to run for ages &lt;img class=&quot;emoticon&quot; src=&quot;https://jira.opendaylight.org/images/icons/emoticons/smile.png&quot; height=&quot;16&quot; width=&quot;16&quot; align=&quot;absmiddle&quot; alt=&quot;&quot; border=&quot;0&quot;/&gt;&lt;/p&gt;

&lt;p&gt;Do we state somewhere that together with our feature we recommend to set it to ???GB or ram? We should change it then to min 5GB I guess.&lt;/p&gt;</comment>
                            <comment id="41522" author="jluhrsen" created="Wed, 7 Sep 2016 22:08:10 +0000"  >&lt;p&gt;(In reply to Nikolas Hermanns from comment #11)&lt;br/&gt;
&amp;gt; Hey,&lt;br/&gt;
&amp;gt; &lt;br/&gt;
&amp;gt; thanks for the investigation. However I cannot really believe what takes 5GB&lt;br/&gt;
&amp;gt; here. it is a lot of ram space. Are we sure that after 10 hours we do not&lt;br/&gt;
&amp;gt; have 6GB of mem consumption? ODL is meant to run for ages &lt;img class=&quot;emoticon&quot; src=&quot;https://jira.opendaylight.org/images/icons/emoticons/smile.png&quot; height=&quot;16&quot; width=&quot;16&quot; align=&quot;absmiddle&quot; alt=&quot;&quot; border=&quot;0&quot;/&gt;&lt;/p&gt;

&lt;p&gt;I was running a debugger and visually checking the heap usage and it did &lt;br/&gt;
appear to level off around the 3.5-4.5 G area.  But, a longer lived test&lt;br/&gt;
might be in order, like you suggest.&lt;/p&gt;

&lt;p&gt;&amp;gt; Do we state somewhere that together with our feature we recommend to set it&lt;br/&gt;
&amp;gt; to ???GB or ram? We should change it then to min 5GB I guess.&lt;/p&gt;

&lt;p&gt;I don&apos;t think this is officially documented anywhere in upstream ODL.  I think&lt;br/&gt;
some vendors may have their own recommended specs though.&lt;/p&gt;</comment>
                            <comment id="41523" author="vishnoianil@gmail.com" created="Thu, 2 Feb 2017 20:04:30 +0000"  >&lt;p&gt;Jamo/Nikolas,&lt;/p&gt;

&lt;p&gt;I believe the conclusion was to increase the heap space and that should resolve the issue. Regarding the heap usage i think this is something consumer project need to check by digging in the heap dumps to see what&apos;s eating so much of memory. &lt;/p&gt;

&lt;p&gt;I am closing this issue as of now, but if there is anything specific that needs to be addressed through this bug, please feel free to open it back.&lt;/p&gt;</comment>
                    </comments>
                    <attachments>
                            <attachment id="12893" name="karaf.log" size="518432" author="nikolas.hermanns@ericsson.com" created="Tue, 23 Aug 2016 07:15:33 +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_10208" key="com.atlassian.jira.plugin.system.customfieldtypes:textfield">
                        <customfieldname>External issue ID</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>6508</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=6508]]></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="10344"><![CDATA[Boron-3]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                        <customfield id="customfield_10202" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>Priority</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10312"><![CDATA[High]]></customfieldvalue>

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

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