<!-- 
RSS generated by JIRA (8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d) at Wed Feb 07 20:14:31 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-245] Notifications stream output is not same as restconf data</title>
                <link>https://jira.opendaylight.org/browse/NETCONF-245</link>
                <project id="10142" key="NETCONF">netconf</project>
                    <description>&lt;p&gt;Notifications data format difference&lt;/p&gt;

&lt;p&gt;When I create notification stream, the output is not same as restconf data.&lt;/p&gt;


&lt;p&gt;is it possible to same/similar output without needing to individual processing for the data for restconf data and then for notifications data?&lt;/p&gt;</description>
                <environment>&lt;p&gt;Operating System: All&lt;br/&gt;
Platform: All&lt;/p&gt;</environment>
        <key id="21258">NETCONF-245</key>
            <summary>Notifications stream output is not same as restconf data</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="jakubtoth-0">Jakub Toth</assignee>
                                    <reporter username="hari@harinath.in">Harinath Mallepally</reporter>
                        <labels>
                    </labels>
                <created>Mon, 1 Aug 2016 21:14:51 +0000</created>
                <updated>Fri, 15 Mar 2019 22:22:28 +0000</updated>
                            <resolved>Tue, 29 Nov 2016 12:34:02 +0000</resolved>
                                                                    <component>restconf-nb</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>1</watches>
                                                                                                                <comments>
                            <comment id="39558" author="jatoth@cisco.com" created="Tue, 18 Oct 2016 07:59:25 +0000"  >&lt;p&gt;Ok, I made a sample application, the yang files are here.&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://github.com/careerscale/opendaylight-demo/tree/master/api/src/main/yang&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/careerscale/opendaylight-demo/tree/master/api/src/main/yang&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Please note this is with Boron. I found the &lt;/p&gt;

&lt;p&gt;http://&lt;tt&gt;host&lt;/tt&gt;:8181/restconf/operations/system-connector-xyz-rpc:add-connector&lt;br/&gt;
{&lt;br/&gt;
  &quot;input&quot;: {&lt;/p&gt;

&lt;p&gt;      &quot;config&quot;: &lt;/p&gt;
{
        &quot;description&quot;: &quot;connector created for  testing&quot;,
        &quot;host&quot;: &quot;10.100.10.100&quot;,
        &quot;name&quot;: &quot;hari server&quot;,
         &quot;admin-status&quot;: &quot;system-connector:locked&quot;
      }
&lt;p&gt;      }&lt;/p&gt;

&lt;p&gt;}&lt;/p&gt;

&lt;p&gt;POST&lt;br/&gt;
http://&lt;tt&gt;host&lt;/tt&gt;:8181/restconf/operations/sal-remote:create-notification-stream&lt;/p&gt;

&lt;p&gt;{&lt;br/&gt;
&quot;input&quot;: {&lt;br/&gt;
&quot;notifications&quot;: [&lt;br/&gt;
&quot;(urn:abc:system:connector:xyz:notification?revision=2016-10-10)connector-lifecycle-event&quot;&lt;br/&gt;
],&lt;br/&gt;
&quot;notification-output-type&quot;:&quot;JSON&quot;&lt;br/&gt;
}&lt;br/&gt;
}&lt;/p&gt;


&lt;p&gt;GET&lt;br/&gt;
http://&lt;tt&gt;host&lt;/tt&gt;:8181/restconf/streams/stream/create-notification-stream/system-connector-xyz-notification:connector-lifecycle-event&lt;/p&gt;


&lt;p&gt;response of Boron notification here&lt;/p&gt;

&lt;p&gt;{&quot;notification&quot;:{&quot;xmlns&quot;:&quot;urn:ietf:params:xml:ns:netconf:notification:1.0&quot;,&quot;eventTime&quot;:&quot;2016-10-17T05:20:05-07:00&quot;,&quot;create-notification-stream&quot;:{&quot;notification&quot;:{&quot;connector-lifecycle-event&quot;:{&quot;xmlns&quot;:&quot;urn:abc:system:connector:xyz:notification&quot;,&quot;event-type&quot;:&quot;add&quot;,&quot;id&quot;:&quot;connector-id=1476750005425&quot;,&quot;config&quot;:{&quot;admin-status&quot;:&lt;/p&gt;
{&quot;xmlns:x&quot;:&quot;urn:abc:system:connector&quot;,&quot;content&quot;:&quot;x:locked&quot;}
&lt;p&gt;,&quot;host&quot;:&quot;10.100.10.100&quot;,&quot;name&quot;:&quot;rajath&quot;,&quot;description&quot;:&quot;connector created for  testing&quot;}}},&quot;xmlns&quot;:&quot;urn:opendaylight:params:xml:ns:yang:controller:md:sal:remote&quot;}}&lt;/p&gt;




&lt;p&gt;----&lt;del&gt;Original Message&lt;/del&gt;----&lt;br/&gt;
From: Jakub Toth -X (jatoth - PANTHEON TECHNOLOGIES at Cisco) &lt;span class=&quot;nobr&quot;&gt;&lt;a href=&quot;mailto:jatoth@cisco.com&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;jatoth@cisco.com&lt;sup&gt;&lt;img class=&quot;rendericon&quot; src=&quot;https://jira.opendaylight.org/images/icons/mail_small.gif&quot; height=&quot;12&quot; width=&quot;13&quot; align=&quot;absmiddle&quot; alt=&quot;&quot; border=&quot;0&quot;/&gt;&lt;/sup&gt;&lt;/a&gt;&lt;/span&gt;&lt;br/&gt;
Sent: Monday, October 17, 2016 2:41 AM&lt;br/&gt;
To: Harinath Mallepally &amp;lt;hmallepally@infinera.com&amp;gt;&lt;br/&gt;
Subject: RE: Change in netconf&lt;span class=&quot;error&quot;&gt;&amp;#91;stable/beryllium&amp;#93;&lt;/span&gt;: &lt;a href=&quot;https://jira.opendaylight.org/browse/NETCONF-245&quot; title=&quot;Notifications stream output is not same as restconf data&quot; class=&quot;issue-link&quot; data-issue-key=&quot;NETCONF-245&quot;&gt;&lt;del&gt;NETCONF-245&lt;/del&gt;&lt;/a&gt; - Notifications stream output is not same as restco...&lt;/p&gt;

&lt;p&gt;Thanks&lt;/p&gt;


&lt;p&gt;----&lt;del&gt;Original Message&lt;/del&gt;----&lt;br/&gt;
From: Harinath Mallepally &lt;span class=&quot;nobr&quot;&gt;&lt;a href=&quot;mailto:hmallepally@infinera.com&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;hmallepally@infinera.com&lt;sup&gt;&lt;img class=&quot;rendericon&quot; src=&quot;https://jira.opendaylight.org/images/icons/mail_small.gif&quot; height=&quot;12&quot; width=&quot;13&quot; align=&quot;absmiddle&quot; alt=&quot;&quot; border=&quot;0&quot;/&gt;&lt;/sup&gt;&lt;/a&gt;&lt;/span&gt;&lt;br/&gt;
Sent: Saturday, October 15, 2016 12:45 AM&lt;br/&gt;
To: Jakub Toth -X (jatoth - PANTHEON TECHNOLOGIES at Cisco) &amp;lt;jatoth@cisco.com&amp;gt;&lt;br/&gt;
Subject: RE: Change in netconf&lt;span class=&quot;error&quot;&gt;&amp;#91;stable/beryllium&amp;#93;&lt;/span&gt;: &lt;a href=&quot;https://jira.opendaylight.org/browse/NETCONF-245&quot; title=&quot;Notifications stream output is not same as restconf data&quot; class=&quot;issue-link&quot; data-issue-key=&quot;NETCONF-245&quot;&gt;&lt;del&gt;NETCONF-245&lt;/del&gt;&lt;/a&gt; - Notifications stream output is not same as restco...&lt;/p&gt;

&lt;p&gt;Sure, let me build a sample app and send it across.&lt;/p&gt;



&lt;p&gt;----&lt;del&gt;Original Message&lt;/del&gt;----&lt;br/&gt;
From: Jakub Toth -X (jatoth - PANTHEON TECHNOLOGIES at Cisco) &lt;span class=&quot;nobr&quot;&gt;&lt;a href=&quot;mailto:jatoth@cisco.com&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;jatoth@cisco.com&lt;sup&gt;&lt;img class=&quot;rendericon&quot; src=&quot;https://jira.opendaylight.org/images/icons/mail_small.gif&quot; height=&quot;12&quot; width=&quot;13&quot; align=&quot;absmiddle&quot; alt=&quot;&quot; border=&quot;0&quot;/&gt;&lt;/sup&gt;&lt;/a&gt;&lt;/span&gt;&lt;br/&gt;
Sent: Friday, October 14, 2016 6:34 AM&lt;br/&gt;
To: Harinath Mallepally &amp;lt;hmallepally@infinera.com&amp;gt;&lt;br/&gt;
Subject: FW: Change in netconf&lt;span class=&quot;error&quot;&gt;&amp;#91;stable/beryllium&amp;#93;&lt;/span&gt;: &lt;a href=&quot;https://jira.opendaylight.org/browse/NETCONF-245&quot; title=&quot;Notifications stream output is not same as restconf data&quot; class=&quot;issue-link&quot; data-issue-key=&quot;NETCONF-245&quot;&gt;&lt;del&gt;NETCONF-245&lt;/del&gt;&lt;/a&gt; - Notifications stream output is not same as restco...&lt;/p&gt;

&lt;p&gt;It is because I have to know the case. Then I can write test for.&lt;/p&gt;


&lt;p&gt;----&lt;del&gt;Original Message&lt;/del&gt;----&lt;br/&gt;
From: Jakub Toth -X (jatoth - PANTHEON TECHNOLOGIES at Cisco)&lt;br/&gt;
Sent: Friday, October 14, 2016 3:11 PM&lt;br/&gt;
To: &apos;Harinath Mallepally&apos; &amp;lt;hmallepally@infinera.com&amp;gt;&lt;br/&gt;
Subject: RE: Change in netconf&lt;span class=&quot;error&quot;&gt;&amp;#91;stable/beryllium&amp;#93;&lt;/span&gt;: &lt;a href=&quot;https://jira.opendaylight.org/browse/NETCONF-245&quot; title=&quot;Notifications stream output is not same as restconf data&quot; class=&quot;issue-link&quot; data-issue-key=&quot;NETCONF-245&quot;&gt;&lt;del&gt;NETCONF-245&lt;/del&gt;&lt;/a&gt; - Notifications stream output is not same as restco...&lt;/p&gt;

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

&lt;p&gt;How is this container calling from another yang ? Can you send to me both yangs (or only parts with place where is the container calling and place of container int that yang) ? Or any info about structure of this please ?&lt;/p&gt;

&lt;p&gt;----&lt;del&gt;Original Message&lt;/del&gt;----&lt;br/&gt;
From: Harinath Mallepally &lt;span class=&quot;nobr&quot;&gt;&lt;a href=&quot;mailto:hmallepally@infinera.com&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;hmallepally@infinera.com&lt;sup&gt;&lt;img class=&quot;rendericon&quot; src=&quot;https://jira.opendaylight.org/images/icons/mail_small.gif&quot; height=&quot;12&quot; width=&quot;13&quot; align=&quot;absmiddle&quot; alt=&quot;&quot; border=&quot;0&quot;/&gt;&lt;/sup&gt;&lt;/a&gt;&lt;/span&gt;&lt;br/&gt;
Sent: Wednesday, October 12, 2016 3:12 PM&lt;br/&gt;
To: Jakub Toth -X (jatoth - PANTHEON TECHNOLOGIES at Cisco) &amp;lt;jatoth@cisco.com&amp;gt;&lt;br/&gt;
Subject: Re: Change in netconf&lt;span class=&quot;error&quot;&gt;&amp;#91;stable/beryllium&amp;#93;&lt;/span&gt;: &lt;a href=&quot;https://jira.opendaylight.org/browse/NETCONF-245&quot; title=&quot;Notifications stream output is not same as restconf data&quot; class=&quot;issue-link&quot; data-issue-key=&quot;NETCONF-245&quot;&gt;&lt;del&gt;NETCONF-245&lt;/del&gt;&lt;/a&gt; - Notifications stream output is not same as restco...&lt;/p&gt;

&lt;p&gt;Within container as leaf.&lt;/p&gt;

&lt;p&gt;The container itself is in another yang. I think this was working earlier.&lt;/p&gt;



&lt;p&gt;Get Outlook for iOS&amp;lt;&lt;a href=&quot;https://aka.ms/o0ukef&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://aka.ms/o0ukef&lt;/a&gt;&amp;gt;&lt;/p&gt;




&lt;p&gt;On Tue, Oct 11, 2016 at 11:54 PM -0700, &quot;Jakub Toth -X (jatoth - PANTHEON TECHNOLOGIES at Cisco)&quot; &amp;lt;jatoth@cisco.com&amp;lt;&lt;span class=&quot;nobr&quot;&gt;&lt;a href=&quot;mailto:jatoth@cisco.com&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;jatoth@cisco.com&lt;sup&gt;&lt;img class=&quot;rendericon&quot; src=&quot;https://jira.opendaylight.org/images/icons/mail_small.gif&quot; height=&quot;12&quot; width=&quot;13&quot; align=&quot;absmiddle&quot; alt=&quot;&quot; border=&quot;0&quot;/&gt;&lt;/sup&gt;&lt;/a&gt;&lt;/span&gt;&amp;gt;&amp;gt; wrote:&lt;/p&gt;

&lt;p&gt;Do you have this schema node in your yang file ? And which statement is this node (I mean leaf or list or container or  etc..) ?&lt;/p&gt;



&lt;p&gt;----&lt;del&gt;Original Message&lt;/del&gt;----&lt;br/&gt;
From: Harinath Mallepally &lt;span class=&quot;nobr&quot;&gt;&lt;a href=&quot;mailto:hmallepally@infinera.com&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;hmallepally@infinera.com&lt;sup&gt;&lt;img class=&quot;rendericon&quot; src=&quot;https://jira.opendaylight.org/images/icons/mail_small.gif&quot; height=&quot;12&quot; width=&quot;13&quot; align=&quot;absmiddle&quot; alt=&quot;&quot; border=&quot;0&quot;/&gt;&lt;/sup&gt;&lt;/a&gt;&lt;/span&gt;&lt;br/&gt;
Sent: Wednesday, October 12, 2016 12:54 AM&lt;br/&gt;
To: Jakub Toth -X (jatoth - PANTHEON TECHNOLOGIES at Cisco) &amp;lt;jatoth@cisco.com&amp;gt;&lt;br/&gt;
Subject: RE: Change in netconf&lt;span class=&quot;error&quot;&gt;&amp;#91;stable/beryllium&amp;#93;&lt;/span&gt;: &lt;a href=&quot;https://jira.opendaylight.org/browse/NETCONF-245&quot; title=&quot;Notifications stream output is not same as restconf data&quot; class=&quot;issue-link&quot; data-issue-key=&quot;NETCONF-245&quot;&gt;&lt;del&gt;NETCONF-245&lt;/del&gt;&lt;/a&gt; - Notifications stream output is not same as restco...&lt;/p&gt;

&lt;p&gt;Looks like my problem now, for one notification, rest seem to be fine, but  is it possible to leave some space for this exception message?&lt;/p&gt;

&lt;p&gt;2016-10-11 15:47:05,803 | ERROR | pool-30-thread-1 | RestCodec                        | 212 - org.opendaylight.netconf.sal-rest-connector - 1.3.4.SNAPSHOT | Schema node of (urn:infinera:system:connector:otsv:notification?revision=2016-05-10)update_statusdoesn&apos;t exist in (urn:infinera:system:connector:otsv:notification?revision=2016-05-10)config&lt;br/&gt;
2016-10-11 15:47:05,803 | ERROR | pool-30-thread-1 | DOMNotificationRouterEvent       | 116 - org.opendaylight.controller.sal-broker-impl - 1.3.3.Beryllium-SR3 | Delivery of notification org.opendaylight.controller.md.sal.binding.impl.LazySerializedDOMNotification@590ed404 caused an error in listener org.opendaylight.netconf.sal.streams.listeners.NotificationListenerAdapter@3dd965bf&lt;br/&gt;
org.opendaylight.netconf.sal.restconf.impl.RestconfDocumentedException: errors: &lt;span class=&quot;error&quot;&gt;&amp;#91;error-type: application, error-tag: operation-failed, error-message: Schema node of (urn:infinera:system:connector:otsv:notification?revision=2016-05-10)update_statusdoesn&amp;#39;t exist in (urn:infinera:system:connector:otsv:notification?revision=2016-05-10)config&amp;#93;&lt;/span&gt;]&lt;br/&gt;
        at org.opendaylight.netconf.sal.streams.listeners.ParserOfSchemaNode.parseFrom(ParserOfSchemaNode.java:78)&lt;span class=&quot;error&quot;&gt;&amp;#91;212:org.opendaylight.netconf.sal-rest-connector:1.3.4.SNAPSHOT&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at org.opendaylight.netconf.sal.streams.listeners.ParserOfSchemaNode.parseFrom(ParserOfSchemaNode.java:80)&lt;span class=&quot;error&quot;&gt;&amp;#91;212:org.opendaylight.netconf.sal-rest-connector:1.3.4.SNAPSHOT&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at org.opendaylight.netconf.sal.streams.listeners.ParserOfSchemaNode.parseFrom(ParserOfSchemaNode.java:80)&lt;span class=&quot;error&quot;&gt;&amp;#91;212:org.opendaylight.netconf.sal-rest-connector:1.3.4.SNAPSHOT&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at org.opendaylight.netconf.sal.streams.listeners.ParserOfSchemaNode.parseFrom(ParserOfSchemaNode.java:57)&lt;span class=&quot;error&quot;&gt;&amp;#91;212:org.opendaylight.netconf.sal-rest-connector:1.3.4.SNAPSHOT&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at org.opendaylight.netconf.sal.streams.listeners.NotificationListenerAdapter.prepareValueByType(NotificationListenerAdapter.java:312)&lt;span class=&quot;error&quot;&gt;&amp;#91;212:org.opendaylight.netconf.sal-rest-connector:1.3.4.SNAPSHOT&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at org.opendaylight.netconf.sal.streams.listeners.NotificationListenerAdapter.innerChildToJSON(NotificationListenerAdapter.java:196)&lt;span class=&quot;error&quot;&gt;&amp;#91;212:org.opendaylight.netconf.sal-rest-connector:1.3.4.SNAPSHOT&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at org.opendaylight.netconf.sal.streams.listeners.NotificationListenerAdapter.addContainerNodeToJSON(NotificationListenerAdapter.java:171)&lt;span class=&quot;error&quot;&gt;&amp;#91;212:org.opendaylight.netconf.sal-rest-connector:1.3.4.SNAPSHOT&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at org.opendaylight.netconf.sal.streams.listeners.NotificationListenerAdapter.innerChildToJSON(NotificationListenerAdapter.java:202)&lt;span class=&quot;error&quot;&gt;&amp;#91;212:org.opendaylight.netconf.sal-rest-connector:1.3.4.SNAPSHOT&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at org.opendaylight.netconf.sal.streams.listeners.NotificationListenerAdapter.addContainerNodeToJSON(NotificationListenerAdapter.java:171)&lt;span class=&quot;error&quot;&gt;&amp;#91;212:org.opendaylight.netconf.sal-rest-connector:1.3.4.SNAPSHOT&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at org.opendaylight.netconf.sal.streams.listeners.NotificationListenerAdapter.innerChildToJSON(NotificationListenerAdapter.java:202)&lt;span class=&quot;error&quot;&gt;&amp;#91;212:org.opendaylight.netconf.sal-rest-connector:1.3.4.SNAPSHOT&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at org.opendaylight.netconf.sal.streams.listeners.NotificationListenerAdapter.addContainerNodeToJSON(NotificationListenerAdapter.java:171)&lt;span class=&quot;error&quot;&gt;&amp;#91;212:org.opendaylight.netconf.sal-rest-connector:1.3.4.SNAPSHOT&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at org.opendaylight.netconf.sal.streams.listeners.NotificationListenerAdapter.prepareJson(NotificationListenerAdapter.java:149)&lt;span class=&quot;error&quot;&gt;&amp;#91;212:org.opendaylight.netconf.sal-rest-connector:1.3.4.SNAPSHOT&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at org.opendaylight.netconf.sal.streams.listeners.NotificationListenerAdapter.onNotification(NotificationListenerAdapter.java:129)&lt;span class=&quot;error&quot;&gt;&amp;#91;212:org.opendaylight.netconf.sal-rest-connector:1.3.4.SNAPSHOT&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at org.opendaylight.controller.md.sal.dom.broker.impl.DOMNotificationRouterEvent.deliverNotification(DOMNotificationRouterEvent.java:56)&lt;span class=&quot;error&quot;&gt;&amp;#91;116:org.opendaylight.controller.sal-broker-impl:1.3.3.Beryllium-SR3&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at org.opendaylight.controller.md.sal.dom.broker.impl.DOMNotificationRouter$1.onEvent(DOMNotificationRouter.java:68)&lt;span class=&quot;error&quot;&gt;&amp;#91;116:org.opendaylight.controller.sal-broker-impl:1.3.3.Beryllium-SR3&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at org.opendaylight.controller.md.sal.dom.broker.impl.DOMNotificationRouter$1.onEvent(DOMNotificationRouter.java:65)&lt;span class=&quot;error&quot;&gt;&amp;#91;116:org.opendaylight.controller.sal-broker-impl:1.3.3.Beryllium-SR3&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at com.lmax.disruptor.BatchEventProcessor.run(BatchEventProcessor.java:128)&lt;span class=&quot;error&quot;&gt;&amp;#91;113:com.lmax.disruptor:3.3.2&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)&lt;span class=&quot;error&quot;&gt;&amp;#91;:1.8.0_77&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)&lt;span class=&quot;error&quot;&gt;&amp;#91;:1.8.0_77&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at java.lang.Thread.run(Thread.java:745)&lt;span class=&quot;error&quot;&gt;&amp;#91;:1.8.0_77&amp;#93;&lt;/span&gt;&lt;/p&gt;

&lt;p&gt;----&lt;del&gt;Original Message&lt;/del&gt;----&lt;br/&gt;
From: Jakub Toth -X (jatoth - PANTHEON TECHNOLOGIES at Cisco) &lt;span class=&quot;nobr&quot;&gt;&lt;a href=&quot;mailto:jatoth@cisco.com&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;jatoth@cisco.com&lt;sup&gt;&lt;img class=&quot;rendericon&quot; src=&quot;https://jira.opendaylight.org/images/icons/mail_small.gif&quot; height=&quot;12&quot; width=&quot;13&quot; align=&quot;absmiddle&quot; alt=&quot;&quot; border=&quot;0&quot;/&gt;&lt;/sup&gt;&lt;/a&gt;&lt;/span&gt;&lt;br/&gt;
Sent: Tuesday, October 11, 2016 3:18 PM&lt;br/&gt;
To: Harinath Mallepally &amp;lt;hmallepally@infinera.com&amp;gt;&lt;br/&gt;
Subject: RE: Change in netconf&lt;span class=&quot;error&quot;&gt;&amp;#91;stable/beryllium&amp;#93;&lt;/span&gt;: &lt;a href=&quot;https://jira.opendaylight.org/browse/NETCONF-245&quot; title=&quot;Notifications stream output is not same as restconf data&quot; class=&quot;issue-link&quot; data-issue-key=&quot;NETCONF-245&quot;&gt;&lt;del&gt;NETCONF-245&lt;/del&gt;&lt;/a&gt; - Notifications stream output is not same as restco...&lt;/p&gt;

&lt;p&gt;Ok, thanks&lt;/p&gt;


&lt;p&gt;----&lt;del&gt;Original Message&lt;/del&gt;----&lt;br/&gt;
From: Harinath Mallepally &lt;span class=&quot;nobr&quot;&gt;&lt;a href=&quot;mailto:hmallepally@infinera.com&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;hmallepally@infinera.com&lt;sup&gt;&lt;img class=&quot;rendericon&quot; src=&quot;https://jira.opendaylight.org/images/icons/mail_small.gif&quot; height=&quot;12&quot; width=&quot;13&quot; align=&quot;absmiddle&quot; alt=&quot;&quot; border=&quot;0&quot;/&gt;&lt;/sup&gt;&lt;/a&gt;&lt;/span&gt;&lt;br/&gt;
Sent: Tuesday, October 11, 2016 6:45 PM&lt;br/&gt;
To: Jakub Toth -X (jatoth - PANTHEON TECHNOLOGIES at Cisco) &amp;lt;jatoth@cisco.com&amp;gt;&lt;br/&gt;
Subject: RE: Change in netconf&lt;span class=&quot;error&quot;&gt;&amp;#91;stable/beryllium&amp;#93;&lt;/span&gt;: &lt;a href=&quot;https://jira.opendaylight.org/browse/NETCONF-245&quot; title=&quot;Notifications stream output is not same as restconf data&quot; class=&quot;issue-link&quot; data-issue-key=&quot;NETCONF-245&quot;&gt;&lt;del&gt;NETCONF-245&lt;/del&gt;&lt;/a&gt; - Notifications stream output is not same as restco...&lt;/p&gt;

&lt;p&gt;Ok, will check today&lt;/p&gt;


&lt;p&gt;----&lt;del&gt;Original Message&lt;/del&gt;----&lt;br/&gt;
From: Jakub Toth -X (jatoth - PANTHEON TECHNOLOGIES at Cisco) &lt;span class=&quot;nobr&quot;&gt;&lt;a href=&quot;mailto:jatoth@cisco.com&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;jatoth@cisco.com&lt;sup&gt;&lt;img class=&quot;rendericon&quot; src=&quot;https://jira.opendaylight.org/images/icons/mail_small.gif&quot; height=&quot;12&quot; width=&quot;13&quot; align=&quot;absmiddle&quot; alt=&quot;&quot; border=&quot;0&quot;/&gt;&lt;/sup&gt;&lt;/a&gt;&lt;/span&gt;&lt;br/&gt;
Sent: Tuesday, October 11, 2016 8:18 AM&lt;br/&gt;
To: Harinath Mallepally &amp;lt;hmallepally@infinera.com&amp;gt;&lt;br/&gt;
Subject: RE: Change in netconf&lt;span class=&quot;error&quot;&gt;&amp;#91;stable/beryllium&amp;#93;&lt;/span&gt;: &lt;a href=&quot;https://jira.opendaylight.org/browse/NETCONF-245&quot; title=&quot;Notifications stream output is not same as restconf data&quot; class=&quot;issue-link&quot; data-issue-key=&quot;NETCONF-245&quot;&gt;&lt;del&gt;NETCONF-245&lt;/del&gt;&lt;/a&gt; - Notifications stream output is not same as restco...&lt;/p&gt;

&lt;p&gt;Should be fixed.&lt;/p&gt;



&lt;p&gt;----&lt;del&gt;Original Message&lt;/del&gt;----&lt;br/&gt;
From: Jakub Toth -X (jatoth - PANTHEON TECHNOLOGIES at Cisco)&lt;br/&gt;
Sent: Monday, October 10, 2016 1:17 PM&lt;br/&gt;
To: &apos;Harinath Mallepally&apos; &amp;lt;hmallepally@infinera.com&amp;gt;&lt;br/&gt;
Subject: RE: Change in netconf&lt;span class=&quot;error&quot;&gt;&amp;#91;stable/beryllium&amp;#93;&lt;/span&gt;: &lt;a href=&quot;https://jira.opendaylight.org/browse/NETCONF-245&quot; title=&quot;Notifications stream output is not same as restconf data&quot; class=&quot;issue-link&quot; data-issue-key=&quot;NETCONF-245&quot;&gt;&lt;del&gt;NETCONF-245&lt;/del&gt;&lt;/a&gt; - Notifications stream output is not same as restco...&lt;/p&gt;

&lt;p&gt;No, it doesn&apos;t. I&apos;m working on.&lt;/p&gt;


&lt;p&gt;----&lt;del&gt;Original Message&lt;/del&gt;----&lt;br/&gt;
From: Harinath Mallepally &lt;span class=&quot;nobr&quot;&gt;&lt;a href=&quot;mailto:hmallepally@infinera.com&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;hmallepally@infinera.com&lt;sup&gt;&lt;img class=&quot;rendericon&quot; src=&quot;https://jira.opendaylight.org/images/icons/mail_small.gif&quot; height=&quot;12&quot; width=&quot;13&quot; align=&quot;absmiddle&quot; alt=&quot;&quot; border=&quot;0&quot;/&gt;&lt;/sup&gt;&lt;/a&gt;&lt;/span&gt;&lt;br/&gt;
Sent: Wednesday, October 5, 2016 1:40 AM&lt;br/&gt;
To: Jakub Toth -X (jatoth - PANTHEON TECHNOLOGIES at Cisco) &amp;lt;jatoth@cisco.com&amp;gt;&lt;br/&gt;
Subject: RE: Change in netconf&lt;span class=&quot;error&quot;&gt;&amp;#91;stable/beryllium&amp;#93;&lt;/span&gt;: &lt;a href=&quot;https://jira.opendaylight.org/browse/NETCONF-245&quot; title=&quot;Notifications stream output is not same as restconf data&quot; class=&quot;issue-link&quot; data-issue-key=&quot;NETCONF-245&quot;&gt;&lt;del&gt;NETCONF-245&lt;/del&gt;&lt;/a&gt; - Notifications stream output is not same as restco...&lt;/p&gt;

&lt;p&gt;Is this expected?&lt;/p&gt;

&lt;p&gt;016-10-04 16:45:12,792 | ERROR | pool-30-thread-1 | DOMNotificationRouterEvent       | 116 - org.opendaylight.controller.sal-broker-impl - 1.3.3.Beryllium-SR3 | Delivery of notification org.opendaylight.controller.md.sal.binding.impl.LazySerializedDOMNotification@60d4bde caused an error in listener org.opendaylight.netconf.sal.streams.listeners.NotificationListenerAdapter@39c30057&lt;br/&gt;
java.lang.NullPointerException&lt;br/&gt;
        at org.opendaylight.netconf.sal.streams.listeners.NotificationListenerAdapter.prepareValueByType(NotificationListenerAdapter.java:218)&lt;span class=&quot;error&quot;&gt;&amp;#91;212:org.opendaylight.netconf.sal-rest-connector:1.3.4.SNAPSHOT&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at org.opendaylight.netconf.sal.streams.listeners.NotificationListenerAdapter.addMapNodeToJSON(NotificationListenerAdapter.java:179)&lt;span class=&quot;error&quot;&gt;&amp;#91;212:org.opendaylight.netconf.sal-rest-connector:1.3.4.SNAPSHOT&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at org.opendaylight.netconf.sal.streams.listeners.NotificationListenerAdapter.innerChildToJSON(NotificationListenerAdapter.java:160)&lt;span class=&quot;error&quot;&gt;&amp;#91;212:org.opendaylight.netconf.sal-rest-connector:1.3.4.SNAPSHOT&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at org.opendaylight.netconf.sal.streams.listeners.NotificationListenerAdapter.addContainerNodeToJSON(NotificationListenerAdapter.java:148)&lt;span class=&quot;error&quot;&gt;&amp;#91;212:org.opendaylight.netconf.sal-rest-connector:1.3.4.SNAPSHOT&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at org.opendaylight.netconf.sal.streams.listeners.NotificationListenerAdapter.innerChildToJSON(NotificationListenerAdapter.java:168)&lt;span class=&quot;error&quot;&gt;&amp;#91;212:org.opendaylight.netconf.sal-rest-connector:1.3.4.SNAPSHOT&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at org.opendaylight.netconf.sal.streams.listeners.NotificationListenerAdapter.addContainerNodeToJSON(NotificationListenerAdapter.java:148)&lt;span class=&quot;error&quot;&gt;&amp;#91;212:org.opendaylight.netconf.sal-rest-connector:1.3.4.SNAPSHOT&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at org.opendaylight.netconf.sal.streams.listeners.NotificationListenerAdapter.innerChildToJSON(NotificationListenerAdapter.java:168)&lt;span class=&quot;error&quot;&gt;&amp;#91;212:org.opendaylight.netconf.sal-rest-connector:1.3.4.SNAPSHOT&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at org.opendaylight.netconf.sal.streams.listeners.NotificationListenerAdapter.addContainerNodeToJSON(NotificationListenerAdapter.java:148)&lt;span class=&quot;error&quot;&gt;&amp;#91;212:org.opendaylight.netconf.sal-rest-connector:1.3.4.SNAPSHOT&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at org.opendaylight.netconf.sal.streams.listeners.NotificationListenerAdapter.prepareJson(NotificationListenerAdapter.java:140)&lt;span class=&quot;error&quot;&gt;&amp;#91;212:org.opendaylight.netconf.sal-rest-connector:1.3.4.SNAPSHOT&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at org.opendaylight.netconf.sal.streams.listeners.NotificationListenerAdapter.onNotification(NotificationListenerAdapter.java:125)&lt;span class=&quot;error&quot;&gt;&amp;#91;212:org.opendaylight.netconf.sal-rest-connector:1.3.4.SNAPSHOT&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at org.opendaylight.controller.md.sal.dom.broker.impl.DOMNotificationRouterEvent.deliverNotification(DOMNotificationRouterEvent.java:56)&lt;span class=&quot;error&quot;&gt;&amp;#91;116:org.opendaylight.controller.sal-broker-impl:1.3.3.Beryllium-SR3&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at org.opendaylight.controller.md.sal.dom.broker.impl.DOMNotificationRouter$1.onEvent(DOMNotificationRouter.java:68)&lt;span class=&quot;error&quot;&gt;&amp;#91;116:org.opendaylight.controller.sal-broker-impl:1.3.3.Beryllium-SR3&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at org.opendaylight.controller.md.sal.dom.broker.impl.DOMNotificationRouter$1.onEvent(DOMNotificationRouter.java:65)&lt;span class=&quot;error&quot;&gt;&amp;#91;116:org.opendaylight.controller.sal-broker-impl:1.3.3.Beryllium-SR3&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at com.lmax.disruptor.BatchEventProcessor.run(BatchEventProcessor.java:128)&lt;span class=&quot;error&quot;&gt;&amp;#91;113:com.lmax.disruptor:3.3.2&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)&lt;span class=&quot;error&quot;&gt;&amp;#91;:1.8.0_77&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)&lt;span class=&quot;error&quot;&gt;&amp;#91;:1.8.0_77&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at java.lang.Thread.run(Thread.java:745)&lt;span class=&quot;error&quot;&gt;&amp;#91;:1.8.0_77&amp;#93;&lt;/span&gt;&lt;/p&gt;


&lt;p&gt;----&lt;del&gt;Original Message&lt;/del&gt;----&lt;br/&gt;
From: Jakub Toth -X (jatoth - PANTHEON TECHNOLOGIES at Cisco) &lt;span class=&quot;nobr&quot;&gt;&lt;a href=&quot;mailto:jatoth@cisco.com&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;jatoth@cisco.com&lt;sup&gt;&lt;img class=&quot;rendericon&quot; src=&quot;https://jira.opendaylight.org/images/icons/mail_small.gif&quot; height=&quot;12&quot; width=&quot;13&quot; align=&quot;absmiddle&quot; alt=&quot;&quot; border=&quot;0&quot;/&gt;&lt;/sup&gt;&lt;/a&gt;&lt;/span&gt;&lt;br/&gt;
Sent: Monday, October 03, 2016 6:01 AM&lt;br/&gt;
To: Harinath Mallepally &amp;lt;hmallepally@infinera.com&amp;gt;&lt;br/&gt;
Subject: RE: Change in netconf&lt;span class=&quot;error&quot;&gt;&amp;#91;stable/beryllium&amp;#93;&lt;/span&gt;: &lt;a href=&quot;https://jira.opendaylight.org/browse/NETCONF-245&quot; title=&quot;Notifications stream output is not same as restconf data&quot; class=&quot;issue-link&quot; data-issue-key=&quot;NETCONF-245&quot;&gt;&lt;del&gt;NETCONF-245&lt;/del&gt;&lt;/a&gt; - Notifications stream output is not same as restco...&lt;/p&gt;

&lt;p&gt;OK, It&apos;s there new patch - &lt;a href=&quot;https://git.opendaylight.org/gerrit/#/c/44052/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/#/c/44052/&lt;/a&gt; . I believe, this should be better.&lt;/p&gt;


&lt;p&gt;And about upgrade to Boron.. you can checkout stable/boron branch, download Boron release or adapt poms.&lt;/p&gt;

&lt;p&gt;----&lt;del&gt;Original Message&lt;/del&gt;----&lt;br/&gt;
From: Harinath Mallepally &lt;span class=&quot;nobr&quot;&gt;&lt;a href=&quot;mailto:hmallepally@infinera.com&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;hmallepally@infinera.com&lt;sup&gt;&lt;img class=&quot;rendericon&quot; src=&quot;https://jira.opendaylight.org/images/icons/mail_small.gif&quot; height=&quot;12&quot; width=&quot;13&quot; align=&quot;absmiddle&quot; alt=&quot;&quot; border=&quot;0&quot;/&gt;&lt;/sup&gt;&lt;/a&gt;&lt;/span&gt;&lt;br/&gt;
Sent: Tuesday, September 27, 2016 7:01 PM&lt;br/&gt;
To: Jakub Toth -X (jatoth - PANTHEON TECHNOLOGIES at Cisco) &amp;lt;jatoth@cisco.com&amp;gt;&lt;br/&gt;
Subject: RE: Change in netconf&lt;span class=&quot;error&quot;&gt;&amp;#91;stable/beryllium&amp;#93;&lt;/span&gt;: &lt;a href=&quot;https://jira.opendaylight.org/browse/NETCONF-245&quot; title=&quot;Notifications stream output is not same as restconf data&quot; class=&quot;issue-link&quot; data-issue-key=&quot;NETCONF-245&quot;&gt;&lt;del&gt;NETCONF-245&lt;/del&gt;&lt;/a&gt; - Notifications stream output is not same as restco...&lt;/p&gt;

&lt;p&gt;Thanks. btw do you know any instructions to upgrade to boron?&lt;/p&gt;


&lt;p&gt;----&lt;del&gt;Original Message&lt;/del&gt;----&lt;br/&gt;
From: Jakub Toth -X (jatoth - PANTHEON TECHNOLOGIES at Cisco) &lt;span class=&quot;nobr&quot;&gt;&lt;a href=&quot;mailto:jatoth@cisco.com&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;jatoth@cisco.com&lt;sup&gt;&lt;img class=&quot;rendericon&quot; src=&quot;https://jira.opendaylight.org/images/icons/mail_small.gif&quot; height=&quot;12&quot; width=&quot;13&quot; align=&quot;absmiddle&quot; alt=&quot;&quot; border=&quot;0&quot;/&gt;&lt;/sup&gt;&lt;/a&gt;&lt;/span&gt;&lt;br/&gt;
Sent: Tuesday, September 27, 2016 9:55 AM&lt;br/&gt;
To: Harinath Mallepally &amp;lt;hmallepally@infinera.com&amp;gt;&lt;br/&gt;
Subject: FW: Change in netconf&lt;span class=&quot;error&quot;&gt;&amp;#91;stable/beryllium&amp;#93;&lt;/span&gt;: &lt;a href=&quot;https://jira.opendaylight.org/browse/NETCONF-245&quot; title=&quot;Notifications stream output is not same as restconf data&quot; class=&quot;issue-link&quot; data-issue-key=&quot;NETCONF-245&quot;&gt;&lt;del&gt;NETCONF-245&lt;/del&gt;&lt;/a&gt; - Notifications stream output is not same as restco...&lt;/p&gt;

&lt;p&gt;OK, I find where I made mistake. I&apos;m going to fix it.&lt;/p&gt;


&lt;p&gt;----&lt;del&gt;Original Message&lt;/del&gt;----&lt;br/&gt;
From: Jakub Toth -X (jatoth - PANTHEON TECHNOLOGIES at Cisco)&lt;br/&gt;
Sent: Tuesday, September 27, 2016 9:32 AM&lt;br/&gt;
To: &apos;Harinath Mallepally&apos; &amp;lt;hari@harinath.in&amp;gt;&lt;br/&gt;
Subject: RE: Change in netconf&lt;span class=&quot;error&quot;&gt;&amp;#91;stable/beryllium&amp;#93;&lt;/span&gt;: &lt;a href=&quot;https://jira.opendaylight.org/browse/NETCONF-245&quot; title=&quot;Notifications stream output is not same as restconf data&quot; class=&quot;issue-link&quot; data-issue-key=&quot;NETCONF-245&quot;&gt;&lt;del&gt;NETCONF-245&lt;/del&gt;&lt;/a&gt; - Notifications stream output is not same as restco...&lt;/p&gt;

&lt;p&gt;Yes, I know. I&apos;m going to write more tests now to find and solve the problem (or all problems).&lt;/p&gt;

&lt;p&gt;And thanks for your previous response &lt;img class=&quot;emoticon&quot; src=&quot;https://jira.opendaylight.org/images/icons/emoticons/smile.png&quot; height=&quot;16&quot; width=&quot;16&quot; align=&quot;absmiddle&quot; alt=&quot;&quot; border=&quot;0&quot;/&gt;&lt;/p&gt;


&lt;p&gt;----&lt;del&gt;Original Message&lt;/del&gt;----&lt;br/&gt;
From: Harinath Mallepally &lt;span class=&quot;nobr&quot;&gt;&lt;a href=&quot;mailto:hari@harinath.in&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;hari@harinath.in&lt;sup&gt;&lt;img class=&quot;rendericon&quot; src=&quot;https://jira.opendaylight.org/images/icons/mail_small.gif&quot; height=&quot;12&quot; width=&quot;13&quot; align=&quot;absmiddle&quot; alt=&quot;&quot; border=&quot;0&quot;/&gt;&lt;/sup&gt;&lt;/a&gt;&lt;/span&gt;&lt;br/&gt;
Sent: Tuesday, September 27, 2016 12:24 AM&lt;br/&gt;
Cc: Jakub Toth -X (jatoth - PANTHEON TECHNOLOGIES at Cisco) &amp;lt;jatoth@cisco.com&amp;gt;&lt;br/&gt;
Subject: Re: Change in netconf&lt;span class=&quot;error&quot;&gt;&amp;#91;stable/beryllium&amp;#93;&lt;/span&gt;: &lt;a href=&quot;https://jira.opendaylight.org/browse/NETCONF-245&quot; title=&quot;Notifications stream output is not same as restconf data&quot; class=&quot;issue-link&quot; data-issue-key=&quot;NETCONF-245&quot;&gt;&lt;del&gt;NETCONF-245&lt;/del&gt;&lt;/a&gt; - Notifications stream output is not same as restco...&lt;/p&gt;

&lt;p&gt;I have not seen this patch too working.&lt;/p&gt;

&lt;p&gt;Sent from my iPhone&lt;/p&gt;

&lt;p&gt;&amp;gt; On Sep 26, 2016, at 12:14 PM, Gerrit Code Review &amp;lt;gerrit@opendaylight.org&amp;gt; wrote:&lt;br/&gt;
&amp;gt;&lt;br/&gt;
&amp;gt; From jenkins-releng &amp;lt;jenkins-releng@opendaylight.org&amp;gt;:&lt;br/&gt;
&amp;gt;&lt;br/&gt;
&amp;gt; jenkins-releng has posted comments on this change.&lt;br/&gt;
&amp;gt;&lt;br/&gt;
&amp;gt; Change subject: &lt;a href=&quot;https://jira.opendaylight.org/browse/NETCONF-245&quot; title=&quot;Notifications stream output is not same as restconf data&quot; class=&quot;issue-link&quot; data-issue-key=&quot;NETCONF-245&quot;&gt;&lt;del&gt;NETCONF-245&lt;/del&gt;&lt;/a&gt; - Notifications stream output is not same as &lt;br/&gt;
&amp;gt; restconf data ......................................................................&lt;br/&gt;
&amp;gt;&lt;br/&gt;
&amp;gt;&lt;br/&gt;
&amp;gt; Patch Set 8: Verified+1&lt;br/&gt;
&amp;gt;&lt;br/&gt;
&amp;gt; Build Successful&lt;br/&gt;
&amp;gt;&lt;br/&gt;
&amp;gt; &lt;a href=&quot;https://jenkins.opendaylight.org/releng/job/netconf-verify-beryllium-m&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://jenkins.opendaylight.org/releng/job/netconf-verify-beryllium-m&lt;/a&gt;&lt;br/&gt;
&amp;gt; vn33-openjdk8/20/ : SUCCESS&lt;br/&gt;
&amp;gt;&lt;br/&gt;
&amp;gt; Logs:&lt;br/&gt;
&amp;gt; &lt;a href=&quot;https://logs.opendaylight.org/releng/jenkins092/netconf-verify-berylli&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://logs.opendaylight.org/releng/jenkins092/netconf-verify-berylli&lt;/a&gt;&lt;br/&gt;
&amp;gt; um-mvn33-openjdk8/20&lt;br/&gt;
&amp;gt;&lt;br/&gt;
&amp;gt; &lt;a href=&quot;https://jenkins.opendaylight.org/releng/job/netconf-distribution-check&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://jenkins.opendaylight.org/releng/job/netconf-distribution-check&lt;/a&gt;&lt;br/&gt;
&amp;gt; -beryllium/18/ : SUCCESS&lt;br/&gt;
&amp;gt;&lt;br/&gt;
&amp;gt; Logs:&lt;br/&gt;
&amp;gt; &lt;a href=&quot;https://logs.opendaylight.org/releng/jenkins092/netconf-distribution-c&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://logs.opendaylight.org/releng/jenkins092/netconf-distribution-c&lt;/a&gt;&lt;br/&gt;
&amp;gt; heck-beryllium/18&lt;br/&gt;
&amp;gt;&lt;br/&gt;
&amp;gt; &lt;a href=&quot;https://jenkins.opendaylight.org/releng/job/netconf-verify-beryllium-m&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://jenkins.opendaylight.org/releng/job/netconf-verify-beryllium-m&lt;/a&gt;&lt;br/&gt;
&amp;gt; vn33-openjdk7/20/ : SUCCESS&lt;br/&gt;
&amp;gt;&lt;br/&gt;
&amp;gt; Logs:&lt;br/&gt;
&amp;gt; &lt;a href=&quot;https://logs.opendaylight.org/releng/jenkins092/netconf-verify-berylli&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://logs.opendaylight.org/releng/jenkins092/netconf-verify-berylli&lt;/a&gt;&lt;br/&gt;
&amp;gt; um-mvn33-openjdk7/20&lt;br/&gt;
&amp;gt;&lt;br/&gt;
&amp;gt; &amp;#8211;&lt;br/&gt;
&amp;gt; To view, visit &lt;a href=&quot;https://git.opendaylight.org/gerrit/44052&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/44052&lt;/a&gt;&lt;br/&gt;
&amp;gt; To unsubscribe, visit &lt;a href=&quot;https://git.opendaylight.org/gerrit/settings&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/settings&lt;/a&gt;&lt;br/&gt;
&amp;gt;&lt;br/&gt;
&amp;gt; Gerrit-MessageType: comment&lt;br/&gt;
&amp;gt; Gerrit-Change-Id: I24ceb02d10f0a142fb1b21664b600cad8f69df87&lt;br/&gt;
&amp;gt; Gerrit-PatchSet: 8&lt;br/&gt;
&amp;gt; Gerrit-Project: netconf&lt;br/&gt;
&amp;gt; Gerrit-Branch: stable/beryllium&lt;br/&gt;
&amp;gt; Gerrit-Owner: Jakub Toth &amp;lt;jatoth@cisco.com&amp;gt;&lt;br/&gt;
&amp;gt; Gerrit-Reviewer: Harinath Mallepally &amp;lt;hari@harinath.in&amp;gt;&lt;br/&gt;
&amp;gt; Gerrit-Reviewer: Jakub Toth &amp;lt;jatoth@cisco.com&amp;gt;&lt;br/&gt;
&amp;gt; Gerrit-Reviewer: jenkins-releng &amp;lt;jenkins-releng@opendaylight.org&amp;gt;&lt;br/&gt;
&amp;gt; Gerrit-HasComments: No&lt;/p&gt;


&lt;p&gt;Hi Jakub,&lt;/p&gt;

&lt;p&gt;Sorry for the delay.&lt;/p&gt;

&lt;p&gt;I see the data/attributes missing for all.  &lt;/p&gt;

&lt;p&gt;I built the netconf module and took the built sal-rest-connector and renamed it to 1.3.3-Beryllium-SR3 version as we are using SR3.&lt;/p&gt;



&lt;p&gt;From: Jakub Toth -X (jatoth - PANTHEON TECHNOLOGIES at Cisco) &lt;span class=&quot;nobr&quot;&gt;&lt;a href=&quot;mailto:jatoth@cisco.com&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;jatoth@cisco.com&lt;sup&gt;&lt;img class=&quot;rendericon&quot; src=&quot;https://jira.opendaylight.org/images/icons/mail_small.gif&quot; height=&quot;12&quot; width=&quot;13&quot; align=&quot;absmiddle&quot; alt=&quot;&quot; border=&quot;0&quot;/&gt;&lt;/sup&gt;&lt;/a&gt;&lt;/span&gt; &lt;br/&gt;
Sent: Thursday, September 22, 2016 11:47 PM&lt;br/&gt;
To: Harinath Mallepally &amp;lt;hmallepally@infinera.com&amp;gt;&lt;br/&gt;
Subject: FW: &lt;a href=&quot;https://jira.opendaylight.org/browse/NETCONF-245&quot; title=&quot;Notifications stream output is not same as restconf data&quot; class=&quot;issue-link&quot; data-issue-key=&quot;NETCONF-245&quot;&gt;&lt;del&gt;NETCONF-245&lt;/del&gt;&lt;/a&gt;&lt;/p&gt;

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

&lt;p&gt;do you have any news about this, please ?&lt;/p&gt;

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

&lt;p&gt;Jakub Toth&lt;/p&gt;

&lt;p&gt;From: Jakub Toth -X (jatoth - PANTHEON TECHNOLOGIES at Cisco) &lt;br/&gt;
Sent: Friday, September 9, 2016 2:55 PM&lt;br/&gt;
To: &apos;Harinath Mallepally&apos; &amp;lt;hmallepally@infinera.com&amp;gt;&lt;br/&gt;
Subject: RE: &lt;a href=&quot;https://jira.opendaylight.org/browse/NETCONF-245&quot; title=&quot;Notifications stream output is not same as restconf data&quot; class=&quot;issue-link&quot; data-issue-key=&quot;NETCONF-245&quot;&gt;&lt;del&gt;NETCONF-245&lt;/del&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Thanks. I made few changes. I add new part of parser for leaf types. Can you try it with your data, please ?&lt;br/&gt;
&lt;a href=&quot;https://git.opendaylight.org/gerrit/#/c/44052/5&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/#/c/44052/5&lt;/a&gt;&lt;/p&gt;


&lt;p&gt;From: Harinath Mallepally &lt;span class=&quot;nobr&quot;&gt;&lt;a href=&quot;mailto:hmallepally@infinera.com&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;hmallepally@infinera.com&lt;sup&gt;&lt;img class=&quot;rendericon&quot; src=&quot;https://jira.opendaylight.org/images/icons/mail_small.gif&quot; height=&quot;12&quot; width=&quot;13&quot; align=&quot;absmiddle&quot; alt=&quot;&quot; border=&quot;0&quot;/&gt;&lt;/sup&gt;&lt;/a&gt;&lt;/span&gt; &lt;br/&gt;
Sent: Wednesday, September 7, 2016 12:53 AM&lt;br/&gt;
To: Jakub Toth -X (jatoth - PANTHEON TECHNOLOGIES at Cisco) &amp;lt;jatoth@cisco.com&amp;gt;&lt;br/&gt;
Subject: RE: &lt;a href=&quot;https://jira.opendaylight.org/browse/NETCONF-245&quot; title=&quot;Notifications stream output is not same as restconf data&quot; class=&quot;issue-link&quot; data-issue-key=&quot;NETCONF-245&quot;&gt;&lt;del&gt;NETCONF-245&lt;/del&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Looks like I didn&#8217;t see any difference (fix)&lt;/p&gt;

&lt;p&gt;Through restconf&lt;/p&gt;

&lt;p&gt;            &quot;leaf&quot;: &quot;mod-name:value&quot;&lt;/p&gt;



&lt;p&gt;      Through notification&lt;br/&gt;
      &quot;leaf&quot;:&quot;(urn:mod?revision=xxx)value&quot;,&lt;/p&gt;


&lt;p&gt;From: Harinath Mallepally &lt;br/&gt;
Sent: Tuesday, September 06, 2016 9:57 AM&lt;br/&gt;
To: &apos;Jakub Toth -X (jatoth - PANTHEON TECHNOLOGIES at Cisco)&apos; &amp;lt;jatoth@cisco.com&amp;gt;&lt;br/&gt;
Subject: RE: &lt;a href=&quot;https://jira.opendaylight.org/browse/NETCONF-245&quot; title=&quot;Notifications stream output is not same as restconf data&quot; class=&quot;issue-link&quot; data-issue-key=&quot;NETCONF-245&quot;&gt;&lt;del&gt;NETCONF-245&lt;/del&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;It was long weekend, so will check and confirm today. Thanks&lt;/p&gt;


&lt;p&gt;From: Jakub Toth -X (jatoth - PANTHEON TECHNOLOGIES at Cisco) &lt;span class=&quot;nobr&quot;&gt;&lt;a href=&quot;mailto:jatoth@cisco.com&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;jatoth@cisco.com&lt;sup&gt;&lt;img class=&quot;rendericon&quot; src=&quot;https://jira.opendaylight.org/images/icons/mail_small.gif&quot; height=&quot;12&quot; width=&quot;13&quot; align=&quot;absmiddle&quot; alt=&quot;&quot; border=&quot;0&quot;/&gt;&lt;/sup&gt;&lt;/a&gt;&lt;/span&gt; &lt;br/&gt;
Sent: Monday, September 05, 2016 1:55 AM&lt;br/&gt;
To: Harinath Mallepally &amp;lt;hmallepally@infinera.com&amp;gt;&lt;br/&gt;
Subject: RE: &lt;a href=&quot;https://jira.opendaylight.org/browse/NETCONF-245&quot; title=&quot;Notifications stream output is not same as restconf data&quot; class=&quot;issue-link&quot; data-issue-key=&quot;NETCONF-245&quot;&gt;&lt;del&gt;NETCONF-245&lt;/del&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Do you have still problem with augmentation, please ? &lt;a href=&quot;https://git.opendaylight.org/gerrit/#/c/44052/2&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/#/c/44052/2&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;From: Harinath Mallepally &lt;span class=&quot;nobr&quot;&gt;&lt;a href=&quot;mailto:hmallepally@infinera.com&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;hmallepally@infinera.com&lt;sup&gt;&lt;img class=&quot;rendericon&quot; src=&quot;https://jira.opendaylight.org/images/icons/mail_small.gif&quot; height=&quot;12&quot; width=&quot;13&quot; align=&quot;absmiddle&quot; alt=&quot;&quot; border=&quot;0&quot;/&gt;&lt;/sup&gt;&lt;/a&gt;&lt;/span&gt; &lt;br/&gt;
Sent: Friday, August 26, 2016 2:26 AM&lt;br/&gt;
To: Jakub Toth -X (jatoth - PANTHEON TECHNOLOGIES at Cisco) &amp;lt;jatoth@cisco.com&amp;gt;&lt;br/&gt;
Subject: RE: &lt;a href=&quot;https://jira.opendaylight.org/browse/NETCONF-245&quot; title=&quot;Notifications stream output is not same as restconf data&quot; class=&quot;issue-link&quot; data-issue-key=&quot;NETCONF-245&quot;&gt;&lt;del&gt;NETCONF-245&lt;/del&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Did you happen to look at this one?&lt;/p&gt;


&lt;p&gt;From: Harinath Mallepally &lt;br/&gt;
Sent: Friday, August 19, 2016 5:42 AM&lt;br/&gt;
To: Jakub Toth -X (jatoth - PANTHEON TECHNOLOGIES at Cisco) &amp;lt;jatoth@cisco.com&amp;gt;&lt;br/&gt;
Subject: Re: &lt;a href=&quot;https://jira.opendaylight.org/browse/NETCONF-245&quot; title=&quot;Notifications stream output is not same as restconf data&quot; class=&quot;issue-link&quot; data-issue-key=&quot;NETCONF-245&quot;&gt;&lt;del&gt;NETCONF-245&lt;/del&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Identity&lt;br/&gt;
Get Outlook for iOS&lt;/p&gt;


&lt;p&gt;On Fri, Aug 19, 2016 at 5:33 AM -0700, &quot;Jakub Toth -X (jatoth - PANTHEON TECHNOLOGIES at Cisco)&quot; &amp;lt;jatoth@cisco.com&amp;gt; wrote:&lt;br/&gt;
It seams to be problem, that I&#8216;m using value in leaf node, which type is String.&lt;/p&gt;

&lt;p&gt;Leaf oper-status is node with value, which type is Qname. I can try to fix it in this parser. But I have now a critical bug in Restconf project so I have to fix it like first. I&#8217;ll fix it as soon as possible.&lt;/p&gt;


&lt;p&gt;From: Harinath Mallepally &lt;span class=&quot;nobr&quot;&gt;&lt;a href=&quot;mailto:hmallepally@infinera.com&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;hmallepally@infinera.com&lt;sup&gt;&lt;img class=&quot;rendericon&quot; src=&quot;https://jira.opendaylight.org/images/icons/mail_small.gif&quot; height=&quot;12&quot; width=&quot;13&quot; align=&quot;absmiddle&quot; alt=&quot;&quot; border=&quot;0&quot;/&gt;&lt;/sup&gt;&lt;/a&gt;&lt;/span&gt; &lt;br/&gt;
Sent: Tuesday, August 16, 2016 4:30 PM&lt;br/&gt;
To: Jakub Toth -X (jatoth - PANTHEON TECHNOLOGIES at Cisco) &amp;lt;jatoth@cisco.com&amp;gt;&lt;br/&gt;
Subject: RE: &lt;a href=&quot;https://jira.opendaylight.org/browse/NETCONF-245&quot; title=&quot;Notifications stream output is not same as restconf data&quot; class=&quot;issue-link&quot; data-issue-key=&quot;NETCONF-245&quot;&gt;&lt;del&gt;NETCONF-245&lt;/del&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Pls note the format difference alone,  the values are different because the restconf data was from my old mail. (so connected/not-reachable is not difference)&lt;/p&gt;


&lt;p&gt;From: Harinath Mallepally &lt;br/&gt;
Sent: Tuesday, August 16, 2016 7:27 AM&lt;br/&gt;
To: Jakub Toth -X (jatoth - PANTHEON TECHNOLOGIES at Cisco) &amp;lt;jatoth@cisco.com&amp;gt;&lt;br/&gt;
Subject: RE: &lt;a href=&quot;https://jira.opendaylight.org/browse/NETCONF-245&quot; title=&quot;Notifications stream output is not same as restconf data&quot; class=&quot;issue-link&quot; data-issue-key=&quot;NETCONF-245&quot;&gt;&lt;del&gt;NETCONF-245&lt;/del&gt;&lt;/a&gt;&lt;/p&gt;


&lt;p&gt;I see one difference still&lt;/p&gt;

&lt;p&gt;The identity value reference is not same in both the cases:&lt;/p&gt;

&lt;p&gt;Notification:&lt;br/&gt;
            &quot;leaf&quot;:&quot;(urn:mod?revision=xxx)value&quot;&lt;/p&gt;

&lt;p&gt;Rest conf:&lt;/p&gt;

&lt;p&gt;&quot;leaf&quot;: &quot;mod-name:value&quot;&lt;/p&gt;


&lt;p&gt;From: Harinath Mallepally &lt;br/&gt;
Sent: Tuesday, August 16, 2016 5:50 AM&lt;br/&gt;
To: Jakub Toth -X (jatoth - PANTHEON TECHNOLOGIES at Cisco) &amp;lt;jatoth@cisco.com&amp;gt;&lt;br/&gt;
Subject: Re: &lt;a href=&quot;https://jira.opendaylight.org/browse/NETCONF-245&quot; title=&quot;Notifications stream output is not same as restconf data&quot; class=&quot;issue-link&quot; data-issue-key=&quot;NETCONF-245&quot;&gt;&lt;del&gt;NETCONF-245&lt;/del&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;thanks will check and get back today&lt;br/&gt;
Get Outlook for iOS&lt;/p&gt;


&lt;p&gt;On Tue, Aug 16, 2016 at 3:50 AM -0700, &quot;Jakub Toth -X (jatoth - PANTHEON TECHNOLOGIES at Cisco)&quot; &amp;lt;jatoth@cisco.com&amp;gt; wrote:&lt;br/&gt;
Thanks.&lt;/p&gt;

&lt;p&gt;Soo I made any changes there. Here is gerrit &lt;a href=&quot;https://git.opendaylight.org/gerrit/#/c/44052/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/#/c/44052/&lt;/a&gt;. Can you try it please ?&lt;/p&gt;


&lt;p&gt;Jakub Toth&lt;/p&gt;


&lt;p&gt;----&lt;del&gt;Original Message&lt;/del&gt;----&lt;br/&gt;
From: Harinath Mallepally &lt;span class=&quot;nobr&quot;&gt;&lt;a href=&quot;mailto:hmallepally@infinera.com&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;hmallepally@infinera.com&lt;sup&gt;&lt;img class=&quot;rendericon&quot; src=&quot;https://jira.opendaylight.org/images/icons/mail_small.gif&quot; height=&quot;12&quot; width=&quot;13&quot; align=&quot;absmiddle&quot; alt=&quot;&quot; border=&quot;0&quot;/&gt;&lt;/sup&gt;&lt;/a&gt;&lt;/span&gt; &lt;br/&gt;
Sent: Monday, August 15, 2016 3:21 PM&lt;br/&gt;
To: Jakub Toth -X (jatoth - PANTHEON TECHNOLOGIES at Cisco) &amp;lt;jatoth@cisco.com&amp;gt;&lt;br/&gt;
Subject: Re: &lt;a href=&quot;https://jira.opendaylight.org/browse/NETCONF-245&quot; title=&quot;Notifications stream output is not same as restconf data&quot; class=&quot;issue-link&quot; data-issue-key=&quot;NETCONF-245&quot;&gt;&lt;del&gt;NETCONF-245&lt;/del&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Yes&lt;/p&gt;

&lt;p&gt;Get Outlook for iOS&amp;lt;&lt;a href=&quot;https://aka.ms/o0ukef&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://aka.ms/o0ukef&lt;/a&gt;&amp;gt;&lt;/p&gt;




&lt;p&gt;On Mon, Aug 15, 2016 at 2:49 AM -0700, &quot;Jakub Toth -X (jatoth - PANTHEON TECHNOLOGIES at Cisco)&quot; &amp;lt;jatoth@cisco.com&amp;lt;&lt;span class=&quot;nobr&quot;&gt;&lt;a href=&quot;mailto:jatoth@cisco.com&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;jatoth@cisco.com&lt;sup&gt;&lt;img class=&quot;rendericon&quot; src=&quot;https://jira.opendaylight.org/images/icons/mail_small.gif&quot; height=&quot;12&quot; width=&quot;13&quot; align=&quot;absmiddle&quot; alt=&quot;&quot; border=&quot;0&quot;/&gt;&lt;/sup&gt;&lt;/a&gt;&lt;/span&gt;&amp;gt;&amp;gt; wrote:&lt;/p&gt;

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

&lt;p&gt;I have another question. Are you working with beryllium please ?&lt;/p&gt;


&lt;p&gt;Jakub Toth&lt;/p&gt;


&lt;p&gt;From: Harinath Mallepally &lt;span class=&quot;nobr&quot;&gt;&lt;a href=&quot;mailto:hmallepally@infinera.com&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;hmallepally@infinera.com&lt;sup&gt;&lt;img class=&quot;rendericon&quot; src=&quot;https://jira.opendaylight.org/images/icons/mail_small.gif&quot; height=&quot;12&quot; width=&quot;13&quot; align=&quot;absmiddle&quot; alt=&quot;&quot; border=&quot;0&quot;/&gt;&lt;/sup&gt;&lt;/a&gt;&lt;/span&gt;&lt;br/&gt;
Sent: Friday, August 12, 2016 7:03 PM&lt;br/&gt;
To: Jakub Toth -X (jatoth - PANTHEON TECHNOLOGIES at Cisco) &amp;lt;jatoth@cisco.com&amp;gt;&lt;br/&gt;
Subject: RE: &lt;a href=&quot;https://jira.opendaylight.org/browse/NETCONF-245&quot; title=&quot;Notifications stream output is not same as restconf data&quot; class=&quot;issue-link&quot; data-issue-key=&quot;NETCONF-245&quot;&gt;&lt;del&gt;NETCONF-245&lt;/del&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Hi Jakub&lt;/p&gt;

&lt;p&gt;Here are the differences that I can see at the outset.  The requirement for me is to have the consumer of the notification using same code to parse restconf data as well as notification data.&lt;/p&gt;



&lt;p&gt;1.  Order of attributes, probably this is something we can live with it.&lt;/p&gt;

&lt;p&gt;2.  Difference with namespace approach.&lt;/p&gt;

&lt;p&gt;In the notification:&lt;/p&gt;

&lt;p&gt;                  &quot;leaf&quot;:&lt;/p&gt;
{
                     &quot;xmlns:x&quot;:&quot;urn:mod&quot;,
                     &quot;value-leaf&quot;:&quot;x:value&quot;
                  }

&lt;p&gt;In the restconf&lt;br/&gt;
            &quot;leaf&quot;: &quot;mod-name:value&quot;&lt;/p&gt;





&lt;p&gt;3.  Augmentation reference&lt;/p&gt;



&lt;p&gt;In notification:&lt;/p&gt;

&lt;p&gt;               &quot;node-a&quot;:{&lt;br/&gt;
                  &quot;node-b&quot;:{&lt;/p&gt;

&lt;p&gt;In the restconf&lt;/p&gt;

&lt;p&gt;          &quot;mod-name:node-a&quot;: {&lt;/p&gt;







&lt;p&gt;Hope this helps!&lt;/p&gt;





&lt;p&gt;Thanks&lt;/p&gt;

&lt;p&gt;Hari&lt;/p&gt;

&lt;p&gt;From: Harinath Mallepally&lt;br/&gt;
Sent: Wednesday, August 10, 2016 6:43 AM&lt;br/&gt;
To: &apos;Jakub Toth -X (jatoth - PANTHEON TECHNOLOGIES at Cisco)&apos; &amp;lt;jatoth@cisco.com&amp;lt;&lt;span class=&quot;nobr&quot;&gt;&lt;a href=&quot;mailto:jatoth@cisco.com&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;jatoth@cisco.com&lt;sup&gt;&lt;img class=&quot;rendericon&quot; src=&quot;https://jira.opendaylight.org/images/icons/mail_small.gif&quot; height=&quot;12&quot; width=&quot;13&quot; align=&quot;absmiddle&quot; alt=&quot;&quot; border=&quot;0&quot;/&gt;&lt;/sup&gt;&lt;/a&gt;&lt;/span&gt;&amp;gt;&amp;gt;&lt;br/&gt;
Subject: RE: &lt;a href=&quot;https://jira.opendaylight.org/browse/NETCONF-245&quot; title=&quot;Notifications stream output is not same as restconf data&quot; class=&quot;issue-link&quot; data-issue-key=&quot;NETCONF-245&quot;&gt;&lt;del&gt;NETCONF-245&lt;/del&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Hi Jakub, will do today.&lt;/p&gt;



&lt;p&gt;From: Jakub Toth -X (jatoth - PANTHEON TECHNOLOGIES at Cisco) &lt;span class=&quot;nobr&quot;&gt;&lt;a href=&quot;mailto:jatoth@cisco.com&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;jatoth@cisco.com&lt;sup&gt;&lt;img class=&quot;rendericon&quot; src=&quot;https://jira.opendaylight.org/images/icons/mail_small.gif&quot; height=&quot;12&quot; width=&quot;13&quot; align=&quot;absmiddle&quot; alt=&quot;&quot; border=&quot;0&quot;/&gt;&lt;/sup&gt;&lt;/a&gt;&lt;/span&gt;&lt;br/&gt;
Sent: Tuesday, August 09, 2016 12:54 AM&lt;br/&gt;
To: Harinath Mallepally &amp;lt;hmallepally@infinera.com&amp;lt;&lt;span class=&quot;nobr&quot;&gt;&lt;a href=&quot;mailto:hmallepally@infinera.com&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;hmallepally@infinera.com&lt;sup&gt;&lt;img class=&quot;rendericon&quot; src=&quot;https://jira.opendaylight.org/images/icons/mail_small.gif&quot; height=&quot;12&quot; width=&quot;13&quot; align=&quot;absmiddle&quot; alt=&quot;&quot; border=&quot;0&quot;/&gt;&lt;/sup&gt;&lt;/a&gt;&lt;/span&gt;&amp;gt;&amp;gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.opendaylight.org/browse/NETCONF-245&quot; title=&quot;Notifications stream output is not same as restconf data&quot; class=&quot;issue-link&quot; data-issue-key=&quot;NETCONF-245&quot;&gt;&lt;del&gt;NETCONF-245&lt;/del&gt;&lt;/a&gt;&lt;/p&gt;

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

&lt;p&gt;can you send me more information about &lt;a href=&quot;https://bugs.opendaylight.org/show_bug.cgi?id=6324&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://bugs.opendaylight.org/show_bug.cgi?id=6324&lt;/a&gt; please ? I mean examples etc..&lt;/p&gt;

&lt;p&gt;Best regards,&lt;/p&gt;

&lt;p&gt;Jakub Toth&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10000">
                    <name>Blocks</name>
                                            <outwardlinks description="blocks">
                                        <issuelink>
            <issuekey id="21253">NETCONF-240</issuekey>
        </issuelink>
                            </outwardlinks>
                                                        </issuelinktype>
                            <issuelinktype id="10002">
                    <name>Duplicate</name>
                                                                <inwardlinks description="is duplicated by">
                                        <issuelink>
            <issuekey id="21253">NETCONF-240</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_10208" key="com.atlassian.jira.plugin.system.customfieldtypes:textfield">
                        <customfieldname>External issue ID</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>6324</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=6324]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                            <customfield id="customfield_10206" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>Issue Type</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10300"><![CDATA[Bug]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                        <customfield id="customfield_10204" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>ODL SR Target Milestone</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10335"><![CDATA[Boron-2]]></customfieldvalue>

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

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