<!-- 
RSS generated by JIRA (8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d) at Wed Feb 07 20:00:22 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>[GENIUS-286] When add tunnel endpoint throws NPE</title>
                <link>https://jira.opendaylight.org/browse/GENIUS-286</link>
                <project id="10126" key="GENIUS">genius</project>
                    <description>&lt;p&gt;&lt;em&gt;When I do automated testing, it throws NPE in class&#160;DPNTEPsInfoCache.java, NPE info as follows:&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;_2019-12-26T06:35:25,594 | ERROR | opendaylight-cluster-data-notification-dispatcher-41 | DataTreeChangeListenerActor | 229 - org.opendaylight.controller.sal-clustering-commons - 1.11.0.SNAPSHOT | member-1-shard-default-config: Error notifying listener org.opendaylight.genius.mdsalutil.cache.DataObjectCache$$Lambda$1521/0x00000001013d7c40@7f23b197&lt;br/&gt;
java.lang.NullPointerException: null&lt;br/&gt;
 at org.opendaylight.genius.itm.cache.DPNTEPsInfoCache.added(DPNTEPsInfoCache.java:74) ~&lt;span class=&quot;error&quot;&gt;&amp;#91;261:org.opendaylight.genius.itm-impl:0.8.0.SNAPSHOT&amp;#93;&lt;/span&gt;&lt;br/&gt;
 at org.opendaylight.genius.itm.cache.DPNTEPsInfoCache.added(DPNTEPsInfoCache.java:43) ~&lt;span class=&quot;error&quot;&gt;&amp;#91;261:org.opendaylight.genius.itm-impl:0.8.0.SNAPSHOT&amp;#93;&lt;/span&gt;&lt;br/&gt;
 at org.opendaylight.genius.mdsalutil.cache.DataObjectCache.lambda$new$0(DataObjectCache.java:92) ~&lt;span class=&quot;error&quot;&gt;&amp;#91;264:org.opendaylight.genius.mdsalutil-api:0.8.0.SNAPSHOT&amp;#93;&lt;/span&gt;&lt;br/&gt;
 at org.opendaylight.controller.md.sal.binding.impl.BindingDOMDataTreeChangeListenerAdapter.onDataTreeChanged(BindingDOMDataTreeChangeListenerAdapter.java:43) ~&lt;span class=&quot;error&quot;&gt;&amp;#91;224:org.opendaylight.controller.sal-binding-broker-impl:1.11.0.SNAPSHOT&amp;#93;&lt;/span&gt;_&lt;/p&gt;</description>
                <environment>&lt;p&gt;ODL cluster integrates with OpenStack&lt;/p&gt;</environment>
        <key id="32285">GENIUS-286</key>
            <summary>When add tunnel endpoint throws NPE</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="1" iconUrl="https://jira.opendaylight.org/images/icons/statuses/open.png" description="The issue is open and ready for the assignee to start work on it.">Open</status>
                    <statusCategory id="2" key="new" colorName="blue-gray"/>
                                    <resolution id="-1">Unresolved</resolution>
                                        <assignee username="enidadh">nidhi adhvaryu</assignee>
                                    <reporter username="zhangninglc">ning zhang</reporter>
                        <labels>
                    </labels>
                <created>Mon, 30 Dec 2019 02:04:47 +0000</created>
                <updated>Fri, 3 Jan 2020 10:59:24 +0000</updated>
                                                                            <component>ITM</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>2</watches>
                                    <workratio workratioPercent="0"/>
                                    <progress percentage="0">
                                    <originalProgress>
                                                    <row percentage="100" backgroundColor="#89afd7"/>
                                            </originalProgress>
                                                    <currentProgress>
                                                    <row percentage="0" backgroundColor="#51a825"/>
                                                    <row percentage="100" backgroundColor="#ec8e00"/>
                                            </currentProgress>
                            </progress>
                                    <aggregateprogress percentage="0">
                                    <originalProgress>
                                                    <row percentage="100" backgroundColor="#89afd7"/>
                                            </originalProgress>
                                                    <currentProgress>
                                                    <row percentage="0" backgroundColor="#51a825"/>
                                                    <row percentage="100" backgroundColor="#ec8e00"/>
                                            </currentProgress>
                            </aggregateprogress>
                                    <timeoriginalestimate seconds="28800">1 day</timeoriginalestimate>
                            <timeestimate seconds="28800">1 day</timeestimate>
                                        <comments>
                            <comment id="67602" author="enidadh" created="Thu, 2 Jan 2020 09:41:03 +0000"  >&lt;p&gt;where is this NPE seen? which code base/branch ?&lt;/p&gt;</comment>
                            <comment id="67603" author="zhangninglc" created="Thu, 2 Jan 2020 09:49:34 +0000"  >&lt;p&gt;The NPE is on line 74 of the class DPNTEPsInfoCache.java, At branch origin/master.&lt;/p&gt;</comment>
                            <comment id="67604" author="enidadh" created="Thu, 2 Jan 2020 10:28:43 +0000"  >&lt;p&gt;can you provide following details?&lt;/p&gt;

&lt;p&gt;1) Datastore dump of&#160;itm-state:dpn-endpoints&lt;/p&gt;

&lt;p&gt;2) what kind of test you are performing&lt;/p&gt;

&lt;p&gt;3) turn on log for org.opendaylight.genius.itm and provide that.&lt;/p&gt;</comment>
                            <comment id="67605" author="zhangninglc" created="Thu, 2 Jan 2020 11:20:32 +0000"  >&lt;p&gt;1&#65289;How can I get the datastore dump?&lt;/p&gt;

&lt;p&gt;2&#65289;Execute test cases : csit/suites/netvirt/upgrade/upgrade.robot&lt;/p&gt;

&lt;p&gt;3&#65289;Log &#65306;&#160;&lt;span class=&quot;nobr&quot;&gt;&lt;a href=&quot;https://jira.opendaylight.org/secure/attachment/15511/15511_karaf.log&quot; title=&quot;karaf.log attached to GENIUS-286&quot;&gt;karaf.log&lt;sup&gt;&lt;img class=&quot;rendericon&quot; src=&quot;https://jira.opendaylight.org/images/icons/link_attachment_7.gif&quot; height=&quot;7&quot; width=&quot;7&quot; align=&quot;absmiddle&quot; alt=&quot;&quot; border=&quot;0&quot;/&gt;&lt;/sup&gt;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;</comment>
                            <comment id="67606" author="enidadh" created="Fri, 3 Jan 2020 10:59:24 +0000"  >&lt;p&gt;you can use get request on REST using &lt;a href=&quot;http://localhost:8181/restconf/config/itm-state:dpn-endpoints/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://localhost:8181/restconf/config/itm-state:dpn-endpoints/&lt;/a&gt;&#160;to get the datastore dump&lt;/p&gt;</comment>
                    </comments>
                    <attachments>
                            <attachment id="15511" name="karaf.log" size="3746195" author="zhangninglc" created="Mon, 30 Dec 2019 02:04:27 +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_10202" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>Priority</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10312"><![CDATA[High]]></customfieldvalue>

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

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