<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 02:54:48 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-12691] obd_max_recoverable_clients is not atomic</title>
                <link>https://jira.whamcloud.com/browse/LU-12691</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;Originally obd_max_recoverable_clients is not increased at the same moment.&lt;br/&gt;
But because of &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-3540&quot; title=&quot;recovery for cross-MDT operation&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-3540&quot;&gt;&lt;del&gt;LU-3540&lt;/del&gt;&lt;/a&gt;, it will be increased by multiple processes.&lt;br/&gt;
This causes LBUG.&lt;/p&gt;

&lt;p&gt;The type of obd_max_recoverable_clients should be atomic_t and be handled by atomic operations.&lt;/p&gt;</description>
                <environment></environment>
        <key id="56748">LU-12691</key>
            <summary>obd_max_recoverable_clients is not atomic</summary>
                <type id="1" iconUrl="https://jira.whamcloud.com/secure/viewavatar?size=xsmall&amp;avatarId=11303&amp;avatarType=issuetype">Bug</type>
                                            <priority id="3" iconUrl="https://jira.whamcloud.com/images/icons/priorities/major.svg">Major</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="takamura">Tatsushi Takamura</assignee>
                                    <reporter username="takamura">Tatsushi Takamura</reporter>
                        <labels>
                    </labels>
                <created>Mon, 26 Aug 2019 00:10:35 +0000</created>
                <updated>Fri, 29 May 2020 22:13:13 +0000</updated>
                            <resolved>Wed, 9 Oct 2019 22:42:48 +0000</resolved>
                                    <version>Lustre 2.10.8</version>
                                    <fixVersion>Lustre 2.13.0</fixVersion>
                    <fixVersion>Lustre 2.12.4</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>2</watches>
                                                                            <comments>
                            <comment id="253554" author="gerrit" created="Mon, 26 Aug 2019 00:41:56 +0000"  >&lt;p&gt;Tatsushi Takamura (takamr.tatsushi@jp.fujitsu.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/35914&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/35914&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-12691&quot; title=&quot;obd_max_recoverable_clients is not atomic&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-12691&quot;&gt;&lt;del&gt;LU-12691&lt;/del&gt;&lt;/a&gt; ldlm: obd_max_recoverable_clients is not atomic&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 8772d09ae7ed23f8d29a8f3404c42ae095c53431&lt;/p&gt;</comment>
                            <comment id="253848" author="takamura" created="Thu, 29 Aug 2019 09:38:42 +0000"  >&lt;p&gt;We hit this LBUG when running insanity test4. (According to the crash dump, &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-11001&quot; title=&quot;insanity test_2: :check_for_recovery_ready()) ASSERTION( clnts &amp;lt;= obd-&amp;gt;obd_max_recoverable_clients )&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-11001&quot;&gt;&lt;del&gt;LU-11001&lt;/del&gt;&lt;/a&gt; seems to be the same issue) &lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;
&lt;div class=&quot;code panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;codeContent panelContent&quot;&gt;
&lt;pre class=&quot;code-java&quot;&gt;
00010000:00040000:0.0:1520239440.432805:0:10096:0:(ldlm_lib.c:2206:check_for_recovery_ready()) ASSERTION( clnts &amp;lt;= obd-&amp;gt;obd_max_recoverable_clients ) failed:
00010000:00040000:0.0:1520239440.432814:0:10096:0:(ldlm_lib.c:2206:check_for_recovery_ready()) LBUG
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;After applying this patch, this LBUG have not been reproduced.&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;</comment>
                            <comment id="256151" author="gerrit" created="Wed, 9 Oct 2019 22:35:27 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/35914/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/35914/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-12691&quot; title=&quot;obd_max_recoverable_clients is not atomic&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-12691&quot;&gt;&lt;del&gt;LU-12691&lt;/del&gt;&lt;/a&gt; ldlm: obd_max_recoverable_clients is not atomic&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 01261e7b563adc97899d962f0ba2d1b430894bf7&lt;/p&gt;</comment>
                            <comment id="256158" author="pjones" created="Wed, 9 Oct 2019 22:42:48 +0000"  >&lt;p&gt;Landed for 2.13&lt;/p&gt;</comment>
                            <comment id="258847" author="gerrit" created="Tue, 26 Nov 2019 17:02:28 +0000"  >&lt;p&gt;Minh Diep (mdiep@whamcloud.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/36878&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/36878&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-12691&quot; title=&quot;obd_max_recoverable_clients is not atomic&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-12691&quot;&gt;&lt;del&gt;LU-12691&lt;/del&gt;&lt;/a&gt; ldlm: obd_max_recoverable_clients is not atomic&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: b2_12&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: fe66543cb7e0abdd0daaf8c4be0fccf41f299787&lt;/p&gt;</comment>
                            <comment id="259765" author="gerrit" created="Thu, 12 Dec 2019 23:05:49 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/36878/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/36878/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-12691&quot; title=&quot;obd_max_recoverable_clients is not atomic&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-12691&quot;&gt;&lt;del&gt;LU-12691&lt;/del&gt;&lt;/a&gt; ldlm: obd_max_recoverable_clients is not atomic&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: b2_12&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: ccd89f519d4cdb3ebf971edf178f9cd2e664beec&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10010">
                    <name>Duplicate</name>
                                            <outwardlinks description="duplicates">
                                        <issuelink>
            <issuekey id="52122">LU-11001</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|i00lrb:</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>