<!-- 
RSS generated by JIRA (8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d) at Wed Feb 07 20:21:57 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>[NETVIRT-590] ODL Controller is unable to insert flows in OVS - flows are missing in T21</title>
                <link>https://jira.opendaylight.org/browse/NETVIRT-590</link>
                <project id="10144" key="NETVIRT">netvirt</project>
                    <description>&lt;p&gt;Overview:&lt;br/&gt;
---------&lt;br/&gt;
ODL Controller is unable to insert flows in OVS - flows are missing in T21&lt;/p&gt;

&lt;p&gt;Details:&lt;br/&gt;
--------&lt;/p&gt;
&lt;ul class=&quot;alternate&quot; type=&quot;square&quot;&gt;
	&lt;li&gt;Loaded a setup with cluster of ODL controllers (3)&lt;/li&gt;
	&lt;li&gt;Created 3 + external network&lt;/li&gt;
	&lt;li&gt;1 router connected to all networks&lt;/li&gt;
	&lt;li&gt;6 VMs (2 per network)&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;Observed behavior:&lt;br/&gt;
------------------&lt;/p&gt;
&lt;ul class=&quot;alternate&quot; type=&quot;square&quot;&gt;
	&lt;li&gt;Only one VM had connectivity to FIP&lt;/li&gt;
	&lt;li&gt;No L3 connectivity between the VMs&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;Investigation (with Olga S. Help):&lt;br/&gt;
----------------------------------&lt;br/&gt;
it seems to be an issue while installing rules to the OVS.  I have looked at the devstack-newton-2:  ip/10.0.107.147, NodeId:Uri &lt;span class=&quot;error&quot;&gt;&amp;#91;_value=openflow:35570990444905&amp;#93;&lt;/span&gt; &lt;/p&gt;

&lt;p&gt;In the karaf odl1.log , I can see multiple errors like below. It happens each time when FIB entry should be installed to OVS:&lt;br/&gt;
2017-04-03 14:12:23,271 | ERROR | CommitFutures-10 | MDSALManager                     | 338 - org.opendaylight.genius.mdsalutil-impl - 0.1.3.R1_0-SR2_1 | Install Flow &amp;#8211; Failed because of concurrent transaction modifying same data&lt;/p&gt;

&lt;p&gt;Therefore in OVS dump-flows the rules are missed, but they exist in the inventory-nodes DS model . &lt;br/&gt;
For example, you can look for L3.35570990444905.21.1b659968-a509-4645-9cb3-6532031c242e.42.2.2.2.212  here :&lt;br/&gt;
&lt;a href=&quot;http://10.0.97.46:8181/restconf/config/opendaylight-inventory:nodes&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://10.0.97.46:8181/restconf/config/opendaylight-inventory:nodes&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&amp;lt;flow&amp;gt;&lt;br/&gt;
                &amp;lt;id&amp;gt;L3.35570990444905.21.1b659968-a509-4645-9cb3-6532031c242e.42.2.2.2.212&amp;lt;/id&amp;gt;&lt;br/&gt;
                &amp;lt;hard-timeout&amp;gt;0&amp;lt;/hard-timeout&amp;gt;&lt;br/&gt;
                &amp;lt;idle-timeout&amp;gt;0&amp;lt;/idle-timeout&amp;gt;&lt;br/&gt;
                &amp;lt;match&amp;gt;&lt;br/&gt;
                                &amp;lt;ethernet-match&amp;gt;&lt;br/&gt;
                                                &amp;lt;ethernet-type&amp;gt;&lt;br/&gt;
                                                                &amp;lt;type&amp;gt;2048&amp;lt;/type&amp;gt;&lt;br/&gt;
                                                &amp;lt;/ethernet-type&amp;gt;&lt;br/&gt;
                                &amp;lt;/ethernet-match&amp;gt;&lt;br/&gt;
                                &amp;lt;metadata&amp;gt;&lt;br/&gt;
                                                &amp;lt;metadata&amp;gt;140002&amp;lt;/metadata&amp;gt;&lt;br/&gt;
                                                &amp;lt;metadata-mask&amp;gt;4294967294&amp;lt;/metadata-mask&amp;gt;&lt;br/&gt;
                                &amp;lt;/metadata&amp;gt;&lt;br/&gt;
                                &amp;lt;ipv4-destination&amp;gt;2.2.2.212/32&amp;lt;/ipv4-destination&amp;gt;&lt;br/&gt;
                &amp;lt;/match&amp;gt;&lt;br/&gt;
                &amp;lt;cookie&amp;gt;134217731&amp;lt;/cookie&amp;gt;&lt;br/&gt;
                &amp;lt;instructions&amp;gt;&lt;br/&gt;
                                &amp;lt;instruction&amp;gt;&lt;br/&gt;
                                                &amp;lt;order&amp;gt;0&amp;lt;/order&amp;gt;&lt;br/&gt;
                                                &amp;lt;apply-actions&amp;gt;&lt;br/&gt;
                                                                &amp;lt;action&amp;gt;&lt;br/&gt;
                                                                                &amp;lt;order&amp;gt;0&amp;lt;/order&amp;gt;&lt;br/&gt;
                                                                                &amp;lt;group-action&amp;gt;&lt;br/&gt;
                                                                                                &amp;lt;group-id&amp;gt;150005&amp;lt;/group-id&amp;gt;&lt;br/&gt;
                                                                                &amp;lt;/group-action&amp;gt;&lt;br/&gt;
                                                                &amp;lt;/action&amp;gt;&lt;br/&gt;
                                                &amp;lt;/apply-actions&amp;gt;&lt;br/&gt;
                                &amp;lt;/instruction&amp;gt;&lt;br/&gt;
                &amp;lt;/instructions&amp;gt;&lt;br/&gt;
                &amp;lt;installHw&amp;gt;true&amp;lt;/installHw&amp;gt;&lt;br/&gt;
                &amp;lt;barrier&amp;gt;false&amp;lt;/barrier&amp;gt;&lt;br/&gt;
                &amp;lt;strict&amp;gt;false&amp;lt;/strict&amp;gt;&lt;br/&gt;
                &amp;lt;priority&amp;gt;42&amp;lt;/priority&amp;gt;&lt;br/&gt;
                &amp;lt;table_id&amp;gt;21&amp;lt;/table_id&amp;gt;&lt;br/&gt;
                &amp;lt;flow-name&amp;gt;&lt;br/&gt;
L3.35570990444905.21.1b659968-a509-4645-9cb3-6532031c242e.42.2.2.2.212&lt;br/&gt;
                &amp;lt;/flow-name&amp;gt;&lt;br/&gt;
&amp;lt;/flow&amp;gt;&lt;/p&gt;</description>
                <environment>&lt;p&gt;Operating System: All&lt;br/&gt;
Platform: All&lt;/p&gt;</environment>
        <key id="20511">NETVIRT-590</key>
            <summary>ODL Controller is unable to insert flows in OVS - flows are missing in T21</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="mgkwill">Marcus G K Williams</assignee>
                                    <reporter username="mstrock@hpe.com">Mickael Strock-Vidal</reporter>
                        <labels>
                    </labels>
                <created>Mon, 3 Apr 2017 20:37:24 +0000</created>
                <updated>Sat, 12 Aug 2017 02:05:47 +0000</updated>
                            <resolved>Sat, 12 Aug 2017 02:05:47 +0000</resolved>
                                    <version>Boron</version>
                                                    <component>General</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>2</watches>
                                                                                                                <comments>
                            <comment id="37618" author="mstrock@hpe.com" created="Mon, 3 Apr 2017 20:40:09 +0000"  >&lt;p&gt;Attachment odl1.log has been added with description: odl1 karaf log - edited to adapt its size&lt;/p&gt;</comment>
                            <comment id="37617" author="marcus.williams@intel.com" created="Mon, 10 Apr 2017 19:18:33 +0000"  >&lt;p&gt;Is anyone working on this?&lt;/p&gt;

&lt;p&gt;I&apos;m attempting to reproduce now. If I can confirm I&apos;ll work on fixing it.&lt;/p&gt;</comment>
                    </comments>
                    <attachments>
                            <attachment id="12473" name="odl1.log" size="1007940" author="mstrock@hpe.com" created="Mon, 3 Apr 2017 20:40:09 +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>8144</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=8144]]></customfieldvalue>

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

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