<!-- 
RSS generated by JIRA (8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d) at Wed Feb 07 20:11:14 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>[NEMO-4] Intermittent VNMappingException in NIC BoD flow</title>
                <link>https://jira.opendaylight.org/browse/NEMO-4</link>
                <project id="10140" key="NEMO">nemo</project>
                    <description>&lt;p&gt;When testing the NIC BoD flow, a VNMappingException is thrown intermittently.&lt;/p&gt;

&lt;p&gt;To reproduce: &lt;/p&gt;

&lt;p&gt;Build and run karaf from the NIC project.  Then:&lt;/p&gt;

&lt;p&gt;feature:install odl-nic-core-service-mdsal odl-nic-renderer-nemo&lt;/p&gt;

&lt;p&gt;Then run the following scripts from NEMO in sequence:&lt;/p&gt;

&lt;p&gt;nemo-impl/src/main/resources/nemo-odl.py&lt;br/&gt;
nemo-impl/src/test/resources/nic-bod-setup.py&lt;br/&gt;
nemo-impl/src/test/resources/nic-bod-intent.py&lt;/p&gt;

&lt;p&gt;Note that an &quot;IntentResolutionException: The physical hosts do not exist.&quot; exception is expected when first running nic-bod-setup.py.  This is expected and is not what this issue is about. &lt;/p&gt;


&lt;p&gt;The issue is that:&lt;/p&gt;

&lt;p&gt;Intermittently, upon running nic-bod-intent.py the following exception is thrown:&lt;/p&gt;

&lt;p&gt;org.opendaylight.nemo.intent.computation.VNMappingException: Failed mapping for the virtual link 1655f574-04f1-487b-8337-a27a0cefc60c in the virtual network 14ce424a-3e50-4a2a-ad5c-b29845158c8b&lt;br/&gt;
	at org.opendaylight.nemo.intent.computation.VNMappingUnit.virtualNetworkMapping(VNMappingUnit.java:208)&lt;br/&gt;
	at org.opendaylight.nemo.intent.IntentResolver.resolveIntent(IntentResolver.java:400)&lt;br/&gt;
	at org.opendaylight.nemo.user.UserManager.endTransaction(UserManager.java:128)&lt;br/&gt;
	at org.opendaylight.yangtools.yang.binding.util.RpcMethodInvokerWithInput.invokeOn(RpcMethodInvokerWithInput.java:30)&lt;br/&gt;
	at org.opendaylight.yangtools.yang.binding.util.AbstractMappedRpcInvoker.invokeRpc(AbstractMappedRpcInvoker.java:52)&lt;br/&gt;
	at org.opendaylight.controller.md.sal.binding.impl.BindingDOMRpcImplementationAdapter.invoke(BindingDOMRpcImplementationAdapter.java:85)&lt;br/&gt;
	at org.opendaylight.controller.md.sal.binding.impl.BindingDOMRpcImplementationAdapter.invokeRpc(BindingDOMRpcImplementationAdapter.java:72)&lt;br/&gt;
	at org.opendaylight.controller.md.sal.dom.broker.impl.GlobalDOMRpcRoutingTableEntry.invokeRpc(GlobalDOMRpcRoutingTableEntry.java:40)&lt;br/&gt;
	at org.opendaylight.controller.md.sal.dom.broker.impl.DOMRpcRoutingTable.invokeRpc(DOMRpcRoutingTable.java:186)&lt;br/&gt;
	at org.opendaylight.controller.md.sal.dom.broker.impl.DOMRpcRouter.invokeRpc(DOMRpcRouter.java:124)&lt;br/&gt;
	at org.opendaylight.controller.md.sal.binding.impl.RpcServiceAdapter.invoke0(RpcServiceAdapter.java:65)&lt;br/&gt;
	at org.opendaylight.controller.md.sal.binding.impl.RpcServiceAdapter.access$000(RpcServiceAdapter.java:43)&lt;br/&gt;
	at org.opendaylight.controller.md.sal.binding.impl.RpcServiceAdapter$RpcInvocationStrategy.invoke(RpcServiceAdapter.java:159)&lt;br/&gt;
	at org.opendaylight.controller.md.sal.binding.impl.RpcServiceAdapter.invoke(RpcServiceAdapter.java:96)&lt;br/&gt;
	at com.sun.proxy.$Proxy87.endTransaction(Unknown Source)&lt;br/&gt;
	at org.opendaylight.nic.nemo.renderer.NEMORenderer.endTransaction(NEMORenderer.java:217)&lt;br/&gt;
	at org.opendaylight.nic.nemo.renderer.NEMORenderer.executeNemoRpc(NEMORenderer.java:172)&lt;br/&gt;
	at org.opendaylight.nic.nemo.renderer.NEMORenderer.createOrUpdateIntent(NEMORenderer.java:186)&lt;br/&gt;
	at org.opendaylight.nic.nemo.renderer.NEMORenderer.create(NEMORenderer.java:100)&lt;br/&gt;
	at org.opendaylight.nic.nemo.renderer.NEMORenderer.onDataChanged(NEMORenderer.java:89)&lt;br/&gt;
	at org.opendaylight.controller.md.sal.binding.impl.AbstractForwardedDataBroker$TranslatingDataChangeInvoker.onDataChanged(AbstractForwardedDataBroker.java:143)&lt;br/&gt;
	at org.opendaylight.controller.cluster.datastore.DataChangeListener.dataChanged(DataChangeListener.java:66)&lt;br/&gt;
	at org.opendaylight.controller.cluster.datastore.DataChangeListener.handleReceive(DataChangeListener.java:39)&lt;br/&gt;
	at org.opendaylight.controller.cluster.common.actor.AbstractUntypedActor.onReceive(AbstractUntypedActor.java:34)&lt;br/&gt;
	at akka.actor.UntypedActor$$anonfun$receive$1.applyOrElse(UntypedActor.scala:167)&lt;br/&gt;
	at akka.actor.Actor$class.aroundReceive(Actor.scala:467)&lt;br/&gt;
	at akka.actor.UntypedActor.aroundReceive(UntypedActor.scala:97)&lt;br/&gt;
	at akka.actor.ActorCell.receiveMessage(ActorCell.scala:516)&lt;br/&gt;
	at akka.actor.ActorCell.invoke(ActorCell.scala:487)&lt;br/&gt;
	at akka.dispatch.Mailbox.processMailbox(Mailbox.scala:238)&lt;br/&gt;
	at akka.dispatch.Mailbox.run(Mailbox.scala:220)&lt;br/&gt;
	at akka.dispatch.ForkJoinExecutorConfigurator$AkkaForkJoinTask.exec(AbstractDispatcher.scala:397)&lt;br/&gt;
	at scala.concurrent.forkjoin.ForkJoinTask.doExec(ForkJoinTask.java:262)&lt;br/&gt;
	at scala.concurrent.forkjoin.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:975)&lt;br/&gt;
	at scala.concurrent.forkjoin.ForkJoinPool.runWorker(ForkJoinPool.java:1478)&lt;br/&gt;
	at scala.concurrent.forkjoin.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:104)&lt;/p&gt;</description>
                <environment>&lt;p&gt;Operating System: All&lt;br/&gt;
Platform: All&lt;br/&gt;
URL: &lt;a href=&quot;https://git.opendaylight.org/gerrit/#/c/33076/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/#/c/33076/&lt;/a&gt;&lt;/p&gt;</environment>
        <key id="19476">NEMO-4</key>
            <summary>Intermittent VNMappingException in NIC BoD flow</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="gary.wu1@huawei.com">Gary Wu</reporter>
                        <labels>
                    </labels>
                <created>Tue, 19 Jan 2016 00:25:13 +0000</created>
                <updated>Thu, 19 Oct 2017 21:29:10 +0000</updated>
                            <resolved>Thu, 4 Feb 2016 08:59:23 +0000</resolved>
                                    <version>unspecified</version>
                                                    <component>General</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>1</watches>
                                                                                                                <comments>
                            <comment id="35354" author="zhangyali369@huawei.com" created="Thu, 4 Feb 2016 08:59:23 +0000"  >&lt;p&gt;Test the case in the physical network which constructed by ofsoftswitch, the intent from NIC could be implemented well with NEMO renderer.&lt;/p&gt;</comment>
                    </comments>
                    <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>4998</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=4998]]></customfieldvalue>

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

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