<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 03:31:37 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-16983] check return code in mdc_enqueue_fini() prior mdc_fill_lvb() call</title>
                <link>https://jira.whamcloud.com/browse/LU-16983</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;Issue may occur with DoM files and between old server (prior 2.14) and new client. If mdc_enqueue_interpret() called from failed RPC processing with return code then mdc_enqueue_fini() calls mdc_fill_lvb() without check that rc &amp;gt;= 0 and assert is triggered like in calltrace below:&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;[35945.837773] LustreError: 1183270:0:(layout.c:2171:__req_capsule_get()) ASSERTION( msg != ((void *)0) ) failed: 
[35945.839817] LustreError: 1183270:0:(layout.c:2171:__req_capsule_get()) LBUG
[35945.839946] Lustre: lustre-MDT0000-mdc-ffff9566b57ce000: Connection restored to  (at 10.240.24.151@tcp)
[35945.841173] Pid: 1183270, comm: ptlrpcd_00_00 4.18.0-425.19.2.el8_7.x86_64 #1 SMP Tue Apr 4 22:38:11 UTC 2023
[35945.842969] Lustre: Skipped 1 previous similar message
[35945.844849] Call Trace TBD:
[35945.844995] [&amp;lt;0&amp;gt;] libcfs_call_trace+0x6f/0xa0 [libcfs]
[35945.847559] [&amp;lt;0&amp;gt;] lbug_with_loc+0x3f/0x70 [libcfs]
[35945.848538] [&amp;lt;0&amp;gt;] __req_capsule_get+0x6a0/0x770 [ptlrpc]
[35945.849943] [&amp;lt;0&amp;gt;] mdc_fill_lvb+0x15/0x100 [mdc]
[35945.850930] [&amp;lt;0&amp;gt;] mdc_enqueue_fini+0x7f/0x340 [mdc]
[35945.851925] [&amp;lt;0&amp;gt;] mdc_enqueue_interpret+0x134/0x2a0 [mdc]
[35945.853017] [&amp;lt;0&amp;gt;] ptlrpc_check_set+0x52e/0x2080 [ptlrpc]&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</description>
                <environment></environment>
        <key id="77145">LU-16983</key>
            <summary>check return code in mdc_enqueue_fini() prior mdc_fill_lvb() call</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="tappro">Mikhail Pershin</assignee>
                                    <reporter username="tappro">Mikhail Pershin</reporter>
                        <labels>
                    </labels>
                <created>Tue, 25 Jul 2023 21:56:13 +0000</created>
                <updated>Tue, 1 Aug 2023 13:57:02 +0000</updated>
                            <resolved>Tue, 1 Aug 2023 13:57:02 +0000</resolved>
                                                    <fixVersion>Lustre 2.16.0</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>2</watches>
                                                                            <comments>
                            <comment id="380077" author="gerrit" created="Tue, 25 Jul 2023 22:24:25 +0000"  >&lt;p&gt;&quot;Mikhail Pershin &amp;lt;mpershin@whamcloud.com&amp;gt;&quot; uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/c/fs/lustre-release/+/51761&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/c/fs/lustre-release/+/51761&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-16983&quot; title=&quot;check return code in mdc_enqueue_fini() prior mdc_fill_lvb() call&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-16983&quot;&gt;&lt;del&gt;LU-16983&lt;/del&gt;&lt;/a&gt; mdc: check errcode prior mdc_fill_lvb() call&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: c422797b3949e0b3b7fac7164f03f01dfa6aca0b&lt;/p&gt;</comment>
                            <comment id="380846" author="gerrit" created="Tue, 1 Aug 2023 06:16:28 +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/+/51761/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/c/fs/lustre-release/+/51761/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-16983&quot; title=&quot;check return code in mdc_enqueue_fini() prior mdc_fill_lvb() call&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-16983&quot;&gt;&lt;del&gt;LU-16983&lt;/del&gt;&lt;/a&gt; mdc: check errcode prior mdc_fill_lvb() call&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 68a24acf757c5cfcc00ea1057cec4f09af278e73&lt;/p&gt;</comment>
                            <comment id="380909" author="pjones" created="Tue, 1 Aug 2023 13:57:02 +0000"  >&lt;p&gt;Landed for 2.16&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10011">
                    <name>Related</name>
                                            <outwardlinks description="is related to ">
                                                        </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|i03rev:</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>