<!-- 
RSS generated by JIRA (8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d) at Wed Feb 07 20:33:17 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-747] Modified flow does not reconcile in configuration (show alien ID)</title>
                <link>https://jira.opendaylight.org/browse/OPNFLWPLUG-747</link>
                <project id="10155" key="OPNFLWPLUG">OpenFlowPlugin</project>
                    <description>&lt;p&gt;This tracked here:&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://jenkins.opendaylight.org/releng/view/openflowplugin/job/openflowplugin-csit-1node-flow-services-only-boron/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://jenkins.opendaylight.org/releng/view/openflowplugin/job/openflowplugin-csit-1node-flow-services-only-boron/&lt;/a&gt;&lt;/p&gt;

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

&lt;p&gt;1) Add a flow to a switch:&lt;/p&gt;

&lt;p&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;idle-timeout&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;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;2) Check flow is in operational with id=1&lt;/p&gt;

&lt;p&gt;3) Modify flow (change IP match):&lt;/p&gt;

&lt;p&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;idle-timeout&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;match&quot;: {&lt;br/&gt;
        &quot;ipv4-destination&quot;: &quot;10.0.20.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;4) Flow shows alien ID in operational.&lt;/p&gt;

&lt;p&gt;{&lt;br/&gt;
  &quot;flow-node-inventory:table&quot;: [&lt;br/&gt;
    {&lt;br/&gt;
      &quot;id&quot;: 0,&lt;br/&gt;
      &quot;flow&quot;: [&lt;br/&gt;
        {&lt;br/&gt;
          &quot;id&quot;: &quot;#UF$TABLE*0-2&quot;,&lt;br/&gt;
          &quot;opendaylight-flow-statistics:flow-statistics&quot;: {&lt;br/&gt;
            &quot;packet-count&quot;: 0,&lt;br/&gt;
            &quot;duration&quot;: &lt;/p&gt;
{
              &quot;nanosecond&quot;: 112000000,
              &quot;second&quot;: 39
            }
&lt;p&gt;,&lt;br/&gt;
            &quot;byte-count&quot;: 0&lt;br/&gt;
          },&lt;br/&gt;
          &quot;priority&quot;: 2,&lt;br/&gt;
          &quot;table_id&quot;: 0,&lt;br/&gt;
          &quot;hard-timeout&quot;: 0,&lt;br/&gt;
          &quot;match&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;
            &quot;ipv4-destination&quot;: &quot;10.0.20.0/24&quot;&lt;br/&gt;
          },&lt;br/&gt;
          &quot;cookie&quot;: 0,&lt;br/&gt;
          &quot;flags&quot;: &quot;&quot;,&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;max-length&quot;: 0,
                        &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;
        }&lt;br/&gt;
      ],&lt;br/&gt;
      &quot;opendaylight-flow-table-statistics:flow-table-statistics&quot;: &lt;/p&gt;
{
        &quot;packets-matched&quot;: 12594,
        &quot;active-flows&quot;: 1,
        &quot;packets-looked-up&quot;: 12855
      }
&lt;p&gt;    }&lt;br/&gt;
  ]&lt;br/&gt;
}&lt;/p&gt;</description>
                <environment>&lt;p&gt;Operating System: All&lt;br/&gt;
Platform: All&lt;/p&gt;</environment>
        <key id="28015">OPNFLWPLUG-747</key>
            <summary>Modified flow does not reconcile in configuration (show alien ID)</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="shuva.jyoti.kar.87@gmail.com">Shuva Jyoti Kar</assignee>
                                    <reporter username="ecelgp">Luis Gomez</reporter>
                        <labels>
                    </labels>
                <created>Thu, 18 Aug 2016 02:08:00 +0000</created>
                <updated>Mon, 27 Sep 2021 09:01:52 +0000</updated>
                            <resolved>Fri, 19 Aug 2016 06:05:00 +0000</resolved>
                                                                    <component>General</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>3</watches>
                                                                                                                <comments>
                            <comment id="58148" author="jozef.bacigal@pantheon.tech" created="Thu, 18 Aug 2016 08:13:38 +0000"  >&lt;p&gt;This is all the strange thing with TWO flows with the SAME ID. We should never allowed this. We should take back all this nonsense, because we are getting deeper into problems ...&lt;/p&gt;</comment>
                            <comment id="58149" author="shuva.jyoti.kar.87@gmail.com" created="Thu, 18 Aug 2016 08:18:11 +0000"  >&lt;p&gt;(In reply to Jozef Bacigal from comment #1)&lt;br/&gt;
&amp;gt; This is all the strange thing with TWO flows with the SAME ID. We should&lt;br/&gt;
&amp;gt; never allowed this. We should take back all this nonsense, because we are&lt;br/&gt;
&amp;gt; getting deeper into problems ...&lt;/p&gt;

&lt;p&gt;Actually i still feel we need to keep the flowregistrykey--&amp;gt; flowDescriptor pair unique since the flowid is the one we need, to put the flow in the confg datastore. The issue here is the updated callback doesnot remove the already existing entry. Will push in a patch for the same, that should take care.&lt;/p&gt;</comment>
                            <comment id="58150" author="shuva.jyoti.kar.87@gmail.com" created="Fri, 19 Aug 2016 06:05:00 +0000"  >&lt;p&gt;&lt;a href=&quot;https://git.opendaylight.org/gerrit/#/c/44281/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/#/c/44281/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://git.opendaylight.org/gerrit/#/c/44244/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/#/c/44244/&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>6458</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=6458]]></customfieldvalue>

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

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