<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 02:00:11 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-6433] MDS deadlock in qouta  </title>
                <link>https://jira.whamcloud.com/browse/LU-6433</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;With new quota code MDS obtains quota credits via ptlrpc requests.&lt;br/&gt;
All quota operation takes place after obtaining ldlm lock.  &lt;br/&gt;
So, with single MDS  it can happen that we are run out of mdt threads to process quota request while all other mdt threads are waiting for a lock conflicting with a lock taken by a thread which is sending quota request.&lt;/p&gt;

&lt;p&gt;The possible solution is to serve quota requests in a HP queue. It looks like quota lock doesn&apos;t conflicts, so quota intends can be processed in a HP queue also.  &lt;/p&gt;</description>
                <environment></environment>
        <key id="29401">LU-6433</key>
            <summary>MDS deadlock in qouta  </summary>
                <type id="1" iconUrl="https://jira.whamcloud.com/secure/viewavatar?size=xsmall&amp;avatarId=11303&amp;avatarType=issuetype">Bug</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="niu">Niu Yawei</assignee>
                                    <reporter username="askulysh">Andriy Skulysh</reporter>
                        <labels>
                            <label>patch</label>
                    </labels>
                <created>Mon, 6 Apr 2015 13:01:59 +0000</created>
                <updated>Thu, 9 Feb 2017 17:12:40 +0000</updated>
                            <resolved>Fri, 10 Jul 2015 12:03:01 +0000</resolved>
                                                    <fixVersion>Lustre 2.8.0</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>9</watches>
                                                                            <comments>
                            <comment id="111569" author="gerrit" created="Mon, 6 Apr 2015 13:03:37 +0000"  >&lt;p&gt;Andriy Skulysh (andriy.skulysh@seagate.com) uploaded a new patch: &lt;a href=&quot;http://review.whamcloud.com/14369&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/14369&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6433&quot; title=&quot;MDS deadlock in qouta  &quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6433&quot;&gt;&lt;del&gt;LU-6433&lt;/del&gt;&lt;/a&gt; quota: handle QUOTA_DQACQ in hp queue&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: a4fde3781061b33d660dccb6499469cac6ca1d25&lt;/p&gt;</comment>
                            <comment id="111570" author="askulysh" created="Mon, 6 Apr 2015 13:03:51 +0000"  >&lt;p&gt;patch: &lt;a href=&quot;http://review.whamcloud.com/14369&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/14369&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="112194" author="niu" created="Thu, 16 Apr 2015 03:26:49 +0000"  >&lt;p&gt;This looks like a livelock problem to me, I don&apos;t quite see why adding the quota request to HP list is helpful. I think we usually use different portal (and thread set) to handle such problem, probably we&apos;d introduce a new portal for quota requests?&lt;/p&gt;</comment>
                            <comment id="112201" author="askulysh" created="Thu, 16 Apr 2015 10:06:06 +0000"  >&lt;p&gt;The patch helps because there is always an free HP thread to handle quota request even if all other MDS threads are waiting for a lock. Different portal is more general and complex solution. Is it  needed in this case ?&lt;/p&gt;</comment>
                            <comment id="112291" author="niu" created="Fri, 17 Apr 2015 02:46:15 +0000"  >&lt;p&gt;Using different portal looks simpler and cleaner to me, actually, I think we can just reuse the READPAGE portal for dqacq request. (or only redirect the synchronous dqacq to the readpage portal).&lt;/p&gt;</comment>
                            <comment id="120689" author="spitzcor" created="Wed, 8 Jul 2015 14:08:59 +0000"  >&lt;p&gt;Code review (and landing) of &lt;a href=&quot;http://review.whamcloud.com/14369&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/14369&lt;/a&gt; was raised to the OpenSFS LWG on 7/1.  What blocks this patch from landing?&lt;/p&gt;</comment>
                            <comment id="120912" author="gerrit" created="Fri, 10 Jul 2015 02:53:55 +0000"  >&lt;p&gt;Oleg Drokin (oleg.drokin@intel.com) merged in patch &lt;a href=&quot;http://review.whamcloud.com/14369/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/14369/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6433&quot; title=&quot;MDS deadlock in qouta  &quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6433&quot;&gt;&lt;del&gt;LU-6433&lt;/del&gt;&lt;/a&gt; quota: handle QUOTA_DQACQ in READPAGE portal&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 471ad1f679ad7c0193785f82abf6f249ffeb1e79&lt;/p&gt;</comment>
                            <comment id="120944" author="pjones" created="Fri, 10 Jul 2015 12:03:01 +0000"  >&lt;p&gt;Landed for 2.8&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10011">
                    <name>Related</name>
                                            <outwardlinks description="is related to ">
                                                        </outwardlinks>
                                                                <inwardlinks description="is related to">
                                        <issuelink>
            <issuekey id="35623">LU-7926</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|hzxa73:</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>