<!-- 
RSS generated by JIRA (8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d) at Wed Feb 07 20:36:34 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-498] Cannot update termination point InterfaceExternalIds</title>
                <link>https://jira.opendaylight.org/browse/OVSDB-498</link>
                <project id="10158" key="OVSDB">ovsdb</project>
                    <description>&lt;p&gt;Environment:&#160;Aluminium SR3 with a mininet simulated network&lt;/p&gt;

&lt;p&gt;When I try to change some settings in the OVS bridge I get the following exception:&lt;/p&gt;

&lt;p&gt;&#160;&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;
java.lang.UnsupportedOperationException: &lt;span class=&quot;code-keyword&quot;&gt;null&lt;/span&gt; 4 at java.util.ImmutableCollections.uoe(ImmutableCollections.java:72) ~[?:?] 5 at java.util.ImmutableCollections$AbstractImmutableMap.put(ImmutableCollections.java:731) ~[?:?] 6 at org.opendaylight.ovsdb.southbound.ovsdb.transact.TerminationPointUpdateCommand.updateInterfaceExternalIds(TerminationPointUpdateCommand.java:244) ~[bundleFile:?] 7 at org.opendaylight.ovsdb.southbound.ovsdb.transact.TerminationPointUpdateCommand.updateInterface(TerminationPointUpdateCommand.java:145) ~[bundleFile:?] 8 at org.opendaylight.ovsdb.southbound.ovsdb.transact.TerminationPointUpdateCommand.updateTerminationPoint(TerminationPointUpdateCommand.java:106) ~[bundleFile:?] 9 at org.opendaylight.ovsdb.southbound.ovsdb.transact.TerminationPointUpdateCommand.execute(TerminationPointUpdateCommand.java:90) ~[bundleFile:?] 10 at org.opendaylight.ovsdb.southbound.ovsdb.transact.TerminationPointUpdateCommand.execute(TerminationPointUpdateCommand.java:79) ~[bundleFile:?] 11 at org.opendaylight.ovsdb.southbound.ovsdb.transact.TransactCommandAggregator.execute(TransactCommandAggregator.java:59) ~[bundleFile:?] 12 at org.opendaylight.ovsdb.southbound.ovsdb.transact.TransactInvokerImpl.invoke(TransactInvokerImpl.java:48) ~[bundleFile:?] 13 at org.opendaylight.ovsdb.southbound.OvsdbConnectionInstance.transact(OvsdbConnectionInstance.java:147) ~[bundleFile:?] 14 at org.opendaylight.ovsdb.southbound.OvsdbDataTreeChangeListener.updateData(OvsdbDataTreeChangeListener.java:232) ~[bundleFile:?] 15 at org.opendaylight.ovsdb.southbound.OvsdbDataTreeChangeListener.onDataTreeChanged(OvsdbDataTreeChangeListener.java:100) ~[bundleFile:?] 16 at org.opendaylight.mdsal.binding.dom.adapter.BindingDOMDataTreeChangeListenerAdapter.onDataTreeChanged(BindingDOMDataTreeChangeListenerAdapter.java:37) ~[bundleFile:?] 17 at org.opendaylight.controller.cluster.datastore.DataTreeChangeListenerActor.dataTreeChanged(DataTreeChangeListenerActor.java:83) [bundleFile:?] 18 at org.opendaylight.controller.cluster.datastore.DataTreeChangeListenerActor.handleReceive(DataTreeChangeListenerActor.java:44) [bundleFile:?] 19 at akka.japi.pf.UnitCaseStatement.apply(CaseStatements.scala:24) [bundleFile:2.5.32] 20 at akka.japi.pf.UnitCaseStatement.apply(CaseStatements.scala:20) [bundleFile:2.5.32] 21 at scala.PartialFunction.applyOrElse(PartialFunction.scala:189) [bundleFile:?] 22 at scala.PartialFunction.applyOrElse$(PartialFunction.scala:188) [bundleFile:?] 23 at akka.japi.pf.UnitCaseStatement.applyOrElse(CaseStatements.scala:20) [bundleFile:2.5.32] 24 at scala.PartialFunction$OrElse.applyOrElse(PartialFunction.scala:244) [bundleFile:?] 25 at scala.PartialFunction$OrElse.applyOrElse(PartialFunction.scala:245) [bundleFile:?] 26 at akka.actor.Actor.aroundReceive(Actor.scala:539) [bundleFile:2.5.32] 27 at akka.actor.Actor.aroundReceive$(Actor.scala:537) [bundleFile:2.5.32] 28 at akka.actor.AbstractActor.aroundReceive(AbstractActor.scala:227) [bundleFile:2.5.32] 29 at akka.actor.ActorCell.receiveMessage(ActorCell.scala:614) [bundleFile:2.5.32] 30 at akka.actor.ActorCell.invoke(ActorCell.scala:583) [bundleFile:2.5.32] 31 at akka.dispatch.Mailbox.processMailbox(Mailbox.scala:268) [bundleFile:2.5.32] 32 at akka.dispatch.Mailbox.run(Mailbox.scala:229) [bundleFile:2.5.32] 33 at akka.dispatch.Mailbox.exec(Mailbox.scala:241) [bundleFile:2.5.32] 34 at akka.dispatch.forkjoin.ForkJoinTask.doExec(ForkJoinTask.java:260) [bundleFile:2.5.32] 35 at akka.dispatch.forkjoin.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1339) [bundleFile:2.5.32] 36 at akka.dispatch.forkjoin.ForkJoinPool.runWorker(ForkJoinPool.java:1979) [bundleFile:2.5.32] 37 at akka.dispatch.forkjoin.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:107) [bundleFile:2.5.32]&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;&#160;&lt;/p&gt;

&lt;p&gt;It seems OVSDB doesn&apos;t support the changes required for immutable collections, see&#160;&lt;a href=&quot;https://docs.opendaylight.org/en/stable-magnesium/release-notes/upgrade-process.html#runtime-bindings-dtos&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://docs.opendaylight.org/en/stable-magnesium/release-notes/upgrade-process.html#runtime-bindings-dtos&lt;/a&gt;&lt;/p&gt;</description>
                <environment></environment>
        <key id="34109">OVSDB-498</key>
            <summary>Cannot update termination point InterfaceExternalIds</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="1" iconUrl="https://jira.opendaylight.org/images/icons/statuses/open.png" description="The issue is open and ready for the assignee to start work on it.">Open</status>
                    <statusCategory id="2" key="new" colorName="blue-gray"/>
                                    <resolution id="-1">Unresolved</resolution>
                                        <assignee username="xcheara">Chetan Arakere Gowdru</assignee>
                                    <reporter username="leonardo.milleri">Leonardo Milleri</reporter>
                        <labels>
                    </labels>
                <created>Tue, 15 Jun 2021 07:50:18 +0000</created>
                <updated>Tue, 15 Jun 2021 07:50:18 +0000</updated>
                                            <version>unspecified</version>
                                                    <component>Plugin</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>1</watches>
                                                                                                                        <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|i03ycn:</customfieldvalue>

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