<!-- 
RSS generated by JIRA (8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d) at Wed Feb 07 19:56:18 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>[CONTROLLER-1730] Unnable to receive DataTreeChanged notifications</title>
                <link>https://jira.opendaylight.org/browse/CONTROLLER-1730</link>
                <project id="10113" key="CONTROLLER">controller</project>
                    <description>&lt;p&gt;After &apos;odl-parent 2.0.0&apos; migration, I&apos;m now able to receive notifications for NodeTree changes.&lt;/p&gt;</description>
                <environment>&lt;p&gt;Operating System: All&lt;br/&gt;
Platform: All&lt;/p&gt;</environment>
        <key id="26284">CONTROLLER-1730</key>
            <summary>Unnable to receive DataTreeChanged notifications</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="-1">Unassigned</assignee>
                                    <reporter username="YrineuRodrigues">Yrineu Felipe Rodrigues</reporter>
                        <labels>
                    </labels>
                <created>Mon, 26 Jun 2017 14:48:28 +0000</created>
                <updated>Thu, 19 Oct 2017 21:25:03 +0000</updated>
                            <resolved>Thu, 29 Jun 2017 16:04:45 +0000</resolved>
                                    <version>Nitrogen</version>
                                                    <component>mdsal</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>2</watches>
                                                                                                                <comments>
                            <comment id="52460" author="yrineu.rodrigues@serro.com" created="Mon, 26 Jun 2017 19:29:45 +0000"  >&lt;p&gt;Attachment karaf-copy.log has been added with description: Karaf log&lt;/p&gt;</comment>
                            <comment id="52461" author="yrineu.rodrigues@serro.com" created="Mon, 26 Jun 2017 19:30:22 +0000"  >&lt;p&gt;Attachment add-intent-nic.png has been added with description: Intent Added&lt;/p&gt;</comment>
                            <comment id="52457" author="yrineu.rodrigues@serro.com" created="Tue, 27 Jun 2017 17:02:41 +0000"  >&lt;p&gt;This GET request was evaluated after a POST&lt;/p&gt;

&lt;p&gt;Steps to reproduce:&lt;/p&gt;

&lt;p&gt;1- Download NIC code and build it from Master branch(git clone &lt;a href=&quot;https://git.opendaylight.org/gerrit/p/nic&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/p/nic&lt;/a&gt;)&lt;/p&gt;

&lt;p&gt;2- Start karaf (nic/distribution/target/assembly/bin karaf)&lt;/p&gt;

&lt;p&gt;3- Install NIC features: opendaylight-user@root&amp;gt;feature:install odl-nic-all&lt;/p&gt;

&lt;p&gt;4- Execute the following POST request:&lt;/p&gt;

&lt;p&gt;URL: &lt;a href=&quot;http://localhost:8181/restconf/config/intent-limiter:intents-limiter&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://localhost:8181/restconf/config/intent-limiter:intents-limiter&lt;/a&gt;&lt;br/&gt;
Body: &lt;br/&gt;
{&lt;br/&gt;
  &quot;intent-limiter:intent-limiter&quot;: [&lt;/p&gt;
    {
      &quot;intent-limiter:interval-type&quot;: &quot;MINUTES&quot;,
      &quot;intent-limiter:duration-type&quot;: &quot;MINUTES&quot;,
      &quot;intent-limiter:id&quot;: &quot;4facae7f-28a3-4820-a5ec-81be43e30d82&quot;,
      &quot;intent-limiter:source-ip&quot;: &quot;10.0.0.4/32&quot;,
      &quot;intent-limiter:bandwidth-limit-type&quot;: &quot;KBPS&quot;,
      &quot;intent-limiter:duration&quot;: &quot;10&quot;,
      &quot;intent-limiter:bandwidth-limit&quot;: &quot;200&quot;,
      &quot;intent-limiter:interval&quot;: 3,
      &quot;intent-limiter:action&quot;: &quot;DROP&quot;
    }
&lt;p&gt;  ]&lt;br/&gt;
}&lt;/p&gt;

&lt;p&gt;5- You should be able to see &apos;info&apos; logs regarding &apos;New Intent Added&apos;&lt;/p&gt;

&lt;p&gt;6- Evaluate a GET to the following URL:&lt;br/&gt;
&lt;a href=&quot;http://localhost:8181/restconf/config/intent-limiter:intents-limiter&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://localhost:8181/restconf/config/intent-limiter:intents-limiter&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;PS: In normal cases, NIC will receive notification of Intent Added and start the Intent State Machine process. To verify if the Intent State Machine process happens, please, evaluate a GET request to the following URL: (&lt;a href=&quot;http://localhost:8181/restconf/config/intent-state-transaction:intent-state-transactions&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://localhost:8181/restconf/config/intent-state-transaction:intent-state-transactions&lt;/a&gt;)&lt;/p&gt;</comment>
                            <comment id="52462" author="yrineu.rodrigues@serro.com" created="Tue, 27 Jun 2017 17:02:41 +0000"  >&lt;p&gt;Attachment intent-get.png has been added with description: Evaluating an Intent GET request&lt;/p&gt;</comment>
                            <comment id="52458" author="yrineu.rodrigues@serro.com" created="Wed, 28 Jun 2017 13:38:52 +0000"  >&lt;p&gt;Trace after POST request.&lt;/p&gt;</comment>
                            <comment id="52463" author="yrineu.rodrigues@serro.com" created="Wed, 28 Jun 2017 13:38:52 +0000"  >&lt;p&gt;Attachment trace-add-intent-limiter-nic.txt has been added with description: Trace after POST request.&lt;/p&gt;</comment>
                            <comment id="52459" author="yrineu.rodrigues@serro.com" created="Thu, 29 Jun 2017 16:04:45 +0000"  >&lt;p&gt;After migrate all NIC modules to blueprint we can receive MD-SAL events.&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10000">
                    <name>Blocks</name>
                                            <outwardlinks description="blocks">
                                        <issuelink>
            <issuekey id="23991">NIC-33</issuekey>
        </issuelink>
                            </outwardlinks>
                                                        </issuelinktype>
                    </issuelinks>
                <attachments>
                            <attachment id="13669" name="add-intent-nic.png" size="39849" author="YrineuRodrigues" created="Mon, 26 Jun 2017 19:30:22 +0000"/>
                            <attachment id="13670" name="intent-get.png" size="52762" author="YrineuRodrigues" created="Tue, 27 Jun 2017 17:02:41 +0000"/>
                            <attachment id="13668" name="karaf-copy.log" size="604559" author="YrineuRodrigues" created="Mon, 26 Jun 2017 19:29:45 +0000"/>
                            <attachment id="13671" name="trace-add-intent-limiter-nic.txt" size="24485" author="YrineuRodrigues" created="Wed, 28 Jun 2017 13:38:52 +0000"/>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                                            <customfield id="customfield_11400" key="com.atlassian.jira.plugins.jira-development-integration-plugin:devsummary">
                        <customfieldname>Development</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                        <customfield id="customfield_10208" key="com.atlassian.jira.plugin.system.customfieldtypes:textfield">
                        <customfieldname>External issue ID</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>8750</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=8750]]></customfieldvalue>

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

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