<!-- 
RSS generated by JIRA (8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d) at Wed Feb 07 20:00:19 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-263] tunnels down after bouncing ODL nodes in netvirt csit 3node HA job</title>
                <link>https://jira.opendaylight.org/browse/GENIUS-263</link>
                <project id="10126" key="GENIUS">genius</project>
                    <description>&lt;p&gt;in our 3node netvirt jobs it seems the default tunnels all end up showing as &apos;down&apos;&lt;br/&gt;
after running the first suite that bounces ODL instances.&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://logs.opendaylight.org/releng/vex-yul-odl-jenkins-1/netvirt-csit-3node-0cmb-1ctl-2cmp-openstack-queens-upstream-stateful-fluorine/168/robot-plugin/log_full.html.gz#s1-s7-k1-k9-k2-k2-k1-k1-k5-k4&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;example job&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;the test code is using odltools to check if all the tunnels are up. The command and&lt;br/&gt;
response:&lt;/p&gt;
&lt;div class=&quot;code panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;codeContent panelContent&quot;&gt;
&lt;pre class=&quot;code-java&quot;&gt;
odltools netvirt analyze tunnels -i 10.30.170.109 -t 8181 -u admin -w admin --path /tmp/07_ha_l3_Suite_Setup

2019-01-03 03:11:41,564 | ERR | common.rest_client   | 0052 | 404 Client Error: Not Found &lt;span class=&quot;code-keyword&quot;&gt;for&lt;/span&gt; url: http:&lt;span class=&quot;code-comment&quot;&gt;//10.30.170.109:8181/restconf/config/itm-state:dpn-teps-state
&lt;/span&gt;Analysing transport-zone:&lt;span class=&quot;code-keyword&quot;&gt;default&lt;/span&gt;-transport-zone
..Interface tun65d79967da1 is down between 10.30.170.163 and 10.30.170.27
..Interface tun8186ae8b8b0 is down between 10.30.170.27 and 10.30.170.163
..Interface tunaddd45e0aa2 is down between 10.30.170.163 and 10.30.170.170
..Interface tun0a682004fbe is down between 10.30.170.27 and 10.30.170.170
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;but, looking at some debug output in the suite before and comparing to the&lt;br/&gt;
failure debug, I can&apos;t find any difference.&lt;/p&gt;

&lt;p&gt;taking one interface &quot;tun65d79967da1&quot; here is some output:&lt;/p&gt;

&lt;p&gt;&lt;b&gt;operational/itm-state:tunnels_state&lt;/b&gt;&lt;/p&gt;
&lt;div class=&quot;code panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;codeContent panelContent&quot;&gt;
&lt;pre class=&quot;code-java&quot;&gt;
{
                &lt;span class=&quot;code-quote&quot;&gt;&quot;dst-info&quot;&lt;/span&gt;: {
                    &lt;span class=&quot;code-quote&quot;&gt;&quot;tep-device-id&quot;&lt;/span&gt;: &lt;span class=&quot;code-quote&quot;&gt;&quot;140946245075061&quot;&lt;/span&gt;,
                    &lt;span class=&quot;code-quote&quot;&gt;&quot;tep-device-type&quot;&lt;/span&gt;: &lt;span class=&quot;code-quote&quot;&gt;&quot;itm-state:tep-type-internal&quot;&lt;/span&gt;,
                    &lt;span class=&quot;code-quote&quot;&gt;&quot;tep-ip&quot;&lt;/span&gt;: &lt;span class=&quot;code-quote&quot;&gt;&quot;10.30.170.27&quot;&lt;/span&gt;
                },
                &lt;span class=&quot;code-quote&quot;&gt;&quot;oper-state&quot;&lt;/span&gt;: &lt;span class=&quot;code-quote&quot;&gt;&quot;unknown&quot;&lt;/span&gt;,
                &lt;span class=&quot;code-quote&quot;&gt;&quot;src-info&quot;&lt;/span&gt;: {
                    &lt;span class=&quot;code-quote&quot;&gt;&quot;tep-device-id&quot;&lt;/span&gt;: &lt;span class=&quot;code-quote&quot;&gt;&quot;62509838011292&quot;&lt;/span&gt;,
                    &lt;span class=&quot;code-quote&quot;&gt;&quot;tep-device-type&quot;&lt;/span&gt;: &lt;span class=&quot;code-quote&quot;&gt;&quot;itm-state:tep-type-internal&quot;&lt;/span&gt;,
                    &lt;span class=&quot;code-quote&quot;&gt;&quot;tep-ip&quot;&lt;/span&gt;: &lt;span class=&quot;code-quote&quot;&gt;&quot;10.30.170.163&quot;&lt;/span&gt;
                },
                &lt;span class=&quot;code-quote&quot;&gt;&quot;transport-type&quot;&lt;/span&gt;: &lt;span class=&quot;code-quote&quot;&gt;&quot;odl-&lt;span class=&quot;code-keyword&quot;&gt;interface&lt;/span&gt;:tunnel-type-vxlan&quot;&lt;/span&gt;,
                &lt;span class=&quot;code-quote&quot;&gt;&quot;tunnel-&lt;span class=&quot;code-keyword&quot;&gt;interface&lt;/span&gt;-name&quot;&lt;/span&gt;: &lt;span class=&quot;code-quote&quot;&gt;&quot;tun65d79967da1&quot;&lt;/span&gt;,
                &lt;span class=&quot;code-quote&quot;&gt;&quot;tunnel-state&quot;&lt;/span&gt;: &lt;span class=&quot;code-keyword&quot;&gt;false&lt;/span&gt;
},
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;&lt;b&gt;of-ctl show&lt;/b&gt;&lt;/p&gt;
&lt;div class=&quot;code panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;codeContent panelContent&quot;&gt;
&lt;pre class=&quot;code-java&quot;&gt;
2(tun65d79967da1): addr:52:fe:71:a9:ad:14
     config:     0
     state:      LIVE
     speed: 0 Mbps now, 0 Mbps max
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;&lt;b&gt;ovs-vsctl show&lt;/b&gt;&lt;/p&gt;
&lt;div class=&quot;code panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;codeContent panelContent&quot;&gt;
&lt;pre class=&quot;code-java&quot;&gt;
Port &lt;span class=&quot;code-quote&quot;&gt;&quot;tun65d79967da1&quot;&lt;/span&gt;
            Interface &lt;span class=&quot;code-quote&quot;&gt;&quot;tun65d79967da1&quot;&lt;/span&gt;
                type: vxlan
                options: {key=flow, local_ip=&lt;span class=&quot;code-quote&quot;&gt;&quot;10.30.170.163&quot;&lt;/span&gt;, remote_ip=&lt;span class=&quot;code-quote&quot;&gt;&quot;10.30.170.27&quot;&lt;/span&gt;}
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;It does seem that there may be trouble in at least one ODL after it&apos;s coming up as&lt;br/&gt;
I see some clustering INFO messages that seem to indicate something is out-of-sync.&lt;br/&gt;
for example:&lt;/p&gt;

&lt;div class=&quot;code panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;codeContent panelContent&quot;&gt;
&lt;pre class=&quot;code-java&quot;&gt;
2019-01-03T03:04:38,348 | INFO  | opendaylight-cluster-data-shard-dispatcher-21 | Shard                            | 229 - org.opendaylight.controller.sal-clustering-commons - 1.8.2 | member-3-shard-&lt;span class=&quot;code-keyword&quot;&gt;default&lt;/span&gt;-config (Follower): The log is not empty but the prevLogIndex 19042 was not found in it - lastIndex: 17875, snapshotIndex: -1
2019-01-03T03:04:38,348 | INFO  | opendaylight-cluster-data-shard-dispatcher-21 | Shard                            | 229 - org.opendaylight.controller.sal-clustering-commons - 1.8.2 | member-3-shard-&lt;span class=&quot;code-keyword&quot;&gt;default&lt;/span&gt;-config (Follower): Follower is out-of-sync so sending negative reply: AppendEntriesReply [term=23, success=&lt;span class=&quot;code-keyword&quot;&gt;false&lt;/span&gt;, followerId=member-3-shard-&lt;span class=&quot;code-keyword&quot;&gt;default&lt;/span&gt;-config, logLastIndex=17875, logLastTerm=4, forceInstallSnapshot=&lt;span class=&quot;code-keyword&quot;&gt;false&lt;/span&gt;, payloadVersion=9, raftVersion=3]
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</description>
                <environment></environment>
        <key id="31269">GENIUS-263</key>
            <summary>tunnels down after bouncing ODL nodes in netvirt csit 3node HA job</summary>
                <type id="10104" iconUrl="https://jira.opendaylight.org/secure/viewavatar?size=xsmall&amp;avatarId=10303&amp;avatarType=issuetype">Bug</type>
                                            <priority id="2" iconUrl="https://jira.opendaylight.org/images/icons/priorities/critical.svg">High</priority>
                        <status id="10004" iconUrl="https://jira.opendaylight.org/images/icons/status_generic.gif" description="">Verified</status>
                    <statusCategory id="3" key="done" colorName="green"/>
                                    <resolution id="10003">Cannot Reproduce</resolution>
                                        <assignee username="enidadh">nidhi adhvaryu</assignee>
                                    <reporter username="jluhrsen">Jamo Luhrsen</reporter>
                        <labels>
                            <label>csit</label>
                            <label>csit:3node</label>
                            <label>csit:failures</label>
                    </labels>
                <created>Tue, 8 Jan 2019 22:53:23 +0000</created>
                <updated>Wed, 5 Feb 2020 05:18:07 +0000</updated>
                            <resolved>Wed, 5 Feb 2020 05:17:48 +0000</resolved>
                                                                    <component>ITM</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>3</watches>
                                                    <progress percentage="100">
                                    <originalProgress>
                                                    <row percentage="0" backgroundColor="#89afd7"/>
                                                    <row percentage="100" backgroundColor="transparent"/>
                                            </originalProgress>
                                                    <currentProgress>
                                                    <row percentage="100" backgroundColor="#51a825"/>
                                                    <row percentage="0" backgroundColor="#ec8e00"/>
                                            </currentProgress>
                            </progress>
                                    <aggregateprogress percentage="100">
                                    <originalProgress>
                                                    <row percentage="0" backgroundColor="#89afd7"/>
                                                    <row percentage="100" backgroundColor="transparent"/>
                                            </originalProgress>
                                                    <currentProgress>
                                                    <row percentage="100" backgroundColor="#51a825"/>
                                                    <row percentage="0" backgroundColor="#ec8e00"/>
                                            </currentProgress>
                            </aggregateprogress>
                                            <timeestimate seconds="0">0 minutes</timeestimate>
                            <timespent seconds="28800">1 day</timespent>
                                <comments>
                            <comment id="67706" author="enidadh" created="Wed, 29 Jan 2020 09:23:21 +0000"  >&lt;p&gt;From this information i can identify that one controller is down due to which dpns are getting disconnected and tunnels will be in unknown state. but as you mentioned other 2 controllers are up so tunnels should be up, for this i need to investigate further and i need logs, logs which you have attached are no longer available.&lt;/p&gt;

&lt;p&gt;Should i re-trigger job on&#160;fluorine?&lt;/p&gt;</comment>
                            <comment id="67803" author="jluhrsen" created="Fri, 31 Jan 2020 19:09:25 +0000"  >&lt;p&gt;Hi &lt;a href=&quot;https://jira.opendaylight.org/secure/ViewProfile.jspa?name=enidadh&quot; class=&quot;user-hover&quot; rel=&quot;enidadh&quot;&gt;enidadh&lt;/a&gt;,&lt;/p&gt;

&lt;p&gt;this bug is over a year old and I haven&apos;t been paying too much attention to netvirt CSIT in the past 6m or so. Logs are purged after 6 months which&lt;br/&gt;
is why the provided logs are no longer available.&lt;/p&gt;

&lt;p&gt;you can probably just dig through these two jobs recent results:&lt;br/&gt;
&lt;a href=&quot;https://jenkins.opendaylight.org/releng/job/netvirt-csit-3node-0cmb-1ctl-2cmp-openstack-queens-upstream-stateful-sodium/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://jenkins.opendaylight.org/releng/job/netvirt-csit-3node-0cmb-1ctl-2cmp-openstack-queens-upstream-stateful-sodium/&lt;/a&gt;&lt;br/&gt;
&lt;a href=&quot;https://jenkins.opendaylight.org/releng/job/netvirt-csit-3node-0cmb-1ctl-2cmp-openstack-queens-upstream-stateful-magnesium/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://jenkins.opendaylight.org/releng/job/netvirt-csit-3node-0cmb-1ctl-2cmp-openstack-queens-upstream-stateful-magnesium/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I&apos;m not sure if the problem is still happening or not, but those jobs do have lots, and maybe consistent, failures.&lt;/p&gt;</comment>
                            <comment id="67805" author="enidadh" created="Mon, 3 Feb 2020 06:01:15 +0000"  >&lt;p&gt;Hi &lt;a href=&quot;https://jira.opendaylight.org/secure/ViewProfile.jspa?name=jluhrsen&quot; class=&quot;user-hover&quot; rel=&quot;jluhrsen&quot;&gt;jluhrsen&lt;/a&gt;,&lt;/p&gt;

&lt;p&gt;I have analyzed the latest job, In which i have not observed this failure.&lt;/p&gt;

&lt;p&gt;In later branches also i haven&apos;t seen the similar failure.&lt;/p&gt;</comment>
                            <comment id="67808" author="jluhrsen" created="Mon, 3 Feb 2020 20:45:25 +0000"  >&lt;p&gt;ok. maybe the failures in the links I gave are from some other/new bug then. If so, you can close this as unreproducible and open new bugs for the failures&lt;/p&gt;</comment>
                            <comment id="67815" author="enidadh" created="Wed, 5 Feb 2020 05:14:27 +0000"  >&lt;p&gt;Thanks &lt;a href=&quot;https://jira.opendaylight.org/secure/ViewProfile.jspa?name=jluhrsen&quot; class=&quot;user-hover&quot; rel=&quot;jluhrsen&quot;&gt;jluhrsen&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;I will close this bug. and i will check the recent failures.&lt;/p&gt;</comment>
                            <comment id="67816" author="enidadh" created="Wed, 5 Feb 2020 05:17:48 +0000"  >&lt;p&gt;This bug is not reproducible. and not present in recent branches. so closing the bug.&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10000">
                    <name>Blocks</name>
                                            <outwardlinks description="blocks">
                                        <issuelink>
            <issuekey id="30993">NEUTRON-204</issuekey>
        </issuelink>
                            </outwardlinks>
                                                        </issuelinktype>
                    </issuelinks>
                <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_10000" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>0|i03lxj:</customfieldvalue>

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