<!-- 
RSS generated by JIRA (8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d) at Wed Feb 07 19:54:06 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-878] Get operation for netconf-state subtree failed</title>
                <link>https://jira.opendaylight.org/browse/CONTROLLER-878</link>
                <project id="10113" key="CONTROLLER">controller</project>
                    <description>&lt;p&gt;When  starting Helium-RC1-6-v201409220013  netconf sessions were not successfully  established so that info  was shared between odl and  remote devices.   &lt;/p&gt;



&lt;p&gt;0.2.5.Helium-RC1-6-v201409220013 | Get operation for netconf-state subtree failed&lt;br/&gt;
java.util.ConcurrentModificationException&lt;br/&gt;
	at java.util.ArrayList$Itr.checkForComodification(Unknown Source)&lt;span class=&quot;error&quot;&gt;&amp;#91;:1.7.0_67&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at java.util.ArrayList$Itr.next(Unknown Source)&lt;span class=&quot;error&quot;&gt;&amp;#91;:1.7.0_67&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at org.opendaylight.controller.config.manager.impl.jmx.InternalJMXRegistrator.getSameNames(InternalJMXRegistrator.java:143)&lt;br/&gt;
	at org.opendaylight.controller.config.manager.impl.jmx.InternalJMXRegistrator.queryNames(InternalJMXRegistrator.java:137)&lt;/p&gt;</description>
                <environment>&lt;p&gt;Operating System: All&lt;br/&gt;
Platform: All&lt;/p&gt;</environment>
        <key id="25432">CONTROLLER-878</key>
            <summary>Get operation for netconf-state subtree failed</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="mmarsale@cisco.com">Maros Marsalek</assignee>
                                    <reporter username="ricjhill@gmail.com">RichardHill</reporter>
                        <labels>
                    </labels>
                <created>Mon, 22 Sep 2014 12:23:55 +0000</created>
                <updated>Tue, 25 Jul 2023 08:24:11 +0000</updated>
                            <resolved>Mon, 20 Oct 2014 06:48:29 +0000</resolved>
                                                                    <component>netconf</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>4</watches>
                                                                                                                <comments>
                            <comment id="49312" author="ricjhill@gmail.com" created="Mon, 22 Sep 2014 12:23:55 +0000"  >&lt;p&gt;Attachment karaf.log has been added with description: opendaylight log&lt;/p&gt;</comment>
                            <comment id="49308" author="ricjhill@gmail.com" created="Mon, 22 Sep 2014 12:24:53 +0000"  >&lt;p&gt;Fix for similar  exception   &lt;a href=&quot;https://git.opendaylight.org/gerrit/#/c/11431/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/#/c/11431/&lt;/a&gt;   pointed out by  Maros.&lt;/p&gt;</comment>
                            <comment id="49309" author="ricjhill@gmail.com" created="Mon, 22 Sep 2014 13:37:21 +0000"  >&lt;p&gt;Steps:&lt;/p&gt;


&lt;p&gt;/restconf/operational/opendaylight-inventory:nodes/&lt;/p&gt;

&lt;p&gt;Actual Result&lt;/p&gt;

&lt;p&gt;    &quot;nodes&quot;: {&lt;br/&gt;
        &quot;node&quot;: [&lt;/p&gt;
            {
                &quot;id&quot;: &quot;controller-config&quot;,
                &quot;netconf-node-inventory:connected&quot;: false
            }
&lt;p&gt;        ]&lt;br/&gt;
    }&lt;br/&gt;
}&lt;/p&gt;</comment>
                            <comment id="49310" author="ricjhill@gmail.com" created="Mon, 22 Sep 2014 15:19:18 +0000"  >&lt;p&gt;Partial fix made by  changing the order of loading the  features from &lt;/p&gt;


&lt;p&gt;FEATURES=&quot;odl-mdsal-broker odl-restconf odl-bgpcep-all odl-netconf-all odl-netconf-connector-all odl-openflowplugin-all odl-openflowplugin-drop-test odl-sfcofl2 odl-sfc-test-consumer&quot;&lt;/p&gt;

&lt;p&gt;to &lt;/p&gt;


&lt;p&gt;FEATURES=&quot;odl-mdsal-broker odl-restconf odl-bgpcep-all odl-openflowplugin-all odl-openflowplugin-drop-test odl-sfcofl2 odl-sfc-test-consumer odl-netconf-all odl-netconf-connector-all&quot;&lt;/p&gt;

&lt;p&gt;I  can now see the  odl loopback mounted but  not the  xrvr device&lt;/p&gt;</comment>
                            <comment id="49311" author="mmarsale@cisco.com" created="Tue, 23 Sep 2014 06:55:38 +0000"  >&lt;p&gt;Yes, the odl-netconf-connector-all feature should be installed last to ensure that config file 99-controller-config.xml is loaded last. If it is loaded before any other features, netconf server might not see all available yang modules(at the time netconf connector connects) and report just a subset, this subset will be loaded into netconf connector and might result in failures when parsing data from the server later.&lt;/p&gt;

&lt;p&gt;However concurrent modification exception should not occur in this case, fix:&lt;br/&gt;
&lt;a href=&quot;https://git.opendaylight.org/gerrit/#/c/11446/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/#/c/11446/&lt;/a&gt;&lt;/p&gt;</comment>
                    </comments>
                    <attachments>
                            <attachment id="13438" name="karaf.log" size="273517" author="ricjhill@gmail.com" created="Mon, 22 Sep 2014 12:23:55 +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>2017</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=2017]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                <customfield id="customfield_10204" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>ODL SR Target Milestone</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10316"><![CDATA[Helium-1]]></customfieldvalue>

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

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