<!-- 
RSS generated by JIRA (8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d) at Wed Feb 07 20:36:13 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>[OVSDB-369] Failed to process back to back config updates</title>
                <link>https://jira.opendaylight.org/browse/OVSDB-369</link>
                <project id="10158" key="OVSDB">ovsdb</project>
                    <description>&lt;p&gt;Consider the following backto back mcast mac updates.&lt;/p&gt;

&lt;p&gt;Remote Mcast Mac &lt;/p&gt;
{ unknown-dst, ls0,  [TEPIP1, TEPIP2] }
&lt;p&gt;Remote Mcast Mac &lt;/p&gt;
{ unknown-dst, ls0,  [TEPIP1, TEPIP2, TEPIP3] }
&lt;p&gt;Remote Ucast Mac &lt;/p&gt;
{ 10:10:10:10:10:10, ls0, TEPIP3 }

&lt;p&gt;second and third update are not processed properly and device is not having the ucast mac&lt;/p&gt;</description>
                <environment>&lt;p&gt;Operating System: All&lt;br/&gt;
Platform: All&lt;/p&gt;</environment>
        <key id="22061">OVSDB-369</key>
            <summary>Failed to process back to back config updates</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="thapar">Vishal Thapar</assignee>
                                    <reporter username="k.v.suneelu.verma@ericsson.com">suneel verma</reporter>
                        <labels>
                    </labels>
                <created>Tue, 30 Aug 2016 10:02:32 +0000</created>
                <updated>Mon, 30 Oct 2017 19:52:44 +0000</updated>
                            <resolved>Mon, 23 Jan 2017 07:56:03 +0000</resolved>
                                    <version>unspecified</version>
                                                    <component>Southbound.hw_vtep</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>1</watches>
                                                                                                                <comments>
                            <comment id="41526" author="k.v.suneelu.verma@ericsson.com" created="Tue, 30 Aug 2016 10:15:38 +0000"  >&lt;p&gt;To add more context to the bug&lt;/p&gt;

&lt;p&gt;Consider TEP2 is 192.168.122.50&lt;br/&gt;
TEP3 is 192.168.122.60&lt;/p&gt;

&lt;p&gt;The first update is doing the following&lt;br/&gt;
Creating a physical locator: IpAddress [_ipv4Address=Ipv4Address &lt;span class=&quot;error&quot;&gt;&amp;#91;_value=192.168.122.50&amp;#93;&lt;/span&gt;]&lt;/p&gt;

&lt;p&gt;create RemoteMcastMac entry: Mcast_Macs_Remote : Row [columns=&lt;/p&gt;
{locator_set=[locator_set=PhysicalLocatorSet_Random_95f6f15453644ea58d85a233324b7b89], ipaddr=[ipaddr=3.3.3.5], logical_switch=[logical_switch=ef000b24-af2e-43f0-9a07-95f56e98fa67], MAC=[MAC=33:33:33:33:33:55]}
&lt;p&gt;]&lt;/p&gt;

&lt;p&gt;It succeeds&lt;/p&gt;

&lt;p&gt;The second update will again try to create physical locator 192.168.122.50&lt;br/&gt;
Creating a physical locator: IpAddress [_ipv4Address=Ipv4Address &lt;span class=&quot;error&quot;&gt;&amp;#91;_value=192.168.122.50&amp;#93;&lt;/span&gt;]&lt;/p&gt;

&lt;p&gt;create RemoteMcastMac entry: Mcast_Macs_Remote : Row [columns=&lt;/p&gt;
{locator_set=[locator_set=PhysicalLocatorSet_Random_741c411bf3f9434e8143cd4f08cb5113], ipaddr=[ipaddr=3.3.3.5], logical_switch=[logical_switch=ef000b24-af2e-43f0-9a07-95f56e98fa67], MAC=[MAC=33:33:33:33:33:55]}
&lt;p&gt;]&lt;/p&gt;

&lt;p&gt;this fails with the below error.&lt;br/&gt;
operation failed constraint violation Transaction causes multiple rows in &quot;Physical_Locator&quot; table to have identical values (&quot;vxlan_over_ipv4&quot; and &quot;192.168.122.50&quot;) for index on columns &quot;encapsulation_type&quot; and &quot;dst_ip&quot;.  First row, with UUID cba85c3d-0b79-4e1b-ac77-76b534911d35, was inserted by this transaction.  Second row, with UUID 3a4493ad-bd47-4c8a-9ab7-86bd3ac21280, existed in the database before this transaction and was not modified by the transaction.&lt;/p&gt;</comment>
                            <comment id="41527" author="thapar" created="Wed, 31 Aug 2016 09:01:45 +0000"  >&lt;p&gt;Best way to fix this would require &lt;a href=&quot;https://jira.opendaylight.org/browse/OVSDB-348&quot; title=&quot;Inform applications about JSON RPC failures&quot; class=&quot;issue-link&quot; data-issue-key=&quot;OVSDB-348&quot;&gt;OVSDB-348&lt;/a&gt; to be fixed first. On getting notification of failed transaction need to resubmit this one as an update.&lt;/p&gt;</comment>
                            <comment id="41528" author="thapar" created="Mon, 23 Jan 2017 07:56:03 +0000"  >&lt;p&gt;&lt;a href=&quot;https://git.opendaylight.org/gerrit/#/q/topic:bug/6579&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/#/q/topic:bug/6579&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>6579</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=6579]]></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="10307"><![CDATA[Boron-1]]></customfieldvalue>

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

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