<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 01:10:14 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-769] Test failure on test suite conf-sanity, subtest test_23a</title>
                <link>https://jira.whamcloud.com/browse/LU-769</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;This issue was created by maloo for jay &amp;lt;jay@whamcloud.com&amp;gt;&lt;/p&gt;

&lt;p&gt;This issue relates to the following test suite run: &lt;a href=&quot;https://maloo.whamcloud.com/test_sets/0d83cd4e-f936-11e0-a451-52540025f9af&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://maloo.whamcloud.com/test_sets/0d83cd4e-f936-11e0-a451-52540025f9af&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;The sub-test test_23a failed with the following error:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;MOUNT_PID 4397 and  MOUNT_LUSTRE_PID 4398 still not killed in 30 secs&lt;/p&gt;&lt;/blockquote&gt;

&lt;p&gt;Info required for matching: conf-sanity 23a&lt;/p&gt;</description>
                <environment></environment>
        <key id="12154">LU-769</key>
            <summary>Test failure on test suite conf-sanity, subtest test_23a</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="6" iconUrl="https://jira.whamcloud.com/images/icons/statuses/closed.png" description="The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.">Closed</status>
                    <statusCategory id="3" key="done" colorName="success"/>
                                    <resolution id="2">Won&apos;t Fix</resolution>
                                        <assignee username="jay">Jinshan Xiong</assignee>
                                    <reporter username="maloo">Maloo</reporter>
                        <labels>
                    </labels>
                <created>Tue, 18 Oct 2011 03:15:56 +0000</created>
                <updated>Tue, 16 Aug 2016 16:35:32 +0000</updated>
                            <resolved>Tue, 16 Aug 2016 16:35:32 +0000</resolved>
                                    <version>Lustre 2.2.0</version>
                    <version>Lustre 2.1.1</version>
                    <version>Lustre 1.8.7</version>
                                    <fixVersion>Lustre 2.2.0</fixVersion>
                    <fixVersion>Lustre 2.1.1</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>9</watches>
                                                                            <comments>
                            <comment id="21394" author="jay" created="Tue, 18 Oct 2011 03:26:04 +0000"  >&lt;p&gt;I took a look at this bug, I think the root cause of this issue is in ptlrpc_set_wait() where it causes the signal never handled:&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;                if (timeout == 0 &amp;amp;&amp;amp; !cfs_signal_pending())
                        /*
                         * No requests are in-flight (ether timed out
                         * or delayed), so we can allow interrupts.
                         * We still want to block for a limited time,
                         * so we allow interrupts during the timeout.
                         */
                        lwi = LWI_TIMEOUT_INTR_ALL(cfs_time_seconds(1), 
                                                   ptlrpc_expired_set,
                                                   ptlrpc_interrupted_set, set);
                else
                        /*
                         * At least one request is in flight, so no
                         * interrupts are allowed. Wait until all
                         * complete, or an in-flight req times out. 
                         */
                        lwi = LWI_TIMEOUT(cfs_time_seconds(timeout? timeout : 1),
                                          ptlrpc_expired_set, set);

                rc = l_wait_event(set-&amp;gt;set_waitq, ptlrpc_check_set(NULL, set), &amp;amp;lwi);
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;So if there is already signal pending, it will go for non-intr version of LWI_TIMEOUT, then this signal will never be handled.&lt;/p&gt;</comment>
                            <comment id="21399" author="yong.fan" created="Tue, 18 Oct 2011 07:21:01 +0000"  >&lt;p&gt;Another failure instance:&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://maloo.whamcloud.com/sub_tests/06ffdd26-f6db-11e0-a451-52540025f9af&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://maloo.whamcloud.com/sub_tests/06ffdd26-f6db-11e0-a451-52540025f9af&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="21405" author="pjones" created="Tue, 18 Oct 2011 09:15:08 +0000"  >&lt;p&gt;Bobijam&lt;/p&gt;

&lt;p&gt;This looks similar to work that you did a while back for LU346. Could you please look into whether Jinshan&apos;s theory is correct and how we can eliminate these autotest failures?&lt;/p&gt;

&lt;p&gt;Thanks&lt;/p&gt;

&lt;p&gt;Peter&lt;/p&gt;</comment>
                            <comment id="21471" author="jay" created="Wed, 19 Oct 2011 02:34:20 +0000"  >&lt;p&gt;I don&apos;t quite understand this piece of code. From the code, it looks like if RPCs in RQ_PHASE_RPC/BULK/NEW state are considered as in-flight, and if there exists in-flight requests in a set, interrupts are not allowed. However, in ptlrpc_interrupted_set(), only RPCs in RQ_PHASE_RPC/UNREG are allowed to mark interrupted. This is definitely not sync. Not even say in original implementation where it allows interrupts but excludes cfs_signal_pending().&lt;/p&gt;

&lt;p&gt;I tend to think ptlrpc experts should be involved to explain it, and the comment should be fixed as well.&lt;/p&gt;</comment>
                            <comment id="21473" author="jay" created="Wed, 19 Oct 2011 04:02:41 +0000"  >&lt;p&gt;anyway, i made a patch at: &lt;a href=&quot;http://review.whamcloud.com/#change,1543&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/#change,1543&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="21649" author="green" created="Fri, 21 Oct 2011 14:48:39 +0000"  >&lt;p&gt;I think the problem was introduced by patch from bug 11710, commit 2957787997522e3967176903dd7c6f1e04964dc4&lt;/p&gt;

&lt;p&gt;There we start to count unsent RPCs as in-flight and of course it breaks everything.&lt;/p&gt;

&lt;p&gt;I&apos;ll try to submit a patch that reverts this bit.&lt;/p&gt;</comment>
                            <comment id="21676" author="jay" created="Fri, 21 Oct 2011 18:40:04 +0000"  >&lt;p&gt;Maybe I missed something, but I&apos;ll appreciate if you can point out where I understood wrong.&lt;/p&gt;

&lt;p&gt;I used this run: &lt;a href=&quot;https://maloo.whamcloud.com/sub_tests/06ffdd26-f6db-11e0-a451-52540025f9af&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://maloo.whamcloud.com/sub_tests/06ffdd26-f6db-11e0-a451-52540025f9af&lt;/a&gt;, and client debug log: &lt;a href=&quot;https://maloo.whamcloud.com/test_logs/6819eac0-f6db-11e0-a451-52540025f9af/show_text&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://maloo.whamcloud.com/test_logs/6819eac0-f6db-11e0-a451-52540025f9af/show_text&lt;/a&gt;&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;00000100:00000001:0.0:1318632256.053081:0:17090:0:(client.c:1336:ptlrpc_send_new_req()) Process entered
00000100:00000040:0.0:1318632256.053082:0:17090:0:(lustre_net.h:1649:ptlrpc_rqphase_move()) @@@ move req &quot;New&quot; -&amp;gt; &quot;Rpc&quot;  req@ffff81006b07b400 x1382686103961631/t0(0) o-1-&amp;gt;lustre-MDT0000_UUID@10.10.4.186@tcp:12/10 lens 192/336 e 0 to 0 dl 0 ref 2 fl New:/ffffffff/ffffffff rc 0/-1
00000100:00000001:0.0:1318632256.053086:0:17090:0:(client.c:1033:ptlrpc_import_delay_req()) Process entered
00000100:00000001:0.0:1318632256.053087:0:17090:0:(client.c:1077:ptlrpc_import_delay_req()) Process leaving (rc=1 : 1 : 1)
00000100:00080000:0.0:1318632256.053088:0:17090:0:(client.c:1357:ptlrpc_send_new_req()) @@@ req from PID 17090 waiting for recovery: (FULL != CONNECTING)  req@ffff81006b07b400 x1382686103961631/t0(0) o-1-&amp;gt;lustre-MDT0000_UUID@10.10.4.186@tcp:12/10 lens 192/336 e 0 to 0 dl 0 ref 2 fl Rpc:W/ffffffff/ffffffff rc 0/-1
00000100:00000001:0.0:1318632256.053092:0:17090:0:(client.c:1362:ptlrpc_send_new_req()) Process leaving (rc=0 : 0 : 0)
00000100:00000001:0.0:1318632256.053093:0:17090:0:(client.c:1924:ptlrpc_set_next_timeout()) Process entered
00000100:00000001:0.0:1318632256.053093:0:17090:0:(client.c:1961:ptlrpc_set_next_timeout()) Process leaving (rc=0 : 0 : 0)
00000100:00100000:0.0:1318632256.053094:0:17090:0:(client.c:1993:ptlrpc_set_wait()) set ffff810075732cc0 going to sleep for 0 seconds
00000100:00000001:0.0:1318632256.053096:0:17090:0:(client.c:1416:ptlrpc_check_set()) Process entered
00000100:00000001:0.0:1318632256.053097:0:17090:0:(client.c:2224:ptlrpc_unregister_reply()) Process leaving (rc=1 : 1 : 1)
00000100:00000001:0.0:1318632256.053098:0:17090:0:(client.c:1033:ptlrpc_import_delay_req()) Process entered
00000100:00000001:0.0:1318632256.053099:0:17090:0:(client.c:1077:ptlrpc_import_delay_req()) Process leaving (rc=1 : 1 : 1)
00000100:00000001:0.0:1318632256.053100:0:17090:0:(client.c:1747:ptlrpc_check_set()) Process leaving (rc=0 : 0 : 0)
00000100:00000001:0.0:1318632256.053101:0:17090:0:(client.c:1416:ptlrpc_check_set()) Process entered
00000100:00000001:0.0:1318632256.053102:0:17090:0:(client.c:2224:ptlrpc_unregister_reply()) Process leaving (rc=1 : 1 : 1)
00000100:00000001:0.0:1318632256.053103:0:17090:0:(client.c:1033:ptlrpc_import_delay_req()) Process entered
00000100:00000001:0.0:1318632256.053104:0:17090:0:(client.c:1077:ptlrpc_import_delay_req()) Process leaving (rc=1 : 1 : 1)
00000100:00000001:0.0:1318632256.053106:0:17090:0:(client.c:1747:ptlrpc_check_set()) Process leaving (rc=0 : 0 : 0)
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;When the process is doing statfs(), it finds that the connection statis CONNECTING, so it will be delayed, ptlrpc_request::rq_waiting will be set to 1.&lt;/p&gt;

&lt;p&gt;Then let&apos;s take a look at ptlrpc_set_next_timeout():&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;               /*
                 * Request in-flight?
                 */
                if (!(((req-&amp;gt;rq_phase == RQ_PHASE_RPC) &amp;amp;&amp;amp; !req-&amp;gt;rq_waiting) ||
                      (req-&amp;gt;rq_phase == RQ_PHASE_BULK) ||
                      (req-&amp;gt;rq_phase == RQ_PHASE_NEW)))
                        continue;
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;Then the current state of this RPC is in RQ_PHASE_RPC state and rq_waiting is 1, so this statment will be true, so continue, so 0 will be returned by ptlrpc_set_next_timeout().&lt;/p&gt;

&lt;p&gt;Then take a look at: ptlrpc_set_wait(), it will go into:&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;                if (timeout == 0 &amp;amp;&amp;amp; !cfs_signal_pending())
                        /*
                         * No requests are in-flight (ether timed out
                         * or delayed), so we can allow interrupts.
                         * We still want to block for a limited time,
                         * so we allow interrupts during the timeout.
                         */
                        lwi = LWI_TIMEOUT_INTR_ALL(cfs_time_seconds(1), 
                                                   ptlrpc_expired_set,
                                                   ptlrpc_interrupted_set, set);
                else
                        /*
                         * At least one request is in flight, so no
                         * interrupts are allowed. Wait until all
                         * complete, or an in-flight req times out. 
                         */
                        lwi = LWI_TIMEOUT(cfs_time_seconds(timeout? timeout : 1),
                                          ptlrpc_expired_set, set);
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;If it has a pending signal, it will go to the 2nd branch, and will then go bust.&lt;/p&gt;

&lt;p&gt;I&apos;m afraid you cannot fix this problem even you reverted 2957787997522e3967176903dd7c6f1e04964dc4.&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;                 /* request in-flight? */
                 if (!((req-&amp;gt;rq_phase == RQ_PHASE_RPC &amp;amp;&amp;amp; !req-&amp;gt;rq_waiting) ||
-                      (req-&amp;gt;rq_phase == RQ_PHASE_BULK)))
+                      (req-&amp;gt;rq_phase == RQ_PHASE_BULK) ||
+                      (req-&amp;gt;rq_phase == RQ_PHASE_NEW)))
                         continue;
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;It only regarded RQ_PHASE_NEW as in filght, though I don&apos;t agree this, it has nothing to do with our problem.&lt;/p&gt;</comment>
                            <comment id="21678" author="jay" created="Fri, 21 Oct 2011 18:46:10 +0000"  >&lt;p&gt;I tend to think this piece of logic should be rebuilt overall, I understand every single line, but have no idea when putting them together &lt;img class=&quot;emoticon&quot; src=&quot;https://jira.whamcloud.com/images/icons/emoticons/wink.png&quot; height=&quot;16&quot; width=&quot;16&quot; align=&quot;absmiddle&quot; alt=&quot;&quot; border=&quot;0&quot;/&gt;&lt;/p&gt;</comment>
                            <comment id="21679" author="green" created="Fri, 21 Oct 2011 18:57:19 +0000"  >&lt;p&gt;Well, the case that you indicate involves a reconnect in progress.&lt;/p&gt;

&lt;p&gt;So when connect failed, another one will be filed by pinger soon, that&apos;s how everything will get unstuck I think.&lt;/p&gt;</comment>
                            <comment id="21680" author="jay" created="Fri, 21 Oct 2011 19:19:02 +0000"  >&lt;p&gt;Well, in this test case, it&apos;s impossible for the process to mount the mountpoint because the recovery window on the MDT will not close. So what we&apos;re testing is the ability for the process to err our under this case.&lt;/p&gt;

&lt;p&gt;BTW, what&apos;s your expectation of it?&lt;/p&gt;</comment>
                            <comment id="22551" author="yong.fan" created="Sat, 5 Nov 2011 23:04:17 +0000"  >&lt;p&gt;Another failure instance:&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://maloo.whamcloud.com/test_sets/7b1c412a-0803-11e1-b0d9-52540025f9af&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://maloo.whamcloud.com/test_sets/7b1c412a-0803-11e1-b0d9-52540025f9af&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="22577" author="green" created="Sun, 6 Nov 2011 22:36:30 +0000"  >&lt;p&gt;I have an alternative approach here: &lt;a href=&quot;http://review.whamcloud.com/1657&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/1657&lt;/a&gt; and it holds well in my local testing.&lt;br/&gt;
Once it passes maloo it would be great if somebody can intensively test it just with the conf-sanity test 23a.&lt;/p&gt;</comment>
                            <comment id="22904" author="hudson" created="Fri, 11 Nov 2011 12:21:42 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=client,distro=el5,ib_stack=ofa/351/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,el5,ofa #351&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-769&quot; title=&quot;Test failure on test suite conf-sanity, subtest test_23a&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-769&quot;&gt;&lt;del&gt;LU-769&lt;/del&gt;&lt;/a&gt; ptlrpc: Do not miss pending signals in ptlrpc_set wait (Revision fd79a11a9f4c9526af33a68c77a28437b3c29dfa)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=fd79a11a9f4c9526af33a68c77a28437b3c29dfa&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;fd79a11a9f4c9526af33a68c77a28437b3c29dfa&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/ptlrpc/client.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="22906" author="hudson" created="Fri, 11 Nov 2011 12:27:28 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=i686,build_type=client,distro=el6,ib_stack=inkernel/351/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,client,el6,inkernel #351&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-769&quot; title=&quot;Test failure on test suite conf-sanity, subtest test_23a&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-769&quot;&gt;&lt;del&gt;LU-769&lt;/del&gt;&lt;/a&gt; ptlrpc: Do not miss pending signals in ptlrpc_set wait (Revision fd79a11a9f4c9526af33a68c77a28437b3c29dfa)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=fd79a11a9f4c9526af33a68c77a28437b3c29dfa&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;fd79a11a9f4c9526af33a68c77a28437b3c29dfa&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/ptlrpc/client.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="22907" author="hudson" created="Fri, 11 Nov 2011 12:28:19 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=server,distro=el5,ib_stack=inkernel/351/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,server,el5,inkernel #351&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-769&quot; title=&quot;Test failure on test suite conf-sanity, subtest test_23a&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-769&quot;&gt;&lt;del&gt;LU-769&lt;/del&gt;&lt;/a&gt; ptlrpc: Do not miss pending signals in ptlrpc_set wait (Revision fd79a11a9f4c9526af33a68c77a28437b3c29dfa)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=fd79a11a9f4c9526af33a68c77a28437b3c29dfa&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;fd79a11a9f4c9526af33a68c77a28437b3c29dfa&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/ptlrpc/client.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="22908" author="hudson" created="Fri, 11 Nov 2011 12:28:42 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=server,distro=el6,ib_stack=inkernel/351/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,server,el6,inkernel #351&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-769&quot; title=&quot;Test failure on test suite conf-sanity, subtest test_23a&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-769&quot;&gt;&lt;del&gt;LU-769&lt;/del&gt;&lt;/a&gt; ptlrpc: Do not miss pending signals in ptlrpc_set wait (Revision fd79a11a9f4c9526af33a68c77a28437b3c29dfa)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=fd79a11a9f4c9526af33a68c77a28437b3c29dfa&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;fd79a11a9f4c9526af33a68c77a28437b3c29dfa&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/ptlrpc/client.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="22909" author="hudson" created="Fri, 11 Nov 2011 12:32:04 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=client,distro=el5,ib_stack=inkernel/351/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,el5,inkernel #351&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-769&quot; title=&quot;Test failure on test suite conf-sanity, subtest test_23a&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-769&quot;&gt;&lt;del&gt;LU-769&lt;/del&gt;&lt;/a&gt; ptlrpc: Do not miss pending signals in ptlrpc_set wait (Revision fd79a11a9f4c9526af33a68c77a28437b3c29dfa)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=fd79a11a9f4c9526af33a68c77a28437b3c29dfa&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;fd79a11a9f4c9526af33a68c77a28437b3c29dfa&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/ptlrpc/client.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="22910" author="hudson" created="Fri, 11 Nov 2011 12:32:21 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=client,distro=sles11,ib_stack=inkernel/351/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,sles11,inkernel #351&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-769&quot; title=&quot;Test failure on test suite conf-sanity, subtest test_23a&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-769&quot;&gt;&lt;del&gt;LU-769&lt;/del&gt;&lt;/a&gt; ptlrpc: Do not miss pending signals in ptlrpc_set wait (Revision fd79a11a9f4c9526af33a68c77a28437b3c29dfa)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=fd79a11a9f4c9526af33a68c77a28437b3c29dfa&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;fd79a11a9f4c9526af33a68c77a28437b3c29dfa&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/ptlrpc/client.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="22912" author="hudson" created="Fri, 11 Nov 2011 12:34:32 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=client,distro=el6,ib_stack=inkernel/351/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,el6,inkernel #351&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-769&quot; title=&quot;Test failure on test suite conf-sanity, subtest test_23a&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-769&quot;&gt;&lt;del&gt;LU-769&lt;/del&gt;&lt;/a&gt; ptlrpc: Do not miss pending signals in ptlrpc_set wait (Revision fd79a11a9f4c9526af33a68c77a28437b3c29dfa)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=fd79a11a9f4c9526af33a68c77a28437b3c29dfa&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;fd79a11a9f4c9526af33a68c77a28437b3c29dfa&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/ptlrpc/client.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="22913" author="hudson" created="Fri, 11 Nov 2011 12:35:07 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=server,distro=el5,ib_stack=ofa/351/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,server,el5,ofa #351&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-769&quot; title=&quot;Test failure on test suite conf-sanity, subtest test_23a&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-769&quot;&gt;&lt;del&gt;LU-769&lt;/del&gt;&lt;/a&gt; ptlrpc: Do not miss pending signals in ptlrpc_set wait (Revision fd79a11a9f4c9526af33a68c77a28437b3c29dfa)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=fd79a11a9f4c9526af33a68c77a28437b3c29dfa&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;fd79a11a9f4c9526af33a68c77a28437b3c29dfa&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/ptlrpc/client.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="22914" author="hudson" created="Fri, 11 Nov 2011 12:35:20 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=client,distro=ubuntu1004,ib_stack=inkernel/351/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,ubuntu1004,inkernel #351&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-769&quot; title=&quot;Test failure on test suite conf-sanity, subtest test_23a&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-769&quot;&gt;&lt;del&gt;LU-769&lt;/del&gt;&lt;/a&gt; ptlrpc: Do not miss pending signals in ptlrpc_set wait (Revision fd79a11a9f4c9526af33a68c77a28437b3c29dfa)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=fd79a11a9f4c9526af33a68c77a28437b3c29dfa&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;fd79a11a9f4c9526af33a68c77a28437b3c29dfa&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/ptlrpc/client.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="22915" author="hudson" created="Fri, 11 Nov 2011 12:41:00 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=i686,build_type=server,distro=el5,ib_stack=ofa/351/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,server,el5,ofa #351&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-769&quot; title=&quot;Test failure on test suite conf-sanity, subtest test_23a&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-769&quot;&gt;&lt;del&gt;LU-769&lt;/del&gt;&lt;/a&gt; ptlrpc: Do not miss pending signals in ptlrpc_set wait (Revision fd79a11a9f4c9526af33a68c77a28437b3c29dfa)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=fd79a11a9f4c9526af33a68c77a28437b3c29dfa&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;fd79a11a9f4c9526af33a68c77a28437b3c29dfa&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/ptlrpc/client.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="22916" author="hudson" created="Fri, 11 Nov 2011 12:41:13 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=i686,build_type=server,distro=el5,ib_stack=inkernel/351/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,server,el5,inkernel #351&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-769&quot; title=&quot;Test failure on test suite conf-sanity, subtest test_23a&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-769&quot;&gt;&lt;del&gt;LU-769&lt;/del&gt;&lt;/a&gt; ptlrpc: Do not miss pending signals in ptlrpc_set wait (Revision fd79a11a9f4c9526af33a68c77a28437b3c29dfa)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=fd79a11a9f4c9526af33a68c77a28437b3c29dfa&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;fd79a11a9f4c9526af33a68c77a28437b3c29dfa&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/ptlrpc/client.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="22917" author="hudson" created="Fri, 11 Nov 2011 12:43:34 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=i686,build_type=server,distro=el6,ib_stack=inkernel/351/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,server,el6,inkernel #351&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-769&quot; title=&quot;Test failure on test suite conf-sanity, subtest test_23a&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-769&quot;&gt;&lt;del&gt;LU-769&lt;/del&gt;&lt;/a&gt; ptlrpc: Do not miss pending signals in ptlrpc_set wait (Revision fd79a11a9f4c9526af33a68c77a28437b3c29dfa)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=fd79a11a9f4c9526af33a68c77a28437b3c29dfa&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;fd79a11a9f4c9526af33a68c77a28437b3c29dfa&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/ptlrpc/client.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="22918" author="hudson" created="Fri, 11 Nov 2011 12:51:45 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=i686,build_type=client,distro=el5,ib_stack=inkernel/351/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,client,el5,inkernel #351&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-769&quot; title=&quot;Test failure on test suite conf-sanity, subtest test_23a&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-769&quot;&gt;&lt;del&gt;LU-769&lt;/del&gt;&lt;/a&gt; ptlrpc: Do not miss pending signals in ptlrpc_set wait (Revision fd79a11a9f4c9526af33a68c77a28437b3c29dfa)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=fd79a11a9f4c9526af33a68c77a28437b3c29dfa&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;fd79a11a9f4c9526af33a68c77a28437b3c29dfa&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/ptlrpc/client.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="22919" author="hudson" created="Fri, 11 Nov 2011 12:53:25 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=i686,build_type=client,distro=el5,ib_stack=ofa/351/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,client,el5,ofa #351&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-769&quot; title=&quot;Test failure on test suite conf-sanity, subtest test_23a&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-769&quot;&gt;&lt;del&gt;LU-769&lt;/del&gt;&lt;/a&gt; ptlrpc: Do not miss pending signals in ptlrpc_set wait (Revision fd79a11a9f4c9526af33a68c77a28437b3c29dfa)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=fd79a11a9f4c9526af33a68c77a28437b3c29dfa&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;fd79a11a9f4c9526af33a68c77a28437b3c29dfa&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/ptlrpc/client.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="25359" author="jay" created="Tue, 3 Jan 2012 13:48:11 +0000"  >&lt;p&gt;This issue appeared again at: &lt;a href=&quot;https://maloo.whamcloud.com/test_sets/d093ea76-2d11-11e1-ab2e-5254004bbbd3&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://maloo.whamcloud.com/test_sets/d093ea76-2d11-11e1-ab2e-5254004bbbd3&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="25774" author="jay" created="Wed, 4 Jan 2012 15:24:23 +0000"  >&lt;p&gt;my patch caused this problem. Sorry for noise.&lt;/p&gt;</comment>
                            <comment id="28490" author="yujian" created="Mon, 13 Feb 2012 08:16:20 +0000"  >&lt;p&gt;Lustre Tag: v2_1_1_0_RC2&lt;br/&gt;
Lustre Build: &lt;a href=&quot;http://build.whamcloud.com/job/lustre-b2_1/41/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://build.whamcloud.com/job/lustre-b2_1/41/&lt;/a&gt;&lt;br/&gt;
Distro/Arch: RHEL5/x86_64(server), RHEL5/i686(client)&lt;br/&gt;
Network: TCP (1GigE)&lt;br/&gt;
ENABLE_QUOTA=yes&lt;/p&gt;

&lt;p&gt;The same issue occurred: &lt;a href=&quot;https://maloo.whamcloud.com/test_sets/d92dbaba-55cd-11e1-9aa8-5254004bbbd3&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://maloo.whamcloud.com/test_sets/d92dbaba-55cd-11e1-9aa8-5254004bbbd3&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="29853" author="pjones" created="Sun, 26 Feb 2012 19:42:55 +0000"  >&lt;p&gt;Landed for 2.1.1 and 2.2&lt;/p&gt;</comment>
                            <comment id="50323" author="keith" created="Thu, 10 Jan 2013 23:17:51 +0000"  >&lt;p&gt;Well sorry to bring such an old issue back alive again but this was just seen on 1.8:&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://maloo.whamcloud.com/test_sets/66e4cc86-fa48-11e0-bbc0-52540025f9af&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://maloo.whamcloud.com/test_sets/66e4cc86-fa48-11e0-bbc0-52540025f9af&lt;/a&gt;&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;    Error: &apos;MOUNT_PID 29076 and MOUNT_LUSTRE_PID 29077 still not killed in 30 secs&apos; 
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;And other related errors. &lt;/p&gt;</comment>
                            <comment id="50324" author="keith" created="Thu, 10 Jan 2013 23:18:35 +0000"  >&lt;p&gt;This error was seen on 1.8 testing. &lt;/p&gt;</comment>
                            <comment id="162050" author="simmonsja" created="Tue, 16 Aug 2016 16:35:32 +0000"  >&lt;p&gt;old ticket for unsupported version&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10010">
                    <name>Duplicate</name>
                                                                <inwardlinks description="is duplicated by">
                                        <issuelink>
            <issuekey id="11986">LU-726</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="12164">LU-771</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|hzv84n:</customfieldvalue>

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