<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 02:51:33 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-12321] Unlink speed needs to be improved in DoM configuration</title>
                <link>https://jira.whamcloud.com/browse/LU-12321</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;In DoM configuration, unlink speed is much slower (~35%) than Non-DOM configuration.&lt;br/&gt;
 Here is test resutls with DNE2 with/without DoM.&lt;br/&gt;
 Number of MDT and OST are four each. So, in theory, unlink speed in DoM configuration can be same as non-DOM configuration or even faster.&lt;br/&gt;
 Here is test resutls.&lt;/p&gt;

&lt;p&gt;DNE2(4xMDS/4MDT) without DOM, 4 x OSS(4xOST) and 32 clients&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;[root@c01 ~]# lfs setdirstripe -c 4 /cache1/out
[root@c01 ~]# lfs setdirstripe -c 4 -D /cache1/out
[root@c01 ~]# salloc --nodes=32 --ntasks-per-node=24 mpirun --allow-run-as-root /work/tools/bin/mdtest -F -n 2000 -u -d /cache1/out -vv -C -r -i 3 -p 10
SUMMARY rate: (of 3 iterations)
   Operation                      Max            Min           Mean        Std Dev
   ---------                      ---            ---           ----        -------
   File creation     :     155882.494     129033.204     140708.430      11235.756
   File stat         :          0.000          0.000          0.000          0.000
   File read         :          0.000          0.000          0.000          0.000
   File removal      :     240765.928     202754.538     226744.942      17032.855
   Tree creation     :          6.561          1.119          3.005          2.516
   Tree removal      :          5.832          5.215          5.600          0.274
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;DNE2(4xMDS/4MDT) with DOM, 4 x OSS(4xOST) and 32 clients&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;[root@c01 ~]# lfs setdirstripe -c 4 /cache1/out
[root@c01 ~]# lfs setdirstripe -c 4 -D /cache1/out
[root@c01 ~]# lfs setstripe -L mdt -E 1M /cache1/out
[root@c01 ~]# salloc --nodes=32 --ntasks-per-node=24 mpirun --allow-run-as-root /work/tools/bin/mdtest -F -n 2000 -u -d /cache1/out -vv -C -r -i 3 -p 10
SUMMARY rate: (of 3 iterations)
   Operation                      Max            Min           Mean        Std Dev
   ---------                      ---            ---           ----        -------
   File creation     :     142402.513     128265.451     135515.522       5739.604
   File stat         :          0.000          0.000          0.000          0.000
   File read         :          0.000          0.000          0.000          0.000
   File removal      :     149165.342     140330.903     144402.349       3595.289
   Tree creation     :         11.520          2.585          5.571          4.206
   Tree removal      :          5.491          4.100          4.606          0.628
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</description>
                <environment></environment>
        <key id="55692">LU-12321</key>
            <summary>Unlink speed needs to be improved in DoM configuration</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="1">Fixed</resolution>
                                        <assignee username="tappro">Mikhail Pershin</assignee>
                                    <reporter username="sihara">Shuichi Ihara</reporter>
                        <labels>
                    </labels>
                <created>Tue, 21 May 2019 02:18:00 +0000</created>
                <updated>Wed, 25 Mar 2020 09:20:52 +0000</updated>
                            <resolved>Fri, 14 Feb 2020 13:32:06 +0000</resolved>
                                    <version>Lustre 2.13.0</version>
                                    <fixVersion>Lustre 2.14.0</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>6</watches>
                                                                            <comments>
                            <comment id="247412" author="bzzz" created="Tue, 21 May 2019 04:36:21 +0000"  >&lt;p&gt;whether DoM files were empty?&lt;/p&gt;</comment>
                            <comment id="247425" author="sihara" created="Tue, 21 May 2019 07:05:41 +0000"  >&lt;p&gt;Alex, yes, DoM files were empty. Mike advised me this is related to &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-12124&quot; title=&quot;slower unlinks with DOM files due to disabled ELC&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-12124&quot;&gt;&lt;del&gt;LU-12124&lt;/del&gt;&lt;/a&gt; and &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-11359&quot; title=&quot;racer test 1 times out with client hung in dir_create.sh, ls, &#8230; and MDS in ldlm_completion_ast()&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-11359&quot;&gt;&lt;del&gt;LU-11359&lt;/del&gt;&lt;/a&gt;. I&apos;m going to test &lt;a href=&quot;https://review.whamcloud.com/#/c/34071/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/#/c/34071/&lt;/a&gt; if unlink speed improves.&lt;/p&gt;</comment>
                            <comment id="247428" author="sihara" created="Tue, 21 May 2019 09:08:37 +0000"  >&lt;p&gt;Changed test enviroment a bit and re-run with/without DoM and patch.&lt;/p&gt;

&lt;p&gt;Baseline No-DOM&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;SUMMARY rate: (of 3 iterations)
   Operation                      Max            Min           Mean        Std Dev
   ---------                      ---            ---           ----        -------
   File creation     :     159607.234     125369.863     141195.699      14082.427
   File stat         :          0.000          0.000          0.000          0.000
   File read         :          0.000          0.000          0.000          0.000
   File removal      :     294886.243     282798.922     288348.055       4935.056
   Tree creation     :         13.224          1.082          8.957          5.575
   Tree removal      :          6.167          5.097          5.693          0.445
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;DOM&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;SUMMARY rate: (of 3 iterations)
   Operation                      Max            Min           Mean        Std Dev
   ---------                      ---            ---           ----        -------
   File creation     :     261609.857     251431.584     256138.911       4045.382
   File stat         :          0.000          0.000          0.000          0.000
   File read         :          0.000          0.000          0.000          0.000
   File removal      :     161622.879     157116.547     159685.163       1885.747
   Tree creation     :         11.129          1.798          6.683          3.822
   Tree removal      :          6.530          3.377          5.251          1.354
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;DoM with patch 34071 (&lt;a href=&quot;https://review.whamcloud.com/#/c/34071/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/#/c/34071/&lt;/a&gt;)&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;SUMMARY rate: (of 3 iterations)
   Operation                      Max            Min           Mean        Std Dev
   ---------                      ---            ---           ----        -------
   File creation     :     260525.295     254664.889     258414.166       2447.162
   File stat         :          0.000          0.000          0.000          0.000
   File read         :          0.000          0.000          0.000          0.000
   File removal      :     155803.951     153195.917     154248.451       1112.790
   Tree creation     :         12.622          4.922          7.634          3.531
   Tree removal      :          6.490          5.904          6.106          0.271
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;I didn&apos;t see any improvements from patch 34071 for unlink operatios with DoM.&lt;/p&gt;</comment>
                            <comment id="247439" author="pfarrell" created="Tue, 21 May 2019 14:52:58 +0000"  >&lt;p&gt;Might also try&#160;&lt;a href=&quot;https://review.whamcloud.com/#/c/34736/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/#/c/34736/&lt;/a&gt;&#160;, which isn&apos;t directly unlink, but improves lock management&lt;/p&gt;</comment>
                            <comment id="256320" author="gerrit" created="Mon, 14 Oct 2019 06:12:10 +0000"  >&lt;p&gt;Mike Pershin (mpershin@whamcloud.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/36442&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/36442&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-12321&quot; title=&quot;Unlink speed needs to be improved in DoM configuration&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-12321&quot;&gt;&lt;del&gt;LU-12321&lt;/del&gt;&lt;/a&gt; mdc: allow ELC for DOM file unlink&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 6fce9bde176337036e8fb256ef1a56439ff87f30&lt;/p&gt;</comment>
                            <comment id="263286" author="gerrit" created="Fri, 14 Feb 2020 05:49:26 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/36442/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/36442/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-12321&quot; title=&quot;Unlink speed needs to be improved in DoM configuration&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-12321&quot;&gt;&lt;del&gt;LU-12321&lt;/del&gt;&lt;/a&gt; mdc: allow ELC for DOM file unlink&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: e07d4a58206756252c28b51048057c87a7cdb3c6&lt;/p&gt;</comment>
                            <comment id="263341" author="pjones" created="Fri, 14 Feb 2020 13:32:06 +0000"  >&lt;p&gt;Landed for 2.14&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10011">
                    <name>Related</name>
                                            <outwardlinks description="is related to ">
                                        <issuelink>
            <issuekey id="53269">LU-11359</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="55274">LU-12124</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="51731">LU-10894</issuekey>
        </issuelink>
                            </outwardlinks>
                                                                <inwardlinks description="is related to">
                                        <issuelink>
            <issuekey id="53100">LU-11276</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|i00glz:</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>