<!-- 
RSS generated by JIRA (8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d) at Wed Feb 07 19:13:23 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>[BGPCEP-539] ModifiedNodeDoesNotExistException encountered while building Linkstate topology</title>
                <link>https://jira.opendaylight.org/browse/BGPCEP-539</link>
                <project id="10108" key="BGPCEP">bgpcep</project>
                    <description>&lt;p&gt;Scenario is ODL has active connection with router and BGP-LS updates are received from router, from which the linkstate topology has been generated. Now due to issue in BUG-6577 if ODL encounters a NullPointerException, it starts reporting ModifiedNodeDoesNotExistException exceptions someafter. If size of linkstate topology is big as in real-life network, excessive number of ModifiedNodeDoesNotExistException messages are logged and data in linkstate topology is never fully recovered&lt;/p&gt;


&lt;p&gt;2016-09-01 20:22:43,127 | WARN  | lt-dispatcher-57 | AbstractTopologyBuilder          | 329 - org.opendaylight.bgpcep.bgp-topology-provider - 0.5.0.Beryllium | Transaction DOM-CHAIN-3414-0 committed successfully while exception captured. Rescheduling a restart of listener org.opendaylight.bgpcep.bgp.topology.provider.LinkstateTopologyBuilder@77b5737c&lt;br/&gt;
2016-09-01 20:22:53,349 | WARN  | lt-dispatcher-26 | AbstractTopologyBuilder          | 329 - org.opendaylight.bgpcep.bgp-topology-provider - 0.5.0.Beryllium | Data change org.opendaylight.controller.md.sal.binding.impl.LazyDataTreeModification@495dac96 (transaction DOM-CHAIN-3705-0) was not completely propagated to listener org.opendaylight.bgpcep.bgp.topology.provider.LinkstateTopologyBuilder@77b5737c&lt;br/&gt;
java.lang.NullPointerException&lt;br/&gt;
        at org.opendaylight.bgpcep.bgp.topology.provider.UriBuilder.&amp;lt;init&amp;gt;(UriBuilder.java:43)&lt;span class=&quot;error&quot;&gt;&amp;#91;329:org.opendaylight.bgpcep.bgp-topology-provider:0.5.0.Beryllium&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at org.opendaylight.bgpcep.bgp.topology.provider.LinkstateTopologyBuilder.removeObject(LinkstateTopologyBuilder.java:933)&lt;span class=&quot;error&quot;&gt;&amp;#91;329:org.opendaylight.bgpcep.bgp-topology-provider:0.5.0.Beryllium&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at org.opendaylight.bgpcep.bgp.topology.provider.LinkstateTopologyBuilder.removeObject(LinkstateTopologyBuilder.java:124)&lt;span class=&quot;error&quot;&gt;&amp;#91;329:org.opendaylight.bgpcep.bgp-topology-provider:0.5.0.Beryllium&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at org.opendaylight.bgpcep.bgp.topology.provider.AbstractTopologyBuilder.routeChanged(AbstractTopologyBuilder.java:213)&lt;span class=&quot;error&quot;&gt;&amp;#91;329:org.opendaylight.bgpcep.bgp-topology-provider:0.5.0.Beryllium&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at org.opendaylight.bgpcep.bgp.topology.provider.AbstractTopologyBuilder.onDataTreeChanged(AbstractTopologyBuilder.java:175)&lt;span class=&quot;error&quot;&gt;&amp;#91;329:org.opendaylight.bgpcep.bgp-topology-provider:0.5.0.Beryllium&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at org.opendaylight.controller.md.sal.binding.impl.BindingDOMDataTreeChangeListenerAdapter.onDataTreeChanged(BindingDOMDataTreeChangeListenerAdapter.java:41)&lt;span class=&quot;error&quot;&gt;&amp;#91;115:org.opendaylight.controller.sal-binding-broker-impl:1.3.0.Beryllium&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at org.opendaylight.controller.cluster.datastore.DataTreeChangeListenerActor.dataChanged(DataTreeChangeListenerActor.java:53)&lt;span class=&quot;error&quot;&gt;&amp;#91;140:org.opendaylight.controller.sal-distributed-datastore:1.3.0.Beryllium&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at org.opendaylight.controller.cluster.datastore.DataTreeChangeListenerActor.handleReceive(DataTreeChangeListenerActor.java:37)&lt;span class=&quot;error&quot;&gt;&amp;#91;140:org.opendaylight.controller.sal-distributed-datastore:1.3.0.Beryllium&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at org.opendaylight.controller.cluster.common.actor.AbstractUntypedActor.onReceive(AbstractUntypedActor.java:34)&lt;span class=&quot;error&quot;&gt;&amp;#91;136:org.opendaylight.controller.sal-clustering-commons:1.3.0.Beryllium&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at akka.actor.UntypedActor$$anonfun$receive$1.applyOrElse(UntypedActor.scala:167)&lt;span class=&quot;error&quot;&gt;&amp;#91;125:com.typesafe.akka.actor:2.3.14&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at akka.actor.Actor$class.aroundReceive(Actor.scala:467)&lt;span class=&quot;error&quot;&gt;&amp;#91;125:com.typesafe.akka.actor:2.3.14&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at akka.actor.UntypedActor.aroundReceive(UntypedActor.scala:97)&lt;span class=&quot;error&quot;&gt;&amp;#91;125:com.typesafe.akka.actor:2.3.14&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at akka.actor.ActorCell.receiveMessage(ActorCell.scala:516)&lt;span class=&quot;error&quot;&gt;&amp;#91;125:com.typesafe.akka.actor:2.3.14&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at akka.actor.ActorCell.invoke(ActorCell.scala:487)&lt;span class=&quot;error&quot;&gt;&amp;#91;125:com.typesafe.akka.actor:2.3.14&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at akka.dispatch.Mailbox.processMailbox(Mailbox.scala:238)&lt;span class=&quot;error&quot;&gt;&amp;#91;125:com.typesafe.akka.actor:2.3.14&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at akka.dispatch.Mailbox.run(Mailbox.scala:220)&lt;span class=&quot;error&quot;&gt;&amp;#91;125:com.typesafe.akka.actor:2.3.14&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at akka.dispatch.ForkJoinExecutorConfigurator$AkkaForkJoinTask.exec(AbstractDispatcher.scala:397)&lt;span class=&quot;error&quot;&gt;&amp;#91;125:com.typesafe.akka.actor:2.3.14&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at scala.concurrent.forkjoin.ForkJoinTask.doExec(ForkJoinTask.java:260)&lt;span class=&quot;error&quot;&gt;&amp;#91;122:org.scala-lang.scala-library:2.11.7.v20150622-112736-1fbce4612c&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at scala.concurrent.forkjoin.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1339)&lt;span class=&quot;error&quot;&gt;&amp;#91;122:org.scala-lang.scala-library:2.11.7.v20150622-112736-1fbce4612c&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at scala.concurrent.forkjoin.ForkJoinPool.runWorker(ForkJoinPool.java:1979)&lt;span class=&quot;error&quot;&gt;&amp;#91;122:org.scala-lang.scala-library:2.11.7.v20150622-112736-1fbce4612c&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at scala.concurrent.forkjoin.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:107)&lt;span class=&quot;error&quot;&gt;&amp;#91;122:org.scala-lang.scala-library:2.11.7.v20150622-112736-1fbce4612c&amp;#93;&lt;/span&gt;&lt;br/&gt;
2016-09-01 20:22:53,352 | WARN  | lt-dispatcher-26 | AbstractTopologyBuilder          | 329 - org.opendaylight.bgpcep.bgp-topology-provider - 0.5.0.Beryllium | Transaction DOM-CHAIN-3705-0 committed successfully while exception captured. Rescheduling a restart of listener org.opendaylight.bgpcep.bgp.topology.provider.LinkstateTopologyBuilder@77b5737c&lt;br/&gt;
2016-09-01 20:23:44,305 | WARN  | lt-dispatcher-46 | SimpleShardDataTreeCohort        | 140 - org.opendaylight.controller.sal-distributed-datastore - 1.3.0.Beryllium | Store Tx member-2-chn-7519-txn-3-1472761424305: Data validation failed for path /(urn:TBD:params:xml:ns:yang:network-topology?revision=2013-10-21)network-topology/topology/topology[&lt;/p&gt;
{(urn:TBD:params:xml:ns:yang:network-topology?revision=2013-10-21)topology-id=CBB-linkstate-topology-2}
&lt;p&gt;]/node/node[&lt;/p&gt;
{(urn:TBD:params:xml:ns:yang:network-topology?revision=2013-10-21)node-id=bgpls://Ospf:2/type=node&amp;amp;as=65060&amp;amp;domain=167772369&amp;amp;area=0&amp;amp;router=167772367}
&lt;p&gt;].&lt;br/&gt;
org.opendaylight.yangtools.yang.data.api.schema.tree.ModifiedNodeDoesNotExistException: Node /(urn:TBD:params:xml:ns:yang:network-topology?revision=2013-10-21)network-topology/topology/topology[&lt;/p&gt;
{(urn:TBD:params:xml:ns:yang:network-topology?revision=2013-10-21)topology-id=CBB-linkstate-topology-2}
&lt;p&gt;]/node/node[&lt;/p&gt;
{(urn:TBD:params:xml:ns:yang:network-topology?revision=2013-10-21)node-id=bgpls://Ospf:2/type=node&amp;amp;as=65060&amp;amp;domain=167772369&amp;amp;area=0&amp;amp;router=167772367}
&lt;p&gt;] does not exist. Cannot apply modification to its children.&lt;br/&gt;
        at org.opendaylight.yangtools.yang.data.impl.schema.tree.AbstractNodeContainerModificationStrategy.checkTouchApplicable(AbstractNodeContainerModificationStrategy.java:276)&lt;span class=&quot;error&quot;&gt;&amp;#91;56:org.opendaylight.yangtools.yang-data-impl:0.8.0.Beryllium&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at org.opendaylight.yangtools.yang.data.impl.schema.tree.SchemaAwareApplyOperation.checkApplicable(SchemaAwareApplyOperation.java:124)&lt;span class=&quot;error&quot;&gt;&amp;#91;56:org.opendaylight.yangtools.yang-data-impl:0.8.0.Beryllium&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at org.opendaylight.yangtools.yang.data.impl.schema.tree.AbstractNodeContainerModificationStrategy.checkChildPreconditions(AbstractNodeContainerModificationStrategy.java:300)&lt;span class=&quot;error&quot;&gt;&amp;#91;56:org.opendaylight.yangtools.yang-data-impl:0.8.0.Beryllium&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at org.opendaylight.yangtools.yang.data.impl.schema.tree.AbstractNodeContainerModificationStrategy.checkTouchApplicable(AbstractNodeContainerModificationStrategy.java:283)&lt;span class=&quot;error&quot;&gt;&amp;#91;56:org.opendaylight.yangtools.yang-data-impl:0.8.0.Beryllium&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at org.opendaylight.yangtools.yang.data.impl.schema.tree.MinMaxElementsValidation.checkTouchApplicable(MinMaxElementsValidation.java:110)&lt;span class=&quot;error&quot;&gt;&amp;#91;56:org.opendaylight.yangtools.yang-data-impl:0.8.0.Beryllium&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at org.opendaylight.yangtools.yang.data.impl.schema.tree.SchemaAwareApplyOperation.checkApplicable(SchemaAwareApplyOperation.java:124)&lt;span class=&quot;error&quot;&gt;&amp;#91;56:org.opendaylight.yangtools.yang-data-impl:0.8.0.Beryllium&amp;#93;&lt;/span&gt;&lt;/p&gt;</description>
                <environment>&lt;p&gt;Operating System: All&lt;br/&gt;
Platform: All&lt;/p&gt;</environment>
        <key id="23779">BGPCEP-539</key>
            <summary>ModifiedNodeDoesNotExistException encountered while building Linkstate topology</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="ajayl.bro@gmail.com">Ajay L</assignee>
                                    <reporter username="ajayl.bro@gmail.com">Ajay L</reporter>
                        <labels>
                    </labels>
                <created>Fri, 2 Sep 2016 05:30:18 +0000</created>
                <updated>Sun, 3 Mar 2019 11:49:52 +0000</updated>
                            <resolved>Tue, 6 Sep 2016 15:52:27 +0000</resolved>
                                    <version>Bugzilla Migration</version>
                                    <fixVersion>Bugzilla Migration</fixVersion>
                                    <component>BGP</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>0</watches>
                                                                                                                <comments>
                            <comment id="45895" author="ajayl.bro@gmail.com" created="Tue, 6 Sep 2016 15:52:08 +0000"  >&lt;p&gt;master: &lt;a href=&quot;https://git.opendaylight.org/gerrit/#/c/45050/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/#/c/45050/&lt;/a&gt;&lt;br/&gt;
stable/boron: &lt;a href=&quot;https://git.opendaylight.org/gerrit/#/c/45141/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/#/c/45141/&lt;/a&gt;&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>6621</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=6621]]></customfieldvalue>

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

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