<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 01:26:36 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-2602] test: recovery-small 24b: test IGNORED and test log badly corrupted</title>
                <link>https://jira.whamcloud.com/browse/LU-2602</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;This test is IGNORED. &lt;br/&gt;
recovery-small test_24b: @@@@@@ IGNORE (bzmultiop didn&apos;t fail fsync: 5 or close: 0):&lt;br/&gt;
...&lt;/p&gt;

&lt;p&gt;Is this result expected?&lt;br/&gt;
Also, the test log was badly corrupted.&lt;/p&gt;

&lt;p&gt;Test logs tarball is attached.&lt;/p&gt;
</description>
                <environment>Server: 2.1.3-1nasS, centos 6.3, 2.6.32_279.2.1.el6&lt;br/&gt;
Client: 2.1.3-SP2_1nasC_ofed154, sles11sp2, 3.0.51-0.7.9.1.20130104.&lt;br/&gt;
1 mds (S337), 2 oss (S361, S362), 2 clients (S331, S332)&lt;br/&gt;
&lt;br/&gt;
</environment>
        <key id="17138">LU-2602</key>
            <summary>test: recovery-small 24b: test IGNORED and test log badly corrupted</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="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="5">Cannot Reproduce</resolution>
                                        <assignee username="bogl">Bob Glossman</assignee>
                                    <reporter username="jaylan">Jay Lan</reporter>
                        <labels>
                    </labels>
                <created>Thu, 10 Jan 2013 15:39:25 +0000</created>
                <updated>Wed, 12 Mar 2014 00:32:07 +0000</updated>
                            <resolved>Wed, 12 Mar 2014 00:32:07 +0000</resolved>
                                    <version>Lustre 2.4.0</version>
                    <version>Lustre 2.1.3</version>
                                    <fixVersion>Lustre 2.4.0</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>6</watches>
                                                                            <comments>
                            <comment id="50284" author="pjones" created="Thu, 10 Jan 2013 15:41:25 +0000"  >&lt;p&gt;Bob&lt;/p&gt;

&lt;p&gt;Could you please look into this one?&lt;/p&gt;

&lt;p&gt;Thanks&lt;/p&gt;

&lt;p&gt;Peter&lt;/p&gt;</comment>
                            <comment id="50287" author="bogl" created="Thu, 10 Jan 2013 16:18:29 +0000"  >&lt;p&gt;Jay, I&apos;m a little confused.  You say your client is 2.1.3, but as far as I can see the 2.1.3 version of recovery-small doesn&apos;t even have test 24b.  It only has test_24.&lt;/p&gt;</comment>
                            <comment id="50291" author="bogl" created="Thu, 10 Jan 2013 16:53:06 +0000"  >&lt;p&gt;I&apos;m guessing that the bad log comes from the error_ignore function being called with the wrong number of arguments.  It&apos;s supposed to be &apos;error_ignore bug-number error-string&apos;, but instead it seems to be just &apos;error_ignore string&apos; in test 24b.  This could also account for weird stuff in the log.&lt;/p&gt;

&lt;p&gt;I suspect this isn&apos;t seen a lot as the multiop command usually fails as it&apos;s supposed to in this test.&lt;/p&gt;

&lt;p&gt;To check this out could you just edit your recovery-small.sh script, add any number (12345 will do) as the first argument to the error_ignore line near the end of test_24b, run the test again and see what happens?&lt;/p&gt;</comment>
                            <comment id="50301" author="jaylan" created="Thu, 10 Jan 2013 19:32:16 +0000"  >&lt;p&gt;Bob, I hit this problem with lustre client 2.3.0-2nasC, sles11sp2, 3.0.42_0.7.3 also.&lt;/p&gt;

&lt;p&gt;Please ignore the 2.1.3-SP2_1nasC_ofed154 client for sles11sp2. It is not a supported version.&lt;/p&gt;</comment>
                            <comment id="50302" author="bogl" created="Thu, 10 Jan 2013 19:39:07 +0000"  >&lt;p&gt;That makes more sense. definitely a test 24b in 2.3 and newer versions of recovery-small.  looks like the bogus error_ignore call is there too.&lt;/p&gt;</comment>
                            <comment id="50303" author="bogl" created="Thu, 10 Jan 2013 19:46:45 +0000"  >&lt;p&gt;Sorry, spoke too soon.  Just checked the tree.  The 2.3 release version of the script still only has test 24.   Only newer builds like current master will have 24b.  The relevant change went in ~10/30/2012&lt;/p&gt;</comment>
                            <comment id="50305" author="jaylan" created="Thu, 10 Jan 2013 19:53:24 +0000"  >&lt;p&gt;Bob, add &apos;12345&apos; as the first argument did not help. However, if I change &apos;12345&apos; to &apos;5494&apos;, the number used in 24a, then I got a clean log. I guess probably 12345 not a valid bug number?&lt;/p&gt;</comment>
                            <comment id="50307" author="jaylan" created="Thu, 10 Jan 2013 19:59:32 +0000"  >&lt;p&gt;My git repo is at &lt;a href=&quot;https://github.com/jlan/lustre-nas&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/jlan/lustre-nas&lt;/a&gt;,&lt;br/&gt;
with nas-2.3.0 branch and 2.3.0-2nasC tag. It is newer than wc-2.1.3 release by cherry-picking some commits from b2_1 branch.&lt;/p&gt;</comment>
                            <comment id="50308" author="bogl" created="Thu, 10 Jan 2013 20:00:30 +0000"  >&lt;p&gt;Thanks for going the extra mile.  I think you have verified that the form of the error_ignore call is causing the problem.  Knowing that I can do a 1 line fix.&lt;/p&gt;

&lt;p&gt;Not sure why it didn&apos;t like 12345.  At first blush it seems like any number would be OK.  There are examples of error_ignore calls with other 5 digit numbers in various scripts.&lt;/p&gt;</comment>
                            <comment id="50310" author="jaylan" created="Thu, 10 Jan 2013 20:11:50 +0000"  >&lt;p&gt;Blame on commit cb102ce, which I picked up while picking up fix for &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-921&quot; title=&quot;generate warnings in case of discarding dirty pages&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-921&quot;&gt;&lt;del&gt;LU-921&lt;/del&gt;&lt;/a&gt; we requested. &lt;img class=&quot;emoticon&quot; src=&quot;https://jira.whamcloud.com/images/icons/emoticons/smile.png&quot; height=&quot;16&quot; width=&quot;16&quot; align=&quot;absmiddle&quot; alt=&quot;&quot; border=&quot;0&quot;/&gt;&lt;/p&gt;
</comment>
                            <comment id="50311" author="bogl" created="Thu, 10 Jan 2013 20:16:55 +0000"  >&lt;p&gt;fix in &lt;a href=&quot;http://review.whamcloud.com/4995&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/4995&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="50948" author="sarah" created="Mon, 21 Jan 2013 21:01:19 +0000"  >&lt;p&gt;Hit this issue in lustre-master tag-2.3.59 ofd build testing &lt;br/&gt;
&lt;a href=&quot;https://maloo.whamcloud.com/test_sets/c092e582-62c6-11e2-982f-52540035b04c&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://maloo.whamcloud.com/test_sets/c092e582-62c6-11e2-982f-52540035b04c&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;server/client lustre-master build# 1176 ofd build &lt;/p&gt;</comment>
                            <comment id="54804" author="jaylan" created="Mon, 25 Mar 2013 22:56:47 +0000"  >&lt;p&gt;Was the failure reported by Sarah Liu reproducible? It not, it is not caused by commit checked in on &lt;a href=&quot;http://review.whamcloud.com/4995&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/4995&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;If this did not cause side effect, can we close this ticket? &lt;/p&gt;</comment>
                            <comment id="54805" author="bogl" created="Mon, 25 Mar 2013 23:11:34 +0000"  >&lt;p&gt;Jay, Looking back in the failure history of this subtest I don&apos;t see any similar failures since 1/26.  I&apos;m willing to close the ticket if it&apos;s OK with you.&lt;/p&gt;</comment>
                            <comment id="54806" author="jaylan" created="Mon, 25 Mar 2013 23:15:16 +0000"  >&lt;p&gt;Yes, let&apos;s close it. Thanks!&lt;/p&gt;</comment>
                            <comment id="69867" author="jay" created="Fri, 25 Oct 2013 04:39:25 +0000"  >&lt;p&gt;Test case 24b should be excluded for ldiskfs as well. It has tons of race and timing issue to make it fail. For example, the evict can happen before processes write the data; and &quot;dirty page discard&quot; can be skipped from dmesg occasionally; and the write can succeed before eviction if there is no grant on client because it will be finished with SYNC write.&lt;/p&gt;</comment>
                            <comment id="79073" author="jfc" created="Wed, 12 Mar 2014 00:32:07 +0000"  >&lt;p&gt;Customer indicated that we can &apos;close&apos; this issue.&lt;br/&gt;
~ jfc.&lt;/p&gt;</comment>
                    </comments>
                    <attachments>
                            <attachment id="12160" name="recovery-small.test_24b.tgz" size="4808363" author="jaylan" created="Thu, 10 Jan 2013 15:39:25 +0000"/>
                    </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|hzveyv:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10090" key="com.pyxis.greenhopper.jira:gh-global-rank">
                        <customfieldname>Rank (Obsolete)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>6069</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>