<!-- 
RSS generated by JIRA (8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d) at Wed Feb 07 19:55:07 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-1278] Component gets started before models are available in mdsal</title>
                <link>https://jira.opendaylight.org/browse/CONTROLLER-1278</link>
                <project id="10113" key="CONTROLLER">controller</project>
                    <description>&lt;p&gt;When starting a feature via config subsystem sometimes models required by the modules in the feature are not available in md-sal. This results into exception at module factory in case we try to register dataChangeListeners.&lt;/p&gt;

&lt;p&gt;Example feature:&lt;br/&gt;
&amp;lt;feature name=&apos;odl-openflowplugin-nsf-services&apos; version=&apos;${project.version}&apos;&lt;br/&gt;
        description=&quot;OpenDaylight :: OpenflowPlugin :: NSF :: Services&quot;&amp;gt;&lt;br/&gt;
        &amp;lt;feature version=&apos;${mdsal.version}&apos;&amp;gt;odl-mdsal-broker&amp;lt;/feature&amp;gt;&lt;br/&gt;
        &amp;lt;feature version=&apos;${project.version}&apos;&amp;gt;odl-openflowplugin-nsf-model&amp;lt;/feature&amp;gt;&lt;br/&gt;
        &amp;lt;bundle&amp;gt;mvn:org.opendaylight.openflowplugin.applications/topology-manager/${project.version}&amp;lt;/bundle&amp;gt;&lt;br/&gt;
        &amp;lt;bundle&amp;gt;mvn:org.opendaylight.openflowplugin.applications/topology-lldp-discovery/${project.version}&amp;lt;/bundle&amp;gt;&lt;br/&gt;
        &amp;lt;bundle&amp;gt;mvn:org.opendaylight.openflowplugin.applications/forwardingrules-manager/${project.version}&amp;lt;/bundle&amp;gt;&lt;br/&gt;
        &amp;lt;bundle&amp;gt;mvn:org.opendaylight.controller/liblldp/${sal.api.version}&amp;lt;/bundle&amp;gt;&lt;br/&gt;
        &amp;lt;configfile finalname=&quot;etc/opendaylight/karaf/30-forwardingrules-manager.xml&quot;&amp;gt;mvn:org.opendaylight.openflowplugin.applications/forwardingrules-manager-config/${project.version}/xml/config&amp;lt;/configfile&amp;gt;&lt;br/&gt;
    &amp;lt;/feature&amp;gt;&lt;/p&gt;


&lt;p&gt;Here module factory of forwardingrulesmanager failed because of missing FlowCapableNode augmentation class:&lt;br/&gt;
&amp;gt;feature:install odl-openflowplugin-flow-services-rest &lt;br/&gt;
Exception in thread &quot;pool-36-thread-1&quot; java.lang.IllegalArgumentException: Supplied Instance Identifier InstanceIdentifier&lt;/p&gt;
{targetType=interface org.opendaylight.yang.gen.v1.urn.opendaylight.flow.inventory.rev130819.FlowCapableNodeConnector, path=[org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.Nodes, org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.nodes.Node, org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.node.NodeConnector, org.opendaylight.yang.gen.v1.urn.opendaylight.flow.inventory.rev130819.FlowCapableNodeConnector]}
&lt;p&gt; is not valid.&lt;br/&gt;
	at com.google.common.base.Preconditions.checkArgument(Preconditions.java:145)&lt;br/&gt;
	at org.opendaylight.yangtools.binding.data.codec.impl.BindingCodecContext.getCodecContextNode(BindingCodecContext.java:128)&lt;br/&gt;
	at org.opendaylight.yangtools.binding.data.codec.impl.InstanceIdentifierCodec.serialize(InstanceIdentifierCodec.java:29)&lt;br/&gt;
	at org.opendaylight.yangtools.binding.data.codec.impl.InstanceIdentifierCodec.serialize(InstanceIdentifierCodec.java:19)&lt;br/&gt;
	at org.opendaylight.yangtools.binding.data.codec.impl.BindingNormalizedNodeCodecRegistry.toYangInstanceIdentifier(BindingNormalizedNodeCodecRegistry.java:87)&lt;br/&gt;
	at org.opendaylight.controller.md.sal.binding.impl.BindingToNormalizedNodeCodec.toNormalized(BindingToNormalizedNodeCodec.java:64)&lt;br/&gt;
	at org.opendaylight.controller.md.sal.binding.impl.AbstractForwardedDataBroker.registerDataChangeListener(AbstractForwardedDataBroker.java:68)&lt;br/&gt;
	at org.opendaylight.openflowplugin.applications.topology.manager.DataChangeListenerImpl.&amp;lt;init&amp;gt;(DataChangeListenerImpl.java:50)&lt;br/&gt;
	at org.opendaylight.openflowplugin.applications.topology.manager.TerminationPointChangeListenerImpl.&amp;lt;init&amp;gt;(TerminationPointChangeListenerImpl.java:41)&lt;br/&gt;
	at org.opendaylight.openflowplugin.applications.topology.manager.FlowCapableTopologyProvider.onSessionInitiated(FlowCapableTopologyProvider.java:56)&lt;br/&gt;
	at org.opendaylight.controller.md.sal.binding.util.BindingContextUtils.createProviderContextAndInitialize(BindingContextUtils.java:56)&lt;br/&gt;
	at org.opendaylight.controller.sal.binding.impl.RootBindingAwareBroker.registerProvider(RootBindingAwareBroker.java:172)&lt;br/&gt;
	at org.opendaylight.controller.sal.binding.impl.RootBindingAwareBroker.registerProvider(RootBindingAwareBroker.java:160)&lt;br/&gt;
	at org.opendaylight.controller.sal.binding.api.AbstractBindingAwareProvider.onBrokerAvailable(AbstractBindingAwareProvider.java:18)&lt;br/&gt;
	at org.opendaylight.controller.sal.binding.api.AbstractBrokerAwareActivator$1$1.run(AbstractBrokerAwareActivator.java:34)&lt;br/&gt;
	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)&lt;br/&gt;
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)&lt;br/&gt;
	at java.lang.Thread.run(Unknown Source)&lt;/p&gt;</description>
                <environment>&lt;p&gt;Operating System: All&lt;br/&gt;
Platform: All&lt;/p&gt;</environment>
        <key id="25832">CONTROLLER-1278</key>
            <summary>Component gets started before models are available in mdsal</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="tony.tkacik@gmail.com">Tony Tkacik</assignee>
                                    <reporter username="michal.rehak">Michal Rehak</reporter>
                        <labels>
                    </labels>
                <created>Mon, 27 Apr 2015 11:52:41 +0000</created>
                <updated>Thu, 4 Jun 2015 11:11:06 +0000</updated>
                            <resolved>Thu, 4 Jun 2015 11:11:06 +0000</resolved>
                                    <version>Post-Helium</version>
                                                    <component>mdsal</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>3</watches>
                                                                                                                <comments>
                            <comment id="50501" author="tony.tkacik@gmail.com" created="Tue, 5 May 2015 14:57:05 +0000"  >&lt;p&gt;&lt;a href=&quot;https://git.opendaylight.org/gerrit/#/c/19607/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/#/c/19607/&lt;/a&gt;&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10000">
                    <name>Blocks</name>
                                            <outwardlinks description="blocks">
                                        <issuelink>
            <issuekey id="27654">OPNFLWPLUG-386</issuekey>
        </issuelink>
                            </outwardlinks>
                                                        </issuelinktype>
                            <issuelinktype id="10002">
                    <name>Duplicate</name>
                                                                <inwardlinks description="is duplicated by">
                                        <issuelink>
            <issuekey id="27545">OPNFLWPLUG-277</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>3067</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=3067]]></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="10383"><![CDATA[Lithium-RC1]]></customfieldvalue>

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

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