<!-- 
RSS generated by JIRA (8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d) at Wed Feb 07 20:08:39 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>[MDSAL-103] UnsupportedOperationException in PingPongDataBroker</title>
                <link>https://jira.opendaylight.org/browse/MDSAL-103</link>
                <project id="10137" key="MDSAL">mdsal</project>
                    <description>&lt;p&gt;Next exception is thrown during DOMDataTreeChangeListener registration (in topoprocessing project):&lt;/p&gt;

&lt;p&gt;java.lang.UnsupportedOperationException: Delegate org.opendaylight.controller.cluster.datastore.ConcurrentDOMDataBroker@5767a440 does not support required functionality&lt;br/&gt;
        at org.opendaylight.controller.md.sal.dom.broker.impl.PingPongDataBroker.registerDataTreeChangeListener(PingPongDataBroker.java:61)&lt;span class=&quot;error&quot;&gt;&amp;#91;136:org.opendaylight.controller.sal-broker-impl:1.3.0.SNAPSHOT&amp;#93;&lt;/span&gt;&lt;/p&gt;

&lt;p&gt;This looks like the delegate broker inside doesn&apos;t implement DOMDataTreeChangeService.&lt;/p&gt;

&lt;p&gt;We would probably need to have some PingPongDataBroker instance in system (01-md-sal.xml config file) with delegate broker implementing DOMDataTreeChangeService or to fix existing delegate broker setup.&lt;/p&gt;</description>
                <environment>&lt;p&gt;Operating System: All&lt;br/&gt;
Platform: All&lt;/p&gt;</environment>
        <key id="26925">MDSAL-103</key>
            <summary>UnsupportedOperationException in PingPongDataBroker</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="tony.tkacik@gmail.com">Tony Tkacik</assignee>
                                    <reporter username="michal.polkorab@gmail.com">Michal Polkorab</reporter>
                        <labels>
                    </labels>
                <created>Fri, 18 Sep 2015 12:45:03 +0000</created>
                <updated>Fri, 9 Mar 2018 18:00:10 +0000</updated>
                            <resolved>Tue, 22 Sep 2015 15:35:32 +0000</resolved>
                                                                        <due></due>
                            <votes>0</votes>
                                    <watches>0</watches>
                                                                                                                <comments>
                            <comment id="54164" author="michal.polkorab@gmail.com" created="Fri, 18 Sep 2015 13:03:00 +0000"  >&lt;p&gt;Steps how to reproduce:&lt;br/&gt;
1. clone topoprocessing&lt;/p&gt;
&lt;ul class=&quot;alternate&quot; type=&quot;square&quot;&gt;
	&lt;li&gt;git clone ssh://${username}@git.opendaylight.org:29418/topoprocessing&lt;br/&gt;
2. fetch testing change&lt;/li&gt;
	&lt;li&gt;git fetch ssh://michal.polkorab@git.opendaylight.org:29418/topoprocessing refs/changes/58/27158/1 &amp;amp;&amp;amp; git checkout FETCH_HEAD&lt;br/&gt;
3. mvn clean install&lt;br/&gt;
4. ./distribution-karaf/target/assembly/bin/karaf&lt;br/&gt;
5. log:set TRACE org.opendaylight.topoprocessing&lt;br/&gt;
6. feature:install odl-restconf-noauth odl-bgpcep-pcep-all odl-topoprocessing-network-topology&lt;br/&gt;
7. log:tail&lt;br/&gt;
8. send exemplary request (added as an attachment) through REST PUT on following URL: &lt;a href=&quot;http://localhost:8181/restconf/config/network-topology:network-topology/topology/mytopo:1/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://localhost:8181/restconf/config/network-topology:network-topology/topology/mytopo:1/&lt;/a&gt;&lt;br/&gt;
9. check logs&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="54168" author="michal.polkorab@gmail.com" created="Fri, 18 Sep 2015 13:03:59 +0000"  >&lt;p&gt;Attachment testing-input.txt has been added with description: Topoprocessing testing request&lt;/p&gt;</comment>
                            <comment id="54165" author="michal.polkorab@gmail.com" created="Fri, 18 Sep 2015 13:05:50 +0000"  >&lt;p&gt;Step 2 in Comment1 - my username should be replaced by developers name&lt;/p&gt;</comment>
                            <comment id="54166" author="michal.polkorab@gmail.com" created="Fri, 18 Sep 2015 14:28:55 +0000"  >&lt;p&gt;fix pushed here: &lt;a href=&quot;https://git.opendaylight.org/gerrit/#/c/27164/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/#/c/27164/&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="54167" author="michal.polkorab@gmail.com" created="Tue, 22 Sep 2015 15:35:32 +0000"  >&lt;p&gt;Fix for lithium branch (controller project) is here: &lt;a href=&quot;https://git.opendaylight.org/gerrit/#/c/27287&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/#/c/27287&lt;/a&gt;&lt;/p&gt;</comment>
                    </comments>
                    <attachments>
                            <attachment id="13793" name="testing-input.txt" size="2318" author="michal.polkorab@gmail.com" created="Fri, 18 Sep 2015 13:03:59 +0000"/>
                    </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>4327</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=4327]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    <customfield id="customfield_10202" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>Priority</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10312"><![CDATA[High]]></customfieldvalue>

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

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