<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 01:19:05 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-1717] mdt_recovery.c:611:mdt_steal_ack_locks()) Resent req xid XXX has mismatched opc: new 101 old 0</title>
                <link>https://jira.whamcloud.com/browse/LU-1717</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;Running SWL tests, mix of various (IOR, mdtest, simul, mir, fdtree) &lt;br/&gt;
Seeing this sequence repeatedly, lustre dump sent to ftp site. File Name: lu-1442.dump.gz&lt;/p&gt;


&lt;p&gt;Aug  7 09:51:29 ehyperion-rst6 kernel: LustreError: 29701:0:(mdt_recovery.c:611:mdt_steal_ack_locks()) Resent req xid 1409327760945603 has mismatched opc: new 101 old 0&lt;br/&gt;
Aug  7 09:51:29 ehyperion-rst6 kernel: LustreError: 29701:0:(mdt_recovery.c:611:mdt_steal_ack_locks()) Skipped 5 previous similar messages&lt;br/&gt;
Aug  7 09:51:29 ehyperion-rst6 kernel: Lustre: 29701:0:(mdt_recovery.c:622:mdt_steal_ack_locks()) Stealing 1 locks from rs ffff8802d1a96000 x1409327760945603.t537972417766 o0 NID 192.168.117.9@o2ib1&lt;br/&gt;
Aug  7 09:51:29 ehyperion-rst6 kernel: Lustre: 29701:0:(mdt_recovery.c:622:mdt_steal_ack_locks()) Skipped 5 previous similar messages&lt;br/&gt;
Aug  7 09:51:29 ehyperion-rst6 kernel: Lustre: 4710:0:(service.c:2095:ptlrpc_handle_rs()) All locks stolen from rs ffff8802d1a96000 x1409327760945603.t537972417766 o0 NID 192.168.117.9@o2ib1&lt;/p&gt;</description>
                <environment>LLNL Hyperion, CHAOS 5 servers/clients, Lustre 2.2.92</environment>
        <key id="15430">LU-1717</key>
            <summary>mdt_recovery.c:611:mdt_steal_ack_locks()) Resent req xid XXX has mismatched opc: new 101 old 0</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="liwei">Li Wei</assignee>
                                    <reporter username="cliffw">Cliff White</reporter>
                        <labels>
                            <label>topsequoia</label>
                    </labels>
                <created>Tue, 7 Aug 2012 13:05:50 +0000</created>
                <updated>Thu, 12 Jun 2014 02:42:24 +0000</updated>
                            <resolved>Mon, 15 Oct 2012 22:10:25 +0000</resolved>
                                    <version>Lustre 2.3.0</version>
                                    <fixVersion>Lustre 2.4.0</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>6</watches>
                                                                            <comments>
                            <comment id="42831" author="green" created="Tue, 7 Aug 2012 15:44:01 +0000"  >&lt;p&gt;I think this might be a case of improper init:&lt;/p&gt;

&lt;p&gt;in target_send_reply() we have:&lt;/p&gt;

&lt;p&gt;        rs-&amp;gt;rs_opc       = lustre_msg_get_opc(rs-&amp;gt;rs_msg);&lt;/p&gt;

&lt;p&gt;rs-&amp;gt;rs_msg does not seem to be initialized in a proper way yet (points to yet uninitialized reply buffer).&lt;/p&gt;

&lt;p&gt;so probably should be lustre_msg_get_opc(req-&amp;gt;rq_reqmsg);&lt;/p&gt;

&lt;p&gt;The Stealing..../Stolen... messages should be silenced.&lt;/p&gt;

&lt;p&gt;Technically these messages should only be seen when there is a lost reply enroute to client&lt;/p&gt;</comment>
                            <comment id="46262" author="morrone" created="Tue, 9 Oct 2012 13:30:24 +0000"  >&lt;p&gt;We are also seeing this repeatedly.&lt;/p&gt;</comment>
                            <comment id="46263" author="morrone" created="Tue, 9 Oct 2012 13:40:06 +0000"  >&lt;p&gt;In particular, we are still seeing this in newer master code at &lt;a href=&quot;https://github.com/chaos/lustre/tree/2.3.53-3chaos&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;2.3.53-3chaos&lt;/a&gt;.&lt;/p&gt;</comment>
                            <comment id="46271" author="jaylan" created="Tue, 9 Oct 2012 15:22:32 +0000"  >&lt;p&gt;We are seening this repeatedly on our 2.1.2 and 2.1.3 servers, but I can not pin this to a particular reported problem.&lt;/p&gt;</comment>
                            <comment id="46493" author="green" created="Fri, 12 Oct 2012 18:51:37 +0000"  >&lt;p&gt;The particular problem you&apos;d see this in is when a reply from server to client was lost and client did a resend.&lt;br/&gt;
The message is harmless (and wrong, and will be fixed).&lt;/p&gt;</comment>
                            <comment id="46495" author="morrone" created="Fri, 12 Oct 2012 19:00:04 +0000"  >&lt;p&gt;Oleg, if your assumption about lost replies is correct, then I think we have a bigger problem here.  We do not have lnet routers on Sequoia so we should have a reliable communication fabric.&lt;/p&gt;

&lt;p&gt;How are we losing messages so often??&lt;/p&gt;</comment>
                            <comment id="46498" author="green" created="Fri, 12 Oct 2012 22:09:37 +0000"  >&lt;p&gt;I don&apos;t really know how are you losing the messages.&lt;/p&gt;

&lt;p&gt;The resent xid could only occur if a reply was not seen by a client and it decided to resend the message (there probably should be a client-side message about that too).&lt;br/&gt;
The specific message you see could only happen when that lost reply happened to be one for a so called &quot;difficult&quot; reply - where a lock is being returned to the client.&lt;/p&gt;</comment>
                            <comment id="46563" author="liwei" created="Mon, 15 Oct 2012 07:13:32 +0000"  >&lt;p&gt;&lt;a href=&quot;http://review.whamcloud.com/4271&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/4271&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;This does what Oleg suggested.&lt;/p&gt;</comment>
                            <comment id="46607" author="ian" created="Mon, 15 Oct 2012 22:10:25 +0000"  >&lt;p&gt;Patch landed&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10010">
                    <name>Duplicate</name>
                                                                <inwardlinks description="is duplicated by">
                                                        </inwardlinks>
                                    </issuelinktype>
                            <issuelinktype id="10011">
                    <name>Related</name>
                                                                <inwardlinks description="is related to">
                                        <issuelink>
            <issuekey id="16373">LU-2187</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|hzvgpb:</customfieldvalue>

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