<!-- 
RSS generated by JIRA (8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d) at Wed Feb 07 20:05:58 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>[LACP-11] LAG entry creation doesn&apos;t happen when trying to scale the number of LAG&apos;s to 128 entries.</title>
                <link>https://jira.opendaylight.org/browse/LACP-11</link>
                <project id="10135" key="LACP">lacp</project>
                    <description>&lt;p&gt;Mininet Topology:  128 Host &amp;amp; Switches and 2 links connecting each host and switch. Configure the Hosts on LACP mode and check if the LAG groups are formed on the switch side. &lt;br/&gt;
Openvswitch version: 2.3.1&lt;br/&gt;
Build no:  Integration build 2133&lt;/p&gt;


&lt;p&gt;Steps to recreate: &lt;br/&gt;
1. Bring up the controller and don&apos;t install the LACP module.&lt;br/&gt;
2. Now, setup a mininet topology and create 128 Hosts &amp;amp; Switches and 2 links between each host and switch. Generate LACP PDU&apos;s from all the hosts.&lt;br/&gt;
3. Once done, install the LACP module and check for the presence of flow &amp;amp; group entries on the switch.  &amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;LAG entries are not getting created. The LAG PDU&apos;s aren&apos;t being processed because the flow entries aren&apos;t available.&lt;/p&gt;

&lt;p&gt;Dump-flows &amp;amp; Dump-group entries o/p:&lt;br/&gt;
mininet&amp;gt; sh ovs-ofctl -O Openflow13 dump-flows s1&lt;br/&gt;
OFPST_FLOW reply (OF1.3) (xid=0x2):        &amp;lt;&amp;lt;&amp;lt;&amp;lt;flow entry isn&apos;t getting addded&lt;br/&gt;
mininet&amp;gt; sh ovs-ofctl -O Openflow13 dump-groups s1&lt;br/&gt;
OFPST_GROUP_DESC reply (OF1.3) (xid=0x2):    &amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;because of the above issue, the groups aren&apos;t added as well.&lt;br/&gt;
mininet&amp;gt; &lt;/p&gt;

&lt;p&gt;Waited for an hour to check if the entries were added, but it wasn&apos;t the case. The dump-flows cli for the switches didn&apos;t show the LACP flow entry.&lt;/p&gt;

&lt;p&gt;In this scenario, the flows and groups entries aren&apos;t updated for any of the 128 switches. Even with 64 Hosts &amp;amp; Switches, the same issue can be hit. But it was sporadic(could hit this issue once in 7-8) attempts. But then with 128, the issue is hit everytime.&lt;/p&gt;

&lt;p&gt;On querying LACP/node-specific API&apos;s, the entries also weren&apos;t getting displayed.&lt;/p&gt;</description>
                <environment>&lt;p&gt;Operating System: All&lt;br/&gt;
Platform: All&lt;/p&gt;</environment>
        <key id="28231">LACP-11</key>
            <summary>LAG entry creation doesn&apos;t happen when trying to scale the number of LAG&apos;s to 128 entries.</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="rajesh_sindagi@dell.com">Rajesh B Sindagi</assignee>
                                    <reporter username="mahesh_manivasagam@dell.com">Mahesh Manivasagam</reporter>
                        <labels>
                    </labels>
                <created>Tue, 2 Jun 2015 09:12:18 +0000</created>
                <updated>Wed, 24 Jun 2015 14:43:43 +0000</updated>
                            <resolved>Wed, 24 Jun 2015 14:43:43 +0000</resolved>
                                    <version>unspecified</version>
                                                    <component>General</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>2</watches>
                                                                                                                <comments>
                            <comment id="59216" author="rajesh_sindagi@dell.com" created="Wed, 17 Jun 2015 10:01:39 +0000"  >&lt;p&gt;Workaround for the defect - Start OpenDaylight controller with LACP module and then have the network connect to the controller.&lt;/p&gt;</comment>
                            <comment id="59217" author="kalaiselvi_k@dell.com" created="Thu, 18 Jun 2015 10:46:13 +0000"  >&lt;p&gt;In the given test scenario, though the openflow listener does a Handshake with the underlying switches available in the topology, &lt;br/&gt;
       in some instance, the node information is not updated by the inventory mananger application in the node datastore. In these instances, lacp feature is not aware of any of the nodes and does not program the flows/groups to the switches.&lt;br/&gt;
       In some other instances after the openflowplugin handshake, the inventory manager learns the topology and updates the node datastore. The MD-SAL datastore notifier does not inform LACP feature of all the nodes attached.&lt;br/&gt;
In the 128 node topology, around 102 nodes are notified to the LACP and for all the notified nodes, the flow is programmed and the lag aggregation is performed for its ports.&lt;/p&gt;</comment>
                            <comment id="59218" author="rajesh_sindagi@dell.com" created="Wed, 24 Jun 2015 13:52:45 +0000"  >&lt;p&gt;Below CL, fixes this issue.&lt;br/&gt;
&lt;a href=&quot;https://git.opendaylight.org/gerrit/23074&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/23074&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="59219" author="rajesh_sindagi@dell.com" created="Wed, 24 Jun 2015 14:43:43 +0000"  >&lt;p&gt;Root cause:&lt;br/&gt;
FlowCapableInventoryProvider of the inventory manager application in OpenflowPlugin starts later after the openflow handshake with the mininet is completed.&lt;br/&gt;
So the node updation notifications provided by the openflowplugin after the handshake completion are missed by the application and the nodes are not added to the node datastore.&lt;br/&gt;
In these instances, lacp feature is not aware of any of the nodes and does not program the flows/groups to the switches.&lt;/p&gt;

&lt;p&gt;Below CL, fixes this issue.&lt;br/&gt;
&lt;a href=&quot;https://git.opendaylight.org/gerrit/23074&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/23074&lt;/a&gt;&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>3541</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=3541]]></customfieldvalue>

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

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