<!-- 
RSS generated by JIRA (8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d) at Wed Feb 07 19:54:14 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-927] The order of switch event notification is not maintained correctly.</title>
                <link>https://jira.opendaylight.org/browse/CONTROLLER-927</link>
                <project id="10113" key="CONTROLLER">controller</project>
                    <description>&lt;p&gt;We observed that the order of switch event notification was changed occasionally.&lt;br/&gt;
In the result, TopologyManager received the notification of an edge addition before the notification of Node &amp;amp; NodeConnector which is a part of the edge.&lt;br/&gt;
Therefore, TopologyManager ignored the notification of the edge addition.&lt;/p&gt;


&lt;p&gt;For example, we&apos;ve found out that this issue occurred in CSIT for VTN.&lt;br/&gt;
&lt;a href=&quot;https://jenkins.opendaylight.org/integration/job/integration-master-csit-karaf-vtn-all/173/artifact/karaf.log&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://jenkins.opendaylight.org/integration/job/integration-master-csit-karaf-vtn-all/173/artifact/karaf.log&lt;/a&gt;&lt;/p&gt;


&lt;p&gt;We&apos;ve observed that TopologyManager received the notification of the edge addition (s3-eth2 &amp;lt;-&amp;gt; s1-eth2) before the notification of Node &amp;amp; NodeConnector (s3, s3-eth2, and s1-eth2) addition so that TopologyManager ignored the edge.&lt;br/&gt;
In such a case, dijkstra_implementation and VTN Manager are not notified of edge notification.&lt;/p&gt;


&lt;p&gt;2014-10-06 08:58:02,394 | WARN  | DOM-OPER-DCL-8   | TopologyManagerImpl              | 359 - org.opendaylight.controller.topologymanager - 0.4.2.SNAPSHOT | Ignore edge that contains invalid node connector: (OF|3@OF|00:00:00:00:00:00:00:03-&amp;gt;OF|2@OF|00:00:00:00:00:00:00:01)&lt;/p&gt;

&lt;p&gt;2014-10-06 08:58:02,398 | WARN  | DOM-OPER-DCL-8   | TopologyManagerImpl              | 359 - org.opendaylight.controller.topologymanager - 0.4.2.SNAPSHOT | Ignore edge that contains invalid node connector: (OF|2@OF|00:00:00:00:00:00:00:01-&amp;gt;OF|3@OF|00:00:00:00:00:00:00:03)&lt;/p&gt;

&lt;p&gt;2014-10-06 08:58:02,401 | INFO  | DOM-OPER-DCL-6   | VTNManagerImpl                   | 450 - org.opendaylight.vtn.manager.implementation - 0.2.0.SNAPSHOT | default: addNode: New node OF|00:00:00:00:00:00:00:03&lt;/p&gt;

&lt;p&gt;2014-10-06 08:58:02,401 | INFO  | DOM-OPER-DCL-6   | VTNManagerImpl                   | 450 - org.opendaylight.vtn.manager.implementation - 0.2.0.SNAPSHOT | default: addPort: New port: port=OF|2@OF|00:00:00:00:00:00:00:03, prop=PortProperty&lt;span class=&quot;error&quot;&gt;&amp;#91;name=s3-eth2,cost=1000,enabled&amp;#93;&lt;/span&gt;&lt;/p&gt;

&lt;p&gt;2014-10-06 08:58:02,416 | INFO  | DOM-OPER-DCL-6   | VTNManagerImpl                   | 450 - org.opendaylight.vtn.manager.implementation - 0.2.0.SNAPSHOT | default: addPort: New port: port=OF|2@OF|00:00:00:00:00:00:00:01, prop=PortProperty&lt;span class=&quot;error&quot;&gt;&amp;#91;name=s1-eth2,cost=1000,enabled&amp;#93;&lt;/span&gt;&lt;/p&gt;


&lt;p&gt;sal-compatibility regisiters DataChangeListener for Node, NodeConnector, and Edge, respectively.&lt;br/&gt;
Therefore, Node, NodeConnector and Edge events are notified in different threads.&lt;br/&gt;
In the result, it is possible that the order of switch event notification is changed.&lt;/p&gt;

&lt;p&gt;We guess this is one of causes of the failure of system tests for VTN Manager.&lt;br/&gt;
&lt;a href=&quot;https://bugs.opendaylight.org/show_bug.cgi?id=2158&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://bugs.opendaylight.org/show_bug.cgi?id=2158&lt;/a&gt;&lt;/p&gt;</description>
                <environment>&lt;p&gt;Operating System: All&lt;br/&gt;
Platform: All&lt;/p&gt;</environment>
        <key id="25481">CONTROLLER-927</key>
            <summary>The order of switch event notification is not maintained correctly.</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="10001">Won&apos;t Do</resolution>
                                        <assignee username="-1">Unassigned</assignee>
                                    <reporter username="Hideyuki1985">Hideyuki Tai</reporter>
                        <labels>
                    </labels>
                <created>Fri, 10 Oct 2014 01:41:34 +0000</created>
                <updated>Thu, 19 Oct 2017 21:26:56 +0000</updated>
                            <resolved>Thu, 19 May 2016 18:44:03 +0000</resolved>
                                    <version>Helium</version>
                                                    <component>adsal</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>5</watches>
                                                                                                                <comments>
                            <comment id="49516" author="carolsand@gmail.com" created="Mon, 4 May 2015 19:26:03 +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="49517" author="rovarga" created="Thu, 19 May 2016 18:44:03 +0000"  >&lt;p&gt;AD-SAL has been removed, this issue will not be fixed.&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10000">
                    <name>Blocks</name>
                                            <outwardlinks description="blocks">
                                        <issuelink>
            <issuekey id="26424">VTN-44</issuekey>
        </issuelink>
                            </outwardlinks>
                                                        </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>2170</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=2170]]></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|i02nf3:</customfieldvalue>

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