<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 03:09:04 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-14361] Add support for statahead pattern with regularized file name</title>
                <link>https://jira.whamcloud.com/browse/LU-14361</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;Some applications do stat() calls under a directory within which all the children files have regularized file name:&lt;/p&gt;
&lt;ul class=&quot;alternate&quot; type=&quot;square&quot;&gt;
	&lt;li&gt;mdtest benchmark: mdtest.$i&lt;/li&gt;
	&lt;li&gt;du more than 10000 entries: file.$i&lt;/li&gt;
	&lt;li&gt;ML/AI with ingested data that have typically a rule of filename in the directory.&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;These applications call stat() on the files in the Alphabetic sorting order of the file name.&lt;/p&gt;

&lt;p&gt;This kind of metadata operations can not be optimized by current statahead mechanism. &lt;br/&gt;
The current statahead mechanism works as follows:&lt;br/&gt;
1. Open the directory via opendir() call. It will authorize the statahead.&lt;br/&gt;
2. readdir() to get the name and inode number for the dentries.&lt;br/&gt;
3. do stat() on the dentries one by one.&lt;br/&gt;
4. Close the directory which will deauthorize the statahead.&lt;/p&gt;

&lt;p&gt;In current statahead mechanism, the stat() calls in the order of populate the dentries via readdir(). For the ldiskfs backend, it is ordering by the hash of the file name, not a kinds fo sorting oder.&lt;/p&gt;

&lt;p&gt;However, we can improve the statahead to support statahead pattern with regularized file name to optimize the metadata performance for the above applications &lt;/p&gt;
</description>
                <environment></environment>
        <key id="62466">LU-14361</key>
            <summary>Add support for statahead pattern with regularized file name</summary>
                <type id="4" iconUrl="https://jira.whamcloud.com/secure/viewavatar?size=xsmall&amp;avatarId=11310&amp;avatarType=issuetype">Improvement</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="qian_wc">Qian Yingjin</assignee>
                                    <reporter username="qian_wc">Qian Yingjin</reporter>
                        <labels>
                            <label>statahead</label>
                    </labels>
                <created>Mon, 25 Jan 2021 02:33:39 +0000</created>
                <updated>Tue, 23 Jan 2024 05:37:35 +0000</updated>
                                                                                <due></due>
                            <votes>0</votes>
                                    <watches>9</watches>
                                                                            <comments>
                            <comment id="290237" author="gerrit" created="Mon, 25 Jan 2021 08:16:04 +0000"  >&lt;p&gt;Yingjin Qian (qian@ddn.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/41308&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/41308&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-14361&quot; title=&quot;Add support for statahead pattern with regularized file name&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-14361&quot;&gt;LU-14361&lt;/a&gt; statahead: regularized fname statahead pattern&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: f0027f94edf2d022dfcfe027ff1121e54f3ef345&lt;/p&gt;</comment>
                            <comment id="290349" author="gerrit" created="Tue, 26 Jan 2021 04:10:55 +0000"  >&lt;p&gt;Yingjin Qian (qian@ddn.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/41319&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/41319&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-14361&quot; title=&quot;Add support for statahead pattern with regularized file name&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-14361&quot;&gt;LU-14361&lt;/a&gt; statahead: fname statahead pattern w/o opendir&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 8e5e9702b657cd354b00f58d5ad20b5324bb364f&lt;/p&gt;</comment>
                            <comment id="347491" author="gerrit" created="Thu, 22 Sep 2022 09:31:18 +0000"  >&lt;p&gt;&quot;Qian Yingjin &amp;lt;qian@ddn.com&amp;gt;&quot; uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/48625&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/48625&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-14361&quot; title=&quot;Add support for statahead pattern with regularized file name&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-14361&quot;&gt;LU-14361&lt;/a&gt; statahead: add statahead support for mdtest&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 03a5ad01ecbf356b5d28580c36deb96f39ef6a19&lt;/p&gt;</comment>
                            <comment id="350798" author="gerrit" created="Wed, 26 Oct 2022 03:08:56 +0000"  >&lt;p&gt;&quot;Qian Yingjin &amp;lt;qian@ddn.com&amp;gt;&quot; uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/c/fs/lustre-release/+/48954&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/c/fs/lustre-release/+/48954&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-14361&quot; title=&quot;Add support for statahead pattern with regularized file name&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-14361&quot;&gt;LU-14361&lt;/a&gt; statahead: add support for mdtest shared dir workload&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 377e3300cef3e297aab84bc317b3d6ad036f7167&lt;/p&gt;</comment>
                            <comment id="354145" author="adilger" created="Fri, 25 Nov 2022 06:12:20 +0000"  >&lt;p&gt;One of the questions I had recently from a customer is whether this statahead would work with a filename that had numbers in the middle (e.g. &quot;&lt;tt&gt;filename.12345.out&lt;/tt&gt;&quot; or similar) because the filename extension is needed for some programs to work correctly.  The current version of the patch does not handle this correctly, but I could imagine that this can is detected fairly easily.  Instead of just comparing numbers from the end of the filename, it should be possible to build a &quot;format&quot; of characters that are changing between two filenames (the byte offset of the first numeric character and the length, and the file suffix or an empty string if no suffix).&lt;/p&gt;

&lt;p&gt;The first filename would just be saved, then the second one would do a byte-by-byte comparison to find the first character that is different, then do a forward and backward search with &lt;tt&gt;isdigit()&lt;/tt&gt; to find the first and last number in the filename.  It would then use &quot;&lt;tt&gt;snprintf(buf + start, sizeof(buf) &quot;%*0u%s&quot;, len, index, suffix)&lt;/tt&gt;&quot; (or similar, with/without leading zeroes and fixed or variable width) to write the new index number into the middle (or end) of the filename.&lt;/p&gt;</comment>
                            <comment id="354767" author="gerrit" created="Thu, 1 Dec 2022 02:53:16 +0000"  >&lt;p&gt;&quot;Qian Yingjin &amp;lt;qian@ddn.com&amp;gt;&quot; uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/c/fs/lustre-release/+/49291&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/c/fs/lustre-release/+/49291&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-14361&quot; title=&quot;Add support for statahead pattern with regularized file name&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-14361&quot;&gt;LU-14361&lt;/a&gt; statahead: wait inuse entry finished during cleanup&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 05d7d9fdc417fb9ddfec7379a70d5f318a2d1333&lt;/p&gt;</comment>
                            <comment id="377435" author="gerrit" created="Wed, 5 Jul 2023 09:27:36 +0000"  >&lt;p&gt;&quot;Qian Yingjin &amp;lt;qian@ddn.com&amp;gt;&quot; uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/c/fs/lustre-release/+/51572&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/c/fs/lustre-release/+/51572&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-14361&quot; title=&quot;Add support for statahead pattern with regularized file name&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-14361&quot;&gt;LU-14361&lt;/a&gt; statahead: add tunable for fname pattern statahead&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 77f13ed7daa5858bc1a65a7ad782e6bdc6689981&lt;/p&gt;</comment>
                            <comment id="377628" author="gerrit" created="Thu, 6 Jul 2023 03:44:35 +0000"  >&lt;p&gt;&quot;Qian Yingjin &amp;lt;qian@ddn.com&amp;gt;&quot; uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/c/fs/lustre-release/+/51587&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/c/fs/lustre-release/+/51587&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-14361&quot; title=&quot;Add support for statahead pattern with regularized file name&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-14361&quot;&gt;LU-14361&lt;/a&gt; statahead: return ENOENT for batched statahead&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 514378215024010c1a7318e01e201028ce56b7c4&lt;/p&gt;</comment>
                            <comment id="377704" author="gerrit" created="Thu, 6 Jul 2023 14:03:34 +0000"  >&lt;p&gt;&quot;Qian Yingjin &amp;lt;qian@ddn.com&amp;gt;&quot; uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/c/fs/lustre-release/+/51592&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/c/fs/lustre-release/+/51592&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-14361&quot; title=&quot;Add support for statahead pattern with regularized file name&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-14361&quot;&gt;LU-14361&lt;/a&gt; statahead: add tunable for fname pattern detection&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 533efbf4c0f3ba13f7b18d6998c1d6f7f2e8738e&lt;/p&gt;</comment>
                            <comment id="379643" author="gerrit" created="Fri, 21 Jul 2023 10:28:29 +0000"  >&lt;p&gt;&quot;Qian Yingjin &amp;lt;qian@ddn.com&amp;gt;&quot; uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/c/fs/lustre-release/+/51730&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/c/fs/lustre-release/+/51730&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-14361&quot; title=&quot;Add support for statahead pattern with regularized file name&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-14361&quot;&gt;LU-14361&lt;/a&gt; statahead: Add test for statahead advise&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: c774d17f9a572d01629f7cead0a126d88a9c290b&lt;/p&gt;</comment>
                            <comment id="384314" author="gerrit" created="Thu, 31 Aug 2023 06:21:28 +0000"  >&lt;p&gt;&quot;Oleg Drokin &amp;lt;green@whamcloud.com&amp;gt;&quot; merged in patch &lt;a href=&quot;https://review.whamcloud.com/c/fs/lustre-release/+/48625/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/c/fs/lustre-release/+/48625/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-14361&quot; title=&quot;Add support for statahead pattern with regularized file name&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-14361&quot;&gt;LU-14361&lt;/a&gt; statahead: add statahead advise IOCTL&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 1288681bb8aa76f43af5c53ec3ef68ecc8d412d7&lt;/p&gt;</comment>
                            <comment id="391593" author="gerrit" created="Fri, 3 Nov 2023 04:05:10 +0000"  >&lt;p&gt;&quot;Oleg Drokin &amp;lt;green@whamcloud.com&amp;gt;&quot; merged in patch &lt;a href=&quot;https://review.whamcloud.com/c/fs/lustre-release/+/51730/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/c/fs/lustre-release/+/51730/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-14361&quot; title=&quot;Add support for statahead pattern with regularized file name&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-14361&quot;&gt;LU-14361&lt;/a&gt; statahead: Add test for statahead advise&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 5317f8a523ac32b616713396f60eda4995dea85e&lt;/p&gt;</comment>
                            <comment id="392300" author="gerrit" created="Wed, 8 Nov 2023 22:01:19 +0000"  >&lt;p&gt;&quot;Oleg Drokin &amp;lt;green@whamcloud.com&amp;gt;&quot; merged in patch &lt;a href=&quot;https://review.whamcloud.com/c/fs/lustre-release/+/51572/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/c/fs/lustre-release/+/51572/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-14361&quot; title=&quot;Add support for statahead pattern with regularized file name&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-14361&quot;&gt;LU-14361&lt;/a&gt; statahead: add tunable for fname pattern statahead&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 6fbffd9c09ad4526ce3a03b8d85f0ce273cac037&lt;/p&gt;</comment>
                            <comment id="393432" author="gerrit" created="Fri, 17 Nov 2023 18:16:37 +0000"  >&lt;p&gt;&quot;Timothy Day &amp;lt;timday@amazon.com&amp;gt;&quot; uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/c/fs/lustre-release/+/53173&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/c/fs/lustre-release/+/53173&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-14361&quot; title=&quot;Add support for statahead pattern with regularized file name&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-14361&quot;&gt;LU-14361&lt;/a&gt; tests: add aheadmany to .gitignore&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 5027f6bc7fceee920ac5a54480db572dbfbcd5bd&lt;/p&gt;</comment>
                            <comment id="397538" author="gerrit" created="Wed, 20 Dec 2023 01:56:51 +0000"  >&lt;p&gt;&quot;Oleg Drokin &amp;lt;green@whamcloud.com&amp;gt;&quot; merged in patch &lt;a href=&quot;https://review.whamcloud.com/c/fs/lustre-release/+/53173/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/c/fs/lustre-release/+/53173/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-14361&quot; title=&quot;Add support for statahead pattern with regularized file name&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-14361&quot;&gt;LU-14361&lt;/a&gt; tests: add aheadmany to .gitignore&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 46d69b57d4a2d9eeb4ac7adc472a7667394de919&lt;/p&gt;</comment>
                            <comment id="398365" author="gerrit" created="Wed, 3 Jan 2024 03:02:15 +0000"  >&lt;p&gt;&quot;Oleg Drokin &amp;lt;green@whamcloud.com&amp;gt;&quot; merged in patch &lt;a href=&quot;https://review.whamcloud.com/c/fs/lustre-release/+/41308/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/c/fs/lustre-release/+/41308/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-14361&quot; title=&quot;Add support for statahead pattern with regularized file name&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-14361&quot;&gt;LU-14361&lt;/a&gt; statahead: regularized fname statahead pattern&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: e10bf68d7c3eb71a7e84986089c020aa4c9f98f7&lt;/p&gt;</comment>
                            <comment id="399040" author="adilger" created="Tue, 9 Jan 2024 21:02:53 +0000"  >&lt;p&gt;It looks like the newly-added sanity test_123i from patch &lt;a href=&quot;https://review.whamcloud.com/41308&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/41308&lt;/a&gt; &quot;&lt;tt&gt;&lt;a href=&quot;https://jira.whamcloud.com/browse/LU-14361&quot; title=&quot;Add support for statahead pattern with regularized file name&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-14361&quot;&gt;LU-14361&lt;/a&gt; statahead: regularized fname statahead pattern&lt;/tt&gt;&quot; is failing fairly often since the patch was landed (33/561 = 1/17 runs in the past week).  Since the test is in sanity, it is run  many times for each patch and much more likely to cause problems:&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://testing.whamcloud.com/search?horizon=2332800&amp;amp;status%5B%5D=FAIL&amp;amp;test_set_script_id=f9516376-32bc-11e0-aaee-52540025f9ae&amp;amp;sub_test_script_id=7d5be5fb-0bc8-4e25-a53f-3a833bca78bd&amp;amp;source=sub_tests#redirect&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://testing.whamcloud.com/search?horizon=2332800&amp;amp;status%5B%5D=FAIL&amp;amp;test_set_script_id=f9516376-32bc-11e0-aaee-52540025f9ae&amp;amp;sub_test_script_id=7d5be5fb-0bc8-4e25-a53f-3a833bca78bd&amp;amp;source=sub_tests#redirect&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="399068" author="qian_wc" created="Wed, 10 Jan 2024 03:09:52 +0000"  >&lt;p&gt;The reason for these failures may be that @sbi-&amp;gt;ll_sa_min is too small, the default value is&#160;&lt;/p&gt;

&lt;p&gt;#define &lt;b&gt;LL_SA_REQ_MIN_DEF&lt;/b&gt; 8,&lt;/p&gt;

&lt;p&gt;it results in the stat-ahead is not so aggressive, too low hit rate and quit wrongly...&lt;/p&gt;

&lt;p&gt;Increasing this value in sanity/123i should fix the failure.&#160;&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;

&lt;p&gt;I will make a patch later.&lt;/p&gt;</comment>
                            <comment id="399105" author="gerrit" created="Wed, 10 Jan 2024 10:23:27 +0000"  >&lt;p&gt;&quot;Qian Yingjin &amp;lt;qian@ddn.com&amp;gt;&quot; uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/c/fs/lustre-release/+/53634&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/c/fs/lustre-release/+/53634&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-14361&quot; title=&quot;Add support for statahead pattern with regularized file name&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-14361&quot;&gt;LU-14361&lt;/a&gt; statahead: increase the initial statahead count&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: dd6b7c0f476085c0cbe0c0a4c05710e1205b5d25&lt;/p&gt;</comment>
                            <comment id="400723" author="gerrit" created="Tue, 23 Jan 2024 05:37:35 +0000"  >&lt;p&gt;&quot;Oleg Drokin &amp;lt;green@whamcloud.com&amp;gt;&quot; merged in patch &lt;a href=&quot;https://review.whamcloud.com/c/fs/lustre-release/+/53634/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/c/fs/lustre-release/+/53634/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-14361&quot; title=&quot;Add support for statahead pattern with regularized file name&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-14361&quot;&gt;LU-14361&lt;/a&gt; statahead: increase the initial statahead count&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 76ff18798974b15c4a171dbb76a1077623a66d8a&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10011">
                    <name>Related</name>
                                            <outwardlinks description="is related to ">
                                        <issuelink>
            <issuekey id="79869">LU-17399</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="61685">LU-14139</issuekey>
        </issuelink>
                            </outwardlinks>
                                                                <inwardlinks description="is related to">
                                        <issuelink>
            <issuekey id="80149">LU-17450</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="61685">LU-14139</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                    </issuelinks>
                <attachments>
                            <attachment id="45771" name="statahead_mdtest.diff" size="3418" author="qian_wc" created="Thu, 22 Sep 2022 09:34:48 +0000"/>
                            <attachment id="45808" name="statahead_mdtest.v2.diff" size="1746" author="qian_wc" created="Mon, 26 Sep 2022 01:51:47 +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|i01k2v:</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>
                                                                                                                                                                                                                                                                                                                                                                                                                </customfields>
    </item>
</channel>
</rss>