<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 01:12:50 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-1030] new IO engine</title>
                <link>https://jira.whamcloud.com/browse/LU-1030</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;Target of new IO engine:&lt;br/&gt;
1. support new grant parameter&lt;br/&gt;
2. generate better IO RPC&lt;br/&gt;
3. if a page has been set for writeback, and if the covering lock is being canceled, raise prio of writeback page&lt;br/&gt;
4. ...&lt;/p&gt;</description>
                <environment></environment>
        <key id="12981">LU-1030</key>
            <summary>new IO engine</summary>
                <type id="2" iconUrl="https://jira.whamcloud.com/secure/viewavatar?size=xsmall&amp;avatarId=11311&amp;avatarType=issuetype">New Feature</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>Wed, 25 Jan 2012 00:20:21 +0000</created>
                <updated>Thu, 4 Apr 2013 17:44:24 +0000</updated>
                            <resolved>Tue, 19 Jun 2012 22:33:59 +0000</resolved>
                                    <version>Lustre 2.3.0</version>
                                    <fixVersion>Lustre 2.3.0</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>4</watches>
                                                                            <comments>
                            <comment id="30737" author="jay" created="Thu, 8 Mar 2012 20:50:03 +0000"  >&lt;p&gt;current status of new io engine.&lt;/p&gt;</comment>
                            <comment id="35457" author="jay" created="Wed, 25 Apr 2012 14:17:33 +0000"  >&lt;p&gt;write performance benchmark result.&lt;/p&gt;</comment>
                            <comment id="39026" author="jay" created="Thu, 17 May 2012 17:37:05 +0000"  >&lt;p&gt;patch list: &lt;a href=&quot;http://review.whamcloud.com/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/&lt;/a&gt;&lt;/p&gt;
{2009,2460,2270}

&lt;p&gt;and this one is proven to reduce memory usage a lot: &lt;a href=&quot;http://review.whamcloud.com/2514&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/2514&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="39755" author="adilger" created="Thu, 31 May 2012 15:08:10 +0000"  >&lt;p&gt;It appears this may be causing replay-dual.sh test failures that are NOT &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-482&quot; title=&quot;Test failure on test suite replay-dual, subtest test_0a&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-482&quot;&gt;&lt;del&gt;LU-482&lt;/del&gt;&lt;/a&gt; related:&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://maloo.whamcloud.com/test_sets/9a9540c6-a964-11e1-ab65-52540035b04c&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://maloo.whamcloud.com/test_sets/9a9540c6-a964-11e1-ab65-52540035b04c&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;Waiting for orphan cleanup...
Waiting 0 secs for  mds-ost sync done.
Waiting 2 secs for  mds-ost sync done.
Waiting for destroy to be done...
before 717896, after 717896
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;However, it isn&apos;t 100% clear that this patch is causing the problem, or only coincidental that Chris was testing for &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-482&quot; title=&quot;Test failure on test suite replay-dual, subtest test_0a&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-482&quot;&gt;&lt;del&gt;LU-482&lt;/del&gt;&lt;/a&gt; repeatedly using this patch.  In any case, I don&apos;t see any similar problems on master, though ORI-396 at least looks similar.&lt;/p&gt;</comment>
                            <comment id="39759" author="jay" created="Thu, 31 May 2012 15:49:19 +0000"  >&lt;p&gt;Hi Andreas, the patch you&apos;re referring to is Chris&apos; testing patch. The original patch is at 2009 and it doesn&apos;t change any functionality but move some functions into osc_cache.c; I don&apos;t think Chris changed the code instead of adding some test stuff.&lt;/p&gt;</comment>
                            <comment id="40891" author="jay" created="Tue, 19 Jun 2012 22:33:59 +0000"  >&lt;p&gt;all patches have been landed.&lt;/p&gt;</comment>
                            <comment id="44400" author="bogl" created="Sat, 8 Sep 2012 11:06:45 +0000"  >&lt;p&gt;Testing for b2_3, results file attached.  The new curve from 2.3 client/servers looks similar but slightly better than the b2_2+rpc curve in the old results, especially at the mid-range of numbers of thread (4-8).  Please note that due to lack of resource I had to slightly reduce the number of OSTs in the tests.  With no nodes &amp;gt;16Gb trying to put 2 8G ramdisk OSTs on a node led to lots of OOM.  When consulted Jinshan said that numbers from only 15 OSTs were probably good enough for comparison.&lt;/p&gt;</comment>
                            <comment id="55528" author="spitzcor" created="Thu, 4 Apr 2013 17:44:24 +0000"  >&lt;p&gt;Bob, unfortunately, it doesn&apos;t look like we have apples to apples here, but the &amp;gt; 15 thread I/O seems a lot worse with b2_3 (around 400 MB/s).  Was there an explanation?  Granted, we should focus on b2_4 now.&lt;/p&gt;</comment>
                    </comments>
                    <attachments>
                            <attachment id="11831" name="new-perf-results.xlsx" size="54342" author="bogl" created="Sat, 8 Sep 2012 11:06:45 +0000"/>
                            <attachment id="10939" name="new_io_engine.pdf" size="162267" author="jay" created="Thu, 8 Mar 2012 20:50:03 +0000"/>
                            <attachment id="11239" name="perf-results.xlsx" size="56720" author="jay" created="Wed, 25 Apr 2012 14:17:33 +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|hzv6hj:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10090" key="com.pyxis.greenhopper.jira:gh-global-rank">
                        <customfieldname>Rank (Obsolete)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>4585</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                </customfields>
    </item>
</channel>
</rss>