<!-- 
RSS generated by JIRA (8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d) at Wed Feb 07 20:36:27 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>[OVSDB-456] OVSDB CSIT regression. Operational store not showing expected data</title>
                <link>https://jira.opendaylight.org/browse/OVSDB-456</link>
                <project id="10158" key="OVSDB">ovsdb</project>
                    <description>&lt;p&gt;It seems recently that the carbon and nitrogen CSIT jobs for ovsdb have taken&lt;br/&gt;
on a regression.&lt;/p&gt;

&lt;p&gt;these ones:&lt;br/&gt;
  &lt;a href=&quot;https://jenkins.opendaylight.org/releng/view/ovsdb/job/ovsdb-csit-1node-upstream-southbound-all-nitrogen/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://jenkins.opendaylight.org/releng/view/ovsdb/job/ovsdb-csit-1node-upstream-southbound-all-nitrogen/&lt;/a&gt;&lt;br/&gt;
  &lt;a href=&quot;https://jenkins.opendaylight.org/releng/view/ovsdb/job/ovsdb-csit-1node-upstream-southbound-all-carbon&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://jenkins.opendaylight.org/releng/view/ovsdb/job/ovsdb-csit-1node-upstream-southbound-all-carbon&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;it does not appear that this regression is there in oxygen or flourine at the moment.&lt;/p&gt;

&lt;p&gt;one log message stood out to me:&lt;/p&gt;

&lt;div class=&quot;code panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;codeContent panelContent&quot;&gt;
&lt;pre class=&quot;code-java&quot;&gt;2018-03-12 02:50:25,786 | ERROR | on-dispatcher-87 | DataTreeChangeListenerActor      | 268 - org.opendaylight.controller.sal-clustering-commons - 1.6.3.SNAPSHOT | member-1-shard-topology-config: Error notifying listener org.opendaylight.ovsdb.southbound.OvsdbDataTreeChangeListener@7522fa0d
java.lang.NullPointerException
	at org.opendaylight.ovsdb.southbound.SouthboundMapper.suppressLocalIpPort(SouthboundMapper.java:381)[410:org.opendaylight.ovsdb.southbound-impl:1.5.3.SNAPSHOT]
	at org.opendaylight.ovsdb.southbound.OvsdbConnectionManager.getInstanceIdentifier(OvsdbConnectionManager.java:279)[410:org.opendaylight.ovsdb.southbound-impl:1.5.3.SNAPSHOT]
	at org.opendaylight.ovsdb.southbound.OvsdbDataTreeChangeListener.disconnect(OvsdbDataTreeChangeListener.java:145)[410:org.opendaylight.ovsdb.southbound-impl:1.5.3.SNAPSHOT]
	at org.opendaylight.ovsdb.southbound.OvsdbDataTreeChangeListener.onDataTreeChanged(OvsdbDataTreeChangeListener.java:103)[410:org.opendaylight.ovsdb.southbound-impl:1.5.3.SNAPSHOT]
	at org.opendaylight.controller.md.sal.binding.impl.BindingDOMDataTreeChangeListenerAdapter.onDataTreeChanged(BindingDOMDataTreeChangeListenerAdapter.java:41)[262:org.opendaylight.controller.sal-binding-broker-impl:1.6.3.SNAPSHOT]
	at org.opendaylight.controller.cluster.datastore.DataTreeChangeListenerActor.dataChanged(DataTreeChangeListenerActor.java:67)[275:org.opendaylight.controller.sal-distributed-datastore:1.6.3.SNAPSHOT]
	at org.opendaylight.controller.cluster.datastore.DataTreeChangeListenerActor.handleReceive(DataTreeChangeListenerActor.java:41)[275:org.opendaylight.controller.sal-distributed-datastore:1.6.3.SNAPSHOT]
	at org.opendaylight.controller.cluster.common.actor.AbstractUntypedActor.onReceive(AbstractUntypedActor.java:38)[268:org.opendaylight.controller.sal-clustering-commons:1.6.3.SNAPSHOT]
	at akka.actor.UntypedActor$$anonfun$receive$1.applyOrElse(UntypedActor.scala:165)[37:com.typesafe.akka.actor:2.4.18]
	at akka.actor.Actor$&lt;span class=&quot;code-keyword&quot;&gt;class.&lt;/span&gt;aroundReceive(Actor.scala:502)[37:com.typesafe.akka.actor:2.4.18]
	at akka.actor.UntypedActor.aroundReceive(UntypedActor.scala:95)[37:com.typesafe.akka.actor:2.4.18]
	at akka.actor.ActorCell.receiveMessage(ActorCell.scala:526)[37:com.typesafe.akka.actor:2.4.18]
	at akka.actor.ActorCell.invoke(ActorCell.scala:495)[37:com.typesafe.akka.actor:2.4.18]
	at akka.dispatch.Mailbox.processMailbox(Mailbox.scala:257)[37:com.typesafe.akka.actor:2.4.18]
	at akka.dispatch.Mailbox.run(Mailbox.scala:224)[37:com.typesafe.akka.actor:2.4.18]
	at akka.dispatch.Mailbox.exec(Mailbox.scala:234)[37:com.typesafe.akka.actor:2.4.18]
	at scala.concurrent.forkjoin.ForkJoinTask.doExec(ForkJoinTask.java:260)[484:org.scala-lang.scala-library:2.11.11.v20170413-090219-8a413ba7cc]
	at scala.concurrent.forkjoin.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1339)[484:org.scala-lang.scala-library:2.11.11.v20170413-090219-8a413ba7cc]
	at scala.concurrent.forkjoin.ForkJoinPool.runWorker(ForkJoinPool.java:1979)[484:org.scala-lang.scala-library:2.11.11.v20170413-090219-8a413ba7cc]
	at scala.concurrent.forkjoin.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:107)[484:org.scala-lang.scala-library:2.11.11.v20170413-090219-8a413ba7cc]&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;


&lt;p&gt;here&apos;s a specific &lt;a href=&quot;https://logs.opendaylight.org/releng/vex-yul-odl-jenkins-1/ovsdb-csit-1node-upstream-southbound-all-nitrogen/353/robot-plugin/log.html.gz&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;job&lt;/a&gt; with it&apos;s associated &lt;a href=&quot;https://logs.opendaylight.org/releng/vex-yul-odl-jenkins-1/ovsdb-csit-1node-upstream-southbound-all-nitrogen/353/odl1_karaf.log.gz&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;karaf log file&lt;/a&gt;&lt;/p&gt;</description>
                <environment></environment>
        <key id="29452">OVSDB-456</key>
            <summary>OVSDB CSIT regression. Operational store not showing expected data</summary>
                <type id="10104" iconUrl="https://jira.opendaylight.org/secure/viewavatar?size=xsmall&amp;avatarId=10303&amp;avatarType=issuetype">Bug</type>
                                            <priority id="1" iconUrl="https://jira.opendaylight.org/images/icons/priorities/blocker.svg">Highest</priority>
                        <status id="10004" iconUrl="https://jira.opendaylight.org/images/icons/status_generic.gif" description="">Verified</status>
                    <statusCategory id="3" key="done" colorName="green"/>
                                    <resolution id="10000">Done</resolution>
                                        <assignee username="jluhrsen">Jamo Luhrsen</assignee>
                                    <reporter username="jluhrsen">Jamo Luhrsen</reporter>
                        <labels>
                    </labels>
                <created>Mon, 19 Mar 2018 23:07:59 +0000</created>
                <updated>Wed, 23 May 2018 17:27:07 +0000</updated>
                            <resolved>Wed, 23 May 2018 04:19:17 +0000</resolved>
                                                    <fixVersion>Nitrogen-SR3</fixVersion>
                                    <component>CSIT</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>3</watches>
                                                                                                                <comments>
                            <comment id="62738" author="opendaylight.release" created="Thu, 3 May 2018 09:15:44 +0000"  >&lt;p&gt;Jamo, to who should this bug be assigned?&#160;&lt;/p&gt;</comment>
                            <comment id="62771" author="opendaylight.release" created="Thu, 3 May 2018 10:08:45 +0000"  >&lt;p&gt;Since the bug is unassigned I&apos;m currently assigning it to you.&lt;/p&gt;

&lt;p&gt;Please assign to the relevant person.&#160;&lt;/p&gt;</comment>
                            <comment id="63065" author="thapar" created="Wed, 23 May 2018 04:15:27 +0000"  >&lt;p&gt;Breakage was caused by &lt;a href=&quot;https://git.opendaylight.org/gerrit/#/c/70769/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/#/c/70769/&lt;/a&gt; and revert should&apos;ve resolved it &lt;a href=&quot;https://git.opendaylight.org/gerrit/#/c/71120/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/#/c/71120/&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="63066" author="thapar" created="Wed, 23 May 2018 04:19:17 +0000"  >&lt;p&gt;Issue was in yangtools and fixed by &lt;a href=&quot;https://git.opendaylight.org/gerrit/#/c/71120/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/#/c/71120/&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="63085" author="jluhrsen" created="Wed, 23 May 2018 17:27:02 +0000"  >&lt;p&gt;no easy way to even double check at this point, as our carbon and nitrogen releases are EOL and the jobs are deleted&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_10000" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>0|i03bun:</customfieldvalue>

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