<!-- 
RSS generated by JIRA (8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d) at Wed Feb 07 20:05:43 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>[L2SWITCH-25] L2switch sample fails to handle topology updates, uses deprecated APIs</title>
                <link>https://jira.opendaylight.org/browse/L2SWITCH-25</link>
                <project id="10134" key="L2SWITCH">l2switch</project>
                    <description>&lt;p&gt;When updated and original data are equal, but new data nodes are created ... TopologyDataChangeHandler&apos;s onDataChanged doesn&apos;t properly schedule a topology update.&lt;/p&gt;


&lt;p&gt;    if(linkOriginalData != null &amp;amp;&amp;amp; linkUpdatedData != null&lt;br/&gt;
        &amp;amp;&amp;amp; (linkOriginalData.size() != 0 || linkUpdatedData.size() != 0)&lt;br/&gt;
        &amp;amp;&amp;amp; !networkGraphRefreshScheduled) {&lt;br/&gt;
      networkGraphRefreshScheduled = linkOriginalData.size() != linkUpdatedData.size();&lt;br/&gt;
      if(networkGraphRefreshScheduled) &lt;/p&gt;
{
        networkGraphRefreshScheduler.schedule(new NetworkGraphRefresher(), graphRefreshDelayInSec, TimeUnit.SECONDS);
      }&lt;br/&gt;
    }&lt;br/&gt;
&lt;br/&gt;
This needs to be modified to use change.getCreatedOperationalData() and handle the case where only created nodes exist.&lt;br/&gt;
&lt;br/&gt;
&lt;br/&gt;
    Map&amp;lt;InstanceIdentifier&amp;lt;?&amp;gt;, DataObject&amp;gt; linkCreatedData = dataChangeEvent.getCreatedOperationalData();&lt;br/&gt;
    // change this logic, once MD-SAL start populating DeletedOperationData Set&lt;br/&gt;
    if(linkOriginalData != null &amp;amp;&amp;amp; linkUpdatedData != null &amp;amp;&amp;amp; linkCreatedData != null&lt;br/&gt;
            &amp;amp;&amp;amp; (linkOriginalData.size() != 0 || linkUpdatedData.size() != 0 || linkCreatedData.size() != 0)&lt;br/&gt;
            &amp;amp;&amp;amp; !networkGraphRefreshScheduled) {&lt;br/&gt;
      networkGraphRefreshScheduled = true; &lt;br/&gt;
      if(networkGraphRefreshScheduled) {        networkGraphRefreshScheduler.schedule(new NetworkGraphRefresher(), graphRefreshDelayInSec, TimeUnit.SECONDS);      }
&lt;p&gt;    }&lt;/p&gt;</description>
                <environment>&lt;p&gt;Operating System: All&lt;br/&gt;
Platform: All&lt;/p&gt;</environment>
        <key id="21538">L2SWITCH-25</key>
            <summary>L2switch sample fails to handle topology updates, uses deprecated APIs</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="10003">Cannot Reproduce</resolution>
                                        <assignee username="jameshall03885@gmail.com">James Gregory Hall</assignee>
                                    <reporter username="jameshall03885@gmail.com">James Gregory Hall</reporter>
                        <labels>
                    </labels>
                <created>Tue, 28 Oct 2014 21:01:18 +0000</created>
                <updated>Mon, 30 Oct 2017 15:41:44 +0000</updated>
                            <resolved>Wed, 27 Apr 2016 18:23:08 +0000</resolved>
                                    <version>unspecified</version>
                                                    <component>General</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>9</watches>
                                                                                                                <comments>
                            <comment id="40291" author="tony.tkacik@gmail.com" created="Tue, 7 Apr 2015 07:53:49 +0000"  >&lt;p&gt;Are you still working on this bug?&lt;/p&gt;</comment>
                            <comment id="40292" author="carolsand@gmail.com" created="Mon, 4 May 2015 20:14:55 +0000"  >&lt;p&gt;This bug is part of the project to Move all ADSAL associated component bugs to ADSAL&lt;/p&gt;</comment>
                            <comment id="40293" author="abhijit2511" created="Mon, 25 Jan 2016 05:20:03 +0000"  >&lt;p&gt;Is this bug still present?&lt;/p&gt;</comment>
                            <comment id="40294" author="abhijit2511" created="Sat, 30 Jan 2016 01:23:46 +0000"  >&lt;p&gt;Moving bug to L2 switch.&lt;/p&gt;</comment>
                            <comment id="40295" author="anipbu" created="Tue, 2 Feb 2016 21:39:21 +0000"  >&lt;p&gt;Adding ammandke@cisco.com.  Amit Mandke, any insights you can share?  Is this bug still critical?&lt;/p&gt;</comment>
                            <comment id="40296" author="sai.marapareddy@gmail.com" created="Tue, 19 Apr 2016 18:12:46 +0000"  >&lt;p&gt;Above mentioned code is not part of l2switch code base. &lt;/p&gt;

&lt;p&gt;Please let me know in other case.&lt;/p&gt;</comment>
                    </comments>
                    <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>2263</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=2263]]></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_10000" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>0|i01z2v:</customfieldvalue>

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