<!-- 
RSS generated by JIRA (8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d) at Wed Feb 07 20:32:07 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>[OPNFLWPLUG-306] of-flow: unable to see 100k flows in operational data store</title>
                <link>https://jira.opendaylight.org/browse/OPNFLWPLUG-306</link>
                <project id="10155" key="OPNFLWPLUG">OpenFlowPlugin</project>
                    <description>&lt;p&gt;steps to reproduce:&lt;/p&gt;

&lt;p&gt;1) connect odl with mininet (without any flows)&lt;br/&gt;
checking /restconf/operational/opendaylight-inventory:nodes/node/openflow:1/table/31/opendaylight-flow-table-statistics:flow-table-statistics&lt;br/&gt;
for tables 30 and 31 should return &lt;/p&gt;

&lt;p&gt;{&lt;br/&gt;
    &quot;opendaylight-flow-table-statistics:flow-table-statistics&quot;: &lt;/p&gt;
{
        &quot;packets-looked-up&quot;: 0,
        &quot;active-flows&quot;: 0,
        &quot;packets-matched&quot;: 0
    }
&lt;p&gt;}&lt;/p&gt;

&lt;p&gt;2)generate 100k flows( use attached script) 50k for each table&lt;br/&gt;
bash flowscreator.sh -f 50000 -t 30 -o t30f50k&lt;br/&gt;
bash flowscreator.sh -f 50000 -t 31 -o t31f50k&lt;/p&gt;

&lt;p&gt;3)  add the first 50k of flows to switch&lt;br/&gt;
sudo ovs-ofctl add-flows s1 t30f50k -O OpenFlow13&lt;/p&gt;

&lt;p&gt;after some time you should see flows reported in table 30&lt;br/&gt;
{&lt;br/&gt;
    &quot;opendaylight-flow-table-statistics:flow-table-statistics&quot;: &lt;/p&gt;
{
        &quot;packets-looked-up&quot;: 0,
        &quot;active-flows&quot;: 50000,
        &quot;packets-matched&quot;: 0
    }
&lt;p&gt;}&lt;/p&gt;


&lt;p&gt;4)  add another 50k of flows to switch&lt;br/&gt;
sudo ovs-ofctl add-flows s1 t31f50k -O OpenFlow13&lt;/p&gt;


&lt;p&gt;what happened to me was that i never saw any &quot;active-flows&quot; in table 31 (table 30 was reported ok)&lt;br/&gt;
or&lt;br/&gt;
urls like .../table/XX/opendaylight-flow-table-statistics:flow-table-statistics; ..table/XX start returning 404 where XX is anything, not only 30 or 31&lt;/p&gt;</description>
                <environment>&lt;p&gt;Operating System: All&lt;br/&gt;
Platform: All&lt;/p&gt;</environment>
        <key id="27574">OPNFLWPLUG-306</key>
            <summary>of-flow: unable to see 100k flows in operational data store</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="michal.rehak">Michal Rehak</assignee>
                                    <reporter username="pgubka@cisco.com">Peter Gubka</reporter>
                        <labels>
                    </labels>
                <created>Mon, 6 Oct 2014 10:04:39 +0000</created>
                <updated>Mon, 27 Sep 2021 09:01:21 +0000</updated>
                            <resolved>Wed, 27 May 2015 13:51:14 +0000</resolved>
                                                                    <component>General</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>4</watches>
                                                                                                                <comments>
                            <comment id="56269" author="pgubka@cisco.com" created="Mon, 6 Oct 2014 10:04:39 +0000"  >&lt;p&gt;Attachment flowscreator.sh has been added with description: file to create flows&lt;/p&gt;</comment>
                            <comment id="56266" author="vdemcak@cisco.com" created="Fri, 27 Feb 2015 13:02:31 +0000"  >&lt;p&gt;&lt;a href=&quot;https://git.opendaylight.org/gerrit/#/c/13127/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/#/c/13127/&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="56267" author="carolsand@gmail.com" created="Mon, 4 May 2015 20:15:28 +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="56268" author="pgubka@cisco.com" created="Wed, 27 May 2015 13:51:14 +0000"  >&lt;p&gt;replicated with &lt;a href=&quot;http://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/integration/distribution-karaf/0.3.0-SNAPSHOT//distribution-karaf-0.3.0-20150527.111128-1870.tar.gz&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/integration/distribution-karaf/0.3.0-SNAPSHOT//distribution-karaf-0.3.0-20150527.111128-1870.tar.gz&lt;/a&gt;&lt;/p&gt;


&lt;p&gt;installed feature odl-openflowplugin-flow-services-ui-li&lt;/p&gt;


&lt;p&gt;works&lt;/p&gt;

&lt;p&gt;linux-gnu&amp;gt;bash flowscreator.sh -f 50000 -t 30 -o t30f50k&lt;br/&gt;
switch 1, table 30, flows 50000&lt;br/&gt;
linux-gnu&amp;gt;bash flowscreator.sh -f 50000 -t 31 -o t31f50k&lt;br/&gt;
switch 1, table 31, flows 50000&lt;br/&gt;
linux-gnu&amp;gt;sudo ovs-ofctl add-flows s1 t30f50k -O OpenFlow13&lt;/p&gt;

&lt;p&gt;linux-gnu&amp;gt;integration/test/tools/odl-mdsal-clustering-tests/clustering-performance-test/inventory_crawler.py --host 10.25.2.9 --auth&lt;br/&gt;
Crawling &apos;http://10.25.2.9:8181/restconf/operational/opendaylight-inventory:nodes&apos;&lt;/p&gt;

&lt;p&gt;Totals:&lt;br/&gt;
    Nodes:          1&lt;br/&gt;
    Reported flows: 50009&lt;br/&gt;
    Found flows:    50000&lt;br/&gt;
linux-gnu&amp;gt;sudo ovs-ofctl add-flows s1 t31f50k -O OpenFlow13&lt;br/&gt;
linux-gnu&amp;gt;&lt;br/&gt;
linux-gnu&amp;gt;&lt;br/&gt;
linux-gnu&amp;gt;&lt;br/&gt;
linux-gnu&amp;gt;integration/test/tools/odl-mdsal-clustering-tests/clustering-performance-test/inventory_crawler.py --host 10.25.2.9 --auth&lt;br/&gt;
Crawling &apos;http://10.25.2.9:8181/restconf/operational/opendaylight-inventory:nodes&apos;&lt;/p&gt;

&lt;p&gt;Totals:&lt;br/&gt;
    Nodes:          1&lt;br/&gt;
    Reported flows: 100009&lt;br/&gt;
    Found flows:    100000&lt;br/&gt;
linux-gnu&amp;gt;&lt;/p&gt;</comment>
                    </comments>
                    <attachments>
                            <attachment id="13928" name="flowscreator.sh" size="493" author="pgubka@cisco.com" created="Mon, 6 Oct 2014 10:04:39 +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>2151</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=2151]]></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_10204" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>ODL SR Target Milestone</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10360"><![CDATA[Helium-2]]></customfieldvalue>

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

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