<!-- 
RSS generated by JIRA (8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d) at Wed Feb 07 20:32:52 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-585] Flow push does not work in cluster environment</title>
                <link>https://jira.opendaylight.org/browse/OPNFLWPLUG-585</link>
                <project id="10155" key="OPNFLWPLUG">OpenFlowPlugin</project>
                    <description>&lt;p&gt;This issue is detected in our csit job:&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://jenkins.opendaylight.org/releng/view/CSIT-3node/job/openflowplugin-csit-3node-clustering-only-stable-lithium/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://jenkins.opendaylight.org/releng/view/CSIT-3node/job/openflowplugin-csit-3node-clustering-only-stable-lithium/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;To reproduce:&lt;/p&gt;

&lt;p&gt;1) Install 3 node cluster setup with latest stable Lithium and feature odl-openflowplugin-flow-services-ui-li&lt;/p&gt;

&lt;p&gt;2) Start normal mininet and point to 3 controllers:&lt;/p&gt;

&lt;p&gt;ovs-vsctl set-controller s1 &quot;tcp:192.168.0.101:6633&quot; &quot;tcp:192.168.0.102:6633&quot; &quot;tcp:192.168.0.103:6633&quot;&lt;/p&gt;

&lt;p&gt;sudo mn --controller &apos;remote,ip=192.168.0.101,port=6633&apos; --topo tree,1 --switch ovsk,protocols=OpenFlow13&lt;/p&gt;

&lt;p&gt;3) Push a sample flow to DS:&lt;/p&gt;

&lt;p&gt;PUT &lt;a href=&quot;http://192.168.0.101:8181/restconf/config/opendaylight-inventory:nodes/node/openflow:1/table/0/flow/1&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://192.168.0.101:8181/restconf/config/opendaylight-inventory:nodes/node/openflow:1/table/0/flow/1&lt;/a&gt;&lt;br/&gt;
{&lt;br/&gt;
  &quot;flow-node-inventory:flow&quot;: [&lt;br/&gt;
    {&lt;br/&gt;
      &quot;id&quot;: &quot;1&quot;,&lt;br/&gt;
      &quot;priority&quot;: 2,&lt;br/&gt;
      &quot;flow-name&quot;: &quot;flow1&quot;,&lt;br/&gt;
      &quot;table_id&quot;: 0,&lt;br/&gt;
      &quot;hard-timeout&quot;: 0,&lt;br/&gt;
      &quot;instructions&quot;: {&lt;br/&gt;
        &quot;instruction&quot;: [&lt;br/&gt;
          {&lt;br/&gt;
            &quot;order&quot;: 0,&lt;br/&gt;
            &quot;apply-actions&quot;: {&lt;br/&gt;
              &quot;action&quot;: [&lt;br/&gt;
                {&lt;br/&gt;
                  &quot;order&quot;: 0,&lt;br/&gt;
                  &quot;output-action&quot;: &lt;/p&gt;
{
                    &quot;output-node-connector&quot;: &quot;1&quot;
                  }
&lt;p&gt;                }&lt;br/&gt;
              ]&lt;br/&gt;
            }&lt;br/&gt;
          }&lt;br/&gt;
        ]&lt;br/&gt;
      },&lt;br/&gt;
      &quot;idle-timeout&quot;: 0,&lt;br/&gt;
      &quot;match&quot;: {&lt;br/&gt;
        &quot;ipv4-destination&quot;: &quot;10.0.10.0/24&quot;,&lt;br/&gt;
        &quot;ethernet-match&quot;: {&lt;br/&gt;
          &quot;ethernet-type&quot;: &lt;/p&gt;
{
            &quot;type&quot;: 2048
          }
&lt;p&gt;        }&lt;br/&gt;
      }&lt;br/&gt;
    }&lt;br/&gt;
  ]&lt;br/&gt;
}&lt;/p&gt;

&lt;p&gt;Flow replicates in DS config but nothing is sent to switch.&lt;/p&gt;

&lt;p&gt;4) Send RPC Flow Add:&lt;/p&gt;

&lt;p&gt;POST &lt;a href=&quot;http://192.168.0.101:8181/restconf/operations/sal-flow:add-flow&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://192.168.0.101:8181/restconf/operations/sal-flow:add-flow&lt;/a&gt;&lt;br/&gt;
&amp;lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&amp;gt;&lt;br/&gt;
&amp;lt;input xmlns=&quot;urn:opendaylight:flow:service&quot;&amp;gt;&lt;br/&gt;
    &amp;lt;node xmlns:inv=&quot;urn:opendaylight:inventory&quot;&amp;gt;/inv:nodes/inv:node&lt;span class=&quot;error&quot;&gt;&amp;#91;inv:id=&amp;quot;openflow:1&amp;quot;&amp;#93;&lt;/span&gt;&amp;lt;/node&amp;gt;&lt;br/&gt;
    &amp;lt;table_id&amp;gt;0&amp;lt;/table_id&amp;gt;&lt;br/&gt;
    &amp;lt;priority&amp;gt;2&amp;lt;/priority&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;ipv4-destination&amp;gt;10.0.1.0/24&amp;lt;/ipv4-destination&amp;gt;&lt;br/&gt;
    &amp;lt;/match&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;output-action&amp;gt;&lt;br/&gt;
                        &amp;lt;output-node-connector&amp;gt;1&amp;lt;/output-node-connector&amp;gt;&lt;br/&gt;
                    &amp;lt;/output-action&amp;gt;&lt;br/&gt;
                    &amp;lt;order&amp;gt;0&amp;lt;/order&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;/input&amp;gt;&lt;/p&gt;

&lt;p&gt;Again nothing is sent to switch.&lt;/p&gt;

&lt;p&gt;In both cases there is no message in karaf log indicating error or anything.&lt;/p&gt;

&lt;p&gt;BR/Luis&lt;/p&gt;</description>
                <environment>&lt;p&gt;Operating System: All&lt;br/&gt;
Platform: All&lt;/p&gt;</environment>
        <key id="27853">OPNFLWPLUG-585</key>
            <summary>Flow push does not work in cluster environment</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="-1">Unassigned</assignee>
                                    <reporter username="ecelgp">Luis Gomez</reporter>
                        <labels>
                    </labels>
                <created>Mon, 14 Dec 2015 02:40:35 +0000</created>
                <updated>Mon, 27 Sep 2021 09:01:41 +0000</updated>
                            <resolved>Tue, 19 Jan 2016 01:21:19 +0000</resolved>
                                                                    <component>General</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>3</watches>
                                                                                                                <comments>
                            <comment id="57440" author="ecelgp" created="Tue, 19 Jan 2016 01:19:37 +0000"  >&lt;p&gt;It looks like these issues were resolved in this patch:&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://git.opendaylight.org/gerrit/#/c/32459/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/#/c/32459/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;So now I only see these 2 issues in the cluster CI test:&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://bugs.opendaylight.org/show_bug.cgi?id=4999&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://bugs.opendaylight.org/show_bug.cgi?id=4999&lt;/a&gt;&lt;br/&gt;
&lt;a href=&quot;https://bugs.opendaylight.org/show_bug.cgi?id=5000&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://bugs.opendaylight.org/show_bug.cgi?id=5000&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;BR/Luis&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>4767</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=4767]]></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|i03227:</customfieldvalue>

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