<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 01:17:20 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-1517] no retry for the bulk operation</title>
                <link>https://jira.whamcloud.com/browse/LU-1517</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&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;lnd_cb.c:558:kgnilnd_setup_phys_buffer()) failed to allocate tx_phys
[2012-04-07 02:08:24][c5-0c0s5n2]LNet: 29099:0:(gnilnd_cb.c:1068:kgnilnd_tx_done()) $$ error -12 on tx 0xffff88000fe06b40-&amp;gt;&amp;lt;?&amp;gt; id 0/0 state GNILND_TX_ALLOCD age 17481575s  msg@0xffff88000fe06bc0 m/v/ty/ck/pck/pl b00fbabe/8/3/0/78db/0 x0:GNILND_MSG_PUT_REQ
[2012-04-07 02:08:24][c5-0c0s5n2]LustreError: 29099:0:(events.c:198:client_bulk_callback()) event type 0, status -5, desc ffff880627c24000
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;The error is detected on both client and server; the server expects the client to retry but it doesn&apos;t. In the mean time, the OSS issues a lock callback to the client, but the client does not respond because it is waiting for the I/O to complete. Eventually the OSS evicts the client. Lustre does not retry the bulk op when it detects the error.&lt;/p&gt;</description>
                <environment></environment>
        <key id="14897">LU-1517</key>
            <summary>no retry for the bulk operation</summary>
                <type id="1" iconUrl="https://jira.whamcloud.com/secure/viewavatar?size=xsmall&amp;avatarId=11303&amp;avatarType=issuetype">Bug</type>
                                            <priority id="2" iconUrl="https://jira.whamcloud.com/images/icons/priorities/critical.svg">Critical</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="keith">Keith Mannthey</assignee>
                                    <reporter username="aboyko">Alexander Boyko</reporter>
                        <labels>
                            <label>patch</label>
                    </labels>
                <created>Wed, 13 Jun 2012 09:12:36 +0000</created>
                <updated>Fri, 22 Feb 2013 11:17:28 +0000</updated>
                            <resolved>Wed, 12 Dec 2012 13:36:26 +0000</resolved>
                                    <version>Lustre 1.8.8</version>
                                    <fixVersion>Lustre 2.4.0</fixVersion>
                    <fixVersion>Lustre 2.1.4</fixVersion>
                    <fixVersion>Lustre 1.8.9</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>7</watches>
                                                                            <comments>
                            <comment id="40499" author="aboyko" created="Wed, 13 Jun 2012 09:14:55 +0000"  >&lt;p&gt;Review request &lt;a href=&quot;http://review.whamcloud.com/3102&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/3102&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="43200" author="cfaber" created="Tue, 14 Aug 2012 12:24:12 +0000"  >&lt;p&gt;Hi,&lt;/p&gt;

&lt;p&gt;Have WC/Intel had time to review our proposed patch yet? &lt;/p&gt;

&lt;p&gt;-cf&lt;/p&gt;</comment>
                            <comment id="43205" author="spitzcor" created="Tue, 14 Aug 2012 12:47:34 +0000"  >&lt;p&gt;Cray has been using this patch and it is effective.&lt;/p&gt;</comment>
                            <comment id="45910" author="keith" created="Tue, 2 Oct 2012 19:26:00 +0000"  >&lt;p&gt;The patch has been reviewed and is awaiting final merger. &lt;/p&gt;</comment>
                            <comment id="46021" author="keith" created="Thu, 4 Oct 2012 16:34:03 +0000"  >&lt;p&gt;I just wanted to say that 1.8 is in more of a maintenance mode at this point. The patch looks fine but very few things are landing in 1.8 right now. &lt;/p&gt;</comment>
                            <comment id="46022" author="spitzcor" created="Thu, 4 Oct 2012 16:37:17 +0000"  >&lt;p&gt;Understood.  Trigerring this bug results in client eviction though.  Just FYI.&lt;/p&gt;</comment>
                            <comment id="46306" author="johann" created="Wed, 10 Oct 2012 02:47:13 +0000"  >&lt;p&gt;I&apos;m fine with landing the patch on b1_8. That said, it seems that master suffers from the same issue, right?&lt;br/&gt;
If so, it would be great to push a patch against master.&lt;br/&gt;
Thanks in advance!&lt;/p&gt;</comment>
                            <comment id="46331" author="spitzcor" created="Wed, 10 Oct 2012 09:57:43 +0000"  >&lt;p&gt;Johann, for master, have you seen &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-901&quot; title=&quot;LustreError: 25196:0:(client.c:1696:ptlrpc_check_set()) LBUG&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-901&quot;&gt;&lt;del&gt;LU-901&lt;/del&gt;&lt;/a&gt; and change #4092?  Or does it only partially address the fault?&lt;/p&gt;</comment>
                            <comment id="46727" author="spitzcor" created="Thu, 18 Oct 2012 09:32:56 +0000"  >&lt;p&gt;Yes, it is curious that we landed this fix to b1_8 before master.  FYI, Cray has been using this fix on our 2.2 for some time and testing has gone well.  We should push it to master now while we wait for &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-901&quot; title=&quot;LustreError: 25196:0:(client.c:1696:ptlrpc_check_set()) LBUG&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-901&quot;&gt;&lt;del&gt;LU-901&lt;/del&gt;&lt;/a&gt;.&lt;/p&gt;</comment>
                            <comment id="46728" author="johann" created="Thu, 18 Oct 2012 09:38:29 +0000"  >&lt;p&gt;Sure, let&apos;s push review 3102 to all branches first (b1_8, b2_1, b2_2, b2_3 and master). Then more intrusive changes (like 4092) can be considered on master.&lt;/p&gt;</comment>
                            <comment id="46748" author="keith" created="Thu, 18 Oct 2012 14:33:45 +0000"  >&lt;p&gt;The patch ported easily as expected so I sent it to the various branches. &lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://review.whamcloud.com/4296&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/4296&lt;/a&gt;  &amp;lt;- b2_1 &lt;br/&gt;
&lt;a href=&quot;http://review.whamcloud.com/4297&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/4297&lt;/a&gt;  &amp;lt;- b2_2 &lt;br/&gt;
&lt;a href=&quot;http://review.whamcloud.com/4298&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/4298&lt;/a&gt;  &amp;lt;- b2_3&lt;br/&gt;
&lt;a href=&quot;http://review.whamcloud.com/4299&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/4299&lt;/a&gt;  &amp;lt;- Master &lt;/p&gt;
</comment>
                            <comment id="48188" author="spitzcor" created="Wed, 21 Nov 2012 13:33:20 +0000"  >&lt;p&gt;I think that we should at least land the master patch.&lt;/p&gt;</comment>
                            <comment id="49143" author="keith" created="Wed, 12 Dec 2012 13:36:26 +0000"  >&lt;p&gt;Ok it seems the patches for 1.8,2.3 and Master has been merged. 2.2 and 2.3 are dead branches at this point.  &lt;/p&gt;

&lt;p&gt;I think this issue is safe to close. Please reopen if you disagree. &lt;/p&gt;</comment>
                    </comments>
                    <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|hzv32v:</customfieldvalue>

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