<!-- 
RSS generated by JIRA (8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d) at Wed Feb 07 20:15:56 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-801] SSE streaming does not work</title>
                <link>https://jira.opendaylight.org/browse/NETCONF-801</link>
                <project id="10142" key="NETCONF">netconf</project>
                    <description>&lt;p&gt;We have a regression in CSIT detected here:&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://logs.opendaylight.org/releng/vex-yul-odl-jenkins-1/netconf-csit-1node-userfeatures-rfc8040-all-phosphorus/24/robot-plugin/log.html.gz#s1-s6-s1-t4-k5&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://logs.opendaylight.org/releng/vex-yul-odl-jenkins-1/netconf-csit-1node-userfeatures-rfc8040-all-phosphorus/24/robot-plugin/log.html.gz#s1-s6-s1-t4-k5&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;i.e. the client reports:&lt;/p&gt;
&lt;div class=&quot;preformatted panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;preformattedContent panelContent&quot;&gt;
&lt;pre&gt;fetch http://10.30.170.254:8181/rests/notif/data-change-event-subscription/opendaylight-inventory:nodes/datastore=CONFIGURATION/scope=BASE failed: 404
Traceback (most recent call last):
  File &quot;ssereceiver.py&quot;, line 77, in &amp;lt;module&amp;gt;
    main()
  File &quot;ssereceiver.py&quot;, line 59, in main
    loop.run_until_complete(get_events())
  File &quot;/usr/lib/python3.6/asyncio/base_events.py&quot;, line 484, in run_until_complete
    return future.result()
  File &quot;ssereceiver.py&quot;, line 17, in get_events
    &quot;http://&quot; + args.controller + &quot;:8181&quot; + args.uri, session=client
  File &quot;/usr/local/lib/python3.6/dist-packages/aiohttp_sse_client/client.py&quot;, line 126, in __aenter__
    await self.connect(self._max_connect_retry)
  File &quot;/usr/local/lib/python3.6/dist-packages/aiohttp_sse_client/client.py&quot;, line 244, in connect
    raise ConnectionError(error_message)&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;This seems to indicate we have not found the requested stream (&quot;opendaylight-inventory:nodes&quot;).&lt;/p&gt;</description>
                <environment></environment>
        <key id="34304">NETCONF-801</key>
            <summary>SSE streaming does not work</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="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="rovarga">Robert Varga</reporter>
                        <labels>
                            <label>regression</label>
                    </labels>
                <created>Tue, 10 Aug 2021 20:42:25 +0000</created>
                <updated>Wed, 11 Aug 2021 10:36:39 +0000</updated>
                            <resolved>Wed, 11 Aug 2021 10:36:39 +0000</resolved>
                                    <version>2.0.0</version>
                    <version>2.0.1</version>
                    <version>2.0.2</version>
                                    <fixVersion>2.0.3</fixVersion>
                                    <component>restconf-nb</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>1</watches>
                                                                                                                <comments>
                            <comment id="69509" author="rovarga" created="Tue, 10 Aug 2021 20:48:42 +0000"  >&lt;p&gt;Seems to have been caused by &lt;a href=&quot;https://git.opendaylight.org/gerrit/c/netconf/+/81424/17/restconf/restconf-nb-rfc8040/src/main/java/org/opendaylight/restconf/nb/rfc8040/streams/listeners/ListenersBroker.java&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/c/netconf/+/81424/17/restconf/restconf-nb-rfc8040/src/main/java/org/opendaylight/restconf/nb/rfc8040/streams/listeners/ListenersBroker.java&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;or something thereabout.&lt;/p&gt;</comment>
                            <comment id="69512" author="rovarga" created="Wed, 11 Aug 2021 09:37:56 +0000"  >&lt;p&gt;Actually this was broken by &lt;a href=&quot;https://git.opendaylight.org/gerrit/c/netconf/+/96200&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/c/netconf/+/96200&lt;/a&gt; where we lost @Path(&quot;/&quot;) from RestconfDataStreamService implementation.&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10003">
                    <name>Relates</name>
                                            <outwardlinks description="relates to">
                                        <issuelink>
            <issuekey id="31717">NETCONF-623</issuekey>
        </issuelink>
                            </outwardlinks>
                                                        </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|i03z3r:</customfieldvalue>

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