<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 03:33:19 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-17181] lu_sites_guard sem caused a page reclaim starvation.</title>
                <link>https://jira.whamcloud.com/browse/LU-17181</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;Linux MM can run serval cache reclaim in parallel,&lt;br/&gt;
but lu_site_guard blocks an other threads to be work.&lt;br/&gt;
A specially due cond_resched inside.&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;PID: 98822  TASK: ffff9766015e0000  CPU: 11  COMMAND: &quot;zabbix_agent2&quot;
 #0 [ffffbeed4e617920] __schedule+708 at ffffffff9b54e1d4
 #1 [ffffbeed4e6179b8] schedule+56 at ffffffff9b54e648
 #2 [ffffbeed4e6179c8] rwsem_down_read_slowpath+864 at ffffffff9b5511d0
 #3 [ffffbeed4e617a60] lu_cache_shrink_count+30 at ffffffffc0fb34fe [obdclass]
 #4 [ffffbeed4e617a70] do_shrink_slab+84 at ffffffff9ae74344
 #5 [ffffbeed4e617ae0] shrink_slab+190 at ffffffff9ae74b6e
 #6 [ffffbeed4e617b60] shrink_node+412 at ffffffff9ae795ec
 #7 [ffffbeed4e617be0] do_try_to_free_pages+201 at ffffffff9ae79bb9
 #8 [ffffbeed4e617c30] try_to_free_pages+239 at ffffffff9ae79fbf
 #9 [ffffbeed4e617cd0] __alloc_pages_slowpath+945 at ffffffff9aebd7b1
#10 [ffffbeed4e617dc8] __alloc_pages_nodemask+643 at ffffffff9aebe3a3
#11 [ffffbeed4e617e28] __get_free_pages+10 at ffffffff9aeb86ca
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;vs&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;PID: 98811  TASK: ffff977ba2865f00  CPU: 16  COMMAND: &quot;p_check_lustre_&quot;
 #0 [ffffbeed6cf3f828] __schedule+708 at ffffffff9b54e1d4
 #1 [ffffbeed6cf3f8c0] preempt_schedule_common+10 at ffffffff9b54e6fa
 #2 [ffffbeed6cf3f8c8] _cond_resched+29 at ffffffff9b54e72d
 #3 [ffffbeed6cf3f8d0] mutex_lock+14 at ffffffff9b55087e
 #4 [ffffbeed6cf3f8e0] lod_striping_free+27 at ffffffffc1693a2b [lod]
 #5 [ffffbeed6cf3f900] lod_object_free+158 at ffffffffc169c43e [lod]
 #6 [ffffbeed6cf3f910] lu_object_free+216 at ffffffffc0fb2ed8 [obdclass]
 #7 [ffffbeed6cf3f978] lu_site_purge_objects+982 at ffffffffc0fb5d16 [obdclass]
 #8 [ffffbeed6cf3fa18] lu_cache_shrink_scan+146 at ffffffffc0fb5fe2 [obdclass]
 #9 [ffffbeed6cf3fa70] do_shrink_slab+300 at ffffffff9ae7441c
#10 [ffffbeed6cf3fae0] shrink_slab+190 at ffffffff9ae74b6e
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</description>
                <environment></environment>
        <key id="78336">LU-17181</key>
            <summary>lu_sites_guard sem caused a page reclaim starvation.</summary>
                <type id="1" iconUrl="https://jira.whamcloud.com/secure/viewavatar?size=xsmall&amp;avatarId=11303&amp;avatarType=issuetype">Bug</type>
                                            <priority id="2" iconUrl="https://jira.whamcloud.com/images/icons/priorities/critical.svg">Critical</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="shadow">Alexey Lyashkov</assignee>
                                    <reporter username="shadow">Alexey Lyashkov</reporter>
                        <labels>
                    </labels>
                <created>Wed, 11 Oct 2023 09:00:25 +0000</created>
                <updated>Wed, 8 Nov 2023 22:43:43 +0000</updated>
                            <resolved>Wed, 8 Nov 2023 22:43:43 +0000</resolved>
                                                    <fixVersion>Lustre 2.16.0</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>3</watches>
                                                                            <comments>
                            <comment id="388825" author="gerrit" created="Wed, 11 Oct 2023 09:11:51 +0000"  >&lt;p&gt;&quot;Alexey Lyashkov &amp;lt;alexey.lyashkov@hpe.com&amp;gt;&quot; uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/c/fs/lustre-release/+/52627&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/c/fs/lustre-release/+/52627&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-17181&quot; title=&quot;lu_sites_guard sem caused a page reclaim starvation.&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-17181&quot;&gt;&lt;del&gt;LU-17181&lt;/del&gt;&lt;/a&gt; misc: don&apos;t block reclaim threads&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 6c1ed8ddd5c6d7d35283dd6217c95fe90c4d1a2e&lt;/p&gt;</comment>
                            <comment id="392290" author="gerrit" created="Wed, 8 Nov 2023 21:58:31 +0000"  >&lt;p&gt;&quot;Oleg Drokin &amp;lt;green@whamcloud.com&amp;gt;&quot; merged in patch &lt;a href=&quot;https://review.whamcloud.com/c/fs/lustre-release/+/52627/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/c/fs/lustre-release/+/52627/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-17181&quot; title=&quot;lu_sites_guard sem caused a page reclaim starvation.&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-17181&quot;&gt;&lt;del&gt;LU-17181&lt;/del&gt;&lt;/a&gt; misc: don&apos;t block reclaim threads&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 2c97684db9d9286a2916420138529b4fbd0e4bbe&lt;/p&gt;</comment>
                            <comment id="392336" author="pjones" created="Wed, 8 Nov 2023 22:43:43 +0000"  >&lt;p&gt;Landed for 2.16&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_10390" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|i03y0v:</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>