<!-- 
RSS generated by JIRA (8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d) at Wed Feb 07 20:15:09 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-483] Netconf Notification event-Time  will not reach the end user</title>
                <link>https://jira.opendaylight.org/browse/NETCONF-483</link>
                <project id="10142" key="NETCONF">netconf</project>
                    <description>&lt;p&gt;Netconf notifications from devices will sent with a parameter called event-time&lt;br/&gt;
This is according to the RFC &lt;a href=&quot;https://tools.ietf.org/html/rfc5277#section-2.2.1&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://tools.ietf.org/html/rfc5277#section-2.2.1&lt;/a&gt;  . &lt;/p&gt;

&lt;p&gt;When these notification are about to delivered to the registered listeners,  an instance of generated POJO (from notification event model ) will be used to deliver the notification. Only modelled data is forwarded.  Event time will be ignored.&lt;/p&gt;

&lt;p&gt;Due to this end user will not able to get when this event is generated.  So Is there any way end user will be able to get this data as part of notification ?&lt;/p&gt;</description>
                <environment></environment>
        <key id="28719">NETCONF-483</key>
            <summary>Netconf Notification event-Time  will not reach the end user</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="10003">Cannot Reproduce</resolution>
                                        <assignee username="yaroslav.lastivka">Yaroslav Lastivka</assignee>
                                    <reporter username="karthikholla">Karthik Holla</reporter>
                        <labels>
                            <label>pt</label>
                    </labels>
                <created>Wed, 8 Nov 2017 12:36:47 +0000</created>
                <updated>Thu, 23 Feb 2023 12:52:27 +0000</updated>
                            <resolved>Thu, 23 Feb 2023 12:49:39 +0000</resolved>
                                                                    <component>netconf</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>5</watches>
                                                                                                                <comments>
                            <comment id="62748" author="opendaylight.release" created="Thu, 3 May 2018 09:36:15 +0000"  >&lt;p&gt;Since the bug is unassigned I&apos;m currently assigning it to you.&lt;/p&gt;

&lt;p&gt;Please assign to the relevant person.&#160;&lt;/p&gt;</comment>
                            <comment id="67833" author="rovarga" created="Tue, 11 Feb 2020 17:12:58 +0000"  >&lt;p&gt;As long as NETCONF performs encoding to an object which implements org.opendaylight.mdsal.dom.api.DOMEvent, this should actually work &#8211; users can either access it via DOMEvent or its Binding counterpart (org.opendaylight.yangtools.yang.binding.EventInstantAware) &#8211; i.e. upon reception of the DTO perform an instanceof check and cast it.&lt;/p&gt;

&lt;p&gt;This time will not be part of DTOs directly, as they are transport-level property &#8211; see RFC6241 figure 1,&#160; POJOs are layer 4, event-time is at layer 2 (as part of &amp;lt;notification/&amp;gt;)&lt;/p&gt;</comment>
                            <comment id="71951" author="ivanhrasko" created="Wed, 1 Feb 2023 15:06:12 +0000"  >&lt;p&gt;We need to verify this with RFC8040. According to bierman-02 based steps to reproduce issue is no more present.&lt;/p&gt;</comment>
                            <comment id="71972" author="JIRAUSER15510" created="Wed, 8 Feb 2023 17:24:38 +0000"  >&lt;p&gt;I have tried to reproduce these steps and found out that with SSE the issue is not present.&lt;/p&gt;

&lt;p&gt;My logs:&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;
odl@odl-Latitude-5521:~$ curl -v -X GET &#160;http:&lt;span class=&quot;code-comment&quot;&gt;//localhost:8181/rests/notif/data-change-event-subscription/network-topology:network-topology/datastore=CONFIGURATION/scope=SUBTREE &#160;-H &lt;span class=&quot;code-quote&quot;&gt;&quot;Content-Type: text/event-stream&quot;&lt;/span&gt; -H &lt;span class=&quot;code-quote&quot;&gt;&quot;Authorization: Basic YWRtaW46YWRtaW4=&quot;&lt;/span&gt;
&lt;/span&gt;Note: Unnecessary use of -X or --request, GET is already inferred.

&#160; Trying 127.0.0.1:8181...
Connected to localhost (127.0.0.1) port 8181 (#0)
&amp;gt; GET /rests/notif/data-change-event-subscription/network-topology:network-topology/datastore=CONFIGURATION/scope=SUBTREE HTTP/1.1
&amp;gt; Host: localhost:8181
&amp;gt; User-Agent: curl/7.81.0
&amp;gt; Accept: /
&amp;gt; Content-Type: text/event-stream
&amp;gt; Authorization: Basic YWRtaW46YWRtaW4=
&amp;gt;&#160;
Mark bundle as not supporting multiuse
&amp;lt; HTTP/1.1 200 OK
&amp;lt; Set-Cookie: JSESSIONID=node012x3457ld74yg1mvgjkzj18fst0.node0; Path=/rests; HttpOnly
&amp;lt; Expires: Thu, 01 Jan 1970 00:00:00 GMT
&amp;lt; Set-Cookie: rememberMe=deleteMe; Path=/rests; Max-Age=0; Expires=Tue, 07-Feb-2023 17:22:02 GMT; SameSite=lax
&amp;lt; Content-Type: text/event-stream
&amp;lt; Transfer-Encoding: chunked
&amp;lt;&#160;
: ping

: ping
: ping
data: &amp;lt;notification xmlns=&lt;span class=&quot;code-quote&quot;&gt;&quot;urn:ietf:params:xml:ns:netconf:notification:1.0&quot;&lt;/span&gt;&amp;gt;&amp;lt;eventTime&amp;gt;2023-02-08T19:22:33.99851211+02:00&amp;lt;/eventTime&amp;gt;&amp;lt;data-changed-notification xmlns=&lt;span class=&quot;code-quote&quot;&gt;&quot;urn:opendaylight:params:xml:ns:yang:controller:md:sal:remote&quot;&lt;/span&gt;&amp;gt;&amp;lt;data-change-event&amp;gt;&amp;lt;path&amp;gt;/urn-TBD-params-xml-ns-yang-network-topology:network-topology&amp;lt;/path&amp;gt;&amp;lt;data&amp;gt;&amp;lt;network-topology xmlns=&lt;span class=&quot;code-quote&quot;&gt;&quot;urn:TBD:params:xml:ns:yang:network-topology&quot;&lt;/span&gt;&amp;gt;&amp;lt;topology&amp;gt;&amp;lt;topology-id&amp;gt;topology-netconf&amp;lt;/topology-id&amp;gt;&amp;lt;node&amp;gt;&amp;lt;node-id&amp;gt;17830-sim-device&amp;lt;/node-id&amp;gt;&amp;lt;port xmlns=&lt;span class=&quot;code-quote&quot;&gt;&quot;urn:opendaylight:netconf-node-topology&quot;&lt;/span&gt;&amp;gt;17830&amp;lt;/port&amp;gt;&amp;lt;schemaless xmlns=&lt;span class=&quot;code-quote&quot;&gt;&quot;urn:opendaylight:netconf-node-topology&quot;&lt;/span&gt;&amp;gt;&lt;span class=&quot;code-keyword&quot;&gt;false&lt;/span&gt;&amp;lt;/schemaless&amp;gt;&amp;lt;tcp-only xmlns=&lt;span class=&quot;code-quote&quot;&gt;&quot;urn:opendaylight:netconf-node-topology&quot;&lt;/span&gt;&amp;gt;&lt;span class=&quot;code-keyword&quot;&gt;false&lt;/span&gt;&amp;lt;/tcp-only&amp;gt;&amp;lt;keepalive-delay xmlns=&lt;span class=&quot;code-quote&quot;&gt;&quot;urn:opendaylight:netconf-node-topology&quot;&lt;/span&gt;&amp;gt;0&amp;lt;/keepalive-delay&amp;gt;&amp;lt;username xmlns=&lt;span class=&quot;code-quote&quot;&gt;&quot;urn:opendaylight:netconf-node-topology&quot;&lt;/span&gt;&amp;gt;admin&amp;lt;/username&amp;gt;&amp;lt;password xmlns=&lt;span class=&quot;code-quote&quot;&gt;&quot;urn:opendaylight:netconf-node-topology&quot;&lt;/span&gt;&amp;gt;admin&amp;lt;/password&amp;gt;&amp;lt;host xmlns=&lt;span class=&quot;code-quote&quot;&gt;&quot;urn:opendaylight:netconf-node-topology&quot;&lt;/span&gt;&amp;gt;127.0.0.1&amp;lt;/host&amp;gt;&amp;lt;/node&amp;gt;&amp;lt;/topology&amp;gt;&amp;lt;/network-topology&amp;gt;&amp;lt;/data&amp;gt;&amp;lt;operation&amp;gt;created&amp;lt;/operation&amp;gt;&amp;lt;/data-change-event&amp;gt;&amp;lt;/data-changed-notification&amp;gt;&amp;lt;/notification&amp;gt;
&#160; &lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</comment>
                            <comment id="72023" author="JIRAUSER15510" created="Thu, 23 Feb 2023 11:56:35 +0000"  >&lt;p&gt;Reproducing steps using the WebSocket mechanism shows that the issue is not present.&lt;br/&gt;
Logs:&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;
$ wscat --header &lt;span class=&quot;code-quote&quot;&gt;&quot;Authorization: Basic YWRtaW46YWRtaW4=&quot;&lt;/span&gt; -c ws:&lt;span class=&quot;code-comment&quot;&gt;//localhost:8181/rests/data-change-event-subscription/network-topology:network-topology/datastore=CONFIGURATION/scope=SUBTREE Connected (press CTRL+C to quit) &amp;lt; &amp;lt;notification xmlns=&lt;span class=&quot;code-quote&quot;&gt;&quot;urn:ietf:params:xml:ns:netconf:notification:1.0&quot;&lt;/span&gt;&amp;gt;&amp;lt;eventTime&amp;gt;2023-02-23T11:48:41.987760371+02:00&amp;lt;/eventTime&amp;gt;&amp;lt;data-changed-notification xmlns=&lt;span class=&quot;code-quote&quot;&gt;&quot;urn:opendaylight:params:xml:ns:yang:controller:md:sal:remote&quot;&lt;/span&gt;&amp;gt;&amp;lt;data-change-event&amp;gt;&amp;lt;path&amp;gt;/urn-TBD-params-xml-ns-yang-network-topology:network-topology&amp;lt;/path&amp;gt;&amp;lt;data&amp;gt;&amp;lt;network-topology xmlns=&lt;span class=&quot;code-quote&quot;&gt;&quot;urn:TBD:params:xml:ns:yang:network-topology&quot;&lt;/span&gt;&amp;gt;&amp;lt;topology&amp;gt;&amp;lt;topology-id&amp;gt;topology-netconf&amp;lt;/topology-id&amp;gt;&amp;lt;node&amp;gt;&amp;lt;node-id&amp;gt;17830-sim-device&amp;lt;/node-id&amp;gt;&amp;lt;port xmlns=&lt;span class=&quot;code-quote&quot;&gt;&quot;urn:opendaylight:netconf-node-topology&quot;&lt;/span&gt;&amp;gt;17830&amp;lt;/port&amp;gt;&amp;lt;schemaless xmlns=&lt;span class=&quot;code-quote&quot;&gt;&quot;urn:opendaylight:netconf-node-topology&quot;&lt;/span&gt;&amp;gt;&lt;span class=&quot;code-keyword&quot;&gt;false&lt;/span&gt;&amp;lt;/schemaless&amp;gt;&amp;lt;tcp-only xmlns=&lt;span class=&quot;code-quote&quot;&gt;&quot;urn:opendaylight:netconf-node-topology&quot;&lt;/span&gt;&amp;gt;&lt;span class=&quot;code-keyword&quot;&gt;false&lt;/span&gt;&amp;lt;/tcp-only&amp;gt;&amp;lt;keepalive-delay xmlns=&lt;span class=&quot;code-quote&quot;&gt;&quot;urn:opendaylight:netconf-node-topology&quot;&lt;/span&gt;&amp;gt;0&amp;lt;/keepalive-delay&amp;gt;&amp;lt;username xmlns=&lt;span class=&quot;code-quote&quot;&gt;&quot;urn:opendaylight:netconf-node-topology&quot;&lt;/span&gt;&amp;gt;admin&amp;lt;/username&amp;gt;&amp;lt;password xmlns=&lt;span class=&quot;code-quote&quot;&gt;&quot;urn:opendaylight:netconf-node-topology&quot;&lt;/span&gt;&amp;gt;admin&amp;lt;/password&amp;gt;&amp;lt;host xmlns=&lt;span class=&quot;code-quote&quot;&gt;&quot;urn:opendaylight:netconf-node-topology&quot;&lt;/span&gt;&amp;gt;127.0.0.1&amp;lt;/host&amp;gt;&amp;lt;/node&amp;gt;&amp;lt;/topology&amp;gt;&amp;lt;/network-topology&amp;gt;&amp;lt;/data&amp;gt;&amp;lt;operation&amp;gt;created&amp;lt;/operation&amp;gt;&amp;lt;/data-change-event&amp;gt;&amp;lt;/data-changed-notification&amp;gt;&amp;lt;/notification&amp;gt; &amp;gt;&#160; &lt;/span&gt;&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</comment>
                            <comment id="72024" author="ivanhrasko" created="Thu, 23 Feb 2023 12:49:22 +0000"  >&lt;p&gt;OK, when we apply &lt;a href=&quot;https://jira.opendaylight.org/browse/NETCONF-970&quot; title=&quot;Websocket timeout exception &quot; class=&quot;issue-link&quot; data-issue-key=&quot;NETCONF-970&quot;&gt;&lt;del&gt;NETCONF-970&lt;/del&gt;&lt;/a&gt; and &lt;a href=&quot;https://jira.opendaylight.org/browse/NETCONF-953&quot; title=&quot;Unable to load org.eclipse.jetty.websocket.server.WebSocketServerFactory&quot; class=&quot;issue-link&quot; data-issue-key=&quot;NETCONF-953&quot;&gt;&lt;del&gt;NETCONF-953&lt;/del&gt;&lt;/a&gt; we can make a conclusion that issue is no more present in current ODL releases. eventTime is present in notifications.&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10000">
                    <name>Blocks</name>
                                                                <inwardlinks description="is blocked by">
                                        <issuelink>
            <issuekey id="27104">MDSAL-282</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="36652">NETCONF-953</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="36716">NETCONF-970</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                    </issuelinks>
                <attachments>
                            <attachment id="17401" name="[NETCONF-483] Steps to reproduce.odt" size="20888" author="ivanm1996" created="Mon, 28 Feb 2022 11:50:19 +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_10000" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>0|i037en:</customfieldvalue>

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