<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 02:49:11 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-12043] improve Lustre single thread read performances</title>
                <link>https://jira.whamcloud.com/browse/LU-12043</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;There are several efforts here and there which try to improve the performances of single&lt;br/&gt;
thread read performances.&lt;/p&gt;

&lt;p&gt;this ticket is opened to track a simple enough patch to improve the performances as much&lt;br/&gt;
as possible.&lt;/p&gt;

&lt;p&gt;Here is whole history:&lt;/p&gt;

&lt;p&gt;    Currently, for sequential read IO, We grow up window&lt;br/&gt;
    size very quickly, and once we cached @max_readahead_per_file&lt;br/&gt;
    pages. For following command:&lt;/p&gt;

&lt;p&gt;      dd if=/mnt/lustre/file of=/dev/null bs=1M&lt;/p&gt;

&lt;p&gt;    We will do something like following:&lt;br/&gt;
    ...&lt;br/&gt;
    64M bytes cached.&lt;br/&gt;
    fast io for 16M bytes&lt;br/&gt;
    readahead extra 16M to fill up window.&lt;br/&gt;
    fast io for 16M bytes&lt;br/&gt;
    readahead extra 16M to fill up window.&lt;br/&gt;
    ....&lt;/p&gt;

&lt;p&gt;    In this way, we could only use fast IO for 16M bytes and&lt;br/&gt;
    then fall through non-fast IO mode. this is also reason&lt;br/&gt;
    that why increasing @max_readahead_per_file don&apos;t give us&lt;br/&gt;
    performances up, since this value only changes how much&lt;br/&gt;
    memory we cached in memory, during my testing whatever&lt;br/&gt;
    I changed the value, i could only get 2GB/s for single thread&lt;br/&gt;
    read.&lt;/p&gt;

&lt;p&gt;    Actually, we could do this better, if we have used&lt;br/&gt;
    more than 16M bytes readahead pages, submit another readahead&lt;br/&gt;
    requests in the background. and ideally, we could always&lt;br/&gt;
    use fast IO..I did a quick test with fake-IO on my limited&lt;br/&gt;
    PC server:&lt;/p&gt;

&lt;p&gt;    Without patch VS Patched:&lt;br/&gt;
    ~2.0GB/S vs ~3.0 GB/s&lt;/p&gt;

&lt;p&gt;    So we could gain at least 50% performance up, i supposed&lt;br/&gt;
    We could get more maybe more than 4GB/S with patch.&lt;/p&gt;</description>
                <environment></environment>
        <key id="55064">LU-12043</key>
            <summary>improve Lustre single thread read performances</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="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="wshilong">Wang Shilong</assignee>
                                    <reporter username="wshilong">Wang Shilong</reporter>
                        <labels>
                            <label>LTS12</label>
                    </labels>
                <created>Tue, 5 Mar 2019 19:57:26 +0000</created>
                <updated>Sat, 29 Jan 2022 10:04:13 +0000</updated>
                            <resolved>Mon, 20 Apr 2020 01:39:55 +0000</resolved>
                                                    <fixVersion>Lustre 2.14.0</fixVersion>
                                        <due></due>
                            <votes>1</votes>
                                    <watches>14</watches>
                                                                            <comments>
                            <comment id="243362" author="wshilong" created="Tue, 5 Mar 2019 20:03:03 +0000"  >&lt;p&gt;Patch is here.&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://review.whamcloud.com/#/c/34095/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/#/c/34095/&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="243413" author="wshilong" created="Wed, 6 Mar 2019 16:09:40 +0000"  >&lt;p&gt;some performances numbers:&lt;/p&gt;

&lt;p&gt;We could get more than 3GB/s using default 64M redahead size.&lt;br/&gt;
After changing it to 128M, we could gain more than 4GB/s&lt;/p&gt;

&lt;p&gt;So it is 100% performances up compared to without patch for the peak numbers.&lt;/p&gt;</comment>
                            <comment id="243604" author="sihara" created="Sun, 10 Mar 2019 17:31:15 +0000"  >&lt;p&gt;Here is test resutls with/without patch.&lt;/p&gt;

&lt;p&gt;Enviroment&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;1 x Client(1 x Platinum 8160 CPU @ 2.10GHz, 96GB DDR4 2667MHz memory, 1 x EDR Infiniband)
Mellanox OFED-4.5
CentOS7.6 (3.10.0-957.el7.x86_64)
1 x SFA200NVE(20 x NVMe) for OSS/OST
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;Test steps&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;# lctl set_param osc.*.max_pages_per_rpc=16M osc.*.max_rpcs_in_flight=16 osc.*.max_dirty_mb=512 llite.*.max_read_ahead_mb=2048 llite.*.max_read_ahead_per_file_mb=512
# mkdir /cache1/dir
# mkdir /cache1/sdir
# lfs setstripe -c -1 -S 16M /cache1/sdir
# mpirun -np 96 ior -w -t 1m -b 8g -e -vv -o /cache1/sdir/file -k
# mpirun -np 96 ior -w -t 1m -b 8g -e -vv -F -o /cache1/dir/file -k -F

# pdsh -w es400nv-vm[1-4],s184  &quot;echo 3 &amp;gt; /proc/sys/vm/drop_caches&quot;
# mpirun -np 1 ior -r -t 1m -b 768g -e -vv -o /cache1/sdir/file -k
# pdsh -w es400nv-vm[1-4],s184  &quot;echo 3 &amp;gt; /proc/sys/vm/drop_caches&quot;
# mpirun -np 96 ior -r -t 1m -b 8g -e -vv -o /cache1/dir/file -k -F
NOTE: chnage np value to 1, 24, 48 and 96. also transfer size is also teated with 4k and 1m.
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;Test results&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;NP TYPE     IOSIZE  master(MB/s) master+patch-34095(MB/s)                           
 1 SSF      4KB      1038         1618 &amp;lt;--- +60%
24 SSF      4KB      3134         2931
48 SSF      4KB      3020         2907
96 SSF      4KB      2746         2842

 1 SSF      1MB      1577         3040 &amp;lt;--- +100%
24 SSF      1MB      3285         3065
48 SSF      1MB      3124         3053
96 SSF      1MB      2820         2973

24 FPP      4KB      6496         7468
48 FPP      4KB      8306         8320
96 FPP      4KB      8365         9897

24 FPP      1MB      7744         7548
48 FPP      1MB      8874         8880
96 FPP      1MB      9907         9477
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;NOTE: multiple thread tests are just making sure no regression.&lt;/p&gt;</comment>
                            <comment id="243612" author="wshilong" created="Mon, 11 Mar 2019 01:53:17 +0000"  >&lt;p&gt;Thanks for Ihara&apos;s testing results!&lt;/p&gt;</comment>
                            <comment id="244260" author="simmonsja" created="Tue, 19 Mar 2019 17:58:29 +0000"  >&lt;p&gt;Peter I was talking to Wang about making this code CPT aware to limit noise on the client nodes. The question is do I create the patch for this under this ticket or create a new ticket?&lt;/p&gt;</comment>
                            <comment id="244281" author="pjones" created="Wed, 20 Mar 2019 04:11:19 +0000"  >&lt;p&gt;James&lt;/p&gt;

&lt;p&gt;I suggest a new ticket linked to this one - it&apos;ll be easiest to track that way&lt;/p&gt;

&lt;p&gt;Peter&lt;/p&gt;</comment>
                            <comment id="245272" author="gerrit" created="Fri, 5 Apr 2019 02:14:49 +0000"  >&lt;p&gt;Wang Shilong (wshilong@ddn.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/34602&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/34602&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-12043&quot; title=&quot;improve Lustre single thread read performances&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-12043&quot;&gt;&lt;del&gt;LU-12043&lt;/del&gt;&lt;/a&gt; llite: switch to use ll_fsname directly&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: f21f5d21e4ec0a0c4a3e232c6e2606cab8893142&lt;/p&gt;</comment>
                            <comment id="246298" author="gerrit" created="Wed, 24 Apr 2019 15:16:23 +0000"  >&lt;p&gt;Wang Shilong (wshilong@ddn.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/34755&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/34755&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-12043&quot; title=&quot;improve Lustre single thread read performances&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-12043&quot;&gt;&lt;del&gt;LU-12043&lt;/del&gt;&lt;/a&gt; llite, readahead: fix to call ll_ras_enter() properly&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 6e270c46b44aebbfacf7786c8c21736bc2bcecbf&lt;/p&gt;</comment>
                            <comment id="246491" author="gerrit" created="Tue, 30 Apr 2019 03:36:59 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/34602/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/34602/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-12043&quot; title=&quot;improve Lustre single thread read performances&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-12043&quot;&gt;&lt;del&gt;LU-12043&lt;/del&gt;&lt;/a&gt; llite: switch to use ll_fsname directly&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 506b68a359045cd8c78e5385eab6d4e01f2fdb83&lt;/p&gt;</comment>
                            <comment id="246695" author="gerrit" created="Sat, 4 May 2019 05:57:33 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/34755/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/34755/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-12043&quot; title=&quot;improve Lustre single thread read performances&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-12043&quot;&gt;&lt;del&gt;LU-12043&lt;/del&gt;&lt;/a&gt; llite, readahead: fix to call ll_ras_enter() properly&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 500edcada7e4101a21a28078611597fdb50b4791&lt;/p&gt;</comment>
                            <comment id="247014" author="gerrit" created="Fri, 10 May 2019 22:01:49 +0000"  >&lt;p&gt;Andreas Dilger (adilger@whamcloud.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/34849&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/34849&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-12043&quot; title=&quot;improve Lustre single thread read performances&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-12043&quot;&gt;&lt;del&gt;LU-12043&lt;/del&gt;&lt;/a&gt; llite: move readahead tunables to sysfs&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 9645f28c52be54e5f59516fdea2669cbd43d7061&lt;/p&gt;</comment>
                            <comment id="248213" author="gerrit" created="Sun, 2 Jun 2019 15:38:24 +0000"  >&lt;p&gt;Wang Shilong (wshilong@ddn.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/35033&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/35033&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-12043&quot; title=&quot;improve Lustre single thread read performances&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-12043&quot;&gt;&lt;del&gt;LU-12043&lt;/del&gt;&lt;/a&gt; llite,readahead: don&apos;t use max RPC size always&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: eb9b7202da4b65d3d38edb53014b026bf8b2cfed&lt;/p&gt;</comment>
                            <comment id="249185" author="gerrit" created="Thu, 13 Jun 2019 06:30:41 +0000"  >&lt;p&gt;Wang Shilong (wshilong@ddn.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/35215&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/35215&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-12043&quot; title=&quot;improve Lustre single thread read performances&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-12043&quot;&gt;&lt;del&gt;LU-12043&lt;/del&gt;&lt;/a&gt; llite: make sure readahead cover current read&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 45c5046afe1ab8ff9fab71ff2b21b695651d7a73&lt;/p&gt;</comment>
                            <comment id="249186" author="gerrit" created="Thu, 13 Jun 2019 06:30:42 +0000"  >&lt;p&gt;Wang Shilong (wshilong@ddn.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/35216&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/35216&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-12043&quot; title=&quot;improve Lustre single thread read performances&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-12043&quot;&gt;&lt;del&gt;LU-12043&lt;/del&gt;&lt;/a&gt; llite: don&apos;t miss every first stride off page&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: b81b34e2ca6188b7f579cdb53e12e3fed621527f&lt;/p&gt;</comment>
                            <comment id="249187" author="gerrit" created="Thu, 13 Jun 2019 06:30:42 +0000"  >&lt;p&gt;Wang Shilong (wshilong@ddn.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/35217&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/35217&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-12043&quot; title=&quot;improve Lustre single thread read performances&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-12043&quot;&gt;&lt;del&gt;LU-12043&lt;/del&gt;&lt;/a&gt; llite: fix bad performance with readahead disabled&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: bb00859c21a79ce0d071e82519fe1f9aba94bce8&lt;/p&gt;</comment>
                            <comment id="249915" author="gerrit" created="Tue, 25 Jun 2019 01:54:27 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/35033/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/35033/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-12043&quot; title=&quot;improve Lustre single thread read performances&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-12043&quot;&gt;&lt;del&gt;LU-12043&lt;/del&gt;&lt;/a&gt; llite,readahead: don&apos;t always use max RPC size&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 7864a6854c3dfe3319dcf6809e728eed9a37b9b4&lt;/p&gt;</comment>
                            <comment id="249916" author="gerrit" created="Tue, 25 Jun 2019 01:54:48 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/34095/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/34095/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-12043&quot; title=&quot;improve Lustre single thread read performances&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-12043&quot;&gt;&lt;del&gt;LU-12043&lt;/del&gt;&lt;/a&gt; llite: improve single-thread read performance&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: c2791674260b120c596885c0356f33852cd7a685&lt;/p&gt;</comment>
                            <comment id="250801" author="gerrit" created="Sun, 7 Jul 2019 11:43:27 +0000"  >&lt;p&gt;Wang Shilong (wshilong@ddn.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/35438&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/35438&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-12043&quot; title=&quot;improve Lustre single thread read performances&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-12043&quot;&gt;&lt;del&gt;LU-12043&lt;/del&gt;&lt;/a&gt; llite: extend readahead locks for striped file&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 6b87ba4e55e44ad538bc047c279c856804b7144a&lt;/p&gt;</comment>
                            <comment id="251534" author="gerrit" created="Wed, 17 Jul 2019 06:21:47 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/35215/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/35215/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-12043&quot; title=&quot;improve Lustre single thread read performances&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-12043&quot;&gt;&lt;del&gt;LU-12043&lt;/del&gt;&lt;/a&gt; llite: make sure readahead cover current read&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 8fbef5ee761920faa3c84f142f56934d6266a409&lt;/p&gt;</comment>
                            <comment id="251645" author="gerrit" created="Thu, 18 Jul 2019 15:26:45 +0000"  >&lt;p&gt;Minh Diep (mdiep@whamcloud.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/35559&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/35559&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-12043&quot; title=&quot;improve Lustre single thread read performances&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-12043&quot;&gt;&lt;del&gt;LU-12043&lt;/del&gt;&lt;/a&gt; llite,readahead: don&apos;t always use max RPC size&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: b2_12&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: eccd7b3873e5395fc4087dec6b09acb91cadc1ef&lt;/p&gt;</comment>
                            <comment id="253346" author="gerrit" created="Wed, 21 Aug 2019 04:58:25 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/35216/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/35216/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-12043&quot; title=&quot;improve Lustre single thread read performances&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-12043&quot;&gt;&lt;del&gt;LU-12043&lt;/del&gt;&lt;/a&gt; llite: don&apos;t miss every first stride page&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 29d8eb5ee7dff422294c9ee3d0f34f1370cec800&lt;/p&gt;</comment>
                            <comment id="254392" author="pfarrell" created="Mon, 9 Sep 2019 16:15:27 +0000"  >&lt;p&gt;Are there any patches still not landed under this ticket, &lt;a href=&quot;https://jira.whamcloud.com/secure/ViewProfile.jspa?name=wshilong&quot; class=&quot;user-hover&quot; rel=&quot;wshilong&quot;&gt;wshilong&lt;/a&gt; ?&lt;/p&gt;</comment>
                            <comment id="254425" author="wshilong" created="Tue, 10 Sep 2019 00:35:17 +0000"  >&lt;p&gt;Yup, still two patches not landed yet.&lt;/p&gt;

&lt;p&gt; &lt;a href=&quot;https://review.whamcloud.com/35217&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/35217&lt;/a&gt;&lt;br/&gt;
 &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-12043&quot; title=&quot;improve Lustre single thread read performances&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-12043&quot;&gt;&lt;del&gt;LU-12043&lt;/del&gt;&lt;/a&gt; llite: fix bad performance with readahead disabled&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://review.whamcloud.com/35438&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/35438&lt;/a&gt;&lt;br/&gt;
&lt;a href=&quot;https://jira.whamcloud.com/browse/LU-12043&quot; title=&quot;improve Lustre single thread read performances&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-12043&quot;&gt;&lt;del&gt;LU-12043&lt;/del&gt;&lt;/a&gt; llite: extend readahead locks for striped file&lt;/p&gt;

&lt;p&gt;I think second one will be landed soon, while the first one need be some refreshed.&lt;/p&gt;</comment>
                            <comment id="254798" author="gerrit" created="Mon, 16 Sep 2019 23:03:10 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/35438/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/35438/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-12043&quot; title=&quot;improve Lustre single thread read performances&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-12043&quot;&gt;&lt;del&gt;LU-12043&lt;/del&gt;&lt;/a&gt; llite: extend readahead locks for striped file&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: cfbeae97d736152e5bdf8f3e759a260f6ee903d8&lt;/p&gt;</comment>
                            <comment id="258609" author="gerrit" created="Thu, 21 Nov 2019 07:34:02 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/35559/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/35559/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-12043&quot; title=&quot;improve Lustre single thread read performances&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-12043&quot;&gt;&lt;del&gt;LU-12043&lt;/del&gt;&lt;/a&gt; llite,readahead: don&apos;t always use max RPC size&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: b2_12&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 57d2dd820ed430009a6146180d11c5e2b04b5426&lt;/p&gt;</comment>
                            <comment id="263550" author="gerrit" created="Wed, 19 Feb 2020 10:25:45 +0000"  >&lt;p&gt;Andreas Dilger (adilger@whamcloud.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/37620&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/37620&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-12043&quot; title=&quot;improve Lustre single thread read performances&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-12043&quot;&gt;&lt;del&gt;LU-12043&lt;/del&gt;&lt;/a&gt; llite: move tunable params to sysfs_memparse()&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 9fa91e61e5daccc9bba90b9c65c9fb054715b778&lt;/p&gt;</comment>
                            <comment id="264340" author="gerrit" created="Sun, 1 Mar 2020 05:38:07 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/34849/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/34849/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-12043&quot; title=&quot;improve Lustre single thread read performances&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-12043&quot;&gt;&lt;del&gt;LU-12043&lt;/del&gt;&lt;/a&gt; llite: move tunable params to sysfs_memparse()&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 59a3d7237df82ac2ce14b6779577584163f9122b&lt;/p&gt;</comment>
                            <comment id="268009" author="wshilong" created="Mon, 20 Apr 2020 01:39:55 +0000"  >&lt;p&gt;All patches has been merged.&lt;/p&gt;</comment>
                            <comment id="268382" author="gerrit" created="Thu, 23 Apr 2020 16:49:16 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/35217/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/35217/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-12043&quot; title=&quot;improve Lustre single thread read performances&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-12043&quot;&gt;&lt;del&gt;LU-12043&lt;/del&gt;&lt;/a&gt; llite: fix to submit complete read block with ra disabled&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 7e8efb339b0958146eb294fc9d961688f5d16079&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10010">
                    <name>Duplicate</name>
                                                                <inwardlinks description="is duplicated by">
                                        <issuelink>
            <issuekey id="50370">LU-10557</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                            <issuelinktype id="10011">
                    <name>Related</name>
                                            <outwardlinks description="is related to ">
                                        <issuelink>
            <issuekey id="42585">LU-8964</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="40684">LU-8709</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="56289">LU-12518</issuekey>
        </issuelink>
                            </outwardlinks>
                                                                <inwardlinks description="is related to">
                                        <issuelink>
            <issuekey id="58496">LU-13386</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="53612">LU-11526</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="58107">LU-13258</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|i00cqv:</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>