<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 02:36:50 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>Whamcloud Community JIRA</title>
    <link>https://jira.whamcloud.com</link>
    <description>This file is an XML representation of an issue</description>
    <language>en-us</language>    <build-info>
        <version>9.4.14</version>
        <build-number>940014</build-number>
        <build-date>05-12-2023</build-date>
    </build-info>


<item>
            <title>[LU-10632] recovery-small test 26a fails with &#8216;client not evicted from OST&#8217;</title>
                <link>https://jira.whamcloud.com/browse/LU-10632</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;recovery-small test_26a fails with the error&lt;/p&gt;
&lt;div class=&quot;preformatted panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;preformattedContent panelContent&quot;&gt;
&lt;pre&gt;recovery-small test_26a: @@@@@@ FAIL: client not evicted from OST 
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;The following output comes from the failure at &lt;a href=&quot;https://testing.hpdd.intel.com/test_sets/fe065d76-0baa-11e8-a7cd-52540065bddc&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://testing.hpdd.intel.com/test_sets/fe065d76-0baa-11e8-a7cd-52540065bddc&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Looking at the test_log, we see that there is a problem getting osc.*.state parameter on the client&lt;/p&gt;
&lt;div class=&quot;preformatted panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;preformattedContent panelContent&quot;&gt;
&lt;pre&gt;CMD: trevis-6vm6.trevis.hpdd.intel.com /usr/sbin/lctl get_param osc.lustre-OST0000-osc-ffff880039c89800.state
/usr/lib64/lustre/tests/test-framework.sh: line 8496: ((: &amp;gt; 1517964926: syntax error: operand expected (error token is &quot;&amp;gt; 1517964926&quot;)
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;Test 26a calls the check_clients_evicted() routine to get the time of eviction and check it against the &#8220;before&#8221; time. If you can&#8217;t get the time the client osc was evicted, then you can&#8217;t compare it to the  times and the test will fail. &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;8482 # check that clients &lt;span class=&quot;code-quote&quot;&gt;&quot;oscs&quot;&lt;/span&gt; was evicted after &lt;span class=&quot;code-quote&quot;&gt;&quot;before&quot;&lt;/span&gt;
8483 check_clients_evicted() {
8484         local before=$1
8485         shift
8486         local oscs=${@}
8487         local osc
8488         local rc=0
8489 
8490         &lt;span class=&quot;code-keyword&quot;&gt;for&lt;/span&gt; osc in $oscs; &lt;span class=&quot;code-keyword&quot;&gt;do&lt;/span&gt;
8491                 ((rc++))
8492                 echo &lt;span class=&quot;code-quote&quot;&gt;&quot;Check state &lt;span class=&quot;code-keyword&quot;&gt;for&lt;/span&gt; $osc&quot;&lt;/span&gt;
8493                 local evicted=$(do_facet client $LCTL get_param osc.$osc.state |
8494                         tail -n 3 | awk -F&lt;span class=&quot;code-quote&quot;&gt;&quot;[ [,]&quot;&lt;/span&gt; \
8495                         &lt;span class=&quot;code-quote&quot;&gt;&apos;/EVICTED ]$/ { &lt;span class=&quot;code-keyword&quot;&gt;if&lt;/span&gt; (mx&amp;lt;$5) {mx=$5;} } END { print mx }&apos;&lt;/span&gt;)
8496                 &lt;span class=&quot;code-keyword&quot;&gt;if&lt;/span&gt; (($? == 0)) &amp;amp;&amp;amp; (($evicted &amp;gt; $before)); then
8497                         echo &lt;span class=&quot;code-quote&quot;&gt;&quot;$osc is evicted at $evicted&quot;&lt;/span&gt;
8498                         ((rc--))
8499                 fi
8500         done
8501 
8502         [ $rc -eq 0 ] || error &lt;span class=&quot;code-quote&quot;&gt;&quot;client not evicted from OST&quot;&lt;/span&gt;
8503 }
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;you see that getting no value for $evicted, then we don&#8217;t decrement the return code and the test fails. &lt;/p&gt;

&lt;p&gt;There&#8217;s nothing obviously wrong in the console and dmesg logs except in the client console log, we do see some LustreErrors&lt;/p&gt;
&lt;div class=&quot;preformatted panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;preformattedContent panelContent&quot;&gt;
&lt;pre&gt;[12802.505434] Lustre: DEBUG MARKER: df
[12805.745429] Lustre: Evicted from MGS (at 10.9.4.63@tcp) after server handle changed from 0x6728fd52bd37c36a to 0x6728fd52bd37c913
[12805.745586] LustreError: 14144:0:(file.c:4097:ll_inode_revalidate_fini()) lustre: revalidate FID [0x200000007:0x1:0x0] error: rc = -5
[12805.746256] LustreError: 14144:0:(lmv_obd.c:1387:lmv_statfs()) can&apos;t stat MDS #0 (lustre-MDT0000-mdc-ffff880039c89800), error -108
[12805.746260] LustreError: 14144:0:(llite_lib.c:1785:ll_statfs_internal()) md_statfs fails: rc = -108
[12805.760747] Lustre: DEBUG MARKER: /usr/sbin/lctl get_param osc.lustre-OST0000-osc-ffff880039c89800.state
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;Here are logs for a few other recovery-small test 26a failures:&lt;br/&gt;
review-dne-part-1: &lt;a href=&quot;https://testing.hpdd.intel.com/test_sets/4ec62074-f473-11e7-8c43-52540065bddc&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://testing.hpdd.intel.com/test_sets/4ec62074-f473-11e7-8c43-52540065bddc&lt;/a&gt;&lt;br/&gt;
failover: &lt;a href=&quot;https://testing.hpdd.intel.com/test_sets/bd9510da-f6cd-11e7-bd00-52540065bddc&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://testing.hpdd.intel.com/test_sets/bd9510da-f6cd-11e7-bd00-52540065bddc&lt;/a&gt;&lt;br/&gt;
failover: &lt;a href=&quot;https://testing.hpdd.intel.com/test_sets/01049780-ffef-11e7-a6ad-52540065bddc&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://testing.hpdd.intel.com/test_sets/01049780-ffef-11e7-a6ad-52540065bddc&lt;/a&gt;&lt;br/&gt;
failover: &lt;a href=&quot;https://testing.hpdd.intel.com/test_sets/4b4b3144-06d6-11e8-a7cd-52540065bddc&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://testing.hpdd.intel.com/test_sets/4b4b3144-06d6-11e8-a7cd-52540065bddc&lt;/a&gt;&lt;/p&gt;</description>
                <environment></environment>
        <key id="50693">LU-10632</key>
            <summary>recovery-small test 26a fails with &#8216;client not evicted from OST&#8217;</summary>
                <type id="1" iconUrl="https://jira.whamcloud.com/secure/viewavatar?size=xsmall&amp;avatarId=11303&amp;avatarType=issuetype">Bug</type>
                                            <priority id="1" iconUrl="https://jira.whamcloud.com/images/icons/priorities/blocker.svg">Blocker</priority>
                        <status id="5" iconUrl="https://jira.whamcloud.com/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="success"/>
                                    <resolution id="1">Fixed</resolution>
                                        <assignee username="adilger">Andreas Dilger</assignee>
                                    <reporter username="jamesanunez">James Nunez</reporter>
                        <labels>
                    </labels>
                <created>Wed, 7 Feb 2018 17:17:24 +0000</created>
                <updated>Sat, 4 Jun 2022 12:48:00 +0000</updated>
                            <resolved>Tue, 6 Apr 2021 03:38:29 +0000</resolved>
                                    <version>Lustre 2.11.0</version>
                    <version>Lustre 2.12.0</version>
                    <version>Lustre 2.13.0</version>
                    <version>Lustre 2.12.1</version>
                    <version>Lustre 2.12.3</version>
                    <version>Lustre 2.14.0</version>
                    <version>Lustre 2.12.5</version>
                                    <fixVersion>Lustre 2.12.7</fixVersion>
                    <fixVersion>Lustre 2.15.0</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>8</watches>
                                                                            <comments>
                            <comment id="253548" author="yujian" created="Sat, 24 Aug 2019 21:25:32 +0000"  >&lt;p&gt;There were more than 10 failures last week, which is affecting patch review testing on master branch.&lt;/p&gt;</comment>
                            <comment id="268501" author="hornc" created="Fri, 24 Apr 2020 16:27:07 +0000"  >&lt;p&gt;+1 on master &lt;a href=&quot;https://testing.whamcloud.com/test_sessions/b2965d82-a459-4188-a035-72180920afb6&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://testing.whamcloud.com/test_sessions/b2965d82-a459-4188-a035-72180920afb6&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="277330" author="hornc" created="Wed, 12 Aug 2020 16:25:57 +0000"  >&lt;p&gt;+1 on master &lt;a href=&quot;https://testing.whamcloud.com/test_sets/92b3221e-d412-484a-abc7-53e1247a2d71&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://testing.whamcloud.com/test_sets/92b3221e-d412-484a-abc7-53e1247a2d71&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="294023" author="adilger" created="Thu, 4 Mar 2021 22:24:27 +0000"  >&lt;p&gt;+1 on master &lt;a href=&quot;https://testing.whamcloud.com/test_sets/4a1b1ac5-51a3-4ecf-87a6-b45d4e24ced0&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://testing.whamcloud.com/test_sets/4a1b1ac5-51a3-4ecf-87a6-b45d4e24ced0&lt;/a&gt;&lt;br/&gt;
and 10 more in the past week.&lt;/p&gt;</comment>
                            <comment id="294661" author="adilger" created="Thu, 11 Mar 2021 09:53:59 +0000"  >&lt;p&gt;+1 on master &lt;a href=&quot;https://testing.whamcloud.com/test_sessions/6ef53a85-b6ba-478b-b42a-2b12c33135bb&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://testing.whamcloud.com/test_sessions/6ef53a85-b6ba-478b-b42a-2b12c33135bb&lt;/a&gt;&lt;br/&gt;
and 7 more in the past week&lt;/p&gt;</comment>
                            <comment id="294662" author="gerrit" created="Thu, 11 Mar 2021 09:58:47 +0000"  >&lt;p&gt;Andreas Dilger (adilger@whamcloud.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/42006&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/42006&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-10632&quot; title=&quot;recovery-small test 26a fails with &#8216;client not evicted from OST&#8217;&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-10632&quot;&gt;&lt;del&gt;LU-10632&lt;/del&gt;&lt;/a&gt; tests: recovery-small test_26 idle_timeout&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 93e6a185980954e6df072c64831d4465080469e2&lt;/p&gt;</comment>
                            <comment id="295778" author="adilger" created="Tue, 23 Mar 2021 07:59:16 +0000"  >&lt;p&gt;Test failed 16x in the past week.&lt;/p&gt;</comment>
                            <comment id="297857" author="gerrit" created="Tue, 6 Apr 2021 03:01:46 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/42006/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/42006/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-10632&quot; title=&quot;recovery-small test 26a fails with &#8216;client not evicted from OST&#8217;&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-10632&quot;&gt;&lt;del&gt;LU-10632&lt;/del&gt;&lt;/a&gt; tests: recovery-small test_26 idle_timeout&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: b4391fcdaf392a50bd1419342eca3b730c077ed2&lt;/p&gt;</comment>
                            <comment id="297879" author="pjones" created="Tue, 6 Apr 2021 03:38:29 +0000"  >&lt;p&gt;Landed for 2.15&lt;/p&gt;</comment>
                            <comment id="298253" author="gerrit" created="Thu, 8 Apr 2021 14:35:59 +0000"  >&lt;p&gt;James Nunez (jnunez@whamcloud.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/43237&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/43237&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-10632&quot; title=&quot;recovery-small test 26a fails with &#8216;client not evicted from OST&#8217;&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-10632&quot;&gt;&lt;del&gt;LU-10632&lt;/del&gt;&lt;/a&gt; tests: recovery-small test_26 idle_timeout&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: b2_12&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: f46f05cf20c59dce4703181bbc24928c54717798&lt;/p&gt;</comment>
                            <comment id="300617" author="gerrit" created="Wed, 5 May 2021 21:23:25 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/43237/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/43237/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-10632&quot; title=&quot;recovery-small test 26a fails with &#8216;client not evicted from OST&#8217;&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-10632&quot;&gt;&lt;del&gt;LU-10632&lt;/del&gt;&lt;/a&gt; tests: recovery-small test_26 idle_timeout&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: b2_12&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: ff8f84a216b8ef432891220971b3ca6d5f1df39d&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10010">
                    <name>Duplicate</name>
                                                                <inwardlinks description="is duplicated by">
                                        <issuelink>
            <issuekey id="11502">LU-2461</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                            <issuelinktype id="10011">
                    <name>Related</name>
                                            <outwardlinks description="is related to ">
                                        <issuelink>
            <issuekey id="11502">LU-2461</issuekey>
        </issuelink>
                            </outwardlinks>
                                                                <inwardlinks description="is related to">
                                        <issuelink>
            <issuekey id="65677">LU-14947</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="55154">LU-12066</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="69704">LU-15737</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                    </issuelinks>
                <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                                                                                                                                                            <customfield id="customfield_10890" key="com.atlassian.jira.plugins.jira-development-integration-plugin:devsummary">
                        <customfieldname>Development</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                        <customfield id="customfield_10390" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hzzsfb:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10090" key="com.pyxis.greenhopper.jira:gh-global-rank">
                        <customfieldname>Rank (Obsolete)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>9223372036854775807</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                            <customfield id="customfield_10060" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>Severity</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10022"><![CDATA[3]]></customfieldvalue>

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