<!-- 
RSS generated by JIRA (8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d) at Wed Feb 07 20:06:35 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>[LISPMAP-135] Clustering: operational data is not showing up in the in-memory map-cache on the replicas</title>
                <link>https://jira.opendaylight.org/browse/LISPMAP-135</link>
                <project id="10136" key="LISPMAP">lispflowmapping</project>
                    <description>&lt;p&gt;Whatever is written in the operational MD-SAL data-store is replicated in the cluster, but our ClusteredDataTreeChangeListener is only watching the configration data-store, so we don&apos;t get notifications for mappings added from the southbound. Southbound mappings don&apos;t follow the same pattern for adding to the map-cache as the other operations.&lt;/p&gt;</description>
                <environment>&lt;p&gt;Operating System: All&lt;br/&gt;
Platform: All&lt;/p&gt;</environment>
        <key id="19735">LISPMAP-135</key>
            <summary>Clustering: operational data is not showing up in the in-memory map-cache on the replicas</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="ermagan">Vina Ermagan</assignee>
                                    <reporter username="ljakab">Lori Jakab</reporter>
                        <labels>
                    </labels>
                <created>Thu, 25 Aug 2016 23:19:29 +0000</created>
                <updated>Thu, 8 Sep 2016 18:14:14 +0000</updated>
                            <resolved>Thu, 8 Sep 2016 18:14:14 +0000</resolved>
                                    <version>Boron</version>
                                                    <component>Service</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>3</watches>
                                                                                                                <comments>
                            <comment id="35676" author="ermagan" created="Fri, 2 Sep 2016 00:55:08 +0000"  >&lt;p&gt;This seems to be a blocker bug as further testing shows after failure operational is still inconsistent. DataListener should propagate SB originated changes if the node is not Master.&lt;/p&gt;</comment>
                            <comment id="35677" author="anipbu" created="Fri, 2 Sep 2016 02:22:11 +0000"  >&lt;p&gt;Is there an ETA for this bug and someone assigned to fix?&lt;/p&gt;</comment>
                            <comment id="35678" author="ermagan" created="Fri, 2 Sep 2016 03:55:02 +0000"  >&lt;p&gt;Vina and Lori are working on this. Targeting Friday for fix. But for fix and post fix testing eta may likely be as long as next Tue.&lt;/p&gt;</comment>
                            <comment id="35679" author="ljakab" created="Mon, 5 Sep 2016 10:32:35 +0000"  >&lt;p&gt;Proposed fix: &lt;a href=&quot;https://git.opendaylight.org/gerrit/#/c/45151/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/#/c/45151/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;This may not be the proper long term solution, but I think we can release with this, since it fixes the issue.&lt;/p&gt;</comment>
                            <comment id="35680" author="anipbu" created="Mon, 5 Sep 2016 15:49:45 +0000"  >&lt;p&gt;Can we cherry pick to stable/boron?&lt;/p&gt;</comment>
                            <comment id="35681" author="anipbu" created="Mon, 5 Sep 2016 16:00:51 +0000"  >&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;br/&gt;
Severity: Could you elaborate on the severity of this bug?  Is this a BLOCKER such that we cannot release Boron without it?  Is there a workaround such that we can write a release note and fix in future Boron SR1?&lt;br/&gt;
Testing: Could you also elaborate on the testing of 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="35682" author="ljakab" created="Mon, 5 Sep 2016 16:10:02 +0000"  >&lt;p&gt;(In reply to A H from comment #6)&lt;br/&gt;
&amp;gt; To better assess the impact of this bug and fix, could someone from your&lt;br/&gt;
&amp;gt; team please help us identify the following:&lt;br/&gt;
&amp;gt; Severity: Could you elaborate on the severity of this bug?  Is this a&lt;br/&gt;
&amp;gt; BLOCKER such that we cannot release Boron without it?  Is there a workaround&lt;br/&gt;
&amp;gt; such that we can write a release note and fix in future Boron SR1?&lt;/p&gt;

&lt;p&gt;I&apos;ll defer to Vina, our PTL on this question.&lt;/p&gt;

&lt;p&gt;&amp;gt; Testing: Could you also elaborate on the testing of this patch?  How&lt;br/&gt;
&amp;gt; extensively has this patch been tested?  Is it covered by any unit tests or&lt;br/&gt;
&amp;gt; system tests?&lt;/p&gt;

&lt;p&gt;Since this is clustering related and we don&apos;t yet have CSIT for clustering, there is no automated testing. Unit/integration tests can&apos;t cover clustering scenarios, AFAIK. The bug was discovered, and the patch was tested manually.&lt;/p&gt;

&lt;p&gt;&amp;gt; Impact: Does this fix impact any dependent projects?&lt;/p&gt;

&lt;p&gt;No.&lt;/p&gt;</comment>
                            <comment id="35683" author="ermagan" created="Tue, 6 Sep 2016 03:15:28 +0000"  >&lt;p&gt;This fix is now merged and cherrypicked to stable/boron: &lt;a href=&quot;https://git.opendaylight.org/gerrit/#/c/45188/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/#/c/45188/&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="35684" author="anipbu" created="Thu, 8 Sep 2016 01:03:40 +0000"  >&lt;p&gt;Has this bug been verified as fixed in the latest Boron RC 3.1 Build?&lt;/p&gt;</comment>
                            <comment id="35685" author="ermagan" created="Thu, 8 Sep 2016 18:14:14 +0000"  >&lt;p&gt;RC 3.2 has been tested and verified as fixed for this bug.&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>6536</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=6536]]></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="10334"><![CDATA[Boron-RC3]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                        <customfield id="customfield_10202" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>Priority</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10313"><![CDATA[Highest]]></customfieldvalue>

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

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