<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 02:19:21 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-8646] sanity-scrub tests 4b and 4c fail with &#8216;(16) Auto trigger full scrub unexpectedly&apos;</title>
                <link>https://jira.whamcloud.com/browse/LU-8646</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;sanity-scrub test_4b and test_4c fail with 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;sanity-scrub test_4b: @@@@@@ FAIL: (16) Auto trigger full scrub unexpectedly
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;The sanity-scrub code from test 4b that is failing is:&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;for n in $(seq $MDSCOUNT); do
		updated0[$n]=$(scrub_status $n |
			       awk &apos;/^prior_updated/ { print $2 }&apos;)

		echo &quot;OI scrub on MDS$n status for the 3rd time:&quot;
		do_facet mds$n $LCTL get_param -n \
			osd-ldiskfs.$(facet_svc mds$n).oi_scrub

		[ ${updated0[$n]} -gt ${updated1[$n]} ] ||
			error &quot;(16) Auto trigger full scrub unexpectedly&quot;
	done
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;And, from the test log, we see that &lt;br/&gt;
Logs for this failure are at &lt;a href=&quot;https://testing.hpdd.intel.com/test_sets/5862d05c-8406-11e6-a81d-5254006e85c2&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://testing.hpdd.intel.com/test_sets/5862d05c-8406-11e6-a81d-5254006e85c2&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Note that the patch for the above failure has the fix for &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-8472&quot; title=&quot;sanity-scrub test_5 times out &quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-8472&quot;&gt;&lt;del&gt;LU-8472&lt;/del&gt;&lt;/a&gt; (&lt;a href=&quot;http://review.whamcloud.com/#/c/21918/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/#/c/21918/&lt;/a&gt;).&lt;br/&gt;
This failure is similar to the failure seen in &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-8416&quot; title=&quot;sanity-scrub test_4c: Auto trigger full scrub unexpectedly&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-8416&quot;&gt;&lt;del&gt;LU-8416&lt;/del&gt;&lt;/a&gt; which was closed as a duplicated of &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-8472&quot; title=&quot;sanity-scrub test_5 times out &quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-8472&quot;&gt;&lt;del&gt;LU-8472&lt;/del&gt;&lt;/a&gt;.&lt;/p&gt;</description>
                <environment>autotest review-dne</environment>
        <key id="40149">LU-8646</key>
            <summary>sanity-scrub tests 4b and 4c fail with &#8216;(16) Auto trigger full scrub unexpectedly&apos;</summary>
                <type id="1" iconUrl="https://jira.whamcloud.com/secure/viewavatar?size=xsmall&amp;avatarId=11303&amp;avatarType=issuetype">Bug</type>
                                            <priority id="3" iconUrl="https://jira.whamcloud.com/images/icons/priorities/major.svg">Major</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="6">Not a Bug</resolution>
                                        <assignee username="yong.fan">nasf</assignee>
                                    <reporter username="jamesanunez">James Nunez</reporter>
                        <labels>
                    </labels>
                <created>Wed, 28 Sep 2016 14:40:51 +0000</created>
                <updated>Sat, 8 Oct 2016 05:44:46 +0000</updated>
                            <resolved>Sat, 8 Oct 2016 05:44:46 +0000</resolved>
                                    <version>Lustre 2.9.0</version>
                                                        <due></due>
                            <votes>0</votes>
                                    <watches>3</watches>
                                                                            <comments>
                            <comment id="168775" author="yong.fan" created="Sat, 8 Oct 2016 04:09:38 +0000"  >&lt;p&gt;According to the Maloo results, in the recent 2 weeks, there are the following 11 failures for sanity-scrub test_4b at (16)...:&lt;br/&gt;
&lt;a href=&quot;https://testing.hpdd.intel.com/sub_tests/f9a50aaa-8b88-11e6-a9b0-5254006e85c2&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://testing.hpdd.intel.com/sub_tests/f9a50aaa-8b88-11e6-a9b0-5254006e85c2&lt;/a&gt;&lt;br/&gt;
&lt;a href=&quot;https://testing.hpdd.intel.com/sub_tests/90f7f918-874b-11e6-a9b0-5254006e85c2&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://testing.hpdd.intel.com/sub_tests/90f7f918-874b-11e6-a9b0-5254006e85c2&lt;/a&gt;&lt;br/&gt;
&lt;a href=&quot;https://testing.hpdd.intel.com/sub_tests/db51a1ea-8736-11e6-ad53-5254006e85c2&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://testing.hpdd.intel.com/sub_tests/db51a1ea-8736-11e6-ad53-5254006e85c2&lt;/a&gt;&lt;br/&gt;
&lt;a href=&quot;https://testing.hpdd.intel.com/sub_tests/5f6cdc90-86c1-11e6-91aa-5254006e85c2&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://testing.hpdd.intel.com/sub_tests/5f6cdc90-86c1-11e6-91aa-5254006e85c2&lt;/a&gt;&lt;br/&gt;
&lt;a href=&quot;https://testing.hpdd.intel.com/sub_tests/360a3ee2-8621-11e6-91aa-5254006e85c2&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://testing.hpdd.intel.com/sub_tests/360a3ee2-8621-11e6-91aa-5254006e85c2&lt;/a&gt;&lt;br/&gt;
&lt;a href=&quot;https://testing.hpdd.intel.com/sub_tests/2ae9c2ae-85d0-11e6-91aa-5254006e85c2&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://testing.hpdd.intel.com/sub_tests/2ae9c2ae-85d0-11e6-91aa-5254006e85c2&lt;/a&gt;&lt;br/&gt;
&lt;a href=&quot;https://testing.hpdd.intel.com/sub_tests/22345cd6-8577-11e6-a9b0-5254006e85c2&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://testing.hpdd.intel.com/sub_tests/22345cd6-8577-11e6-a9b0-5254006e85c2&lt;/a&gt;&lt;br/&gt;
&lt;a href=&quot;https://testing.hpdd.intel.com/sub_tests/4566e872-847d-11e6-a35f-5254006e85c2&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://testing.hpdd.intel.com/sub_tests/4566e872-847d-11e6-a35f-5254006e85c2&lt;/a&gt;&lt;br/&gt;
&lt;a href=&quot;https://testing.hpdd.intel.com/sub_tests/bc9c7326-8423-11e6-a454-5254006e85c2&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://testing.hpdd.intel.com/sub_tests/bc9c7326-8423-11e6-a454-5254006e85c2&lt;/a&gt;&lt;br/&gt;
&lt;a href=&quot;https://testing.hpdd.intel.com/sub_tests/586f4db4-8406-11e6-a81d-5254006e85c2&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://testing.hpdd.intel.com/sub_tests/586f4db4-8406-11e6-a81d-5254006e85c2&lt;/a&gt;&lt;br/&gt;
&lt;a href=&quot;https://testing.hpdd.intel.com/sub_tests/6abcd7be-8278-11e6-a35f-5254006e85c2&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://testing.hpdd.intel.com/sub_tests/6abcd7be-8278-11e6-a35f-5254006e85c2&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I have checked them one by one, the build# show that they all based on old parent commit before the &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-8472&quot; title=&quot;sanity-scrub test_5 times out &quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-8472&quot;&gt;&lt;del&gt;LU-8472&lt;/del&gt;&lt;/a&gt; patch &lt;a href=&quot;http://review.whamcloud.com/21918/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/21918/&lt;/a&gt; landed to master. So I think that the patch 21918 should have already fixed the issue. I would suggest related patches owners to rebase their patches against the latest master, instead of just re-triggerring the old Maloo test section simply.&lt;/p&gt;</comment>
                            <comment id="168776" author="yong.fan" created="Sat, 8 Oct 2016 04:18:07 +0000"  >&lt;p&gt;For example:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;And, from the test log, we see that &lt;br/&gt;
Logs for this failure are at &lt;a href=&quot;https://testing.hpdd.intel.com/test_sets/5862d05c-8406-11e6-a81d-5254006e85c2&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://testing.hpdd.intel.com/test_sets/5862d05c-8406-11e6-a81d-5254006e85c2&lt;/a&gt;&lt;/p&gt;&lt;/blockquote&gt;

&lt;p&gt;It is for the patch &lt;a href=&quot;http://review.whamcloud.com/#/c/13595&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/#/c/13595&lt;/a&gt;, the build is &lt;a href=&quot;https://build.hpdd.intel.com/job/lustre-reviews/41642&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://build.hpdd.intel.com/job/lustre-reviews/41642&lt;/a&gt;, the build# 41642 is for the set 251. The set 251&apos;s parent is &quot;Parent(s) a653adc01d71f890d1b2b6549f34afb409485bf5&quot;. That is older than the patch &lt;a href=&quot;http://review.whamcloud.com/21918&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/21918&lt;/a&gt; that was committed via a41c6fad4672a60166088b9ad8aeb4f1b51c38e7.&lt;/p&gt;</comment>
                            <comment id="168784" author="yong.fan" created="Sat, 8 Oct 2016 05:44:46 +0000"  >&lt;p&gt;Please reopen it if hit the trouble again after rebased with the latest master.&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10011">
                    <name>Related</name>
                                            <outwardlinks description="is related to ">
                                        <issuelink>
            <issuekey id="38581">LU-8472</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="38287">LU-8416</issuekey>
        </issuelink>
                            </outwardlinks>
                                                        </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|hzyptb:</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>