<!-- 
RSS generated by JIRA (8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d) at Wed Feb 07 20:15:44 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>[NETCONF-725] ietf-yang-library version conflict</title>
                <link>https://jira.opendaylight.org/browse/NETCONF-725</link>
                <project id="10142" key="NETCONF">netconf</project>
                    <description>&lt;p&gt;Freshly installed nightly build of aluminum. feature:install&#160;odl-restconf-nb-rfc8040.&lt;/p&gt;

&lt;p&gt;There are two versions of&#160;ietf-yang-library deployed:&lt;/p&gt;

&lt;p&gt;org.opendaylight.mdsal.binding.model.ietf:rfc7895:jar:6.0.4&lt;/p&gt;

&lt;p&gt;org.opendaylight.mdsal.binding.model.ietf:rfc8525:jar:6.0.4&lt;/p&gt;

&lt;p&gt;This leads to query conflict:&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;
$ curl -u admin:admin &#160;-X GET &#160;http:&lt;span class=&quot;code-comment&quot;&gt;//localhost:8181/rests/yang-library-version
&lt;/span&gt;
{&lt;span class=&quot;code-quote&quot;&gt;&quot;ietf-restconf:yang-library-version&quot;&lt;/span&gt;:&lt;span class=&quot;code-quote&quot;&gt;&quot;2016-06-21&quot;&lt;/span&gt;} 

$ curl -u admin:admin &#160;-X GET &#160;http:&lt;span class=&quot;code-comment&quot;&gt;//localhost:8181/rests/data/ietf-yang-library:modules-state?content=nonconfig&lt;/span&gt;
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;11:24:11.812 TRACE &lt;span class=&quot;error&quot;&gt;&amp;#91;qtp323653443-77&amp;#93;&lt;/span&gt; Tx member-1-datastore-operational-fe-3-txn-2-0 read /(urn:ietf:params:xml:ns:yang:ietf-yang-library?revision=&lt;b&gt;2019-01-04&lt;/b&gt;)modules-state&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;
{&lt;span class=&quot;code-quote&quot;&gt;&quot;errors&quot;&lt;/span&gt;:{&lt;span class=&quot;code-quote&quot;&gt;&quot;error&quot;&lt;/span&gt;:[{&lt;span class=&quot;code-quote&quot;&gt;&quot;error-tag&quot;&lt;/span&gt;:&lt;span class=&quot;code-quote&quot;&gt;&quot;data-missing&quot;&lt;/span&gt;,&lt;span class=&quot;code-quote&quot;&gt;&quot;error-type&quot;&lt;/span&gt;:&lt;span class=&quot;code-quote&quot;&gt;&quot;protocol&quot;&lt;/span&gt;,&lt;span class=&quot;code-quote&quot;&gt;&quot;error-message&quot;&lt;/span&gt;:&lt;span class=&quot;code-quote&quot;&gt;&quot;Request could not be completed because the relevant data model content does not exist&quot;&lt;/span&gt;}]}}


&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;However if all data is requested, it finally returns&#160;ietf-yang-library:modules-state:&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;
$ curl -u admin:admin &#160;-X GET &#160;http:&lt;span class=&quot;code-comment&quot;&gt;//localhost:8181/rests/data/&lt;/span&gt;
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;... etf:params:restconf:capability:fields:1.0&quot;,&quot;urn:ietf:params:restconf:capability:filter:1.0&quot;,&quot;urn:ietf:params:restconf:capability:replay:1.0&quot; ,&quot;urn:ietf:params:restconf:capability:with-defaults:1.0&quot;]}},&quot;&lt;b&gt;ietf-yang-library:modules-state&lt;/b&gt;&quot;:{&quot;module&quot;:[&lt;/p&gt;

{&quot;name&quot;:&quot;aaa&quot;,&quot;revision&quot;:&quot;2016-12-14&quot;,&quot;namespace&quot;:&quot;urn:opendaylight:params:xml:ns:yang:aaa&quot;,&quot;confo rmance-type&quot;:&quot;import&quot;,&quot;schema&quot;:&quot;/modules/aaa/2016-12-14&quot;}

&lt;p&gt;,{&quot;name&quot;:&quot;aaa-app-config&quot;,&quot;revision&quot;:&quot;2017-06-19&quot;,&quot;namespace&quot;:&quot;urn:opendaylight:aaa:app:config&quot;,&quot;conformance-type&quot;:&quot;import&quot;,&quot;schema&quot;:&quot;/modules/aaa -app-config/2017-06-19&quot;},{&quot;name&quot;:&quot;aaa-cert&quot;,&quot;revision&quot;:&quot;2015-11-26&quot;,&quot;namespace&quot;:&quot;urn:opendaylight:yang:aaa:cert&quot;,&quot;conformance-type&quot;:&quot;import&quot;,&quot;schema&quot;:&quot;/modules/aaa-cert/2015-11-26&quot;},{&quot;name&quot;:&quot;aaa-cert-mds al&quot;,&quot;revision&quot;:&quot;2016-03-21&quot;,&quot;namespace&quot;:&quot;urn:opendaylight:yang:aaa:cert&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;

&lt;p&gt;...&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;

{ &quot;name&quot;:&quot;ietf-yang-library&quot;, &quot;revision&quot;:&quot;2019-01-04&quot;, &quot;namespace&quot;:&quot;urn:ietf:params:xml:ns:yang:ietf-yang-library&quot;, &quot;conformance-type&quot;:&quot;import&quot;, &quot;schema&quot;:&quot;/modules/ietf-yang-library/2019-01-04&quot; }

&lt;p&gt;&lt;b&gt;,&lt;/b&gt;&lt;/p&gt;

{ &quot;name&quot;:&quot;ietf-yang-library&quot;, &quot;revision&quot;:&quot;2016-06-21&quot;, &quot;namespace&quot;:&quot;urn:ietf:params:xml:ns:yang:ietf-yang-library&quot;, &quot;conformance-type&quot;:&quot;import&quot;, &quot;schema&quot;:&quot;/modules/ietf-yang-library/2016-06-21&quot; }

&lt;p&gt;,&lt;/p&gt;

&lt;p&gt;...&lt;/p&gt;</description>
                <environment></environment>
        <key id="33231">NETCONF-725</key>
            <summary>ietf-yang-library version conflict</summary>
                <type id="10104" iconUrl="https://jira.opendaylight.org/secure/viewavatar?size=xsmall&amp;avatarId=10303&amp;avatarType=issuetype">Bug</type>
                                            <priority id="2" iconUrl="https://jira.opendaylight.org/images/icons/priorities/critical.svg">High</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="hjslgfsd7">Valentin Mayamsin</reporter>
                        <labels>
                    </labels>
                <created>Tue, 15 Sep 2020 19:15:20 +0000</created>
                <updated>Fri, 14 May 2021 07:27:49 +0000</updated>
                            <resolved>Thu, 13 May 2021 08:11:16 +0000</resolved>
                                    <version>Aluminium</version>
                                    <fixVersion>Aluminium SR4</fixVersion>
                    <fixVersion>1.13.2</fixVersion>
                                    <component>restconf-nb</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>2</watches>
                                                                                                                <comments>
                            <comment id="68701" author="rovarga" created="Wed, 14 Oct 2020 10:18:45 +0000"  >&lt;p&gt;It looks like there are multiple culprits here. sal-netconf-connector is using the down-revved model, as is restconf-common.&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10002">
                    <name>Duplicate</name>
                                                                <inwardlinks description="is duplicated by">
                                        <issuelink>
            <issuekey id="33500">NETCONF-738</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                            <issuelinktype id="10003">
                    <name>Relates</name>
                                            <outwardlinks description="relates to">
                                        <issuelink>
            <issuekey id="33405">MDSAL-596</issuekey>
        </issuelink>
                            </outwardlinks>
                                                                <inwardlinks description="relates to">
                                        <issuelink>
            <issuekey id="33401">MDSAL-595</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </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|i03uu7:</customfieldvalue>

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