<!-- 
RSS generated by JIRA (8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d) at Wed Feb 07 20:21:49 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>[NETVIRT-537] CSIT Sporadic failures - TestNetworkAdvancedServerOps.test_server_connectivity_pause_unpause</title>
                <link>https://jira.opendaylight.org/browse/NETVIRT-537</link>
                <project id="10144" key="NETVIRT">netvirt</project>
                    <description>&lt;p&gt;&lt;a href=&quot;https://logs.opendaylight.org/releng/jenkins092/netvirt-csit-1node-openstack-newton-nodl-v2-upstream-transparent-carbon/413/archives/log.html.gz#s1-s2-s1-t10&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://logs.opendaylight.org/releng/jenkins092/netvirt-csit-1node-openstack-newton-nodl-v2-upstream-transparent-carbon/413/archives/log.html.gz#s1-s2-s1-t10&lt;/a&gt;&lt;/p&gt;</description>
                <environment>&lt;p&gt;Operating System: All&lt;br/&gt;
Platform: All&lt;/p&gt;</environment>
        <key id="20458">NETVIRT-537</key>
            <summary>CSIT Sporadic failures - TestNetworkAdvancedServerOps.test_server_connectivity_pause_unpause</summary>
                <type id="10104" iconUrl="https://jira.opendaylight.org/secure/viewavatar?size=xsmall&amp;avatarId=10303&amp;avatarType=issuetype">Bug</type>
                                            <priority id="1" iconUrl="https://jira.opendaylight.org/images/icons/priorities/blocker.svg">Highest</priority>
                        <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="10003">Cannot Reproduce</resolution>
                                        <assignee username="xcheara">Chetan Arakere Gowdru</assignee>
                                    <reporter username="jluhrsen">Jamo Luhrsen</reporter>
                        <labels>
                            <label>csit:failures</label>
                            <label>csit:snat-conntrack</label>
                            <label>csit:sporadic</label>
                    </labels>
                <created>Wed, 15 Mar 2017 18:22:15 +0000</created>
                <updated>Fri, 6 Apr 2018 00:02:28 +0000</updated>
                            <resolved>Fri, 6 Apr 2018 00:02:28 +0000</resolved>
                                    <version>Carbon</version>
                                                    <component>General</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>4</watches>
                                                                                                                <comments>
                            <comment id="37479" author="xcheara" created="Tue, 11 Apr 2017 06:18:06 +0000"  >&lt;p&gt;Hi Chetan,&lt;/p&gt;

&lt;p&gt;I know you&apos;re still into debugging tempest tests failures. It seems that most issues around tempest tests are resolved, and I have a feeling the rest of the bug fixes has contributed to that (fixes for table=21 rules, DHCP, etc).&lt;/p&gt;

&lt;p&gt;However, I can still see &quot;total meldowns&quot; here and there (Jamo has reported a few), like this report:&lt;br/&gt;
&lt;a href=&quot;https://logs.opendaylight.org/releng/jenkins092/netvirt-csit-1node-openstack-newton-nodl-v2-upstream-learn-carbon/209/archives/log.html&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://logs.opendaylight.org/releng/jenkins092/netvirt-csit-1node-openstack-newton-nodl-v2-upstream-learn-carbon/209/archives/log.html&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Just wanted to update you on my analysis so far just in case you&apos;ll run into debugging those (we&apos;re entering a holiday this week, so won&apos;t be able to continue).&lt;/p&gt;

&lt;p&gt;The tests are basically failing on the inability to connect to VM FIP.&lt;br/&gt;
During the times the test tries to connect to the VM, I&#8217;m constantly seeing the ARP counters in the ODL increasing:&lt;br/&gt;
2017-04-09 17:36:40,781 | INFO  | CountersThread   | CountersDumperThread             | 294 - org.opendaylight.infrautils.counters-impl - 1.1.0.SNAPSHOT | auc.arp_req_rcv_notification: +4, auc.arp_req_rcv: +4&lt;br/&gt;
2017-04-09 17:36:41,781 | INFO  | CountersThread   | CountersDumperThread             | 294 - org.opendaylight.infrautils.counters-impl - 1.1.0.SNAPSHOT | auc.arp_req_rcv_notification: +3, auc.arp_req_rcv: +3&lt;br/&gt;
2017-04-09 17:36:42,781 | INFO  | CountersThread   | CountersDumperThread             | 294 - org.opendaylight.infrautils.counters-impl - 1.1.0.SNAPSHOT | auc.arp_req_rcv_notification: +3, auc.arp_req_rcv: +3&lt;/p&gt;

&lt;p&gt;My feeling is that one of relevant ARP responder rules is missing, and therefore when the connection to the VM is attempted ARP requests are constantly sent and punted to the controller.&lt;br/&gt;
It&apos;s impossible to tell from the counters whether those ARP requests are directed to the FIP address OR to the VM router interface, but my guess is those are directed to the VM router interface (because there are prints on the FIP ARP responder rules being installed).&lt;/p&gt;

&lt;p&gt;I guess adding more logs around the installation of ARP responder rules for router interfaces might help here, or maybe even adding temporary INFO prints for ARP requests punted to the controller until we resolve those tempest issues.&lt;/p&gt;

&lt;p&gt;Figured out this might save you some time in case you&apos;re looking into those failures this week.&lt;/p&gt;

&lt;p&gt;Have a nice week,&lt;br/&gt;
Koby&lt;/p&gt;</comment>
                            <comment id="37480" author="xcheara" created="Tue, 11 Apr 2017 06:18:25 +0000"  >&lt;p&gt;Hi Koby/All,&lt;/p&gt;

&lt;p&gt;In order further investigate on this issue, I have added info logs as suggested.&lt;/p&gt;

&lt;p&gt;1)	Added info logs for Arp Responder Install flow(to print flow-name which will have the FIP/VM router interface ip ex: &quot;Arp:tbl_81:lport_2:gw_192.168.225.5&quot;)&lt;br/&gt;
2)	Change log from trace to info when ARP requests are punted to controller.&lt;/p&gt;

&lt;p&gt;I hope these info logs are good enough to identify if there are ARP responder rules got missed resulting in this failure.&lt;/p&gt;

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

&lt;p&gt;Thanks,&lt;br/&gt;
Chetan&lt;/p&gt;</comment>
                            <comment id="37481" author="jluhrsen" created="Tue, 25 Apr 2017 23:22:27 +0000"  >&lt;p&gt;tempest failures appear to mostly have been resolved. We can re-open any&lt;br/&gt;
of the tempest bugs if/when they appear again in CSIT.&lt;/p&gt;</comment>
                            <comment id="37482" author="jluhrsen" created="Thu, 8 Jun 2017 14:24:50 +0000"  >&lt;p&gt;&lt;a href=&quot;https://logs.opendaylight.org/releng/jenkins092/netvirt-csit-1node-openstack-newton-nodl-v2-upstream-stateful-carbon/657/log.html.gz#s1-s2-s1&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://logs.opendaylight.org/releng/jenkins092/netvirt-csit-1node-openstack-newton-nodl-v2-upstream-stateful-carbon/657/log.html.gz#s1-s2-s1&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="61841" author="jluhrsen" created="Tue, 20 Mar 2018 18:43:15 +0000"  >&lt;p&gt;seen in our snat-conntrack job with Oxygen:&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://logs.opendaylight.org/releng/vex-yul-odl-jenkins-1/netvirt-csit-1node-openstack-queens-upstream-stateful-snat-conntrack-oxygen/214/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://logs.opendaylight.org/releng/vex-yul-odl-jenkins-1/netvirt-csit-1node-openstack-queens-upstream-stateful-snat-conntrack-oxygen/214/&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>7995</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=7995]]></customfieldvalue>

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

                        </customfieldvalues>
                    </customfield>
                                                                                            <customfield id="customfield_10203" key="com.atlassian.jira.plugin.system.customfieldtypes:textfield">
                        <customfieldname>Status Whiteboard</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>csit:sporadic_failures</customfieldvalue>

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