<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 03:14:21 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-14974] Improve the repartition of requests between copytools</title>
                <link>https://jira.whamcloud.com/browse/LU-14974</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;Currently, when reading new requests, the HSM coordinator builds *hsm_action_list*s ** by first trying to find a suitable list in the already constructed lists (i.e. with the same archive_id and enough space meaning less than LDLM_MAXREQSIZE). Then the request is added in the list if possible or a new list is allocated for it.&lt;/p&gt;

&lt;p&gt;The issue with this approach is that if the number of requests is not large enough to fill an entire list, all the requests will be sent to one copytool only, leaving the other idles. If these few requests are concerning &quot;big&quot; files, this will create a huge load on one copytool and waste a lot of time.&lt;/p&gt;

&lt;p&gt;The idea would be to build more *hsm_action_list*s based on the number of copytools per archive_id.&lt;/p&gt;

&lt;p&gt;If we have, say, 3 copytools for the archive_id 1, we can build 3 lists and distribute the requests of archive_id 1 evenly in them. These lists will then be more likely to be sent to the 3 copytools depending on their current load. Once the 3 lists are full, we can allocate 3 new ones and continue the process.&lt;/p&gt;</description>
                <environment></environment>
        <key id="65849">LU-14974</key>
            <summary>Improve the repartition of requests between copytools</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="courrier">Guillaume Courrier</assignee>
                                    <reporter username="courrier">Guillaume Courrier</reporter>
                        <labels>
                            <label>hsm</label>
                    </labels>
                <created>Mon, 30 Aug 2021 12:22:07 +0000</created>
                <updated>Mon, 30 Aug 2021 12:41:00 +0000</updated>
                                                                                <due></due>
                            <votes>0</votes>
                                    <watches>4</watches>
                                                                            <comments>
                            <comment id="311524" author="gerrit" created="Mon, 30 Aug 2021 12:40:59 +0000"  >&lt;p&gt;&quot;Guillaume Courrier &amp;lt;guillaume.courrier@cea.fr&amp;gt;&quot; uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/44782&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/44782&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-14974&quot; title=&quot;Improve the repartition of requests between copytools&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-14974&quot;&gt;LU-14974&lt;/a&gt;: improve the repartition of requests between copytools&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 0b1f7d281831fab7e679b21dfc1ccc79af916648&lt;/p&gt;</comment>
                            <comment id="311525" author="gerrit" created="Mon, 30 Aug 2021 12:41:00 +0000"  >&lt;p&gt;&quot;Guillaume Courrier &amp;lt;guillaume.courrier@cea.fr&amp;gt;&quot; uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/44783&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/44783&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-14974&quot; title=&quot;Improve the repartition of requests between copytools&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-14974&quot;&gt;LU-14974&lt;/a&gt;: improve the repartition of requests between copytools&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: e3de948d66609856c2516fabc1dbfddc2388dcc5&lt;/p&gt;</comment>
                    </comments>
                    <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_10070" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>Project</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10040"><![CDATA[HSM]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10390" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|i0230f:</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>