<!-- 
RSS generated by JIRA (8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d) at Wed Feb 07 20:33:10 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-704] Operational Inventory data persists in datastore after network is disconnected</title>
                <link>https://jira.opendaylight.org/browse/OPNFLWPLUG-704</link>
                <project id="10155" key="OPNFLWPLUG">OpenFlowPlugin</project>
                    <description>&lt;p&gt;I&apos;m using this build: &lt;a href=&quot;https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/integration/distribution-karaf/0.4.3-SNAPSHOT/distribution-karaf-0.4.3-20160530.142832-194.zip&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/integration/distribution-karaf/0.4.3-SNAPSHOT/distribution-karaf-0.4.3-20160530.142832-194.zip&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;And I&apos;m running ODL in 3-node cluster. &lt;/p&gt;

&lt;p&gt;After connecting mininet to cluster (sudo mn --controller &apos;remote,ip=10.25.2.14,port=6633&apos; --controller &apos;remote,ip=10.25.2.13,port=6633&apos; --controller &apos;remote,ip=10.25.2.12,port=6633&apos; --topo tree,3 --switch ovsk,protocols=OpenFlow13) operational inventory DS shows data correctly. But after quitting (and cleaning up) mininet, data are still present in operational inventory datastore.&lt;/p&gt;</description>
                <environment>&lt;p&gt;Operating System: Linux&lt;br/&gt;
Platform: PC&lt;/p&gt;</environment>
        <key id="27972">OPNFLWPLUG-704</key>
            <summary>Operational Inventory data persists in datastore after network is disconnected</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="jsebin@cisco.com">Juraj Sebin</assignee>
                                    <reporter username="jsebin@cisco.com">Juraj Sebin</reporter>
                        <labels>
                    </labels>
                <created>Wed, 1 Jun 2016 07:01:59 +0000</created>
                <updated>Mon, 27 Sep 2021 09:01:49 +0000</updated>
                            <resolved>Thu, 21 Jul 2016 07:34:19 +0000</resolved>
                                                                    <component>General</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>4</watches>
                                                                                                                <comments>
                            <comment id="57930" author="jsebin@cisco.com" created="Wed, 1 Jun 2016 07:01:59 +0000"  >&lt;p&gt;Attachment karaf.log.12 node 1 has been added with description: karaf log&lt;/p&gt;</comment>
                            <comment id="57931" author="jsebin@cisco.com" created="Wed, 1 Jun 2016 07:02:28 +0000"  >&lt;p&gt;Attachment karaf.log.13 has been added with description: karaf log node 2&lt;/p&gt;</comment>
                            <comment id="57932" author="jsebin@cisco.com" created="Wed, 1 Jun 2016 07:02:55 +0000"  >&lt;p&gt;Attachment karaf.log.14 has been added with description: karaf log node 3&lt;/p&gt;</comment>
                            <comment id="57924" author="shuva.jyoti.kar.87@gmail.com" created="Wed, 8 Jun 2016 17:46:24 +0000"  >&lt;p&gt;Hi Juraj,&lt;/p&gt;

&lt;p&gt;Are you using having switches in OFHA (same switches connected to multiple controller nodes ) and which version of the ofplugin are you using Li-plugin ?&lt;/p&gt;</comment>
                            <comment id="57925" author="jsebin@cisco.com" created="Thu, 9 Jun 2016 05:29:35 +0000"  >&lt;p&gt;Hi Shuva,&lt;/p&gt;

&lt;p&gt;Yes, I believe that with mininet command I posted, every switch is connected to all cluster nodes.&lt;/p&gt;

&lt;p&gt;Regarding the ofplugin version, it should be lithium version. This is list of installed features:&lt;br/&gt;
odl-restconf-noauth,odl-mdsal-clustering,odl-openflowplugin-flow-services-rest-li,feature-jolokia,odl-openflowplugin-app-table-miss-enforcer&lt;/p&gt;</comment>
                            <comment id="57926" author="tomas.slusny@pantheon.tech" created="Thu, 9 Jun 2016 15:41:59 +0000"  >&lt;p&gt;I was able to reproduce this bug. Steps:&lt;/p&gt;

&lt;p&gt;1. Start mininet (with TreeTopo, size 3)&lt;br/&gt;
2. Stop mininet (in this phase, inventory was always perfectly cleaned)&lt;br/&gt;
3. Start mininet again with same parameters&lt;br/&gt;
4. Stop mininet again (now, some parts of operational inventory are still present, and not fully cleaned)&lt;/p&gt;

&lt;p&gt;So, bug is still present, and is appearing constantly, so going to look at it.&lt;/p&gt;</comment>
                            <comment id="57927" author="tomas.slusny@pantheon.tech" created="Mon, 20 Jun 2016 07:12:24 +0000"  >&lt;p&gt;GERRIT: &lt;a href=&quot;https://git.opendaylight.org/gerrit/#/c/40299&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/#/c/40299&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="57928" author="ecelgp" created="Tue, 21 Jun 2016 02:37:57 +0000"  >&lt;p&gt;Right, you can clearly see this issue here:&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://jenkins.opendaylight.org/releng/view/CSIT-3node/job/openflowplugin-csit-3node-clustering-only-beryllium/&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-beryllium/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;In 2 first test suites, there is 1 consistent failure when checking for operational after mininet disconnects. This is currently only happening with Li plugin (in the past I saw it also in He).&lt;/p&gt;

&lt;p&gt;BR/Luis&lt;/p&gt;</comment>
                            <comment id="57929" author="jsebin@cisco.com" created="Mon, 27 Jun 2016 08:30:18 +0000"  >&lt;p&gt;after retest issue is no longer present, closing&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10002">
                    <name>Duplicate</name>
                                                                <inwardlinks description="is duplicated by">
                                        <issuelink>
            <issuekey id="27836">OPNFLWPLUG-568</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                    </issuelinks>
                <attachments>
                            <attachment id="14062" name="karaf.log.12 node 1" size="217518" author="jsebin@cisco.com" created="Wed, 1 Jun 2016 07:01:59 +0000"/>
                            <attachment id="14063" name="karaf.log.13" size="351433" author="jsebin@cisco.com" created="Wed, 1 Jun 2016 07:02:28 +0000"/>
                            <attachment id="14064" name="karaf.log.14" size="211437" author="jsebin@cisco.com" created="Wed, 1 Jun 2016 07:02:55 +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>5987</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=5987]]></customfieldvalue>

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

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