<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 02:52:41 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-12450] MDT ZFS deadlock (task z_wr_iss blocked for more than 120 seconds)</title>
                <link>https://jira.whamcloud.com/browse/LU-12450</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;We are able to consistently reproduce a deadlock on a ZFS MDT with a read-mostly heavy workload.&lt;/p&gt;

&lt;p&gt;Error could be spotted in the log with this kind of logs:&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;
&lt;div class=&quot;code panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;codeContent panelContent&quot;&gt;
&lt;pre class=&quot;code-java&quot;&gt;
[41567.393252] INFO: task z_wr_iss:9190 blocked &lt;span class=&quot;code-keyword&quot;&gt;for&lt;/span&gt; more than 120 seconds.
[41567.402043] &lt;span class=&quot;code-quote&quot;&gt;&quot;echo 0 &amp;gt; /proc/sys/kernel/hung_task_timeout_secs&quot;&lt;/span&gt; disables &lt;span class=&quot;code-keyword&quot;&gt;this&lt;/span&gt; message.
[41567.408225] z_wr_iss D 0 9190 2 0x80000080
[41567.412000] Call Trace:
[41567.414576] ? __schedule+0x28e/0x890
[41567.417696] schedule+0x28/0x80
[41567.420528] rwsem_down_write_failed+0x19a/0x3c0
[41567.423927] ? call_rwsem_down_write_failed+0x13/0x20
[41567.427577] call_rwsem_down_write_failed+0x13/0x20
[41567.431161] ? metaslab_alloc+0x639/0x1120 [zfs]
[41567.434635] down_write+0x20/0x30
[41567.437621] dbuf_write_ready+0x1ba/0x2b0 [zfs]
[41567.441034] arc_write_ready+0x9b/0x2f0 [zfs]
[41567.444351] zio_ready+0x42/0x420 [zfs]
[41567.447507] ? tsd_get_by_thread+0x2a/0x40 [spl]
[41567.450959] zio_execute+0x90/0xe0 [zfs]
[41567.454134] taskq_thread+0x2d1/0x530 [spl]
[41567.457463] ? wake_up_q+0x70/0x70
[41567.460411] ? zio_reexecute+0x360/0x360 [zfs]
[41567.463760] ? taskq_thread_spawn+0x50/0x50 [spl]
[41567.467264] kthread+0x11a/0x130
[41567.470156] ? kthread_create_on_node+0x70/0x70
[41567.473569] ret_from_fork+0x35/0x40&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;&#160;&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;

&lt;p&gt;The deadlock was detected several times but we are able to reproduce with this heavy workload:&lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;With a filesystem with 1 MDS, 30 OSS, using 50 clients, each running 50 threads.&lt;/li&gt;
	&lt;li&gt;Each thread creates 20K files, total of 1M files per client, 50M files altogether. Each client uses a unique directory, so there are 50 directories with 1M files each. And each file is 1MB in size.&lt;/li&gt;
	&lt;li&gt;Then each thread randomly chooses a file within the 20K that thread previous created, opens it for RW access, chooses a random location on a 4KB byte boundary, and reads a random number of 4KB blocks from that location, and subsequently closes the file.&lt;/li&gt;
	&lt;li&gt;The deadlock occurs in the process of reading the files. It is perhaps significant that even though the threads only read the file, they open it with both READ and WRITE access.&lt;br/&gt;
 Deadlock does not occur when volumes are mounted noatime, so updating atime appears to be required.&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;The reproducer needs several hours to hit the bug, but it will eventually hit it.&lt;/p&gt;

&lt;p&gt;Problem is reproduced with Lustre 2.10, 2.12, ZFS 0.7.9 and 0.7.13 &lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;

&lt;p&gt;We identify 6 group of processes with specific strack traces. They are all waiting for a &lt;tt&gt;dn_struct_rwlock&lt;/tt&gt; for a DNODE or META_DNODE.&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;
&lt;div class=&quot;code panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;codeContent panelContent&quot;&gt;
&lt;pre class=&quot;code-java&quot;&gt;
 rw_enter(&amp;amp;mdn-&amp;gt;dn_struct_rwlock, RW_...);&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;&#160;&lt;/p&gt;
&lt;h3&gt;&lt;a name=&quot;Group1%28mdtrdpgxxxxx%C2%A052%29&quot;&gt;&lt;/a&gt;Group 1 (mdt_rdpgxx_xxx&#160; *52)&lt;/h3&gt;
&lt;div class=&quot;code panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;codeContent panelContent&quot;&gt;
&lt;pre class=&quot;code-java&quot;&gt;
[&amp;lt;ffffffffa65f7f94&amp;gt;] call_rwsem_down_read_failed+0x14/0x30
[&amp;lt;ffffffffc06a0103&amp;gt;] dbuf_dirty+0x303/0x8a0 [zfs]
[&amp;lt;ffffffffc06bb4aa&amp;gt;] dnode_setdirty+0x8a/0xe0 [zfs]
[&amp;lt;ffffffffc06a01fc&amp;gt;] dbuf_dirty+0x3fc/0x8a0 [zfs]
[&amp;lt;ffffffffc06e6e3d&amp;gt;] sa_attr_op+0x28d/0x3d0 [zfs]
[&amp;lt;ffffffffc06e70d7&amp;gt;] sa_bulk_update_impl+0x67/0x100 [zfs]
[&amp;lt;ffffffffc06e72c0&amp;gt;] sa_bulk_update+0x50/0x90 [zfs]
[&amp;lt;ffffffffc0cdbd4a&amp;gt;] osd_attr_set+0x52a/0xa90 [osd_zfs]
[&amp;lt;ffffffffc14d3c63&amp;gt;] lod_sub_attr_set+0x1f3/0x470 [lod]
[&amp;lt;ffffffffc14c3669&amp;gt;] lod_attr_set+0x109/0x850 [lod]
[&amp;lt;ffffffffc110631f&amp;gt;] mdd_attr_set_internal+0x9f/0x2b0 [mdd]
[&amp;lt;ffffffffc11073d2&amp;gt;] mdd_attr_set+0xb42/0xec0 [mdd]
[&amp;lt;ffffffffc141302e&amp;gt;] mdt_mfd_close+0x23e/0x620 [mdt]
[&amp;lt;ffffffffc1418a70&amp;gt;] mdt_close_internal+0x1e0/0x250 [mdt]
[&amp;lt;ffffffffc1418ec5&amp;gt;] mdt_close+0x3e5/0x840 [mdt]
[&amp;lt;ffffffffc1256a84&amp;gt;] tgt_request_handle+0x814/0x14b0 [ptlrpc]
[&amp;lt;ffffffffc11ffbb7&amp;gt;] ptlrpc_server_handle_request+0x2c7/0xb70 [ptlrpc]
[&amp;lt;ffffffffc1203ea0&amp;gt;] ptlrpc_main+0xb20/0x1f00 [ptlrpc]
[&amp;lt;ffffffffa60a87ba&amp;gt;] kthread+0x11a/0x130
[&amp;lt;ffffffffa6800205&amp;gt;] ret_from_fork+0x35/0x40
[&amp;lt;ffffffffffffffff&amp;gt;] 0xffffffffffffffff&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;h3&gt;&lt;a name=&quot;Group2%28zwriss48%29&quot;&gt;&lt;/a&gt;Group 2 (z_wr_iss *48)&lt;/h3&gt;
&lt;div class=&quot;code panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;codeContent panelContent&quot;&gt;
&lt;pre class=&quot;code-java&quot;&gt;
[&amp;lt;ffffffffa65f7fc3&amp;gt;] call_rwsem_down_write_failed+0x13/0x20
 [&amp;lt;ffffffffc069b79a&amp;gt;] dbuf_write_ready+0x1ba/0x2b0 [zfs]
 [&amp;lt;ffffffffc06961ab&amp;gt;] arc_write_ready+0x9b/0x2f0 [zfs]
 [&amp;lt;ffffffffc0755cb2&amp;gt;] zio_ready+0x42/0x420 [zfs]
 [&amp;lt;ffffffffc07508c0&amp;gt;] zio_execute+0x90/0xe0 [zfs]
 [&amp;lt;ffffffffc03e37b1&amp;gt;] taskq_thread+0x2d1/0x530 [spl]
 [&amp;lt;ffffffffa60a87ba&amp;gt;] kthread+0x11a/0x130:
 [&amp;lt;ffffffffa6800205&amp;gt;] ret_from_fork+0x35/0x40
 [&amp;lt;ffffffffffffffff&amp;gt;] 0xffffffffffffffff&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;h3&gt;&lt;a name=&quot;Group3%28mdtrdpg01003%29&quot;&gt;&lt;/a&gt;Group 3 (mdt_rdpg01_003)&lt;/h3&gt;

&lt;p&gt;&#160;&lt;/p&gt;
&lt;div class=&quot;code panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;codeContent panelContent&quot;&gt;
&lt;pre class=&quot;code-java&quot;&gt;
[&amp;lt;ffffffffa65f7f94&amp;gt;] call_rwsem_down_read_failed+0x14/0x30
[&amp;lt;ffffffffc069c1f1&amp;gt;] dbuf_read+0x371/0x920 [zfs]
[&amp;lt;ffffffffc06ba729&amp;gt;] dnode_hold_impl+0xe9/0xbf0 [zfs]
[&amp;lt;ffffffffc06b7370&amp;gt;] dmu_tx_hold_object_impl+0x50/0xc0 [zfs]
[&amp;lt;ffffffffc06b73fc&amp;gt;] dmu_tx_hold_bonus+0x1c/0x30 [zfs]
[&amp;lt;ffffffffc0cda823&amp;gt;] osd_declare_attr_set+0x223/0x7b0 [osd_zfs]
[&amp;lt;ffffffffc14d382c&amp;gt;] lod_sub_declare_attr_set+0xcc/0x310 [lod]
[&amp;lt;ffffffffc14c3eb4&amp;gt;] lod_declare_attr_set+0x104/0x550 [lod]
[&amp;lt;ffffffffc1106d1c&amp;gt;] mdd_attr_set+0x48c/0xec0 [mdd]
[&amp;lt;ffffffffc141302e&amp;gt;] mdt_mfd_close+0x23e/0x620 [mdt]
[&amp;lt;ffffffffc1418a70&amp;gt;] mdt_close_internal+0x1e0/0x250 [mdt]
[&amp;lt;ffffffffc1418ec5&amp;gt;] mdt_close+0x3e5/0x840 [mdt]
[&amp;lt;ffffffffc1256a84&amp;gt;] tgt_request_handle+0x814/0x14b0 [ptlrpc]
[&amp;lt;ffffffffc11ffbb7&amp;gt;] ptlrpc_server_handle_request+0x2c7/0xb70 [ptlrpc]
[&amp;lt;ffffffffc1203ea0&amp;gt;] ptlrpc_main+0xb20/0x1f00 [ptlrpc]
[&amp;lt;ffffffffa60a87ba&amp;gt;] kthread+0x11a/0x130
[&amp;lt;ffffffffa6800205&amp;gt;] ret_from_fork+0x35/0x40
[&amp;lt;ffffffffffffffff&amp;gt;] 0xffffffffffffffff&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;&#160;&lt;/p&gt;
&lt;h3&gt;&lt;a name=&quot;Group4%28mdtrdpgxxxxx65%29&quot;&gt;&lt;/a&gt;Group 4 (mdt_rdpgxx_xxx *65)&lt;/h3&gt;

&lt;p&gt;&#160;&lt;/p&gt;
&lt;div class=&quot;code panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;codeContent panelContent&quot;&gt;
&lt;pre class=&quot;code-java&quot;&gt;
[&amp;lt;ffffffffa65f7f94&amp;gt;] call_rwsem_down_read_failed+0x14/0x30
[&amp;lt;ffffffffc06ba6b1&amp;gt;] dnode_hold_impl+0x71/0xbf0 [zfs]
[&amp;lt;ffffffffc06b7370&amp;gt;] dmu_tx_hold_object_impl+0x50/0xc0 [zfs]
[&amp;lt;ffffffffc06b73fc&amp;gt;] dmu_tx_hold_bonus+0x1c/0x30 [zfs]
[&amp;lt;ffffffffc0cda823&amp;gt;] osd_declare_attr_set+0x223/0x7b0 [osd_zfs]
[&amp;lt;ffffffffc14d382c&amp;gt;] lod_sub_declare_attr_set+0xcc/0x310 [lod]
[&amp;lt;ffffffffc14c3eb4&amp;gt;] lod_declare_attr_set+0x104/0x550 [lod]
[&amp;lt;ffffffffc1106d1c&amp;gt;] mdd_attr_set+0x48c/0xec0 [mdd]
[&amp;lt;ffffffffc141302e&amp;gt;] mdt_mfd_close+0x23e/0x620 [mdt]
[&amp;lt;ffffffffc1418a70&amp;gt;] mdt_close_internal+0x1e0/0x250 [mdt]
[&amp;lt;ffffffffc1418ec5&amp;gt;] mdt_close+0x3e5/0x840 [mdt]
[&amp;lt;ffffffffc1256a84&amp;gt;] tgt_request_handle+0x814/0x14b0 [ptlrpc]
[&amp;lt;ffffffffc11ffbb7&amp;gt;] ptlrpc_server_handle_request+0x2c7/0xb70 [ptlrpc]
[&amp;lt;ffffffffc1203ea0&amp;gt;] ptlrpc_main+0xb20/0x1f00 [ptlrpc]
[&amp;lt;ffffffffa60a87ba&amp;gt;] kthread+0x11a/0x130
[&amp;lt;ffffffffa6800205&amp;gt;] ret_from_fork+0x35/0x40
[&amp;lt;ffffffffffffffff&amp;gt;] 0xffffffffffffffff&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;&#160;&lt;/p&gt;
&lt;h3&gt;&lt;a name=&quot;Group5%28mdtxxxxx71%2C2similartraces%29&quot;&gt;&lt;/a&gt;Group 5 (mdtxx_xxx *71, 2 similar traces)&lt;/h3&gt;

&lt;p&gt;&#160;&lt;/p&gt;
&lt;div class=&quot;code panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;codeContent panelContent&quot;&gt;
&lt;pre class=&quot;code-java&quot;&gt;
[&amp;lt;ffffffffa65f7f94&amp;gt;] call_rwsem_down_read_failed+0x14/0x30
[&amp;lt;ffffffffc06a5205&amp;gt;] dmu_prefetch+0x75/0x1d0 [zfs]
[&amp;lt;ffffffffc0ce32b5&amp;gt;] osd_fid_lookup+0x105/0x350 [osd_zfs]
[&amp;lt;ffffffffc0cdca8f&amp;gt;] osd_object_init+0xcf/0x10a0 [osd_zfs]
[&amp;lt;ffffffffc0eeb7a8&amp;gt;] lu_object_alloc+0xc8/0x2e0 [obdclass]
[&amp;lt;ffffffffc0eebb8a&amp;gt;] lu_object_find_at+0x17a/0x2a0 [obdclass]
[&amp;lt;ffffffffc13f16e9&amp;gt;] mdt_object_find+0x39/0x150 [mdt]
[&amp;lt;ffffffffc1416813&amp;gt;] mdt_reint_open+0x1d83/0x3020 [mdt]
[&amp;lt;ffffffffc140b8df&amp;gt;] mdt_reint_rec+0x7f/0x250 [mdt]
[&amp;lt;ffffffffc13eea9e&amp;gt;] mdt_reint_internal+0x5ee/0x680 [mdt]
[&amp;lt;ffffffffc13eeca3&amp;gt;] mdt_intent_reint+0x173/0x3e0 [mdt]
[&amp;lt;ffffffffc13f1b85&amp;gt;] mdt_intent_opc+0x385/0xa00 [mdt]
[&amp;lt;ffffffffc13f9675&amp;gt;] mdt_intent_policy+0x1c5/0x370 [mdt]
[&amp;lt;ffffffffc11a5ba4&amp;gt;] ldlm_lock_enqueue+0x234/0x950 [ptlrpc]
[&amp;lt;ffffffffc11cef7b&amp;gt;] ldlm_handle_enqueue0+0xa0b/0x1750 [ptlrpc]
[&amp;lt;ffffffffc1252b8b&amp;gt;] tgt_enqueue+0x5b/0x200 [ptlrpc]
[&amp;lt;ffffffffc1256a84&amp;gt;] tgt_request_handle+0x814/0x14b0 [ptlrpc]
[&amp;lt;ffffffffc11ffbb7&amp;gt;] ptlrpc_server_handle_request+0x2c7/0xb70 [ptlrpc]
[&amp;lt;ffffffffc1203ea0&amp;gt;] ptlrpc_main+0xb20/0x1f00 [ptlrpc]
[&amp;lt;ffffffffa60a87ba&amp;gt;] kthread+0x11a/0x130
[&amp;lt;ffffffffa6800205&amp;gt;] ret_from_fork+0x35/0x40
[&amp;lt;ffffffffffffffff&amp;gt;] 0xffffffffffffffff&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;&#160;&lt;/p&gt;

&lt;p&gt;and&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;
&lt;div class=&quot;code panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;codeContent panelContent&quot;&gt;
&lt;pre class=&quot;code-java&quot;&gt;
[&amp;lt;ffffffffa65f7f94&amp;gt;] call_rwsem_down_read_failed+0x14/0x30
[&amp;lt;ffffffffc06a5205&amp;gt;] dmu_prefetch+0x75/0x1d0 [zfs]
[&amp;lt;ffffffffc0ce32b5&amp;gt;] osd_fid_lookup+0x105/0x350 [osd_zfs]
[&amp;lt;ffffffffc0cdca8f&amp;gt;] osd_object_init+0xcf/0x10a0 [osd_zfs]
[&amp;lt;ffffffffc0eeb7a8&amp;gt;] lu_object_alloc+0xc8/0x2e0 [obdclass]
[&amp;lt;ffffffffc0eebb8a&amp;gt;] lu_object_find_at+0x17a/0x2a0 [obdclass]
[&amp;lt;ffffffffc13f16e9&amp;gt;] mdt_object_find+0x39/0x150 [mdt]
[&amp;lt;ffffffffc1415ab2&amp;gt;] mdt_reint_open+0x1022/0x3020 [mdt]
[&amp;lt;ffffffffc140b8df&amp;gt;] mdt_reint_rec+0x7f/0x250 [mdt]
[&amp;lt;ffffffffc13eea9e&amp;gt;] mdt_reint_internal+0x5ee/0x680 [mdt]
[&amp;lt;ffffffffc13eeca3&amp;gt;] mdt_intent_reint+0x173/0x3e0 [mdt]
[&amp;lt;ffffffffc13f1b85&amp;gt;] mdt_intent_opc+0x385/0xa00 [mdt]
[&amp;lt;ffffffffc13f9675&amp;gt;] mdt_intent_policy+0x1c5/0x370 [mdt]
[&amp;lt;ffffffffc11a5ba4&amp;gt;] ldlm_lock_enqueue+0x234/0x950 [ptlrpc]
[&amp;lt;ffffffffc11cef7b&amp;gt;] ldlm_handle_enqueue0+0xa0b/0x1750 [ptlrpc]
[&amp;lt;ffffffffc1252b8b&amp;gt;] tgt_enqueue+0x5b/0x200 [ptlrpc]
[&amp;lt;ffffffffc1256a84&amp;gt;] tgt_request_handle+0x814/0x14b0 [ptlrpc]
[&amp;lt;ffffffffc11ffbb7&amp;gt;] ptlrpc_server_handle_request+0x2c7/0xb70 [ptlrpc]
[&amp;lt;ffffffffc1203ea0&amp;gt;] ptlrpc_main+0xb20/0x1f00 [ptlrpc]
[&amp;lt;ffffffffa60a87ba&amp;gt;] kthread+0x11a/0x130
[&amp;lt;ffffffffa6800205&amp;gt;] ret_from_fork+0x35/0x40
[&amp;lt;ffffffffffffffff&amp;gt;] 0xffffffffffffffff&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;&#160;&lt;/p&gt;

&lt;p&gt;Not the same call path from mdt_reint_open()&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;</description>
                <environment></environment>
        <key id="55979">LU-12450</key>
            <summary>MDT ZFS deadlock (task z_wr_iss blocked for more than 120 seconds)</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="1" iconUrl="https://jira.whamcloud.com/images/icons/statuses/open.png" description="The issue is open and ready for the assignee to start work on it.">Open</status>
                    <statusCategory id="2" key="new" colorName="default"/>
                                    <resolution id="-1">Unresolved</resolution>
                                        <assignee username="wc-triage">WC Triage</assignee>
                                    <reporter username="degremoa">Aurelien Degremont</reporter>
                        <labels>
                    </labels>
                <created>Tue, 18 Jun 2019 10:48:30 +0000</created>
                <updated>Mon, 16 Sep 2019 21:35:33 +0000</updated>
                                            <version>Lustre 2.10.5</version>
                    <version>Lustre 2.12.2</version>
                                                        <due></due>
                            <votes>0</votes>
                                    <watches>6</watches>
                                                                            <comments>
                            <comment id="249432" author="adilger" created="Tue, 18 Jun 2019 10:54:45 +0000"  >&lt;p&gt;I can&apos;t say for sure, but this looks like the bug is purely in the ZFS code?  As such, it is probably better suited to be an issue in github/zfsonlinux. &lt;/p&gt;</comment>
                            <comment id="249433" author="degremoa" created="Tue, 18 Jun 2019 11:55:34 +0000"  >&lt;p&gt;I was curious to know what&apos;s your point of view on that. I&apos;ve seen issues in the past which were coming from the way OSD was using LDISKFS or ZFS and not the underlying filesystem itself.&lt;/p&gt;

&lt;p&gt;But indeed, It looks like a ZFS issue.&lt;/p&gt;</comment>
                            <comment id="251823" author="simmonsja" created="Mon, 22 Jul 2019 17:15:20 +0000"  >&lt;p&gt;Can you try patch&#160;&lt;a href=&quot;https://review.whamcloud.com/#/c/35524/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/#/c/35524/&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="254761" author="degremoa" created="Mon, 16 Sep 2019 21:35:33 +0000"  >&lt;p&gt;For the records, this was related to a kernel bug in 4.14 kernel branch that was fixed by this ticket:&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;commit 8a5e7aeffc81ed2f1f5371eee7a0b019b37fb13a
Author: Waiman Long longman@redhat.com
Date: Sun Apr 28 17:25:38 2019 -0400
locking/rwsem: Prevent decrement of reader count before increment [ Upstream commit a9e9bcb45b1525ba7aea26ed9441e8632aeeda58 ]
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;{&lt;tt&gt;}&lt;/tt&gt;&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|i00idz:</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>