<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 02:35:48 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-10518] replay-single test 53g failed with &apos;close_pid should not exist&apos; </title>
                <link>https://jira.whamcloud.com/browse/LU-10518</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;replay-single test_53g fails for failover test sessions. The last lines in the client test_log are:&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;Failover mds1 to onyx-42vm8
02:53:10 (1515725590) waiting for onyx-42vm8 network 900 secs ...
02:53:10 (1515725590) network interface is UP
CMD: onyx-42vm8 hostname
mount facets: mds1
CMD: onyx-42vm8 lsmod | grep zfs &amp;gt;&amp;amp;/dev/null || modprobe zfs;
			zpool list -H lustre-mdt1 &amp;gt;/dev/null 2&amp;gt;&amp;amp;1 ||
			zpool import -f -o cachefile=none -d /dev/lvm-Role_MDS lustre-mdt1
CMD: onyx-42vm8 zfs get -H -o value 						lustre:svname lustre-mdt1/mdt1
Starting mds1:   lustre-mdt1/mdt1 /mnt/lustre-mds1
CMD: onyx-42vm8 mkdir -p /mnt/lustre-mds1; mount -t lustre   		                   lustre-mdt1/mdt1 /mnt/lustre-mds1
CMD: onyx-42vm8 /usr/sbin/lctl get_param -n health_check
CMD: onyx-42vm8 PATH=/usr/lib64/lustre/tests:/usr/lib/lustre/tests:/usr/lib64/lustre/tests:/opt/iozone/bin:/opt/iozone/bin:/usr/lib64/lustre/tests/mpi:/usr/lib64/lustre/tests/racer:/usr/lib64/lustre/../lustre-iokit/sgpdd-survey:/usr/lib64/lustre/tests:/usr/lib64/lustre/utils/gss:/usr/lib64/lustre/utils:/usr/lib64/qt-3.3/bin:/usr/lib64/compat-openmpi16/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/usr/sbin:/sbin:/bin::/sbin:/bin:/usr/sbin: NAME=autotest_config sh rpc.sh set_default_debug \&quot;vfstrace rpctrace dlmtrace neterror ha config ioctl super lfsck\&quot; \&quot;all\&quot; 4 
onyx-42vm8: onyx-42vm8.onyx.hpdd.intel.com: executing set_default_debug vfstrace rpctrace dlmtrace neterror ha config ioctl super lfsck all 4
CMD: onyx-42vm8 zfs get -H -o value 				lustre:svname lustre-mdt1/mdt1 2&amp;gt;/dev/null | 				grep -E &apos;:[a-zA-Z]{3}[0-9]{4}&apos;
CMD: onyx-42vm8 zfs get -H -o value 				lustre:svname lustre-mdt1/mdt1 2&amp;gt;/dev/null | 				grep -E &apos;:[a-zA-Z]{3}[0-9]{4}&apos;
CMD: onyx-42vm8 zfs get -H -o value lustre:svname 		                           lustre-mdt1/mdt1 2&amp;gt;/dev/null
Started lustre-MDT0000
 replay-single test_53g: @@@@@@ FAIL: close_pid should not exist
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;Test 53g looks like the following, up to the error:&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;
1388 test_53g() {
1389         cancel_lru_locks mdc    # cleanup locks from former test cases
1390 
1391         mkdir $DIR/${tdir}-1 || error &lt;span class=&quot;code-quote&quot;&gt;&quot;mkdir $DIR/${tdir}-1 failed&quot;&lt;/span&gt;
1392         mkdir $DIR/${tdir}-2 || error &lt;span class=&quot;code-quote&quot;&gt;&quot;mkdir $DIR/${tdir}-2 failed&quot;&lt;/span&gt;
1393         multiop $DIR/${tdir}-1/f O_c &amp;amp;
1394         close_pid=$!
1395 
1396         #define OBD_FAIL_MDS_REINT_NET_REP 0x119
1397         do_facet $SINGLEMDS &lt;span class=&quot;code-quote&quot;&gt;&quot;lctl set_param fail_loc=0x119&quot;&lt;/span&gt;
1398         mcreate $DIR/${tdir}-2/f &amp;amp;
1399         open_pid=$!
1400         sleep 1
1401 
1402         #define OBD_FAIL_MDS_CLOSE_NET 0x115
1403         do_facet $SINGLEMDS &lt;span class=&quot;code-quote&quot;&gt;&quot;lctl set_param fail_loc=0x80000115&quot;&lt;/span&gt;
1404         kill -USR1 $close_pid
1405         cancel_lru_locks mdc    # force the close
1406         do_facet $SINGLEMDS &lt;span class=&quot;code-quote&quot;&gt;&quot;lctl set_param fail_loc=0&quot;&lt;/span&gt;
1407 
1408         #bz20647: make sure all pids are exists before failover
1409         [ -d /proc/$close_pid ] || error &lt;span class=&quot;code-quote&quot;&gt;&quot;close_pid doesn&apos;t exist&quot;&lt;/span&gt;
1410         [ -d /proc/$open_pid ] || error &lt;span class=&quot;code-quote&quot;&gt;&quot;open_pid doesn&apos;t exists&quot;&lt;/span&gt;
1411         replay_barrier_nodf $SINGLEMDS
1412         fail_nodf $SINGLEMDS
1413         wait $open_pid || error &lt;span class=&quot;code-quote&quot;&gt;&quot;open_pid failed&quot;&lt;/span&gt;
1414         sleep 2
1415         # close should be gone
1416         [ -d /proc/$close_pid ] &amp;amp;&amp;amp; error &lt;span class=&quot;code-quote&quot;&gt;&quot;close_pid should not exist&quot;&lt;/span&gt;
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;This test has failed with this error only a couple of times:&lt;br/&gt;
2018-01-12 &#8211; b2_10 2.10.3.RC1 - &lt;a href=&quot;https://testing.hpdd.intel.com/test_sets/22ac34a8-f750-11e7-a10a-52540065bddc&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://testing.hpdd.intel.com/test_sets/22ac34a8-f750-11e7-a10a-52540065bddc&lt;/a&gt;&lt;br/&gt;
2018-01-11 - master 2.10.56.102 - &lt;a href=&quot;https://testing.hpdd.intel.com/test_sets/be07ca94-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/be07ca94-f6cd-11e7-bd00-52540065bddc&lt;/a&gt;&lt;/p&gt;</description>
                <environment></environment>
        <key id="50254">LU-10518</key>
            <summary>replay-single test 53g failed with &apos;close_pid should not exist&apos; </summary>
                <type id="1" iconUrl="https://jira.whamcloud.com/secure/viewavatar?size=xsmall&amp;avatarId=11303&amp;avatarType=issuetype">Bug</type>
                                            <priority id="4" iconUrl="https://jira.whamcloud.com/images/icons/priorities/minor.svg">Minor</priority>
                        <status id="1" iconUrl="https://jira.whamcloud.com/images/icons/statuses/open.png" description="The issue is open and ready for the assignee to start work on it.">Open</status>
                    <statusCategory id="2" key="new" colorName="default"/>
                                    <resolution id="-1">Unresolved</resolution>
                                        <assignee username="wc-triage">WC Triage</assignee>
                                    <reporter username="jamesanunez">James Nunez</reporter>
                        <labels>
                    </labels>
                <created>Tue, 16 Jan 2018 15:49:31 +0000</created>
                <updated>Fri, 13 Jan 2023 18:36:09 +0000</updated>
                                            <version>Lustre 2.11.0</version>
                    <version>Lustre 2.10.3</version>
                                                        <due></due>
                            <votes>0</votes>
                                    <watches>2</watches>
                                                                            <comments>
                            <comment id="220094" author="yujian" created="Tue, 6 Feb 2018 05:16:15 +0000"  >&lt;p&gt;More failure instances on master branch under failover test group:&lt;br/&gt;
&lt;a href=&quot;https://testing.hpdd.intel.com/test_sets/b226317a-08a2-11e8-a10a-52540065bddc&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://testing.hpdd.intel.com/test_sets/b226317a-08a2-11e8-a10a-52540065bddc&lt;/a&gt;&lt;br/&gt;
&lt;a href=&quot;https://testing.hpdd.intel.com/test_sets/fe6bae0a-0ad9-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/fe6bae0a-0ad9-11e8-a7cd-52540065bddc&lt;/a&gt;&lt;br/&gt;
&lt;a href=&quot;https://testing.hpdd.intel.com/test_sets/4d1259a8-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/4d1259a8-06d6-11e8-a7cd-52540065bddc&lt;/a&gt;&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10011">
                    <name>Related</name>
                                                                <inwardlinks description="is related to">
                                                        </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|hzzr5r:</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>