<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 02:46:45 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-11768] sanity-quota test 6 fails with &#8216;LNet: Service thread pid &lt;pid&gt; was inactive for &#8230;&#8217;</title>
                <link>https://jira.whamcloud.com/browse/LU-11768</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;sanity-quota test_6 started failing on November 13, 2018, Lustre tag 2.11.56.140, with the error&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;[ 1733.308968] LNet: Service thread pid 18400 was inactive for 40.06s. The thread might be hung, or it might only be slow and will resume later. Dumping the stack trace for debugging purposes: 
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;In sanity-quota test_6, we scan the OST1 dmesg log to see if watchdog was triggered. Looking at the logs for &lt;a href=&quot;https://testing.whamcloud.com/test_sets/9f3095ea-fdc2-11e8-b837-52540065bddc&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://testing.whamcloud.com/test_sets/9f3095ea-fdc2-11e8-b837-52540065bddc&lt;/a&gt; , the dmesg log from OST1 (vm3) contains the NET error and the stack trace&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;[18752.909319] Lustre: DEBUG MARKER: lctl set_param -n osd*.*OS*.force_sync=1
[18795.136287] LNet: Service thread pid 14192 was inactive for 40.14s. The thread might be hung, or it might only be slow and will resume later. Dumping the stack trace for debugging purposes:
[18795.137958] Pid: 14192, comm: ll_ost_io00_002 3.10.0-862.14.4.el7_lustre.x86_64 #1 SMP Sat Dec 8 05:52:11 UTC 2018
[18795.138944] Call Trace:
[18795.139235]  [&amp;lt;ffffffffc0f2a880&amp;gt;] ptlrpc_set_wait+0x500/0x8d0 [ptlrpc]
[18795.140051]  [&amp;lt;ffffffffc0f2acd3&amp;gt;] ptlrpc_queue_wait+0x83/0x230 [ptlrpc]
[18795.140837]  [&amp;lt;ffffffffc1115308&amp;gt;] qsd_send_dqacq+0x2e8/0x340 [lquota]
[18795.141528]  [&amp;lt;ffffffffc1123383&amp;gt;] qsd_acquire+0x8e3/0xcb0 [lquota]
[18795.142183]  [&amp;lt;ffffffffc11238d4&amp;gt;] qsd_op_begin0+0x184/0x960 [lquota]
[18795.142838]  [&amp;lt;ffffffffc1124312&amp;gt;] qsd_op_begin+0x262/0x4b0 [lquota]
[18795.143571]  [&amp;lt;ffffffffc116eac7&amp;gt;] osd_declare_quota+0xd7/0x360 [osd_zfs]
[18795.144322]  [&amp;lt;ffffffffc1177ff0&amp;gt;] osd_declare_write_commit+0x3d0/0x7f0 [osd_zfs]
[18795.145083]  [&amp;lt;ffffffffc12958d9&amp;gt;] ofd_commitrw_write+0x939/0x1d40 [ofd]
[18795.145833]  [&amp;lt;ffffffffc1299de2&amp;gt;] ofd_commitrw+0x4b2/0xa10 [ofd]
[18795.146465]  [&amp;lt;ffffffffc0f98d6c&amp;gt;] obd_commitrw+0x9c/0x370 [ptlrpc]
[18795.147178]  [&amp;lt;ffffffffc0f9b9dd&amp;gt;] tgt_brw_write+0x100d/0x1a90 [ptlrpc]
[18795.147927]  [&amp;lt;ffffffffc0f9f29a&amp;gt;] tgt_request_handle+0xaea/0x1580 [ptlrpc]
[18795.148649]  [&amp;lt;ffffffffc0f4391b&amp;gt;] ptlrpc_server_handle_request+0x24b/0xab0 [ptlrpc]
[18795.149488]  [&amp;lt;ffffffffc0f4724c&amp;gt;] ptlrpc_main+0xafc/0x1fb0 [ptlrpc]
[18795.150201]  [&amp;lt;ffffffff86abdf21&amp;gt;] kthread+0xd1/0xe0
[18795.150788]  [&amp;lt;ffffffff871255f7&amp;gt;] ret_from_fork_nospec_end+0x0/0x39
[18795.151437]  [&amp;lt;ffffffffffffffff&amp;gt;] 0xffffffffffffffff
[18795.152089] LustreError: dumping log to /tmp/lustre-log.1544552141.14192
 &lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;There is no other indication of a problem in the console and dmesg logs. We see this issue for both zfs and ldiskfs environments.&lt;/p&gt;

&lt;p&gt;Some of these failures are attributed to &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-11644&quot; title=&quot;LNet: Service thread inactive for 300  causes client evictions &quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-11644&quot;&gt;LU-11644&lt;/a&gt;, but the stack traces do not look the same.&lt;/p&gt;

&lt;p&gt;Logs for this failure are at&lt;br/&gt;
&lt;a href=&quot;https://testing.whamcloud.com/test_sets/e2bf61ea-e78f-11e8-b67f-52540065bddc&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://testing.whamcloud.com/test_sets/e2bf61ea-e78f-11e8-b67f-52540065bddc&lt;/a&gt;&lt;br/&gt;
&lt;a href=&quot;https://testing.whamcloud.com/test_sets/bca63f5a-f60e-11e8-bfe1-52540065bddc&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://testing.whamcloud.com/test_sets/bca63f5a-f60e-11e8-bfe1-52540065bddc&lt;/a&gt;&lt;br/&gt;
&lt;a href=&quot;https://testing.whamcloud.com/test_sets/613c72d6-f5d9-11e8-bfe1-52540065bddc&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://testing.whamcloud.com/test_sets/613c72d6-f5d9-11e8-bfe1-52540065bddc&lt;/a&gt;&lt;/p&gt;</description>
                <environment></environment>
        <key id="54277">LU-11768</key>
            <summary>sanity-quota test 6 fails with &#8216;LNet: Service thread pid &lt;pid&gt; was inactive for &#8230;&#8217;</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="hongchao.zhang">Hongchao Zhang</assignee>
                                    <reporter username="jamesanunez">James Nunez</reporter>
                        <labels>
                    </labels>
                <created>Wed, 12 Dec 2018 19:49:08 +0000</created>
                <updated>Mon, 14 Feb 2022 08:09:53 +0000</updated>
                            <resolved>Mon, 13 Sep 2021 23:12:33 +0000</resolved>
                                    <version>Lustre 2.12.0</version>
                    <version>Lustre 2.13.0</version>
                    <version>Lustre 2.12.3</version>
                    <version>Lustre 2.12.6</version>
                    <version>Lustre 2.12.7</version>
                                    <fixVersion>Lustre 2.12.8</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>11</watches>
                                                                            <comments>
                            <comment id="238476" author="pjones" created="Wed, 12 Dec 2018 19:51:31 +0000"  >&lt;p&gt;Hongchao&lt;/p&gt;

&lt;p&gt;Can you please assess this issue?&lt;/p&gt;

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

&lt;p&gt;Peter&lt;/p&gt;</comment>
                            <comment id="238528" author="hongchao.zhang" created="Thu, 13 Dec 2018 09:42:51 +0000"  >&lt;p&gt;This could be caused by larger timeout in &quot;qsd_timeout&quot;, which will cause the wait for &quot;QUOTA_DQACQ&quot; not to time out&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;static inline int qsd_wait_timeout(struct qsd_instance *qsd)
{               
        if (qsd-&amp;gt;qsd_timeout != 0)
                return qsd-&amp;gt;qsd_timeout;
        return min_t(int, at_max / 2, obd_timeout / 2);
} 
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</comment>
                            <comment id="238618" author="paf" created="Fri, 14 Dec 2018 17:48:30 +0000"  >&lt;p&gt;Hit in:&lt;br/&gt;
&lt;a href=&quot;https://testing.whamcloud.com/test_sessions/3cd6e2ff-c3a4-416c-9441-faea50b1d1c7&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://testing.whamcloud.com/test_sessions/3cd6e2ff-c3a4-416c-9441-faea50b1d1c7&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="239182" author="gerrit" created="Fri, 28 Dec 2018 10:07:11 +0000"  >&lt;p&gt;Hongchao Zhang (hongchao@whamcloud.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/33931&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/33931&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-11768&quot; title=&quot;sanity-quota test 6 fails with &#8216;LNet: Service thread pid &amp;lt;pid&amp;gt; was inactive for &#8230;&#8217;&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-11768&quot;&gt;&lt;del&gt;LU-11768&lt;/del&gt;&lt;/a&gt; test: reset qsd_time before test&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 9627ce42089beb5a9e8d3d5fd0fdf3ce4d264b53&lt;/p&gt;</comment>
                            <comment id="240389" author="yujian" created="Sat, 19 Jan 2019 07:29:24 +0000"  >&lt;p&gt;+1 on master branch:&lt;br/&gt;
&lt;a href=&quot;https://testing.whamcloud.com/test_sets/45eb11e0-1b5e-11e9-a2cc-52540065bddc&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://testing.whamcloud.com/test_sets/45eb11e0-1b5e-11e9-a2cc-52540065bddc&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="242891" author="gerrit" created="Wed, 27 Feb 2019 02:02:05 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/33931/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/33931/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-11768&quot; title=&quot;sanity-quota test 6 fails with &#8216;LNet: Service thread pid &amp;lt;pid&amp;gt; was inactive for &#8230;&#8217;&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-11768&quot;&gt;&lt;del&gt;LU-11768&lt;/del&gt;&lt;/a&gt; test: reset qsd_time before test&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 6cb284c2ed92284454580e6e54e00ddc33530c6e&lt;/p&gt;</comment>
                            <comment id="242919" author="pjones" created="Wed, 27 Feb 2019 05:32:16 +0000"  >&lt;p&gt;Landed for 2.13&lt;/p&gt;</comment>
                            <comment id="249153" author="gerrit" created="Wed, 12 Jun 2019 22:41:48 +0000"  >&lt;p&gt;Minh Diep (mdiep@whamcloud.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/35212&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/35212&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-11768&quot; title=&quot;sanity-quota test 6 fails with &#8216;LNet: Service thread pid &amp;lt;pid&amp;gt; was inactive for &#8230;&#8217;&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-11768&quot;&gt;&lt;del&gt;LU-11768&lt;/del&gt;&lt;/a&gt; test: reset qsd_time before test&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: b2_12&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 1a139ccf57ec8971b535f14aa872498177468e9e&lt;/p&gt;</comment>
                            <comment id="249929" author="gerrit" created="Tue, 25 Jun 2019 02:20:56 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/35212/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/35212/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-11768&quot; title=&quot;sanity-quota test 6 fails with &#8216;LNet: Service thread pid &amp;lt;pid&amp;gt; was inactive for &#8230;&#8217;&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-11768&quot;&gt;&lt;del&gt;LU-11768&lt;/del&gt;&lt;/a&gt; test: reset qsd_time before test&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: b2_12&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 8feb93bcb079f3d119c74f8fde0e589692098190&lt;/p&gt;</comment>
                            <comment id="251693" author="sebastien" created="Fri, 19 Jul 2019 06:39:15 +0000"  >&lt;p&gt;This issue was hit again on b2_12 with patch &quot;&lt;a href=&quot;https://jira.whamcloud.com/browse/LU-11768&quot; title=&quot;sanity-quota test 6 fails with &#8216;LNet: Service thread pid &amp;lt;pid&amp;gt; was inactive for &#8230;&#8217;&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-11768&quot;&gt;&lt;del&gt;LU-11768&lt;/del&gt;&lt;/a&gt; test: reset qsd_time before test&quot; included:&lt;br/&gt;
&lt;a href=&quot;https://testing.whamcloud.com/test_sets/76e57046-a9da-11e9-a0be-52540065bddc&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://testing.whamcloud.com/test_sets/76e57046-a9da-11e9-a0be-52540065bddc&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="252253" author="hongchao.zhang" created="Tue, 30 Jul 2019 12:04:52 +0000"  >&lt;p&gt;the reason of this issue is the timeout of QUOTA_DQACQ request is even longer than the obd_timeout * 2.&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;Lustre: 15662:0:(client.c:2134:ptlrpc_expire_one_request()) @@@ Request sent has timed out for slow reply: [sent 1563502007/real 1563502007]  req@ffff93c89d32c900 x1639433946429456/t0(0) o601-&amp;gt;lustre-MDT0000-lwp-OST0000@10.9.5.137@tcp:23/10 lens 336/336 e 0 to 1 dl 1563502051 ref 2 fl Rpc:XN/0/ffffffff rc 0/-1
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;the interval to time out is 44s (1563502051 - 1563502007), which cause the watch dog to be triggered.&lt;/p&gt;</comment>
                            <comment id="252254" author="gerrit" created="Tue, 30 Jul 2019 12:17:55 +0000"  >&lt;p&gt;Hongchao Zhang (hongchao@whamcloud.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/35651&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/35651&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-11768&quot; title=&quot;sanity-quota test 6 fails with &#8216;LNet: Service thread pid &amp;lt;pid&amp;gt; was inactive for &#8230;&#8217;&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-11768&quot;&gt;&lt;del&gt;LU-11768&lt;/del&gt;&lt;/a&gt; test: limit at_max to timeout in time&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: e4263953f3c1698596c9c301be6aa1ce8beecfad&lt;/p&gt;</comment>
                            <comment id="253652" author="gerrit" created="Tue, 27 Aug 2019 02:21:47 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/35651/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/35651/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-11768&quot; title=&quot;sanity-quota test 6 fails with &#8216;LNet: Service thread pid &amp;lt;pid&amp;gt; was inactive for &#8230;&#8217;&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-11768&quot;&gt;&lt;del&gt;LU-11768&lt;/del&gt;&lt;/a&gt; test: limit at_max to timeout in time&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: d8226b9353dbc1448af8d23c13cae5f21cbe3a86&lt;/p&gt;</comment>
                            <comment id="253662" author="pjones" created="Tue, 27 Aug 2019 02:59:31 +0000"  >&lt;p&gt;Landed for 2.13&lt;/p&gt;</comment>
                            <comment id="255829" author="gerrit" created="Thu, 3 Oct 2019 19:50:21 +0000"  >&lt;p&gt;James Nunez (jnunez@whamcloud.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/36365&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/36365&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-11768&quot; title=&quot;sanity-quota test 6 fails with &#8216;LNet: Service thread pid &amp;lt;pid&amp;gt; was inactive for &#8230;&#8217;&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-11768&quot;&gt;&lt;del&gt;LU-11768&lt;/del&gt;&lt;/a&gt; test: limit at_max to timeout in time&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: b2_12&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 51596be523efcb7d83fed4adc196461b09a28792&lt;/p&gt;</comment>
                            <comment id="256125" author="jamesanunez" created="Wed, 9 Oct 2019 14:43:24 +0000"  >&lt;p&gt;It looks like we are still experiencing this issue on master. See &lt;a href=&quot;https://testing.whamcloud.com/test_sets/31f6894c-e9fa-11e9-9874-52540065bddc&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://testing.whamcloud.com/test_sets/31f6894c-e9fa-11e9-9874-52540065bddc&lt;/a&gt; for a recent failure and logs.&lt;/p&gt;</comment>
                            <comment id="256126" author="adilger" created="Wed, 9 Oct 2019 14:55:21 +0000"  >&lt;p&gt;I compared the sanity-quota test_6 results from the past week and the week before the patch landed, and both weeks had about the same number (&lt;a href=&quot;https://testing.whamcloud.com/sub_tests/query?utf8=%E2%9C%93&amp;amp;warn%5Bnotice%5D=&amp;amp;test_set_script_id=61149410-4a46-11e0-a7f6-52540025f9af&amp;amp;sub_test_script_id=77743f2a-51c7-11e0-bb3d-52540025f9af&amp;amp;status%5B%5D=FAIL&amp;amp;window%5Bstart_date%5D=2019-10-02&amp;amp;window%5Bend_date%5D=2019-10-08&amp;amp;branch_type_id=24a6947e-04a9-11e1-bb5f-52540025f9af&amp;amp;commit=Update+results&amp;amp;buggable_class=SubTest&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;20 failures&lt;/a&gt; vs. &lt;a href=&quot;https://testing.whamcloud.com/sub_tests/query?utf8=%E2%9C%93&amp;amp;warn%5Bnotice%5D=&amp;amp;test_set_script_id=61149410-4a46-11e0-a7f6-52540025f9af&amp;amp;sub_test_script_id=77743f2a-51c7-11e0-bb3d-52540025f9af&amp;amp;status%5B%5D=FAIL&amp;amp;window%5Bstart_date%5D=2019-09-19&amp;amp;window%5Bend_date%5D=2019-09-25&amp;amp;branch_type_id=24a6947e-04a9-11e1-bb5f-52540025f9af&amp;amp;commit=Update+results&amp;amp;buggable_class=SubTest&amp;amp;num_results=250&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;22 failures&lt;/a&gt;) respectively.&lt;/p&gt;</comment>
                            <comment id="256234" author="gerrit" created="Fri, 11 Oct 2019 07:22:29 +0000"  >&lt;p&gt;Hongchao Zhang (hongchao@whamcloud.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/36431&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/36431&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-11768&quot; title=&quot;sanity-quota test 6 fails with &#8216;LNet: Service thread pid &amp;lt;pid&amp;gt; was inactive for &#8230;&#8217;&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-11768&quot;&gt;&lt;del&gt;LU-11768&lt;/del&gt;&lt;/a&gt; test: make at_max to take effect&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 136c71c7134b92258c77457e11b7472143a38f8d&lt;/p&gt;</comment>
                            <comment id="256889" author="gerrit" created="Tue, 22 Oct 2019 23:57:50 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/36431/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/36431/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-11768&quot; title=&quot;sanity-quota test 6 fails with &#8216;LNet: Service thread pid &amp;lt;pid&amp;gt; was inactive for &#8230;&#8217;&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-11768&quot;&gt;&lt;del&gt;LU-11768&lt;/del&gt;&lt;/a&gt; test: make at_max to take effect&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 550af84a91505c85824ffad2990d31c8e8ab4dd9&lt;/p&gt;</comment>
                            <comment id="256907" author="pjones" created="Wed, 23 Oct 2019 03:53:21 +0000"  >&lt;p&gt;Second attempt landed for 2.13&lt;/p&gt;</comment>
                            <comment id="258596" author="gerrit" created="Thu, 21 Nov 2019 07:31:47 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/36365/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/36365/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-11768&quot; title=&quot;sanity-quota test 6 fails with &#8216;LNet: Service thread pid &amp;lt;pid&amp;gt; was inactive for &#8230;&#8217;&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-11768&quot;&gt;&lt;del&gt;LU-11768&lt;/del&gt;&lt;/a&gt; test: limit at_max to timeout in time&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: b2_12&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 1d37c1a04efdcc64232019ba09a97ae1ff0a083e&lt;/p&gt;</comment>
                            <comment id="259798" author="sebastien" created="Fri, 13 Dec 2019 10:17:29 +0000"  >&lt;p&gt;This ticket might need to be reopened, it looks like I have a new occurence on 2.13.50:&lt;br/&gt;
&lt;a href=&quot;https://testing.whamcloud.com/test_sets/45f983d2-1d52-11ea-adca-52540065bddc&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://testing.whamcloud.com/test_sets/45f983d2-1d52-11ea-adca-52540065bddc&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="262244" author="adilger" created="Fri, 31 Jan 2020 00:00:53 +0000"  >&lt;p&gt;+1 on b2_12: &lt;a href=&quot;https://testing.whamcloud.com/test_sessions/6d690370-68b6-4cd4-9ef4-9656d8b00c07&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://testing.whamcloud.com/test_sessions/6d690370-68b6-4cd4-9ef4-9656d8b00c07&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="272373" author="hornc" created="Tue, 9 Jun 2020 13:17:23 +0000"  >&lt;p&gt;+1 on b2_12: &lt;a href=&quot;https://testing.whamcloud.com/test_sessions/c402e1ee-1be5-4ef3-859d-8da51d2ce887&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://testing.whamcloud.com/test_sessions/c402e1ee-1be5-4ef3-859d-8da51d2ce887&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="290536" author="ofaaland" created="Thu, 28 Jan 2021 03:09:42 +0000"  >&lt;p&gt;I see the following in master, that was not backported to b2_12, that seems like it may be a fix for this issue.  Does that look right?&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;550af84 &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-11768&quot; title=&quot;sanity-quota test 6 fails with &#8216;LNet: Service thread pid &amp;lt;pid&amp;gt; was inactive for &#8230;&#8217;&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-11768&quot;&gt;&lt;del&gt;LU-11768&lt;/del&gt;&lt;/a&gt; test: make at_max to take effect&lt;/li&gt;
&lt;/ul&gt;

</comment>
                            <comment id="290540" author="gerrit" created="Thu, 28 Jan 2021 03:34:30 +0000"  >&lt;p&gt;Olaf Faaland-LLNL (faaland1@llnl.gov) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/41345&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/41345&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-11768&quot; title=&quot;sanity-quota test 6 fails with &#8216;LNet: Service thread pid &amp;lt;pid&amp;gt; was inactive for &#8230;&#8217;&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-11768&quot;&gt;&lt;del&gt;LU-11768&lt;/del&gt;&lt;/a&gt; test: make at_max to take effect&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: b2_12&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: ff23257c5a429153fab54ee3317863c6cfad04b5&lt;/p&gt;</comment>
                            <comment id="306967" author="ofaaland" created="Mon, 12 Jul 2021 16:16:26 +0000"  >&lt;p&gt;Hi All,&lt;/p&gt;

&lt;p&gt;The backport (&lt;a href=&quot;https://review.whamcloud.com/41345&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/41345&lt;/a&gt;) has passed testing and review.&#160; It&apos;s just a test fix.&#160; Is there a reason not to land it for 2.12.7?&lt;/p&gt;</comment>
                            <comment id="309115" author="eaujames" created="Tue, 3 Aug 2021 07:10:55 +0000"  >&lt;p&gt;+1 on b2_12 (2.12.7): &lt;a href=&quot;https://testing.whamcloud.com/test_sets/2f7e2227-736b-47b1-bcf5-262d195aa78f&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://testing.whamcloud.com/test_sets/2f7e2227-736b-47b1-bcf5-262d195aa78f&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="312647" author="gerrit" created="Mon, 13 Sep 2021 19:06:56 +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/41345/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/41345/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-11768&quot; title=&quot;sanity-quota test 6 fails with &#8216;LNet: Service thread pid &amp;lt;pid&amp;gt; was inactive for &#8230;&#8217;&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-11768&quot;&gt;&lt;del&gt;LU-11768&lt;/del&gt;&lt;/a&gt; test: make at_max to take effect&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: b2_12&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 1a88d6501268709f44d20e322d76c57266b2c112&lt;/p&gt;</comment>
                            <comment id="326140" author="eaujames" created="Mon, 14 Feb 2022 08:09:27 +0000"  >&lt;p&gt;+1 on b2_12 (2.12.8 - ZFS): &lt;a href=&quot;https://testing.whamcloud.com/test_sets/e6e54b3f-88e9-40d7-b9c5-363fb52037ce&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://testing.whamcloud.com/test_sets/e6e54b3f-88e9-40d7-b9c5-363fb52037ce&lt;/a&gt;&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10010">
                    <name>Duplicate</name>
                                                                <inwardlinks description="is duplicated by">
                                        <issuelink>
            <issuekey id="56880">LU-12749</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                            <issuelinktype id="10011">
                    <name>Related</name>
                                                                <inwardlinks description="is related to">
                                        <issuelink>
            <issuekey id="53967">LU-11644</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|i007x3:</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>