<!-- 
RSS generated by JIRA (8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d) at Wed Feb 07 20:56:12 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>[YANGTOOLS-1455] Data change event notification fails</title>
                <link>https://jira.opendaylight.org/browse/YANGTOOLS-1455</link>
                <project id="10188" key="YANGTOOLS">yangtools</project>
                    <description>&lt;p&gt;I&apos;m creating a notification stream for changes to the topology-netconf using the create-data-change-event-subscription RPC with the following input:&lt;/p&gt;

&lt;p&gt;&#160;&lt;br/&gt;
{{{}}&lt;br/&gt;
&lt;tt&gt;&#160; &#160; &quot;input&quot;: {&lt;/tt&gt;&lt;br/&gt;
{{{}&#160; &#160; &#160; &#160; &quot;path&quot;: &quot;/network-topology:network-topology/network-topology:topology&lt;span class=&quot;error&quot;&gt;&amp;#91;network-topology:topology-id=&amp;#39;topology-netconf&amp;#39;&amp;#93;&lt;/span&gt;&quot;&lt;br/&gt;
{}}}&lt;tt&gt;,&lt;/tt&gt;&lt;br/&gt;
&lt;tt&gt;&#160; &#160; &#160; &#160; &quot;sal-remote-augment:datastore&quot;: &quot;OPERATIONAL&quot;,&lt;/tt&gt;&lt;br/&gt;
&lt;tt&gt;&#160; &#160; &#160; &#160; &quot;sal-remote-augment:scope&quot;: &quot;BASE&quot;,&lt;/tt&gt;&lt;br/&gt;
&lt;tt&gt;&#160; &#160; &#160; &#160; &quot;sal-remote-augment:notification-output-type&quot;: &quot;JSON&quot;&lt;/tt&gt;&lt;/p&gt;
{\{&#160; &#160; }
&lt;p&gt;}}&lt;br/&gt;
&lt;tt&gt;}&lt;/tt&gt;&lt;br/&gt;
&#160;&lt;br/&gt;
and then subscribe to the stream. I&apos;m getting notifications when a new node is created but when the connection-status of a node changes from connected to connecting, I don&apos;t get anything. When this happens, the karaf.log shows the following error:&lt;br/&gt;
&#160;&lt;/p&gt;
&lt;div class=&quot;preformatted panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;preformattedContent panelContent&quot;&gt;
&lt;pre&gt;2022-10-01T19:35:27,131 | ERROR | opendaylight-cluster-data-notification-dispatcher-46 | DataTreeChangeListenerActor | 220 - org.opendaylight.controller.sal-clustering-commons - 5.0.5 | member-1-shard-topology-operational: Error notifying listener org.opendaylight.netconf.sal.streams.listeners.ListenerAdapter@3a4a6c88
java.lang.ClassCastException: class org.opendaylight.yangtools.yang.data.impl.schema.builder.impl.ImmutableUnkeyedListNodeBuilder$ImmutableUnkeyedListNode cannot be cast to class org.opendaylight.yangtools.yang.data.api.schema.DistinctNodeContainer (org.opendaylight.yangtools.yang.data.impl.schema.builder.impl.ImmutableUnkeyedListNodeBuilder$ImmutableUnkeyedListNode is in unnamed module of loader org.eclipse.osgi.internal.loader.EquinoxClassLoader @3557a444; org.opendaylight.yangtools.yang.data.api.schema.DistinctNodeContainer is in unnamed module of loader org.eclipse.osgi.internal.loader.EquinoxClassLoader @fa0e355)
at org.opendaylight.yangtools.yang.data.tree.spi.DataTreeCandidateNodes.deleteNode(DataTreeCandidateNodes.java:234) ~[bundleFile:?]
at org.opendaylight.yangtools.yang.data.tree.spi.DataTreeCandidateNodes.containerDelta(DataTreeCandidateNodes.java:114) ~[bundleFile:?]
at org.opendaylight.yangtools.yang.data.tree.spi.RecursiveReplaceCandidateNode.getChildNodes(RecursiveReplaceCandidateNode.java:51) ~[bundleFile:?]
at org.opendaylight.netconf.sal.streams.listeners.ListenerAdapter.addNodeToDataChangeNotificationEventElement(ListenerAdapter.java:254) ~[bundleFile:?]
at org.opendaylight.netconf.sal.streams.listeners.ListenerAdapter.addNodeToDataChangeNotificationEventElement(ListenerAdapter.java:255) ~[bundleFile:?]
at org.opendaylight.netconf.sal.streams.listeners.ListenerAdapter.addNodeToDataChangeNotificationEventElement(ListenerAdapter.java:255) ~[bundleFile:?]
at org.opendaylight.netconf.sal.streams.listeners.ListenerAdapter.addNodeToDataChangeNotificationEventElement(ListenerAdapter.java:255) ~[bundleFile:?]
at org.opendaylight.netconf.sal.streams.listeners.ListenerAdapter.addNodeToDataChangeNotificationEventElement(ListenerAdapter.java:255) ~[bundleFile:?]
at org.opendaylight.netconf.sal.streams.listeners.ListenerAdapter.addValuesToDataChangedNotificationEventElement(ListenerAdapter.java:193) ~[bundleFile:?]
at org.opendaylight.netconf.sal.streams.listeners.ListenerAdapter.prepareXml(ListenerAdapter.java:160) ~[bundleFile:?]
at org.opendaylight.netconf.sal.streams.listeners.ListenerAdapter.onDataTreeChanged(ListenerAdapter.java:97) ~[bundleFile:?]
at org.opendaylight.controller.cluster.datastore.DataTreeChangeListenerActor.dataTreeChanged(DataTreeChangeListenerActor.java:84) ~[bundleFile:?]
at org.opendaylight.controller.cluster.datastore.DataTreeChangeListenerActor.handleReceive(DataTreeChangeListenerActor.java:45) ~[bundleFile:?]
at akka.japi.pf.UnitCaseStatement.apply(CaseStatements.scala:24) [bundleFile:?]
at akka.japi.pf.UnitCaseStatement.apply(CaseStatements.scala:20) [bundleFile:?]
at scala.PartialFunction.applyOrElse(PartialFunction.scala:214) [bundleFile:?]
at scala.PartialFunction.applyOrElse$(PartialFunction.scala:213) [bundleFile:?]
at akka.japi.pf.UnitCaseStatement.applyOrElse(CaseStatements.scala:20) [bundleFile:?]
at scala.PartialFunction$OrElse.applyOrElse(PartialFunction.scala:269) [bundleFile:?]
at scala.PartialFunction$OrElse.applyOrElse(PartialFunction.scala:270) [bundleFile:?]
at akka.actor.Actor.aroundReceive(Actor.scala:537) [bundleFile:?]
at akka.actor.Actor.aroundReceive$(Actor.scala:535) [bundleFile:?]
at akka.actor.AbstractActor.aroundReceive(AbstractActor.scala:220) [bundleFile:?]
at akka.actor.ActorCell.receiveMessage(ActorCell.scala:580) [bundleFile:?]
at akka.actor.ActorCell.invoke(ActorCell.scala:548) [bundleFile:?]
at akka.dispatch.Mailbox.processMailbox(Mailbox.scala:270) [bundleFile:?]
at akka.dispatch.Mailbox.run(Mailbox.scala:231) [bundleFile:?]
at akka.dispatch.Mailbox.exec(Mailbox.scala:243) [bundleFile:?]
at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:290) [?:?]
at java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1020) [?:?]
at java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1656) [?:?]
at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1594) [?:?]
at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:183) [?:?]&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</description>
                <environment></environment>
        <key id="36219">YANGTOOLS-1455</key>
            <summary>Data change event notification fails</summary>
                <type id="10104" iconUrl="https://jira.opendaylight.org/secure/viewavatar?size=xsmall&amp;avatarId=10303&amp;avatarType=issuetype">Bug</type>
                                            <priority id="3" iconUrl="https://jira.opendaylight.org/images/icons/priorities/major.svg">Medium</priority>
                        <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="rovarga">Robert Varga</assignee>
                                    <reporter username="ojnas">Jonas M&#229;rtensson</reporter>
                        <labels>
                            <label>regression</label>
                    </labels>
                <created>Sun, 2 Oct 2022 16:46:13 +0000</created>
                <updated>Fri, 28 Oct 2022 14:17:17 +0000</updated>
                            <resolved>Mon, 3 Oct 2022 11:28:43 +0000</resolved>
                                    <version>7.0.0</version>
                    <version>8.0.0</version>
                    <version>9.0.0</version>
                    <version>7.0.17</version>
                    <version>8.0.7</version>
                    <version>9.0.2</version>
                                    <fixVersion>10.0.0</fixVersion>
                    <fixVersion>9.0.2</fixVersion>
                    <fixVersion>8.0.8</fixVersion>
                    <fixVersion>7.0.18</fixVersion>
                                    <component>data-spi</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>1</watches>
                                                                                                                    <issuelinks>
                            <issuelinktype id="10003">
                    <name>Relates</name>
                                            <outwardlinks description="relates to">
                                        <issuelink>
            <issuekey id="31934">YANGTOOLS-1022</issuekey>
        </issuelink>
                            </outwardlinks>
                                                        </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_10000" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>0|i0431z:</customfieldvalue>

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