<!-- 
RSS generated by JIRA (8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d) at Wed Feb 07 20:36:10 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-349] Cannot create QOS entry when OVS instance is the connection initiator Beryllium-SR1,-SR2</title>
                <link>https://jira.opendaylight.org/browse/OVSDB-349</link>
                <project id="10158" key="OVSDB">ovsdb</project>
                    <description>&lt;p&gt;After sending the below request, adding an already existing OVS instance to the config tree, the error from karaf (below the request) appears. This exception does not happen if the controller is the connection initiator. Moreover this error is repeated whenever a QOS entry or a QUEUE entry is added to the config tree under the OVS node. &lt;/p&gt;

&lt;p&gt;It appears that QOS and QUEUEs cannot be configured unless the controller is the connection initiator.&lt;/p&gt;

&lt;p&gt;PUT /restconf/config/network-topology:network-topology/topology/ovsdb:1/node/ovsdb%3A%2F%2Fuuid%2F2c7ecb6c-41b1-4e6a-9ef9-6c98f0768400 HTTP/1.1&lt;br/&gt;
Host: localhost:8181&lt;br/&gt;
Content-Type: application/json&lt;br/&gt;
Cache-Control: no-cache&lt;br/&gt;
Postman-Token: 332e6e95-850e-be1a-98f4-68eeeb8a40f2&lt;/p&gt;

&lt;p&gt;{&lt;br/&gt;
  &quot;node&quot;: &lt;/p&gt;
    {
      &quot;node-id&quot;: &quot;ovsdb://uuid/2c7ecb6c-41b1-4e6a-9ef9-6c98f0768400&quot;
      
    }

&lt;p&gt;}&lt;/p&gt;



&lt;p&gt;2016-06-23 12:07:27,069 | ERROR | on-dispatcher-38 | DataChangeListener               | 291 - org.opendaylight.controller.sal-distributed-datastore - 1.3.1.Beryllium-SR1 | Error notifying listener org.opendaylight.ovsdb.southbound.OvsdbDataChangeListener&lt;br/&gt;
java.lang.NullPointerException&lt;br/&gt;
	at org.opendaylight.ovsdb.southbound.OvsdbDataChangeListener.connectionInstancesFromMap(OvsdbDataChangeListener.java:207)&lt;span class=&quot;error&quot;&gt;&amp;#91;299:org.opendaylight.ovsdb.southbound-impl:1.2.2.Beryllium-SR1&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at org.opendaylight.ovsdb.southbound.OvsdbDataChangeListener.connectionInstancesFromChanges(OvsdbDataChangeListener.java:180)&lt;span class=&quot;error&quot;&gt;&amp;#91;299:org.opendaylight.ovsdb.southbound-impl:1.2.2.Beryllium-SR1&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at org.opendaylight.ovsdb.southbound.OvsdbDataChangeListener.updateData(OvsdbDataChangeListener.java:95)&lt;span class=&quot;error&quot;&gt;&amp;#91;299:org.opendaylight.ovsdb.southbound-impl:1.2.2.Beryllium-SR1&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at org.opendaylight.ovsdb.southbound.OvsdbDataChangeListener.onDataChanged(OvsdbDataChangeListener.java:82)&lt;span class=&quot;error&quot;&gt;&amp;#91;299:org.opendaylight.ovsdb.southbound-impl:1.2.2.Beryllium-SR1&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at org.opendaylight.controller.md.sal.binding.impl.AbstractForwardedDataBroker$TranslatingDataChangeInvoker.onDataChanged(AbstractForwardedDataBroker.java:143)&lt;span class=&quot;error&quot;&gt;&amp;#91;266:org.opendaylight.controller.sal-binding-broker-impl:1.3.1.Beryllium-SR1&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at org.opendaylight.controller.cluster.datastore.DataChangeListener.dataChanged(DataChangeListener.java:66)&lt;span class=&quot;error&quot;&gt;&amp;#91;291:org.opendaylight.controller.sal-distributed-datastore:1.3.1.Beryllium-SR1&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at org.opendaylight.controller.cluster.datastore.DataChangeListener.handleReceive(DataChangeListener.java:39)&lt;span class=&quot;error&quot;&gt;&amp;#91;291:org.opendaylight.controller.sal-distributed-datastore:1.3.1.Beryllium-SR1&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;287:org.opendaylight.controller.sal-clustering-commons:1.3.1.Beryllium-SR1&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;276: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;276: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;276: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;276: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;276: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;276: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;276: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;276: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;273: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;273: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;273: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;273:org.scala-lang.scala-library:2.11.7.v20150622-112736-1fbce4612c&amp;#93;&lt;/span&gt;&lt;/p&gt;</description>
                <environment>&lt;p&gt;Operating System: Linux&lt;br/&gt;
Platform: PC&lt;/p&gt;</environment>
        <key id="22041">OVSDB-349</key>
            <summary>Cannot create QOS entry when OVS instance is the connection initiator Beryllium-SR1,-SR2</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="ibrahim.abdelghany@saugo360.com">Ibrahim Abdelghany</reporter>
                        <labels>
                    </labels>
                <created>Thu, 23 Jun 2016 09:13:54 +0000</created>
                <updated>Thu, 19 Oct 2017 21:26:43 +0000</updated>
                            <resolved>Tue, 28 Jun 2016 06:38:31 +0000</resolved>
                                    <version>unspecified</version>
                                                    <component>Southbound.Open_vSwitch</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>4</watches>
                                                                                                                <comments>
                            <comment id="41458" author="shague@redhat.com" created="Thu, 23 Jun 2016 13:13:23 +0000"  >&lt;p&gt;Adding Eric. Eric, did you rework this in the last patches for QoS/Queue?&lt;/p&gt;</comment>
                            <comment id="41459" author="eric.w.multanen@intel.com" created="Thu, 23 Jun 2016 15:16:54 +0000"  >&lt;p&gt;Sounds like this could be related to &lt;a href=&quot;https://jira.opendaylight.org/browse/OVSDB-337&quot; title=&quot;Updates to OVSDB node fail on passively connected nodes&quot; class=&quot;issue-link&quot; data-issue-key=&quot;OVSDB-337&quot;&gt;&lt;del&gt;OVSDB-337&lt;/del&gt;&lt;/a&gt;. But don&apos;t think that fix made it into SR1 (not sure about SR2 either)&lt;/p&gt;</comment>
                            <comment id="41460" author="vishnoianil@gmail.com" created="Thu, 23 Jun 2016 18:10:49 +0000"  >&lt;p&gt;Patch for &lt;a href=&quot;https://jira.opendaylight.org/browse/OVSDB-337&quot; title=&quot;Updates to OVSDB node fail on passively connected nodes&quot; class=&quot;issue-link&quot; data-issue-key=&quot;OVSDB-337&quot;&gt;&lt;del&gt;OVSDB-337&lt;/del&gt;&lt;/a&gt; is merged after SR2, so it&apos;s part of the latest stable/beryllium branch and will be part of SR3. Ibrahim, can you please test it against the latest stable/beryllium branch and confirm if you see the same issue.&lt;/p&gt;</comment>
                            <comment id="41461" author="vishnoianil@gmail.com" created="Tue, 28 Jun 2016 06:38:31 +0000"  >&lt;p&gt;This issue seems to be resolved in latest stable/beryllium branch. I am closing this bug, but if you still see the bug, please re-open the bug.&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>6103</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=6103]]></customfieldvalue>

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

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