<!-- 
RSS generated by JIRA (8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d) at Wed Feb 07 20:14:43 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-324] Carbon clustered topology fails in -all- jobs</title>
                <link>https://jira.opendaylight.org/browse/NETCONF-324</link>
                <project id="10142" key="NETCONF">netconf</project>
                    <description>&lt;p&gt;Cluster netconf jobs are configuring a connection towards a testtool device.&lt;br/&gt;
While &lt;del&gt;only&lt;/del&gt; jobs are passing &lt;span class=&quot;error&quot;&gt;&amp;#91;0&amp;#93;&lt;/span&gt; when checking whether device has been connected to; in recent Carbon snapshot &lt;del&gt;all&lt;/del&gt; jobs, the same check fails &lt;span class=&quot;error&quot;&gt;&amp;#91;1&amp;#93;&lt;/span&gt;.&lt;br/&gt;
&quot;Mount point already exists&quot; is printed to karaf.log but a previous test case &lt;span class=&quot;error&quot;&gt;&amp;#91;2&amp;#93;&lt;/span&gt; has not seen the device connected.&lt;/p&gt;

&lt;p&gt;Here is the segment of karaf.log related to the failing test case:&lt;/p&gt;

&lt;p&gt;2016-11-26 02:01:30,891 | INFO  | h for user karaf | command                          | 46 - org.apache.karaf.log.command - 3.0.8 | ROBOT MESSAGE: Starting test Wait_For_Device_To_Become_Visible_For_Configurer&lt;br/&gt;
2016-11-26 02:01:31,633 | INFO  | sing-executor-12 | NetconfDevice                    | 345 - org.opendaylight.netconf.sal-netconf-connector - 1.5.0.SNAPSHOT | RemoteDevice&lt;/p&gt;
{netconf-test-device}: Netconf connector initialized successfully&lt;br/&gt;
2016-11-26 02:01:31,856 | INFO  | ult-dispatcher-6 | NetconfTopologyContext           | 526 - org.opendaylight.netconf.topology-singleton - 1.2.0.SNAPSHOT | Master was selected: IpAddress [_ipv4Address=Ipv4Address &lt;span class=&quot;error&quot;&gt;&amp;#91;_value=10.29.13.13&amp;#93;&lt;/span&gt;]&lt;br/&gt;
2016-11-26 02:01:31,858 | INFO  | ult-dispatcher-6 | RemoteDeviceConnectorImpl        | 526 - org.opendaylight.netconf.topology-singleton - 1.2.0.SNAPSHOT | RemoteDevice{netconf-test-device}
&lt;p&gt;: Concurrent rpc limit is smaller than 1, no limit will be enforced.&lt;br/&gt;
2016-11-26 02:01:31,862 | INFO  | 5]-nio2-thread-2 | ClientSessionImpl                | 30 - org.apache.sshd.core - 0.14.0 | Client session created&lt;br/&gt;
2016-11-26 02:01:31,864 | INFO  | 5]-nio2-thread-2 | ClientSessionImpl                | 30 - org.apache.sshd.core - 0.14.0 | Start flagging packets as pending until key exchange is done&lt;br/&gt;
2016-11-26 02:01:31,864 | INFO  | 5]-nio2-thread-2 | ClientSessionImpl                | 30 - org.apache.sshd.core - 0.14.0 | Server version string: SSH-2.0-SSHD-CORE-0.14.0&lt;br/&gt;
2016-11-26 02:01:31,914 | WARN  | 5]-nio2-thread-8 | AcceptAllServerKeyVerifier       | 30 - org.apache.sshd.core - 0.14.0 | Server at /10.29.13.13:17830 presented unverified DSA key: ec:32:46:a5:df:86:59:84:d9:21:14:b2:55:a1:21:f3&lt;br/&gt;
2016-11-26 02:01:31,916 | INFO  | 5]-nio2-thread-1 | ClientSessionImpl                | 30 - org.apache.sshd.core - 0.14.0 | Dequeing pending packets&lt;br/&gt;
2016-11-26 02:01:31,917 | INFO  | 5]-nio2-thread-3 | ClientUserAuthServiceNew         | 30 - org.apache.sshd.core - 0.14.0 | Received SSH_MSG_USERAUTH_FAILURE&lt;br/&gt;
2016-11-26 02:01:31,918 | INFO  | 5]-nio2-thread-5 | UserAuthKeyboardInteractive      | 30 - org.apache.sshd.core - 0.14.0 | Received Password authentication  en-US&lt;br/&gt;
2016-11-26 02:01:31,919 | INFO  | 5]-nio2-thread-7 | ClientUserAuthServiceNew         | 30 - org.apache.sshd.core - 0.14.0 | Received SSH_MSG_USERAUTH_SUCCESS&lt;br/&gt;
2016-11-26 02:01:32,143 | INFO  | ssing-executor-6 | MasterSalFacade                  | 526 - org.opendaylight.netconf.topology-singleton - 1.2.0.SNAPSHOT | RemoteDevice&lt;/p&gt;
{netconf-test-device}: Creating master data broker for device&lt;br/&gt;
2016-11-26 02:01:32,143 | ERROR | ssing-executor-6 | NetconfDevice                    | 345 - org.opendaylight.netconf.sal-netconf-connector - 1.5.0.SNAPSHOT | RemoteDevice{netconf-test-device}
&lt;p&gt;: Initialization in sal failed, disconnecting from device&lt;br/&gt;
java.lang.IllegalStateException: Mount point already exists&lt;br/&gt;
	at com.google.common.base.Preconditions.checkState(Preconditions.java:173)&lt;span class=&quot;error&quot;&gt;&amp;#91;65:com.google.guava:18.0.0&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at org.opendaylight.controller.md.sal.dom.broker.impl.mount.DOMMountPointServiceImpl.createMountPoint(DOMMountPointServiceImpl.java:41)&lt;span class=&quot;error&quot;&gt;&amp;#91;167:org.opendaylight.controller.sal-broker-impl:1.5.0.SNAPSHOT&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at Proxyb755215f_d895_4b8e_a8f1_449a5deeba4f.createMountPoint(Unknown Source)&lt;span class=&quot;error&quot;&gt;&amp;#91;:&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at org.opendaylight.controller.sal.dom.broker.osgi.DOMMountPointServiceProxy.createMountPoint(DOMMountPointServiceProxy.java:33)&lt;span class=&quot;error&quot;&gt;&amp;#91;167:org.opendaylight.controller.sal-broker-impl:1.5.0.SNAPSHOT&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at org.opendaylight.netconf.sal.connect.netconf.sal.NetconfDeviceSalProvider$MountInstance.onTopologyDeviceConnected(NetconfDeviceSalProvider.java:140)&lt;span class=&quot;error&quot;&gt;&amp;#91;345:org.opendaylight.netconf.sal-netconf-connector:1.5.0.SNAPSHOT&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at org.opendaylight.netconf.topology.singleton.impl.MasterSalFacade.registerMasterMountPoint(MasterSalFacade.java:141)&lt;span class=&quot;error&quot;&gt;&amp;#91;526:org.opendaylight.netconf.topology-singleton:1.2.0.SNAPSHOT&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at org.opendaylight.netconf.topology.singleton.impl.MasterSalFacade.onDeviceConnected(MasterSalFacade.java:87)&lt;span class=&quot;error&quot;&gt;&amp;#91;526:org.opendaylight.netconf.topology-singleton:1.2.0.SNAPSHOT&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at org.opendaylight.netconf.topology.singleton.impl.MasterSalFacade.onDeviceConnected(MasterSalFacade.java:43)&lt;span class=&quot;error&quot;&gt;&amp;#91;526:org.opendaylight.netconf.topology-singleton:1.2.0.SNAPSHOT&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at org.opendaylight.netconf.sal.connect.netconf.NetconfDevice.handleSalInitializationSuccess(NetconfDevice.java:217)&lt;span class=&quot;error&quot;&gt;&amp;#91;345:org.opendaylight.netconf.sal-netconf-connector:1.5.0.SNAPSHOT&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at org.opendaylight.netconf.sal.connect.netconf.NetconfDevice$SchemaSetup.setUpSchema(NetconfDevice.java:465)&lt;span class=&quot;error&quot;&gt;&amp;#91;345:org.opendaylight.netconf.sal-netconf-connector:1.5.0.SNAPSHOT&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at org.opendaylight.netconf.sal.connect.netconf.NetconfDevice$SchemaSetup.run(NetconfDevice.java:430)&lt;span class=&quot;error&quot;&gt;&amp;#91;345:org.opendaylight.netconf.sal-netconf-connector:1.5.0.SNAPSHOT&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)&lt;span class=&quot;error&quot;&gt;&amp;#91;:1.8.0_111&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)&lt;span class=&quot;error&quot;&gt;&amp;#91;:1.8.0_111&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)&lt;span class=&quot;error&quot;&gt;&amp;#91;:1.8.0_111&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)&lt;span class=&quot;error&quot;&gt;&amp;#91;:1.8.0_111&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)&lt;span class=&quot;error&quot;&gt;&amp;#91;:1.8.0_111&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)&lt;span class=&quot;error&quot;&gt;&amp;#91;:1.8.0_111&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)&lt;span class=&quot;error&quot;&gt;&amp;#91;:1.8.0_111&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)&lt;span class=&quot;error&quot;&gt;&amp;#91;:1.8.0_111&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at java.lang.Thread.run(Thread.java:745)&lt;span class=&quot;error&quot;&gt;&amp;#91;:1.8.0_111&amp;#93;&lt;/span&gt;&lt;br/&gt;
2016-11-26 02:01:32,144 | WARN  | ssing-executor-6 | NetconfDeviceCommunicator        | 345 - org.opendaylight.netconf.sal-netconf-connector - 1.5.0.SNAPSHOT | RemoteDevice&lt;/p&gt;
{netconf-test-device}
&lt;p&gt;: Session terminated Session closed&lt;br/&gt;
2016-11-26 02:01:41,776 | INFO  | h for user karaf | command                          | 46 - org.apache.karaf.log.command - 3.0.8 | ROBOT MESSAGE: Starting test Wait_For_Device_To_Become_Visible_For_Checker&lt;/p&gt;


&lt;p&gt;&lt;span class=&quot;error&quot;&gt;&amp;#91;0&amp;#93;&lt;/span&gt; &lt;a href=&quot;https://logs.opendaylight.org/releng/jenkins092/netconf-csit-3node-clustering-only-carbon/279/archives/log.html.gz#s1-s2-t5-k2-k1-k2-k2&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://logs.opendaylight.org/releng/jenkins092/netconf-csit-3node-clustering-only-carbon/279/archives/log.html.gz#s1-s2-t5-k2-k1-k2-k2&lt;/a&gt;&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;1&amp;#93;&lt;/span&gt; &lt;a href=&quot;https://logs.opendaylight.org/releng/jenkins092/netconf-csit-3node-clustering-all-carbon/106/archives/log.html.gz#s1-s2-t5-k2-k1-k1-k2&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://logs.opendaylight.org/releng/jenkins092/netconf-csit-3node-clustering-all-carbon/106/archives/log.html.gz#s1-s2-t5-k2-k1-k1-k2&lt;/a&gt;&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;2&amp;#93;&lt;/span&gt; &lt;a href=&quot;https://logs.opendaylight.org/releng/jenkins092/netconf-csit-3node-clustering-all-carbon/106/archives/log.html.gz#s1-s2-t2-k2-k1-k1-k1-k4-k1&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://logs.opendaylight.org/releng/jenkins092/netconf-csit-3node-clustering-all-carbon/106/archives/log.html.gz#s1-s2-t2-k2-k1-k1-k1-k4-k1&lt;/a&gt;&lt;/p&gt;</description>
                <environment>&lt;p&gt;Operating System: All&lt;br/&gt;
Platform: All&lt;/p&gt;</environment>
        <key id="21337">NETCONF-324</key>
            <summary>Carbon clustered topology fails in -all- jobs</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="vrpolak">Vratko Polak</reporter>
                        <labels>
                    </labels>
                <created>Mon, 28 Nov 2016 15:24:54 +0000</created>
                <updated>Fri, 15 Mar 2019 22:22:33 +0000</updated>
                            <resolved>Thu, 8 Dec 2016 14:52:19 +0000</resolved>
                                                                    <component>netconf</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>2</watches>
                                                                                                                <comments>
                            <comment id="39725" author="pgubka@cisco.com" created="Thu, 8 Dec 2016 14:51:41 +0000"  >&lt;p&gt;fixed by &lt;a href=&quot;https://git.opendaylight.org/gerrit/#/c/48972/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/#/c/48972/&lt;/a&gt; in distribution project&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10002">
                    <name>Duplicate</name>
                                                                <inwardlinks description="is duplicated by">
                                        <issuelink>
            <issuekey id="21339">NETCONF-326</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                    </issuelinks>
                <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>7255</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=7255]]></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_10000" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>0|i01xu7:</customfieldvalue>

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