<!-- 
RSS generated by JIRA (8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d) at Wed Feb 07 19:59:43 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>[GENIUS-25] no Access to external network</title>
                <link>https://jira.opendaylight.org/browse/GENIUS-25</link>
                <project id="10126" key="GENIUS">genius</project>
                    <description>&lt;p&gt;It seems that when the external elan interface is configured, it creates ietf-interfaces configuration for the ext:vlanid and ext:trunk&lt;br/&gt;
This should trigger creation of matching interfaces-state for these interfaces, and for some reason this didn&#8217;t happen.&lt;/p&gt;</description>
                <environment>&lt;p&gt;Operating System: All&lt;br/&gt;
Platform: All&lt;/p&gt;</environment>
        <key id="19806">GENIUS-25</key>
            <summary>no Access to external network</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="tali@hpe.com">Tali Ben-Meir</assignee>
                                    <reporter username="zan.cohen@hpe.com">zan cohen</reporter>
                        <labels>
                    </labels>
                <created>Sat, 1 Oct 2016 19:45:55 +0000</created>
                <updated>Mon, 31 Oct 2016 17:51:04 +0000</updated>
                            <resolved>Mon, 31 Oct 2016 17:51:04 +0000</resolved>
                                    <version>(unspecified)</version>
                                                    <component>General</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>1</watches>
                                                                                                                <comments>
                            <comment id="35827" author="tali@hpe.com" created="Sun, 9 Oct 2016 12:58:32 +0000"  >&lt;p&gt;Attachment missing-ietf-state.zip has been added with description: MDSAL models&lt;/p&gt;</comment>
                            <comment id="35824" author="tali@hpe.com" created="Sun, 9 Oct 2016 13:00:19 +0000"  >&lt;p&gt;Sporadic issue&lt;/p&gt;

&lt;p&gt;out of 5 interfaces 2 were configured correctly and 3 didn&apos;t&lt;/p&gt;

&lt;p&gt;interface state for 93406638623456:br-dpdk0-patch:825 wasn&apos;t created&lt;br/&gt;
interface state for 176625346910170:br-dpdk0-patch:825 was created&lt;/p&gt;</comment>
                            <comment id="35828" author="tali@hpe.com" created="Sun, 9 Oct 2016 13:02:31 +0000"  >&lt;p&gt;Attachment karaf.zip has been added with description: karaf log&lt;/p&gt;</comment>
                            <comment id="35825" author="tali@hpe.com" created="Thu, 27 Oct 2016 12:31:26 +0000"  >&lt;p&gt;Upon first neutron network VLAN provider creation with a defined physnet&lt;br/&gt;
both VLAN trunk VLAN member are created for each compute node in the ietf-interface config DS.&lt;br/&gt;
As a result ietf-interface state for the VLAN member is attampted to be created simultaneously by&lt;/p&gt;

&lt;p&gt;1) InterfaceConfigListener - triggered as a result of VLAN trunk creation in the config DS&lt;br/&gt;
2) VlanMemberConfigListener - triggered as a result of VLAN member creation in the config DS&lt;/p&gt;

&lt;p&gt;Due to race condition in ietf-interface state for the VLAN memeber creation,&lt;br/&gt;
OptimisticLockFailedException can be sporadically get thrown and ietf-interface state&lt;br/&gt;
will not be added to the oper DS.&lt;/p&gt;

&lt;p&gt;Suggested solution:&lt;br/&gt;
All renderers triggered by InterfaceConfigListener and VlanMemberConfigListener will be scheduled&lt;br/&gt;
with the same key to the DjC to prevent concurrent write of VLAN member ietf-interface state.&lt;br/&gt;
The key will be the primordial interface of the VLAN member.&lt;/p&gt;

&lt;p&gt;E.g. for the following interface hierarchy&lt;/p&gt;

&lt;p&gt;  246909248837100:br-dpdk0-patch&lt;/p&gt;
&lt;div class=&apos;table-wrap&apos;&gt;
&lt;table class=&apos;confluenceTable&apos;&gt;&lt;tbody&gt;
&lt;tr&gt;
&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&lt;/div&gt;

&lt;p&gt;    ----&amp;gt; 246909248837100:br-dpdk0-patch:trunk  (type=trunk, parent-interface=246909248837100:br-dpdk0-patch)&lt;/p&gt;
&lt;div class=&apos;table-wrap&apos;&gt;
&lt;table class=&apos;confluenceTable&apos;&gt;&lt;tbody&gt;
&lt;tr&gt;
&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&lt;/div&gt;

&lt;p&gt;          ----&amp;gt; 246909248837100:br-dpdk0-patch:825 (type=trunk-member, vlan-id=825, parent-interface=246909248837100:br-dpdk0-patch:trunk)&lt;/p&gt;

&lt;p&gt;br-dpdk0-patch is the primordial parent&lt;/p&gt;</comment>
                            <comment id="35826" author="tali@hpe.com" created="Thu, 27 Oct 2016 12:31:58 +0000"  >&lt;p&gt;Review &lt;a href=&quot;https://git.opendaylight.org/gerrit/#/c/47667/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/#/c/47667/&lt;/a&gt;&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10002">
                    <name>Duplicate</name>
                                                                <inwardlinks description="is duplicated by">
                                        <issuelink>
            <issuekey id="20103">NETVIRT-182</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                    </issuelinks>
                <attachments>
                            <attachment id="12131" name="karaf.zip" size="470259" author="tali@hpe.com" created="Sun, 9 Oct 2016 13:02:31 +0000"/>
                            <attachment id="12130" name="missing-ietf-state.zip" size="9179" author="tali@hpe.com" created="Sun, 9 Oct 2016 12:58:32 +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>6836</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=6836]]></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_10000" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>0|i01odz:</customfieldvalue>

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