<!-- 
RSS generated by JIRA (8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d) at Wed Feb 07 20:33: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-975] Groups do not clear from operational DS when removed from config DS</title>
                <link>https://jira.opendaylight.org/browse/OPNFLWPLUG-975</link>
                <project id="10155" key="OPNFLWPLUG">OpenFlowPlugin</project>
                    <description>&lt;p&gt;This issue is tracked in this test:&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://jenkins.opendaylight.org/releng/view/openflowplugin/job/openflowplugin-csit-1node-flow-services-all-carbon&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-all-carbon&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;To reproduce just push a group and remove it from config DS. The group will never clear from operational DS.&lt;/p&gt;</description>
                <environment></environment>
        <key id="29171">OPNFLWPLUG-975</key>
            <summary>Groups do not clear from operational DS when removed from config DS</summary>
                <type id="10104" iconUrl="https://jira.opendaylight.org/secure/viewavatar?size=xsmall&amp;avatarId=10303&amp;avatarType=issuetype">Bug</type>
                                            <priority id="1" iconUrl="https://jira.opendaylight.org/images/icons/priorities/blocker.svg">Highest</priority>
                        <status id="10004" iconUrl="https://jira.opendaylight.org/images/icons/status_generic.gif" description="">Verified</status>
                    <statusCategory id="3" key="done" colorName="green"/>
                                    <resolution id="10000">Done</resolution>
                                        <assignee username="sunilkumarms">Sunil Kumar M S</assignee>
                                    <reporter username="ecelgp">Luis Gomez</reporter>
                        <labels>
                    </labels>
                <created>Thu, 8 Feb 2018 20:31:11 +0000</created>
                <updated>Sat, 24 Feb 2018 00:20:17 +0000</updated>
                            <resolved>Sat, 24 Feb 2018 00:20:11 +0000</resolved>
                                                    <fixVersion>Carbon-SR3</fixVersion>
                                    <component>statistics-manager</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>5</watches>
                                                                                                                <comments>
                            <comment id="61010" author="vishnoianil@gmail.com" created="Fri, 9 Feb 2018 19:48:04 +0000"  >&lt;p&gt;This is the gerrit that is causing the regression.&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://git.opendaylight.org/gerrit/#/c/66304/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/#/c/66304/&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="61011" author="vishnoianil@gmail.com" created="Fri, 9 Feb 2018 19:48:38 +0000"  >&lt;p&gt;&lt;a href=&quot;https://jira.opendaylight.org/secure/ViewProfile.jspa?name=sunilkumarms&quot; class=&quot;user-hover&quot; rel=&quot;sunilkumarms&quot;&gt;sunilkumarms&lt;/a&gt; can you please have a look at this regression, looks like it&apos;s sneaked in through the patch you pushed.&lt;/p&gt;</comment>
                            <comment id="61019" author="sunilkumarms" created="Sun, 11 Feb 2018 03:12:06 +0000"  >&lt;p&gt;&lt;a href=&quot;https://jira.opendaylight.org/secure/ViewProfile.jspa?name=ecelgp&quot; class=&quot;user-hover&quot; rel=&quot;ecelgp&quot;&gt;ecelgp&lt;/a&gt;&#160;can you let me know what is the exact issue you are observing. can you point me to the logs where i can see which groups are remaining in DS for which DPN.&#160; Can you reproduce the problem in DEBUG mode on &quot;org.opendaylight.openflowplugin.impl&quot;&lt;/p&gt;</comment>
                            <comment id="61021" author="ecelgp" created="Mon, 12 Feb 2018 00:49:21 +0000"  >&lt;p&gt;Hi Sunil, the issue is very easy to reproduce:&lt;/p&gt;

&lt;p&gt;1) start mininet 1 switch:&lt;/p&gt;
&lt;div class=&quot;code panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;codeContent panelContent&quot;&gt;
&lt;pre class=&quot;code-java&quot;&gt;
sudo mn --controller &lt;span class=&quot;code-quote&quot;&gt;&apos;remote,ip=192.168.0.1,port=6633&apos;&lt;/span&gt; --topo linear,1 --&lt;span class=&quot;code-keyword&quot;&gt;switch&lt;/span&gt; ovsk,protocols=OpenFlow13&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;2) Add one group via REST:&lt;/p&gt;
&lt;div class=&quot;code panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;codeContent panelContent&quot;&gt;
&lt;pre class=&quot;code-java&quot;&gt;
PUT http:&lt;span class=&quot;code-comment&quot;&gt;//127.0.0.1:8181/restconf/config/opendaylight-inventory:nodes/node/openflow:1/group/1
&lt;/span&gt;
&amp;lt;group xmlns=&lt;span class=&quot;code-quote&quot;&gt;&quot;urn:opendaylight:flow:inventory&quot;&lt;/span&gt;&amp;gt;
&amp;lt;group-type&amp;gt;group-select&amp;lt;/group-type&amp;gt;
&amp;lt;buckets&amp;gt;
&amp;lt;bucket&amp;gt;
&amp;lt;weight&amp;gt;1&amp;lt;/weight&amp;gt;
&amp;lt;action&amp;gt;
&amp;lt;output-action&amp;gt;
&amp;lt;output-node-connector&amp;gt;1&amp;lt;/output-node-connector&amp;gt;
&amp;lt;/output-action&amp;gt;
&amp;lt;order&amp;gt;1&amp;lt;/order&amp;gt;
&amp;lt;/action&amp;gt;
&amp;lt;bucket-id&amp;gt;1&amp;lt;/bucket-id&amp;gt;
&amp;lt;/bucket&amp;gt;
&amp;lt;bucket&amp;gt;
&amp;lt;weight&amp;gt;1&amp;lt;/weight&amp;gt;
&amp;lt;action&amp;gt;
&amp;lt;output-action&amp;gt;
&amp;lt;output-node-connector&amp;gt;2&amp;lt;/output-node-connector&amp;gt;
&amp;lt;/output-action&amp;gt;
&amp;lt;order&amp;gt;1&amp;lt;/order&amp;gt;
&amp;lt;/action&amp;gt;
&amp;lt;bucket-id&amp;gt;2&amp;lt;/bucket-id&amp;gt;
&amp;lt;/bucket&amp;gt;
&amp;lt;/buckets&amp;gt;
&amp;lt;barrier&amp;gt;&lt;span class=&quot;code-keyword&quot;&gt;false&lt;/span&gt;&amp;lt;/barrier&amp;gt;
&amp;lt;group-name&amp;gt;Foo&amp;lt;/group-name&amp;gt;
&amp;lt;group-id&amp;gt;1&amp;lt;/group-id&amp;gt;
&amp;lt;/group&amp;gt;
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;3) Check the group is in operational:&lt;/p&gt;
&lt;div class=&quot;code panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;codeContent panelContent&quot;&gt;
&lt;pre class=&quot;code-java&quot;&gt;
GET http:&lt;span class=&quot;code-comment&quot;&gt;//127.0.0.1:8181/restconf/operational/opendaylight-inventory:nodes/node/openflow:1/group/1&lt;/span&gt;&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;4) Remove the group:&lt;/p&gt;
&lt;div class=&quot;code panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;codeContent panelContent&quot;&gt;
&lt;pre class=&quot;code-java&quot;&gt;
DELETE http:&lt;span class=&quot;code-comment&quot;&gt;//127.0.0.1:8181/restconf/config/opendaylight-inventory:nodes/node/openflow:1/group/1&lt;/span&gt;&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;5)&#160;Check group is still in operational:&lt;/p&gt;
&lt;div class=&quot;code panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;codeContent panelContent&quot;&gt;
&lt;pre class=&quot;code-java&quot;&gt;
GET http:&lt;span class=&quot;code-comment&quot;&gt;//127.0.0.1:8181/restconf/operational/opendaylight-inventory:nodes/node/openflow:1/group/1&lt;/span&gt;&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</comment>
                            <comment id="61026" author="sunilkumarms" created="Mon, 12 Feb 2018 09:17:08 +0000"  >&lt;p&gt;&lt;a href=&quot;https://jira.opendaylight.org/secure/ViewProfile.jspa?name=ecelgp&quot; class=&quot;user-hover&quot; rel=&quot;ecelgp&quot;&gt;ecelgp&lt;/a&gt;&#160; &lt;a href=&quot;https://jira.opendaylight.org/secure/ViewProfile.jspa?name=Avishnoi&quot; class=&quot;user-hover&quot; rel=&quot;Avishnoi&quot;&gt;Avishnoi&lt;/a&gt;&#160;analyzed the issue. Looks like if there is only one group installed on switch and if the same is being deleted, it will not be removed from OperDS also that on deleting the lone group, statistics will be empty and empty data will not be written to operDS. both ways group remains in operDS.&#160;&lt;/p&gt;</comment>
                            <comment id="61039" author="klou" created="Tue, 13 Feb 2018 19:59:14 +0000"  >&lt;p&gt;What&apos;s the next action we need to take here? Do we need any code fix?&#160; Thanks!&lt;/p&gt;</comment>
                            <comment id="61047" author="sunilkumarms" created="Wed, 14 Feb 2018 02:45:22 +0000"  >&lt;p&gt;&lt;a href=&quot;https://jira.opendaylight.org/secure/ViewProfile.jspa?name=klou&quot; class=&quot;user-hover&quot; rel=&quot;klou&quot;&gt;klou&lt;/a&gt; we have a fix for it &lt;a href=&quot;https://git.opendaylight.org/gerrit/#/c/68130/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/#/c/68130/&lt;/a&gt;&#160;but test are failing&#160;&lt;/p&gt;

&lt;p&gt;Running org.opendaylight.odlparent.featuretest.SingleFeatureTest Tests run: 2, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 1,051.615 sec &amp;lt;&amp;lt;&amp;lt; FAILURE! - in org.opendaylight.odlparent.featuretest.SingleFeatureTest installFeature(org.opendaylight.odlparent.featuretest.SingleFeatureTest)&lt;span class=&quot;error&quot;&gt;&amp;#91;repoUrl: file:/w/workspace/openflowplugin-distribution-check-carbon/distribution/features3-test/target/classes/features.xml, Feature: odl-integration-compatible-with-all 0.6.3-SNAPSHOT&amp;#93;&lt;/span&gt; Time elapsed: 630.301 sec &amp;lt;&amp;lt;&amp;lt; ERROR! java.lang.ClassNotFoundException: org.junit.runners.model.TestTimedOutException (no security manager: RMI class loader disabled) at sun.rmi.server.LoaderHandler.loadClass(LoaderHandler.java:396) at sun.rmi.server.LoaderHandler.loadClass(LoaderHandler.java:186)&lt;/p&gt;</comment>
                            <comment id="61048" author="ecelgp" created="Wed, 14 Feb 2018 03:41:37 +0000"  >&lt;p&gt;We need this patch: &lt;a href=&quot;https://git.opendaylight.org/gerrit/#/c/68226&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/#/c/68226&lt;/a&gt;&#160;for the verify job to pass.&lt;/p&gt;</comment>
                            <comment id="61049" author="ecelgp" created="Wed, 14 Feb 2018 04:19:21 +0000"  >&lt;p&gt;We also need ovsdb succesful merge job:&#160;&lt;a href=&quot;https://jenkins.opendaylight.org/releng/view/Merge-Jobs/job/ovsdb-merge-carbon/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://jenkins.opendaylight.org/releng/view/Merge-Jobs/job/ovsdb-merge-carbon/&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="61065" author="klou" created="Wed, 14 Feb 2018 19:42:11 +0000"  >&lt;p&gt;&lt;a href=&quot;https://jira.opendaylight.org/secure/ViewProfile.jspa?name=sunilkumarms&quot; class=&quot;user-hover&quot; rel=&quot;sunilkumarms&quot;&gt;sunilkumarms&lt;/a&gt; - Can you re-run your test for the fix? I believe the 2 items Luis mentioned are in place.&#160; Thanks!&lt;/p&gt;</comment>
                            <comment id="61188" author="klou" created="Sat, 24 Feb 2018 00:11:07 +0000"  >&lt;p&gt;Can we close this issue out as SR3 was already released?&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_10000" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>0|i03a47:</customfieldvalue>

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