<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 02:41:41 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-11185] MGC lock leak</title>
                <link>https://jira.whamcloud.com/browse/LU-11185</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;Regression introduced by 4335d232c3e6fa144d0a2d5e49264761e91b38c7.&lt;br/&gt;
It takes additional cld reference to the lock, but lock forget to cancel&lt;br/&gt;
during normal shutdown. So this lock holds cld on the list for a long time.&lt;br/&gt;
And any config modification needs to cancel each lock separately.&lt;/p&gt;

&lt;p&gt;Additional bug exist, when lock is obtained but don&apos;t processed and marked as lost lock, so two locks objects refers to the single cld instance.&lt;/p&gt;</description>
                <environment></environment>
        <key id="52841">LU-11185</key>
            <summary>MGC lock leak</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="shadow">Alexey Lyashkov</assignee>
                                    <reporter username="shadow">Alexey Lyashkov</reporter>
                        <labels>
                    </labels>
                <created>Fri, 27 Jul 2018 04:04:55 +0000</created>
                <updated>Mon, 2 Nov 2020 20:39:53 +0000</updated>
                            <resolved>Sat, 14 Dec 2019 13:49:05 +0000</resolved>
                                    <version>Lustre 2.11.0</version>
                    <version>Lustre 2.12.0</version>
                                    <fixVersion>Lustre 2.14.0</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>4</watches>
                                                                            <comments>
                            <comment id="230984" author="shadow" created="Fri, 27 Jul 2018 04:07:04 +0000"  >&lt;p&gt;easy reproduce with &lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;root@rhel7-1 tmp&amp;#93;&lt;/span&gt;# while [ 1 ]; do umount /mnt/lustre; mount -t lustre -o user_xattr,flock rhel7-1@tcp:/lustre /mnt/lustre; sleep 5; done&lt;/p&gt;

&lt;p&gt;and dump an MGS namespace to the log.&lt;/p&gt;</comment>
                            <comment id="230985" author="gerrit" created="Fri, 27 Jul 2018 04:12:49 +0000"  >&lt;p&gt;Alexey Lyashkov (c17817@cray.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/32890&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/32890&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-11185&quot; title=&quot;MGC lock leak&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-11185&quot;&gt;&lt;del&gt;LU-11185&lt;/del&gt;&lt;/a&gt; mgc: config lock leak&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: cf31de844d11b24ffd71c4d6f23dd63d00bbfc15&lt;/p&gt;</comment>
                            <comment id="231661" author="adilger" created="Wed, 8 Aug 2018 18:36:27 +0000"  >&lt;p&gt;I don&apos;t see commit hash 4335d232c3e6fa144d in our tree.  Could you please provide the summary line for this patch.&lt;/p&gt;</comment>
                            <comment id="231664" author="shadow" created="Wed, 8 Aug 2018 18:57:11 +0000"  >&lt;p&gt;commit 4335d232c3e6fa144d0a2d5e49264761e91b38c7&lt;br/&gt;
Author: Jinshan Xiong &amp;lt;jay@whamcloud.com&amp;gt;&lt;br/&gt;
Date:   Mon Aug 8 19:39:22 2011 -0700&lt;/p&gt;

&lt;p&gt;    &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-580&quot; title=&quot;update mgc llog process code&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-580&quot;&gt;&lt;del&gt;LU-580&lt;/del&gt;&lt;/a&gt;: update mgc llog process code&lt;/p&gt;

&lt;p&gt;    This patch does the following work:&lt;br/&gt;
    1. fix a bug about setting mgc lock callback data;&lt;br/&gt;
    2. define log instance types;&lt;br/&gt;
    3. simplify and cleanup mgc_requeue_thread code&lt;/p&gt;

&lt;p&gt;    Signed-off-by: Jinshan Xiong &amp;lt;jay@whamcloud.com&amp;gt;&lt;br/&gt;
    Change-Id: Ic8d25eda9f0a7884b4a8cbeccc89c1e66c19f0ff&lt;br/&gt;
    Reviewed-on: &lt;a href=&quot;http://review.whamcloud.com/1198&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/1198&lt;/a&gt;&lt;br/&gt;
    Tested-by: Hudson&lt;br/&gt;
    Tested-by: Maloo &amp;lt;whamcloud.maloo@gmail.com&amp;gt;&lt;/p&gt;</comment>
                            <comment id="231685" author="adilger" created="Thu, 9 Aug 2018 00:14:37 +0000"  >&lt;p&gt;Is this in some other branch?  I still can&apos;t find that commit hash, but that patch is very old - 2011, so it should be in every release available today.  The commit hash on master for that patch is 5538eee216a194d47ae67fbcff80bfbcd95f3d69.  &lt;/p&gt;</comment>
                            <comment id="259851" author="gerrit" created="Sat, 14 Dec 2019 05:58:18 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/32890/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/32890/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-11185&quot; title=&quot;MGC lock leak&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-11185&quot;&gt;&lt;del&gt;LU-11185&lt;/del&gt;&lt;/a&gt; mgc: config lock leak&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 0ad54d59777366fba8ee61eaaa27b3060c91782f&lt;/p&gt;</comment>
                            <comment id="259884" author="pjones" created="Sat, 14 Dec 2019 13:49:05 +0000"  >&lt;p&gt;Landed for 2.14&lt;/p&gt;</comment>
                            <comment id="284035" author="gerrit" created="Mon, 2 Nov 2020 20:39:53 +0000"  >&lt;p&gt;Jian Yu (yujian@whamcloud.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/40520&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/40520&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-11185&quot; title=&quot;MGC lock leak&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-11185&quot;&gt;&lt;del&gt;LU-11185&lt;/del&gt;&lt;/a&gt; mgc: config lock leak&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: b2_12&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 49db8cbeb579a9485b09f679ebadbc2eca13dda8&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10011">
                    <name>Related</name>
                                            <outwardlinks description="is related to ">
                                        <issuelink>
            <issuekey id="11464">LU-580</issuekey>
        </issuelink>
                            </outwardlinks>
                                                        </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|hzzzxj:</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>