<!-- 
RSS generated by JIRA (8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d) at Wed Feb 07 19:55:29 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-1413] Clustering : Some time one of the rpc (2551) ports not coming up in 2 follower nodes of a 3 node cluster</title>
                <link>https://jira.opendaylight.org/browse/CONTROLLER-1413</link>
                <project id="10113" key="CONTROLLER">controller</project>
                    <description>&lt;p&gt;I am running a 3 node cluster VMs on a Dell Host. I started the cluster after clean start-up, however one of the rpc (2551) ports not coming up in c1 and c3 node ( check below netstat command output for c1 and c3).  From Jconsole I checked C2 is the leader.&lt;/p&gt;

&lt;p&gt;I executed below features in ordered fashion. And enabled DEBUG logs in akka.conf for all the cluster nodes but put log:set INFO in karaf interface. I see only INFO messages in all log files.&lt;/p&gt;

&lt;p&gt;All cluster nodes are reachable to one another.&lt;/p&gt;

&lt;p&gt;opendaylight-user@root&amp;gt;feature:install odl-restconf-all&lt;br/&gt;
opendaylight-user@root&amp;gt;feature:install odl-mdsal-all&lt;br/&gt;
opendaylight-user@root&amp;gt;feature:install odl-openflowplugin-all&lt;br/&gt;
opendaylight-user@root&amp;gt;log:set INFO&lt;/p&gt;

&lt;p&gt;C1 node&lt;br/&gt;
======&lt;br/&gt;
Last login: Mon Aug 24 23:26:04 2015 from 10.183.181.12&lt;br/&gt;
root@mininet-vm:~# netstat -na | grep 2551&lt;br/&gt;
tcp6       0      0 10.183.181.41:2551      :::*                    LISTEN&lt;br/&gt;
tcp6       0      0 10.183.181.41:46156     10.183.181.42:2551      ESTABLISHED&lt;br/&gt;
tcp6       0      0 10.183.181.41:2551      10.183.181.43:47001     ESTABLISHED&lt;br/&gt;
tcp6       0      0 10.183.181.41:2551      10.183.181.42:46389     ESTABLISHED&lt;br/&gt;
root@mininet-vm:~# netstat -na | grep 2550&lt;br/&gt;
tcp6       0      0 10.183.181.41:2550      :::*                    LISTEN&lt;br/&gt;
tcp6       0      0 10.183.181.41:54131     10.183.181.43:2550      ESTABLISHED&lt;br/&gt;
tcp6       0      0 10.183.181.41:2550      10.183.181.42:59211     ESTABLISHED&lt;br/&gt;
tcp6       0      0 10.183.181.41:48564     10.183.181.42:2550      ESTABLISHED&lt;br/&gt;
tcp6       0      0 10.183.181.41:2550      10.183.181.43:43979     ESTABLISHED&lt;br/&gt;
root@mininet-vm:~#&lt;/p&gt;

&lt;p&gt;C2 node&lt;br/&gt;
======&lt;br/&gt;
root@mininet-vm:~# netstat -na | grep 2550&lt;br/&gt;
tcp6       0      0 10.183.181.42:2550      :::*                    LISTEN&lt;br/&gt;
tcp6       0      0 10.183.181.42:2550      10.183.181.41:48564     ESTABLISHED&lt;br/&gt;
tcp6       0      0 10.183.181.42:2550      10.183.181.43:50044     ESTABLISHED&lt;br/&gt;
tcp6       0      0 10.183.181.42:51749     10.183.181.43:2550      ESTABLISHED&lt;br/&gt;
tcp6       0      0 10.183.181.42:59211     10.183.181.41:2550      ESTABLISHED&lt;br/&gt;
root@mininet-vm:~# netstat -na | grep 2551&lt;br/&gt;
tcp6       0      0 10.183.181.42:2551      :::*                    LISTEN&lt;br/&gt;
tcp6       0      0 10.183.181.42:2551      10.183.181.43:48937     ESTABLISHED&lt;br/&gt;
tcp6       0      0 10.183.181.42:2551      10.183.181.41:46156     ESTABLISHED&lt;br/&gt;
tcp6       0      0 10.183.181.42:34195     10.183.181.43:2551      ESTABLISHED&lt;br/&gt;
tcp6       0      0 10.183.181.42:46389     10.183.181.41:2551      ESTABLISHED&lt;/p&gt;


&lt;p&gt;C3 node&lt;br/&gt;
======&lt;br/&gt;
root@mininet-vm:~# netstat -na | grep 2550&lt;br/&gt;
tcp6       0      0 10.183.181.43:2550      :::*                    LISTEN&lt;br/&gt;
tcp6       0      0 10.183.181.43:43979     10.183.181.41:2550      ESTABLISHED&lt;br/&gt;
tcp6     467      0 10.183.181.43:2550      10.183.181.42:51749     ESTABLISHED&lt;br/&gt;
tcp6       0      0 10.183.181.43:50044     10.183.181.42:2550      ESTABLISHED&lt;br/&gt;
tcp6       0      0 10.183.181.43:2550      10.183.181.41:54131     ESTABLISHED&lt;br/&gt;
root@mininet-vm:~# netstat -na | grep 2551&lt;br/&gt;
tcp6       0      0 10.183.181.43:2551      :::*                    LISTEN&lt;br/&gt;
tcp6       0      0 10.183.181.43:2551      10.183.181.42:34195     ESTABLISHED&lt;br/&gt;
tcp6       0      0 10.183.181.43:47001     10.183.181.41:2551      ESTABLISHED&lt;br/&gt;
tcp6       0      0 10.183.181.43:48937     10.183.181.42:2551      ESTABLISHED&lt;br/&gt;
root@mininet-vm:~#&lt;/p&gt;

&lt;p&gt;Please find the attached logs of all cluster nodes.&lt;/p&gt;</description>
                <environment>&lt;p&gt;Operating System: All&lt;br/&gt;
Platform: All&lt;/p&gt;</environment>
        <key id="25967">CONTROLLER-1413</key>
            <summary>Clustering : Some time one of the rpc (2551) ports not coming up in 2 follower nodes of a 3 node cluster</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="sanjib.mohapatra@ericsson.com">Sanjib Mohapatra</reporter>
                        <labels>
                    </labels>
                <created>Wed, 26 Aug 2015 11:25:35 +0000</created>
                <updated>Thu, 19 Oct 2017 21:26:42 +0000</updated>
                            <resolved>Thu, 7 Jan 2016 15:22:20 +0000</resolved>
                                    <version>Lithium</version>
                                                    <component>clustering</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>2</watches>
                                                                                                                <comments>
                            <comment id="51013" author="sanjib.mohapatra@ericsson.com" created="Wed, 26 Aug 2015 11:25:35 +0000"  >&lt;p&gt;Attachment cluster startup issue.rar has been added with description: logs of all cluster nodes&lt;/p&gt;</comment>
                            <comment id="51012" author="tpantelis" created="Thu, 7 Jan 2016 15:22:20 +0000"  >&lt;p&gt;The 2551 rpc port is no longer used.&lt;/p&gt;</comment>
                    </comments>
                    <attachments>
                            <attachment id="13543" name="cluster startup issue.rar" size="31693" author="sanjib.mohapatra@ericsson.com" created="Wed, 26 Aug 2015 11:25:35 +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>4193</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=4193]]></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="10317"><![CDATA[Beryllium]]></customfieldvalue>

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

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