<!-- 
RSS generated by JIRA (8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d) at Wed Feb 07 20:32:59 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-635] Lifecycle cleaning</title>
                <link>https://jira.opendaylight.org/browse/OPNFLWPLUG-635</link>
                <project id="10155" key="OPNFLWPLUG">OpenFlowPlugin</project>
                    <description>&lt;p&gt;When restarting switches on running controller controller has issues in clening up its state.&lt;/p&gt;

&lt;p&gt;We were testing that on stable/beryllim SR1 using loop: start_network.sh, sleep 0.5sec stop_network.sh.&lt;/p&gt;

&lt;p&gt;Please reproduce it also on 3node cluster.&lt;/p&gt;</description>
                <environment>&lt;p&gt;Operating System: All&lt;br/&gt;
Platform: All&lt;/p&gt;</environment>
        <key id="27903">OPNFLWPLUG-635</key>
            <summary>Lifecycle cleaning</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="batky">Jozef Bacigal</assignee>
                                    <reporter username="jozef.slezak@pantheon.sk">Jozef Slez&#225;k</reporter>
                        <labels>
                    </labels>
                <created>Tue, 15 Mar 2016 08:55:12 +0000</created>
                <updated>Mon, 27 Sep 2021 09:01:44 +0000</updated>
                            <resolved>Mon, 16 May 2016 11:47:48 +0000</resolved>
                                                                    <component>General</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>6</watches>
                                                                                                                <comments>
                            <comment id="57672" author="jozef.slezak@pantheon.sk" created="Wed, 16 Mar 2016 18:51:26 +0000"  >&lt;p&gt;Please take a look at this log messages in attached log20160316.zip. During last testing on stable/beryllium I saw node in operational inventory on disconnected network after that not all flows were reconciled.&lt;/p&gt;

&lt;p&gt;2016-03-16 18:42:04,174 | WARN  | pool-33-thread-1 | RpcContextImpl                   | 157 - org.opendaylight.openflowplugin.impl - 0.2.1.SNAPSHOT | Xid cannot be reserved for new RequestContext, node:Uri &lt;span class=&quot;error&quot;&gt;&amp;#91;_value=openflow:18087942711149584731&amp;#93;&lt;/span&gt;&lt;br/&gt;
2&lt;/p&gt;


&lt;p&gt;org.opendaylight.yangtools.yang.data.api.schema.tree.ModifiedNodeDoesNotExistException: Node /(urn:opendaylight:inventory?revision=2013-08-19)nodes/node/node[&lt;/p&gt;
{(urn:opendaylight:inventory?revision=2013-08-19)id=openflow:18088224186126241907}
&lt;p&gt;]/AugmentationIdentifier&lt;/p&gt;
{childNames=[(urn:opendaylight:flow:inventory?revision=2013-08-19)supported-match-types, (urn:opendaylight:flow:inventory?revision=2013-08-19)port-number, (urn:opendaylight:flow:inventory?revision=2013-08-19)serial-number, (urn:opendaylight:flow:inventory?revision=2013-08-19)group, (urn:opendaylight:flow:inventory?revision=2013-08-19)ip-address, (urn:opendaylight:flow:inventory?revision=2013-08-19)manufacturer, (urn:opendaylight:flow:inventory?revision=2013-08-19)stale-group, (urn:opendaylight:flow:inventory?revision=2013-08-19)supported-instructions, (urn:opendaylight:flow:inventory?revision=2013-08-19)supported-actions, (urn:opendaylight:flow:inventory?revision=2013-08-19)table, (urn:opendaylight:flow:inventory?revision=2013-08-19)stale-meter, (urn:opendaylight:flow:inventory?revision=2013-08-19)hardware, (urn:opendaylight:flow:inventory?revision=2013-08-19)switch-features, (urn:opendaylight:flow:inventory?revision=2013-08-19)description, (urn:opendaylight:flow:inventory?revision=2013-08-19)software, (urn:opendaylight:flow:inventory?revision=2013-08-19)meter]}
&lt;p&gt;/(urn:opendaylight:flow:inventory?revision=2013-08-19)group/group[&lt;/p&gt;
{(urn:opendaylight:flow:inventory?revision=2013-08-19)group-id=3}
&lt;p&gt;] does not exist. Cannot apply modification to its children.&lt;/p&gt;</comment>
                            <comment id="57677" author="jozef.slezak@pantheon.sk" created="Wed, 16 Mar 2016 18:51:26 +0000"  >&lt;p&gt;Attachment log20160316.zip has been added with description: Log files after restarting OVS2.4 on running controller&lt;/p&gt;</comment>
                            <comment id="57673" author="jozef.slezak@pantheon.sk" created="Thu, 17 Mar 2016 15:03:02 +0000"  >&lt;p&gt;Vaso, we have robot test to reproduce this problem.&lt;/p&gt;</comment>
                            <comment id="57674" author="anipbu" created="Fri, 6 May 2016 15:35:16 +0000"  >&lt;p&gt;A patch for this bug was submitted:&lt;/p&gt;

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

&lt;p&gt;To better assess the impact of this bug and fix, could someone from your team please help us identify the following:&lt;/p&gt;

&lt;p&gt;Severity: Could you elaborate on the severity of this bug?  Is this a BLOCKER such that we cannot release Beryllium without it?  Is there a workaround such that we can write a release note and fix in future Beryllium SR3?&lt;br/&gt;
Testing: Could you also elaborate on the testing or this patch?  How extensively has this patch been tested?  Is it covered by any unit tests or system tests?  &lt;br/&gt;
Impact: Does this fix impact any dependent projects?&lt;/p&gt;</comment>
                            <comment id="57675" author="jozef.bacigal@pantheon.tech" created="Mon, 9 May 2016 06:19:10 +0000"  >
&lt;p&gt;This patch was made behalf on clustering changes needed to be implemented.On the changes were made and merged before the release SR2, we tested it in cluster in our place. Changes priorities were to be stable on connection flapping, and we rewrote whole connection and disconnection logic, made double candidate approach in plugin. Three patches mentioned, took to long to test, we manage better testing on cluster as we were able before, so we made a step forward. This patches meant to be ready before SR2 and merged before the lock. We all, most of us, agreed it is a regression for the SR2 in &#8220;cluster environment&#8221;. I don&#8217;t think we are able to make any workaround, its too complex to simplify this patch.&lt;/p&gt;

&lt;p&gt;We were testing in on our cluster every day for last two weeks. But we don&#8217;t have any robot tests, integration tests, but some unit test. &lt;/p&gt;

&lt;p&gt;This fix doesn&#8217;t impact any depending project, it is changing only plugin in cluster behavior like change mastership. It isn&#8217;t change statistics gathering nor rpc services nor yang models.&lt;/p&gt;

&lt;p&gt;Patches were already merged in beryllium, I will close this bug, if some errors or bug comes out from testing we should raise another bug.&lt;/p&gt;</comment>
                            <comment id="57676" author="anipbu" created="Mon, 9 May 2016 18:18:45 +0000"  >&lt;p&gt;Have we verified if the bug has been fixed in the latest build for Beryllium SR2?&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://wiki.opendaylight.org/view/Simultaneous_Release:Beryllium_Release_Plan#Beryllium_SR2_Download&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://wiki.opendaylight.org/view/Simultaneous_Release:Beryllium_Release_Plan#Beryllium_SR2_Download&lt;/a&gt;&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10000">
                    <name>Blocks</name>
                                            <outwardlinks description="blocks">
                                        <issuelink>
            <issuekey id="27902">OPNFLWPLUG-634</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="27938">OPNFLWPLUG-670</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="27939">OPNFLWPLUG-671</issuekey>
        </issuelink>
                            </outwardlinks>
                                                                <inwardlinks description="is blocked by">
                                        <issuelink>
            <issuekey id="21577">L2SWITCH-64</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="27906">OPNFLWPLUG-638</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="27907">OPNFLWPLUG-639</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                    </issuelinks>
                <attachments>
                            <attachment id="14039" name="log20160316.zip" size="553731" author="jozef.slezak@pantheon.sk" created="Wed, 16 Mar 2016 18:51:26 +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>5523</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=5523]]></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="10331"><![CDATA[Beryllium-2]]></customfieldvalue>

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

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