<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 01:50:38 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-5338] sanity-lfsck test_11b: (9) expect lastid1 0x100000000:569</title>
                <link>https://jira.whamcloud.com/browse/LU-5338</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;This issue was created by maloo for Bob Glossman &amp;lt;bob.glossman@intel.com&amp;gt;&lt;/p&gt;

&lt;p&gt;This issue relates to the following test suite run: &lt;a href=&quot;https://testing.hpdd.intel.com/test_sets/1d50d682-0990-11e4-a958-5254006e85c2&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://testing.hpdd.intel.com/test_sets/1d50d682-0990-11e4-a958-5254006e85c2&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;This may be a dup of &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-5080&quot; title=&quot;Test failure on test suite sanity-lfsck, subtest test_11b&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-5080&quot;&gt;&lt;del&gt;LU-5080&lt;/del&gt;&lt;/a&gt; but the reported error message looks somewhat different.  There have be occasional instances of this failure starting ~5/5, none before that I can find.&lt;/p&gt;

&lt;p&gt;The sub-test test_11b failed with the following error:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;(9) expect lastid1 0x100000000:569&lt;/p&gt;&lt;/blockquote&gt;

&lt;p&gt;Info required for matching: sanity-lfsck 11b&lt;/p&gt;</description>
                <environment></environment>
        <key id="25560">LU-5338</key>
            <summary>sanity-lfsck test_11b: (9) expect lastid1 0x100000000:569</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="1">Fixed</resolution>
                                        <assignee username="adilger">Andreas Dilger</assignee>
                                    <reporter username="maloo">Maloo</reporter>
                        <labels>
                            <label>lfsck</label>
                    </labels>
                <created>Mon, 14 Jul 2014 14:59:35 +0000</created>
                <updated>Wed, 20 Dec 2023 17:55:56 +0000</updated>
                            <resolved>Sat, 11 Jul 2020 15:58:41 +0000</resolved>
                                    <version>Lustre 2.10.5</version>
                    <version>Lustre 2.10.7</version>
                    <version>Lustre 2.10.8</version>
                                    <fixVersion>Lustre 2.14.0</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>6</watches>
                                                                            <comments>
                            <comment id="88954" author="adilger" created="Mon, 14 Jul 2014 17:27:19 +0000"  >&lt;p&gt;The test log shows:&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;Update not seen after 60s: wanted &apos;569&apos; got &apos;577&apos;
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;It looks like the test could be improved a bit:&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;        echo &lt;span class=&quot;code-quote&quot;&gt;&quot;the on-disk LAST_ID should have been rebuilt&quot;&lt;/span&gt;
        wait_update_facet ost1 &quot;$LCTL get_param -n \
                obdfilter.${ost1_svc}.last_id | grep 0x100000000 |
                awk -F: &lt;span class=&quot;code-quote&quot;&gt;&apos;{ print \\\$2 }&apos;&lt;/span&gt;&lt;span class=&quot;code-quote&quot;&gt;&quot; &quot;&lt;/span&gt;$lastid1&quot; 60 || {
                $LCTL get_param -n obdfilter.${ost1_svc}.last_id
                error &lt;span class=&quot;code-quote&quot;&gt;&quot;(9) expect lastid1 0x100000000:$lastid1&quot;&lt;/span&gt;
        }
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;The actual value should be printed in the error message, and it isn&apos;t clear that having a higher LAST_ID value is a failure?&lt;/p&gt;</comment>
                            <comment id="237747" author="yujian" created="Fri, 30 Nov 2018 16:59:18 +0000"  >&lt;p&gt;The failure occurred again on Lustre b2_10 branch:&lt;br/&gt;
&lt;a href=&quot;https://testing.whamcloud.com/test_sets/2422d4e4-f4b7-11e8-bfe1-52540065bddc&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://testing.whamcloud.com/test_sets/2422d4e4-f4b7-11e8-bfe1-52540065bddc&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="239535" author="mdiep" created="Tue, 8 Jan 2019 15:17:16 +0000"  >&lt;p&gt;+1 on b2_10: &lt;a href=&quot;https://testing.whamcloud.com/test_sessions/7fd76655-6a66-4fe8-bd8e-d538bf73351d&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://testing.whamcloud.com/test_sessions/7fd76655-6a66-4fe8-bd8e-d538bf73351d&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="242804" author="bzzz" created="Tue, 26 Feb 2019 10:45:31 +0000"  >&lt;p&gt;&lt;a href=&quot;https://testing.whamcloud.com/test_sets/aaebc59a-39b2-11e9-913f-52540065bddc&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://testing.whamcloud.com/test_sets/aaebc59a-39b2-11e9-913f-52540065bddc&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="243109" author="gerrit" created="Fri, 1 Mar 2019 01:06:53 +0000"  >&lt;p&gt;Andreas Dilger (adilger@whamcloud.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/34349&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/34349&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-5338&quot; title=&quot;sanity-lfsck test_11b: (9) expect lastid1 0x100000000:569&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-5338&quot;&gt;&lt;del&gt;LU-5338&lt;/del&gt;&lt;/a&gt; tests: sanity-lfsck 11b allow larger last_id&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: bdf000af472de7b605797dc88f42dcc8dcec6fbf&lt;/p&gt;</comment>
                            <comment id="274998" author="gerrit" created="Fri, 10 Jul 2020 16:52:13 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/34349/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/34349/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-5338&quot; title=&quot;sanity-lfsck test_11b: (9) expect lastid1 0x100000000:569&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-5338&quot;&gt;&lt;del&gt;LU-5338&lt;/del&gt;&lt;/a&gt; tests: sanity-lfsck 11b allow larger last_id&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: a2e38010077df3d95c9942d4f9cde829f75e7267&lt;/p&gt;</comment>
                            <comment id="275172" author="pjones" created="Sat, 11 Jul 2020 15:58:41 +0000"  >&lt;p&gt;Landed for 2.14&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10010">
                    <name>Duplicate</name>
                                                                <inwardlinks description="is duplicated by">
                                        <issuelink>
            <issuekey id="24754">LU-5080</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|hzwrbr:</customfieldvalue>

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