<!-- 
RSS generated by JIRA (8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d) at Wed Feb 07 19:52:38 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>[CONTROLLER-283] Cluster has memory issues with jgroups 3.3.1,  need to upgrade infinispan to 6.0.2 Final which uses jgroup 3.4.1</title>
                <link>https://jira.opendaylight.org/browse/CONTROLLER-283</link>
                <project id="10113" key="CONTROLLER">controller</project>
                    <description>&lt;p&gt;While testing the ODL commands from OSGI console in clustered environment, its found that the data replication is not consistent and the commands are failing most of the times, with an error &quot;Address Not Found&quot;, reason being routing table cache is not replicated in the remote node when the command is failed. &lt;/p&gt;

&lt;p&gt;While debugging the ClusterManager.java file which uses Infinispan 5.3.0 its observed that infinispan 5.3.0 uses jgroups 3.3.1 version which has issues with memory leaks.  In the below form related to similar issue with jgroups in infinispan cluster,  searched through some of the jboss forums and found that some of forums suggested to go and upgrade the infinispan to get the latest stable version of jgroups that will fix the issue.  &lt;/p&gt;

&lt;p&gt;Forum :  &lt;a href=&quot;https://community.jboss.org/thread/229121&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://community.jboss.org/thread/229121&lt;/a&gt;&lt;br/&gt;
jgroups 3.3.1 issues: &lt;a href=&quot;https://issues.jboss.org/browse/JGRP/fixforversion/12321978&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://issues.jboss.org/browse/JGRP/fixforversion/12321978&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;    With the above information its better to upgraded the infinispan from 5.3.0 to 6.0.2 which uses jgroups 3.4.1 Final that didn&apos;t have major issues with the cluster.&lt;/p&gt;</description>
                <environment>&lt;p&gt;Operating System: Linux&lt;br/&gt;
Platform: PC&lt;/p&gt;</environment>
        <key id="24837">CONTROLLER-283</key>
            <summary>Cluster has memory issues with jgroups 3.3.1,  need to upgrade infinispan to 6.0.2 Final which uses jgroup 3.4.1</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="-1">Unassigned</assignee>
                                    <reporter username="ravikumar.chiguruvada@ericsson.com">RaviKumar Chiguruvada</reporter>
                        <labels>
                    </labels>
                <created>Tue, 8 Apr 2014 08:50:58 +0000</created>
                <updated>Tue, 25 Jul 2023 08:23:25 +0000</updated>
                            <resolved>Tue, 2 Jun 2015 16:30:39 +0000</resolved>
                                                                    <component>clustering</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>4</watches>
                                                                                                                <comments>
                            <comment id="47923" author="gmeo@cisco.com" created="Tue, 8 Apr 2014 08:54:42 +0000"  >&lt;p&gt;RaviKumar, can you explain a bit the test scenario? Would help to understand the issue.&lt;/p&gt;</comment>
                            <comment id="47924" author="prasanna.huddar@ericsson.com" created="Tue, 8 Apr 2014 08:57:25 +0000"  >&lt;p&gt;Ravi has upgraded the Infinispan and Jgroups to latest stable release and will submit a patch&lt;/p&gt;</comment>
                            <comment id="47925" author="ravikumar.chiguruvada@ericsson.com" created="Tue, 8 Apr 2014 09:02:06 +0000"  >&lt;p&gt;(In reply to Giovanni Meo from comment #1)&lt;br/&gt;
&amp;gt; RaviKumar, can you explain a bit the test scenario? Would help to understand&lt;br/&gt;
&amp;gt; the issue.&lt;/p&gt;

&lt;p&gt;The test scenario is in clusted environment when we try to add/modify a flow for a switch which is connected to the other controller it fails in most of the scenarios and we will see an error message like &quot;Address Not Found&quot;,  when we checked the replicated cache at that time on the other node its not consistent,  it could happen because of the failures in the data replication.&lt;/p&gt;</comment>
                            <comment id="47926" author="gmeo@cisco.com" created="Tue, 8 Apr 2014 09:12:14 +0000"  >&lt;p&gt;(In reply to Prasanna Huddar from comment #2)&lt;br/&gt;
&amp;gt; Ravi has upgraded the Infinispan and Jgroups to latest stable release and&lt;br/&gt;
&amp;gt; will submit a patch&lt;/p&gt;

&lt;p&gt;Prasanna, great to hear you guys have already verified.(In reply to RaviKumar Chiguruvada from comment #3)&lt;/p&gt;

&lt;p&gt;&amp;gt; (In reply to Giovanni Meo from comment #1)&lt;br/&gt;
&amp;gt; &amp;gt; RaviKumar, can you explain a bit the test scenario? Would help to understand&lt;br/&gt;
&amp;gt; &amp;gt; the issue.&lt;br/&gt;
&amp;gt; &lt;br/&gt;
&amp;gt; The test scenario is in clusted environment when we try to add/modify a flow&lt;br/&gt;
&amp;gt; for a switch which is connected to the other controller it fails in most of&lt;br/&gt;
&amp;gt; the scenarios and we will see an error message like &quot;Address Not Found&quot;, &lt;br/&gt;
&amp;gt; when we checked the replicated cache at that time on the other node its not&lt;br/&gt;
&amp;gt; consistent,  it could happen because of the failures in the data replication.&lt;/p&gt;

&lt;p&gt;RaviKumar, ok just for the benefit of the bug maybe a test scenario with the logs would be good to have. I assume anyway you have them.&lt;br/&gt;
Thanks,&lt;br/&gt;
Giovanni&lt;/p&gt;</comment>
                            <comment id="47928" author="ravikumar.chiguruvada@ericsson.com" created="Tue, 8 Apr 2014 09:58:02 +0000"  >&lt;p&gt;Attachment c1-opendaylight.log has been added with description: opendaylight.log with the error&lt;/p&gt;</comment>
                            <comment id="47927" author="colin@colindixon.com" created="Tue, 2 Jun 2015 16:30:39 +0000"  >&lt;p&gt;Fixed: &lt;a href=&quot;https://git.opendaylight.org/gerrit/#/c/5957/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/#/c/5957/&lt;/a&gt;&lt;/p&gt;</comment>
                    </comments>
                    <attachments>
                            <attachment id="13366" name="c1-opendaylight.log" size="3940" author="ravikumar.chiguruvada@ericsson.com" created="Tue, 8 Apr 2014 09:58:02 +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>682</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=682]]></customfieldvalue>

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

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