<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 02:10:47 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-7655] To drop write data on OST to help performance benchmark</title>
                <link>https://jira.whamcloud.com/browse/LU-7655</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;By setting a fail_loc on the OST side, OST_WRITE RPC will only create transaction and update file size if necessary, but the actual data will be dropped. This will be of great help to performance benchmark on client side.&lt;/p&gt;</description>
                <environment></environment>
        <key id="34067">LU-7655</key>
            <summary>To drop write data on OST to help performance benchmark</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="jay">Jinshan Xiong</assignee>
                                    <reporter username="jay">Jinshan Xiong</reporter>
                        <labels>
                    </labels>
                <created>Tue, 12 Jan 2016 18:12:21 +0000</created>
                <updated>Thu, 20 Jul 2017 14:02:11 +0000</updated>
                            <resolved>Tue, 6 Dec 2016 14:50:24 +0000</resolved>
                                                    <fixVersion>Lustre 2.9.0</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>8</watches>
                                                                            <comments>
                            <comment id="156653" author="lixi" created="Thu, 23 Jun 2016 13:23:22 +0000"  >&lt;p&gt;This is a good idea. And we can do this to read too.&lt;/p&gt;

&lt;p&gt;When I was tuning the readahead alogirthm, I made a patch which always set the reading page updated on OST side. And in this way, we can get read peformance of over 3GB/s even with only one node.&lt;/p&gt;</comment>
                            <comment id="156656" author="lixi" created="Thu, 23 Jun 2016 13:43:10 +0000"  >&lt;p&gt;BTW, I am wondering whether we could add some regression tests for performance. Of course, there will be some hardware requirements in the test. It is not likely that the performance regression tests can be done in a virtual machine. But it might be possible at least for some operations if we could provide similar mechanism like this one to provide huge performance with limited hardware. For example, as said, we could get the very high single thread read performance even with only one node.&lt;/p&gt;

&lt;p&gt;However, it would be a requirement that the regression tests of performance need to be run repeately on the same hardware for comparison. Thus this is different from the existing regression tests of Lustre. But if we could run the performance tests again and again on the same hardware with the same configuration, we could stop the patches that introduce performance problems from being merged in advance. And that might takes much less time than finding out the bad patches after they are already merged.&lt;/p&gt;

&lt;p&gt;Do you have any good idea about how to do this?&lt;/p&gt;</comment>
                            <comment id="157741" author="jay" created="Wed, 6 Jul 2016 00:35:47 +0000"  >&lt;p&gt;Hi Li Xi,&lt;/p&gt;

&lt;p&gt;Yes, this is a good idea. Actually we&apos;ve already had a dedicated cluster for performance test. Our target is to make sure that there is no performance regression for each release.&lt;/p&gt;</comment>
                            <comment id="160628" author="gerrit" created="Wed, 3 Aug 2016 00:47:50 +0000"  >&lt;p&gt;Li Xi (lixi@ddn.com) uploaded a new patch: &lt;a href=&quot;http://review.whamcloud.com/21648&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/21648&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-7655&quot; title=&quot;To drop write data on OST to help performance benchmark&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-7655&quot;&gt;&lt;del&gt;LU-7655&lt;/del&gt;&lt;/a&gt; osd-ldiskfs: bypass read for benchmark&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: c29bca947c01e767638f11eb040ade7ae59cee2e&lt;/p&gt;</comment>
                            <comment id="165236" author="gerrit" created="Thu, 8 Sep 2016 02:06:46 +0000"  >&lt;p&gt;Oleg Drokin (oleg.drokin@intel.com) merged in patch &lt;a href=&quot;http://review.whamcloud.com/5164/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/5164/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-7655&quot; title=&quot;To drop write data on OST to help performance benchmark&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-7655&quot;&gt;&lt;del&gt;LU-7655&lt;/del&gt;&lt;/a&gt; tests: ost fake write for performance testing&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: f003d3eebbad43e7f8371af663e67c6e56bf5d9a&lt;/p&gt;</comment>
                            <comment id="169248" author="lixi" created="Wed, 12 Oct 2016 08:16:01 +0000"  >&lt;p&gt;Can we reopen this ticket, or should I open a new tickeet for the patch of read bypass? &lt;a href=&quot;http://review.whamcloud.com/21648&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/21648&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="169307" author="jay" created="Wed, 12 Oct 2016 16:58:10 +0000"  >&lt;p&gt;Li Xi: I would rather open a new ticket. Thanks for your work.&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10011">
                    <name>Related</name>
                                                                <inwardlinks description="is related to">
                                        <issuelink>
            <issuekey id="39728">LU-8600</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="40794">LU-8726</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|hzxxxj:</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>