<!-- 
RSS generated by JIRA (8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d) at Wed Feb 07 20:15:22 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>[NETCONF-575] Cluster: Netconf device does not show connected</title>
                <link>https://jira.opendaylight.org/browse/NETCONF-575</link>
                <project id="10142" key="NETCONF">netconf</project>
                    <description>&lt;p&gt;The basic netconf clustering CRUD test is failing in fluorine/neon (oxygen is fine):&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://jenkins.opendaylight.org/releng/view/netconf/job/netconf-csit-3node-clustering-all-fluorine&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://jenkins.opendaylight.org/releng/view/netconf/job/netconf-csit-3node-clustering-all-fluorine&lt;/a&gt;&lt;br/&gt;
&lt;a href=&quot;https://jenkins.opendaylight.org/releng/view/netconf/job/netconf-csit-3node-clustering-all-neon&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://jenkins.opendaylight.org/releng/view/netconf/job/netconf-csit-3node-clustering-all-neon&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;The suite is waiting for device connection however that does not happen:&lt;/p&gt;

&lt;div class=&quot;code panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;codeContent panelContent&quot;&gt;
&lt;pre class=&quot;code-java&quot;&gt;
Keyword &lt;span class=&quot;code-quote&quot;&gt;&apos;Check_Device_Connected&apos;&lt;/span&gt; failed after retrying &lt;span class=&quot;code-keyword&quot;&gt;for&lt;/span&gt; 20 seconds. The last error was: &apos;{
 &lt;span class=&quot;code-quote&quot;&gt;&quot;node&quot;&lt;/span&gt;: [
  {
   &lt;span class=&quot;code-quote&quot;&gt;&quot;netconf-node-topology:connection-status&quot;&lt;/span&gt;: &lt;span class=&quot;code-quote&quot;&gt;&quot;connecting&quot;&lt;/span&gt;,
   &lt;span class=&quot;code-quote&quot;&gt;&quot;netconf-node-topology:host&quot;&lt;/span&gt;: &lt;span class=&quot;code-quote&quot;&gt;&quot;10.30.170.80&quot;&lt;/span&gt;,
   &lt;span class=&quot;code-quote&quot;&gt;&quot;netconf-node-topology:port&quot;&lt;/span&gt;: 17830,
   &lt;span class=&quot;code-quote&quot;&gt;&quot;node-id&quot;&lt;/span&gt;: &lt;span class=&quot;code-quote&quot;&gt;&quot;netconf-test-device&quot;&lt;/span&gt;
  }
 ]
}
&lt;span class=&quot;code-quote&quot;&gt;&apos; does not contain &apos;&lt;/span&gt;&lt;span class=&quot;code-quote&quot;&gt;&quot;netconf-node-topology:connection-status&quot;&lt;/span&gt;: &lt;span class=&quot;code-quote&quot;&gt;&quot;connected&quot;&lt;/span&gt;&apos;
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;In the karaf log we can see the following:&lt;/p&gt;
&lt;div class=&quot;code panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;codeContent panelContent&quot;&gt;
&lt;pre class=&quot;code-java&quot;&gt;
2018-10-17T00:16:32,653 | INFO  | opendaylight-cluster-data-notification-dispatcher-53 | NetconfTopologyUtils             | 287 - org.opendaylight.netconf.topology-singleton - 1.5.1.SNAPSHOT | RemoteDevice{netconf-test-device} : using the &lt;span class=&quot;code-keyword&quot;&gt;default&lt;/span&gt; directory cache/schema
2018-10-17T00:16:32,807 | INFO  | opendaylight-cluster-data-akka.actor.&lt;span class=&quot;code-keyword&quot;&gt;default&lt;/span&gt;-dispatcher-46 | NetconfTopologyContext           | 287 - org.opendaylight.netconf.topology-singleton - 1.5.1.SNAPSHOT | Master was selected: IpAddress{_ipv4Address=Ipv4Address{_value=10.30.170.73}}
2018-10-17T00:16:33,088 | INFO  | opendaylight-cluster-data-akka.actor.&lt;span class=&quot;code-keyword&quot;&gt;default&lt;/span&gt;-dispatcher-46 | RemoteDeviceConnectorImpl        | 287 - org.opendaylight.netconf.topology-singleton - 1.5.1.SNAPSHOT | RemoteDevice{netconf-test-device}: Concurrent rpc limit is smaller than 1, no limit will be enforced.
2018-10-17T00:16:34,675 | WARN  | sshd-SshClient[6c6ea01e]-nio2-thread-4 | AcceptAllServerKeyVerifier       | 136 - org.apache.sshd.core - 1.6.0 | Server at /10.30.170.73:17830 presented unverified RSA key: SHA256:Yui7HIOBdO90EUtADu0RJi7tFoReF0y3Y+f/n7dizug
2018-10-17T00:16:36,815 | INFO  | remote-connector-processing-executor-11 | NetconfDevice                    | 283 - org.opendaylight.netconf.sal-netconf-connector - 1.8.1.SNAPSHOT | RemoteDevice{netconf-test-device}: Netconf connector initialized successfully
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;However I miss this line present in Oxygen:&lt;/p&gt;
&lt;div class=&quot;code panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;codeContent panelContent&quot;&gt;
&lt;pre class=&quot;code-java&quot;&gt;
2018-10-17T00:16:41,838 | INFO  | remote-connector-processing-executor-11 | MasterSalFacade                  | 310 - org.opendaylight.netconf.topology-singleton - 1.4.4.SNAPSHOT | Device RemoteDevice{netconf-test-device} connected - registering master mount point
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</description>
                <environment></environment>
        <key id="30898">NETCONF-575</key>
            <summary>Cluster: Netconf device does not show connected</summary>
                <type id="10104" iconUrl="https://jira.opendaylight.org/secure/viewavatar?size=xsmall&amp;avatarId=10303&amp;avatarType=issuetype">Bug</type>
                                            <priority id="2" iconUrl="https://jira.opendaylight.org/images/icons/priorities/critical.svg">High</priority>
                        <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="JMorvay">Jakub Morvay</assignee>
                                    <reporter username="ecelgp">Luis Gomez</reporter>
                        <labels>
                    </labels>
                <created>Wed, 17 Oct 2018 01:28:41 +0000</created>
                <updated>Mon, 29 Oct 2018 10:28:27 +0000</updated>
                            <resolved>Mon, 29 Oct 2018 10:28:27 +0000</resolved>
                                    <version>Fluorine</version>
                                                    <component>netconf</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>1</watches>
                                                                                                                        <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_10000" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>0|i03jp3:</customfieldvalue>

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