<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 01:52:18 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-5533] Wrong buffer for field `dlm_rep&apos; (1 of 1) in format `LDLM_INTENT_GETATTR&apos;</title>
                <link>https://jira.whamcloud.com/browse/LU-5533</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;when we simulate message drop for portal 17 (LDLM_CANCEL_REQUEST_PORTAL) and portal 18 (LDLM_CANCEL_REPLY_PORTAL), I saw this failure on client and application failed.&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;LustreError: 13507:0:(layout.c:2042:__req_capsule_get()) @@@ Wrong buffer for field `dlm_rep&apos; (1 of 1) in format `LDLM_INTENT_GETATTR&apos;: 0 vs. 112 (server)
  req@ffff880ecfc8c000 x1476486707242176/t0(0) o101-&amp;gt;soaked-MDT0000-mdc-ffff881029559c00@192.168.1.108@o2ib:12/10 lens 576/192 e 0 to 0 dl 1408692442 ref 1 fl Complete:R/2/0 rc 0/0
LustreError: 13507:0:(file.c:3238:ll_inode_revalidate_fini()) soaked: revalidate FID [0x3800004c4:0x79:0x0] error: rc = -71
LustreError: 11-0: soaked-MDT0000-mdc-ffff881029559c00: Communicating with 192.168.1.108@o2ib, operation mds_reint failed with -107.
Lustre: soaked-MDT0000-mdc-ffff881029559c00: Connection to soaked-MDT0000 (at 192.168.1.108@o2ib) was lost; in progress operations using this service will wait for recovery to complete
LustreError: 167-0: soaked-MDT0000-mdc-ffff881029559c00: This client was evicted by soaked-MDT0000; in progress operations using this service will fail.
LustreError: 13506:0:(llite_lib.c:1522:ll_md_setattr()) md_setattr fails: rc = -5
LustreError: 13508:0:(llite_lib.c:1522:ll_md_setattr()) md_setattr fails: rc = -108
LustreError: 13509:0:(llite_lib.c:1522:ll_md_setattr()) md_setattr fails: rc = -108

&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;Application is quite simple, just a MPI program which repeats to fstat and fchmod on two nodes. &lt;/p&gt;</description>
                <environment></environment>
        <key id="26120">LU-5533</key>
            <summary>Wrong buffer for field `dlm_rep&apos; (1 of 1) in format `LDLM_INTENT_GETATTR&apos;</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="3">Duplicate</resolution>
                                        <assignee username="liwei">Li Wei</assignee>
                                    <reporter username="liang">Liang Zhen</reporter>
                        <labels>
                            <label>llnl</label>
                    </labels>
                <created>Fri, 22 Aug 2014 07:35:50 +0000</created>
                <updated>Mon, 11 May 2015 21:10:36 +0000</updated>
                            <resolved>Wed, 12 Nov 2014 06:55:10 +0000</resolved>
                                                                        <due></due>
                            <votes>0</votes>
                                    <watches>4</watches>
                                                                            <comments>
                            <comment id="92674" author="liwei" created="Thu, 28 Aug 2014 01:42:48 +0000"  >&lt;p&gt;&lt;a href=&quot;http://review.whamcloud.com/11629&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/11629&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="95461" author="morrone" created="Wed, 1 Oct 2014 19:53:48 +0000"  >&lt;p&gt;We have seen this error in production using 2.4.2-14chaos (see github.com/chaos/lustre).  We will need a fix for b2_5 (we are going to transition to b2_5 in a few weeks).&lt;/p&gt;</comment>
                            <comment id="95576" author="morrone" created="Thu, 2 Oct 2014 21:11:35 +0000"  >&lt;p&gt;We have additionally seen the error message with the LDLM_ENQUEUE_LVB name instead of LDLM_INTENT_GETATTR.  Am I correct in assuming that is the same problem?&lt;/p&gt;</comment>
                            <comment id="95610" author="liwei" created="Fri, 3 Oct 2014 02:39:41 +0000"  >&lt;p&gt;Chris, if the request corresponding to the LDLM_ENQUEUE_LVB name had a 192-byte reply length (please look for &quot;lens ???/192&quot;), I would assume that was due to the same problem (i.e., a ping being mistook as a normal reply).  I&apos;ll get the patch going as soon as my vacation is over.&lt;/p&gt;</comment>
                            <comment id="95611" author="liwei" created="Fri, 3 Oct 2014 02:40:47 +0000"  >&lt;p&gt;Oops, s/a ping/an early reply/.&lt;/p&gt;</comment>
                            <comment id="95938" author="liwei" created="Wed, 8 Oct 2014 14:29:10 +0000"  >&lt;p&gt;The patch has been updated with problem description.&lt;/p&gt;</comment>
                            <comment id="97334" author="morrone" created="Thu, 23 Oct 2014 22:17:11 +0000"  >&lt;p&gt;Yes, for LDLM_ENQUEUE_LVB it is 328/192.  Here is a console snippet:&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;2014-09-23 18:56:43 Lustre: 5696:0:(client.c:304:ptlrpc_at_adj_net_latency()) Reported service time 51 &amp;gt; total measured time 10
2014-09-23 18:56:43 LustreError: 5696:0:(layout.c:1946:__req_capsule_get()) @@@ Wrong buffer for field `dlm_rep&apos; (1 of 1) in format `LDLM_ENQUEUE_LVB&apos;: 0 vs. 112 (server)
2014-09-23 18:56:43   req@ffff880c1422a400 x1476341002572612/t0(0) o101-&amp;gt;lse-OST0047-osc-ffff880c2690a800@172.19.1.240@o2ib100:28/4 lens 328/192 e 0 to 0 dl 1411523899 ref 1 fl Interpret:R/2/0 rc 0/0
2014-09-23 18:56:43 Lustre: 5698:0:(client.c:304:ptlrpc_at_adj_net_latency()) Reported service time 51 &amp;gt; total measured time 35
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</comment>
                            <comment id="98949" author="liwei" created="Wed, 12 Nov 2014 06:55:10 +0000"  >&lt;p&gt;Let&apos;s use Alexander&apos;s patch under &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-5528&quot; title=&quot;Race - connect vs resend&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-5528&quot;&gt;&lt;del&gt;LU-5528&lt;/del&gt;&lt;/a&gt; instead.&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10011">
                    <name>Related</name>
                                            <outwardlinks description="is related to ">
                                        <issuelink>
            <issuekey id="26096">LU-5528</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|hzwubj:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10090" key="com.pyxis.greenhopper.jira:gh-global-rank">
                        <customfieldname>Rank (Obsolete)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>15405</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>