<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 01:50: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-5344] ldlm/ifind deadlock for striped directory</title>
                <link>https://jira.whamcloud.com/browse/LU-5344</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;To reproduce:&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;export MDSCOUNT=4
export MOUNT_2=y
llmount.sh

cd /mnt/lustre
while true; do lfs mkdir -c4 d0; touch d0/f{0..3}; done &amp;amp;

cd /mnt/lustre2
while true; do rm -rf d0; done
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;After about 10 rms we are stuck:&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;7185 touch
[&amp;lt;ffffffffa068376a&amp;gt;] ptlrpc_set_wait+0x2ea/0x830 [ptlrpc]
[&amp;lt;ffffffffa0683d37&amp;gt;] ptlrpc_queue_wait+0x87/0x220 [ptlrpc]
[&amp;lt;ffffffffa065f13e&amp;gt;] ldlm_cli_enqueue+0x36e/0x860 [ptlrpc]
[&amp;lt;ffffffffa09105ae&amp;gt;] mdc_enqueue+0x2be/0x1ab0 [mdc]
[&amp;lt;ffffffffa0911f82&amp;gt;] mdc_intent_lock+0x1e2/0x52f [mdc]
[&amp;lt;ffffffffa08cbd2b&amp;gt;] lmv_intent_open+0x31b/0x9f0 [lmv]
[&amp;lt;ffffffffa08cc6e0&amp;gt;] lmv_intent_lock+0x2e0/0x1180 [lmv]
[&amp;lt;ffffffffa0e81faa&amp;gt;] ll_lookup_it+0x25a/0xad0 [lustre]
[&amp;lt;ffffffffa0e828ac&amp;gt;] ll_lookup_nd+0x8c/0x4a0 [lustre]
[&amp;lt;ffffffff811b0442&amp;gt;] __lookup_hash+0x102/0x160
[&amp;lt;ffffffff811b0b7a&amp;gt;] lookup_hash+0x3a/0x50
[&amp;lt;ffffffff811b5250&amp;gt;] do_filp_open+0x2e0/0xd30
[&amp;lt;ffffffff8119f809&amp;gt;] do_sys_open+0x69/0x140
[&amp;lt;ffffffff8119f920&amp;gt;] sys_open+0x20/0x30
[&amp;lt;ffffffff8100b072&amp;gt;] system_call_fastpath+0x16/0x1b
[&amp;lt;ffffffffffffffff&amp;gt;] 0xffffffffffffffff

4792 mdt01_004
[&amp;lt;ffffffffa06643c9&amp;gt;] ldlm_completion_ast+0x4c9/0x930 [ptlrpc]
[&amp;lt;ffffffffa0663b23&amp;gt;] ldlm_cli_enqueue_local+0x1f3/0x5d0 [ptlrpc]
[&amp;lt;ffffffffa0c9e264&amp;gt;] mdt_object_local_lock+0x394/0xa60 [mdt]
[&amp;lt;ffffffffa0c9e995&amp;gt;] mdt_object_lock_internal+0x65/0x360 [mdt]
[&amp;lt;ffffffffa0c9ed54&amp;gt;] mdt_object_lock+0x14/0x20 [mdt]
[&amp;lt;ffffffffa0c9ef11&amp;gt;] mdt_object_find_lock+0x61/0x170 [mdt]
[&amp;lt;ffffffffa0cc8926&amp;gt;] mdt_reint_open+0x5c6/0x20b0 [mdt]
[&amp;lt;ffffffffa0cb07a1&amp;gt;] mdt_reint_rec+0x41/0xe0 [mdt]
[&amp;lt;ffffffffa0c9baf3&amp;gt;] mdt_reint_internal+0x4c3/0x7c0 [mdt]
[&amp;lt;ffffffffa0c9bfe6&amp;gt;] mdt_intent_reint+0x1f6/0x520 [mdt]
[&amp;lt;ffffffffa0c9a6c9&amp;gt;] mdt_intent_policy+0x499/0xca0 [mdt]
[&amp;lt;ffffffffa0645422&amp;gt;] ldlm_lock_enqueue+0x302/0x920 [ptlrpc]
[&amp;lt;ffffffffa066d651&amp;gt;] ldlm_handle_enqueue0+0x341/0x11e0 [ptlrpc]
[&amp;lt;ffffffffa06ec9a2&amp;gt;] tgt_enqueue+0x62/0x1d0 [ptlrpc]
[&amp;lt;ffffffffa06ebc35&amp;gt;] tgt_request_handle+0x245/0xad0 [ptlrpc]
[&amp;lt;ffffffffa069ed91&amp;gt;] ptlrpc_main+0xcf1/0x1880 [ptlrpc]
[&amp;lt;ffffffff8109eab6&amp;gt;] kthread+0x96/0xa0
[&amp;lt;ffffffff8100c30a&amp;gt;] child_rip+0xa/0x20
[&amp;lt;ffffffffffffffff&amp;gt;] 0xffffffffffffffff

7186 rm
[&amp;lt;ffffffffa068376a&amp;gt;] ptlrpc_set_wait+0x2ea/0x830 [ptlrpc]
[&amp;lt;ffffffffa0683d37&amp;gt;] ptlrpc_queue_wait+0x87/0x220 [ptlrpc]
[&amp;lt;ffffffffa065f13e&amp;gt;] ldlm_cli_enqueue+0x36e/0x860 [ptlrpc]
[&amp;lt;ffffffffa09105ae&amp;gt;] mdc_enqueue+0x2be/0x1ab0 [mdc]
[&amp;lt;ffffffffa0911f82&amp;gt;] mdc_intent_lock+0x1e2/0x52f [mdc]
[&amp;lt;ffffffffa08cae7e&amp;gt;] lmv_revalidate_slaves+0x49e/0x1030 [lmv]
[&amp;lt;ffffffffa08b25ba&amp;gt;] lmv_update_lsm_md+0x1a/0x20 [lmv]
[&amp;lt;ffffffffa0e63ac0&amp;gt;] ll_update_inode+0x1370/0x1e90 [lustre]
[&amp;lt;ffffffffa0e64668&amp;gt;] ll_read_inode2+0x88/0x480 [lustre]
[&amp;lt;ffffffffa0e7e62b&amp;gt;] ll_iget+0x13b/0x3c0 [lustre]
[&amp;lt;ffffffffa0e71740&amp;gt;] ll_prep_inode+0x6c0/0xe80 [lustre]
[&amp;lt;ffffffffa0e80e91&amp;gt;] ll_lookup_it_finish+0x2f1/0x11b0 [lustre]
[&amp;lt;ffffffffa0e82007&amp;gt;] ll_lookup_it+0x2b7/0xad0 [lustre]
[&amp;lt;ffffffffa0e828ac&amp;gt;] ll_lookup_nd+0x8c/0x4a0 [lustre]
[&amp;lt;ffffffff811b29b5&amp;gt;] do_lookup+0x1a5/0x230
[&amp;lt;ffffffff811b2fc4&amp;gt;] __link_path_walk+0x584/0x840
[&amp;lt;ffffffff811b398a&amp;gt;] path_walk+0x6a/0xe0
[&amp;lt;ffffffff811b3b9b&amp;gt;] filename_lookup+0x6b/0xc0
[&amp;lt;ffffffff811b4cc7&amp;gt;] user_path_at+0x57/0xa0
[&amp;lt;ffffffff811a8790&amp;gt;] vfs_fstatat+0x50/0xa0
[&amp;lt;ffffffff811a8804&amp;gt;] sys_newfstatat+0x24/0x50
[&amp;lt;ffffffff8100b072&amp;gt;] system_call_fastpath+0x16/0x1b
[&amp;lt;ffffffffffffffff&amp;gt;] 0xffffffffffffffff

4799 mdt00_005
[&amp;lt;ffffffffa06643c9&amp;gt;] ldlm_completion_ast+0x4c9/0x930 [ptlrpc]
[&amp;lt;ffffffffa0663b23&amp;gt;] ldlm_cli_enqueue_local+0x1f3/0x5d0 [ptlrpc]
[&amp;lt;ffffffffa0c9e085&amp;gt;] mdt_object_local_lock+0x1b5/0xa60 [mdt]
[&amp;lt;ffffffffa0c9e995&amp;gt;] mdt_object_lock_internal+0x65/0x360 [mdt]
[&amp;lt;ffffffffa0c9ed54&amp;gt;] mdt_object_lock+0x14/0x20 [mdt]
[&amp;lt;ffffffffa0ca3f1c&amp;gt;] mdt_getattr_name_lock+0xd4c/0x1a60 [mdt]
[&amp;lt;ffffffffa0ca5152&amp;gt;] mdt_intent_getattr+0x292/0x470 [mdt]
[&amp;lt;ffffffffa0c9a6c9&amp;gt;] mdt_intent_policy+0x499/0xca0 [mdt]
[&amp;lt;ffffffffa0645422&amp;gt;] ldlm_lock_enqueue+0x302/0x920 [ptlrpc]
[&amp;lt;ffffffffa066d651&amp;gt;] ldlm_handle_enqueue0+0x341/0x11e0 [ptlrpc]
[&amp;lt;ffffffffa06ec9a2&amp;gt;] tgt_enqueue+0x62/0x1d0 [ptlrpc]
[&amp;lt;ffffffffa06ebc35&amp;gt;] tgt_request_handle+0x245/0xad0 [ptlrpc]
[&amp;lt;ffffffffa069ed91&amp;gt;] ptlrpc_main+0xcf1/0x1880 [ptlrpc]
[&amp;lt;ffffffff8109eab6&amp;gt;] kthread+0x96/0xa0
[&amp;lt;ffffffff8100c30a&amp;gt;] child_rip+0xa/0x20
[&amp;lt;ffffffffffffffff&amp;gt;] 0xffffffffffffffff


3831 ldlm_bl_00
[&amp;lt;ffffffff811bf08e&amp;gt;] inode_wait+0xe/0x20
[&amp;lt;ffffffff811c0c0c&amp;gt;] ifind+0xac/0xe0
[&amp;lt;ffffffff811c0c8a&amp;gt;] ilookup5+0x4a/0x60
[&amp;lt;ffffffffa0e80a5d&amp;gt;] ll_md_blocking_ast+0x6bd/0x800 [lustre]
[&amp;lt;ffffffffa063fe6f&amp;gt;] ldlm_cancel_callback+0x6f/0x160 [ptlrpc]
[&amp;lt;ffffffffa065d6aa&amp;gt;] ldlm_cli_cancel_local+0x8a/0x480 [ptlrpc]
[&amp;lt;ffffffffa0662280&amp;gt;] ldlm_cli_cancel+0x60/0x360 [ptlrpc]
[&amp;lt;ffffffffa0e80487&amp;gt;] ll_md_blocking_ast+0xe7/0x800 [lustre]
[&amp;lt;ffffffffa0666060&amp;gt;] ldlm_handle_bl_callback+0x130/0x400 [ptlrpc]
[&amp;lt;ffffffffa0668161&amp;gt;] ldlm_bl_thread_main+0x281/0x400 [ptlrpc]
[&amp;lt;ffffffff8109eab6&amp;gt;] kthread+0x96/0xa0
[&amp;lt;ffffffff8100c30a&amp;gt;] child_rip+0xa/0x20
[&amp;lt;ffffffffffffffff&amp;gt;] 0xffffffffffffffff



u:lustre-release# xddr2line ll_md_blocking_ast+0x6bd/0x800 [lustre]
ll_md_blocking_ast
/root/lustre-release/lustre/llite/namei.c:322

        master_inode = ilookup5(inode-&amp;gt;i_sb, hash,
                                                ll_test_inode_by_fid,
                                                (void *)&amp;amp;lli-&amp;gt;lli_pfid);
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</description>
                <environment></environment>
        <key id="25571">LU-5344</key>
            <summary>ldlm/ifind deadlock for striped directory</summary>
                <type id="1" iconUrl="https://jira.whamcloud.com/secure/viewavatar?size=xsmall&amp;avatarId=11303&amp;avatarType=issuetype">Bug</type>
                                            <priority id="3" iconUrl="https://jira.whamcloud.com/images/icons/priorities/major.svg">Major</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="di.wang">Di Wang</assignee>
                                    <reporter username="jhammond">John Hammond</reporter>
                        <labels>
                            <label>dne2</label>
                    </labels>
                <created>Mon, 14 Jul 2014 20:04:48 +0000</created>
                <updated>Sat, 19 Sep 2015 05:40:11 +0000</updated>
                            <resolved>Sat, 19 Sep 2015 05:40:11 +0000</resolved>
                                    <version>Lustre 2.6.0</version>
                    <version>Lustre 2.7.0</version>
                                    <fixVersion>Lustre 2.8.0</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>7</watches>
                                                                            <comments>
                            <comment id="124924" author="adilger" created="Mon, 24 Aug 2015 17:56:57 +0000"  >&lt;p&gt;Di, has this problem been fixed with other recent changes to DNE?&lt;/p&gt;</comment>
                            <comment id="124925" author="di.wang" created="Mon, 24 Aug 2015 17:59:24 +0000"  >&lt;p&gt;Hmm, no, I do not think so. But this looks like an serious issue, I will work on it right away.&lt;/p&gt;</comment>
                            <comment id="124945" author="gerrit" created="Mon, 24 Aug 2015 19:55:56 +0000"  >&lt;p&gt;wangdi (di.wang@intel.com) uploaded a new patch: &lt;a href=&quot;http://review.whamcloud.com/16066&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/16066&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-5344&quot; title=&quot;ldlm/ifind deadlock for striped directory&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-5344&quot;&gt;&lt;del&gt;LU-5344&lt;/del&gt;&lt;/a&gt; tests: add test_90 in sanityn.sh&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 63129f70575eeaf722d0e85caed145c9a6368b29&lt;/p&gt;</comment>
                            <comment id="124946" author="di.wang" created="Mon, 24 Aug 2015 19:56:52 +0000"  >&lt;p&gt;Hmm, I can not reproduce this problem on current master anymore. Just add a test case here.&lt;/p&gt;</comment>
                            <comment id="124950" author="jhammond" created="Mon, 24 Aug 2015 20:14:19 +0000"  >&lt;p&gt;This is still here.&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;export MDSCOUNT=2
export MOUNT_2=y
llmount.sh

cd /mnt/lustre
while true; do lfs mkdir -c4 d0; chmod go+w d0; done

cd /mnt/lustre2
while true; do rm -rf d0; done
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&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;4430 ldlm_bl_02
[&amp;lt;ffffffff811bffae&amp;gt;] inode_wait+0xe/0x20
[&amp;lt;ffffffff811c1b2c&amp;gt;] ifind+0xac/0xe0
[&amp;lt;ffffffff811c1baa&amp;gt;] ilookup5+0x4a/0x60
[&amp;lt;ffffffffa15269f9&amp;gt;] ll_md_blocking_ast+0x6d9/0x810 [lustre]
[&amp;lt;ffffffffa0c51bcf&amp;gt;] ldlm_cancel_callback+0x6f/0x160 [ptlrpc]
[&amp;lt;ffffffffa0c70a1a&amp;gt;] ldlm_cli_cancel_local+0x8a/0x480 [ptlrpc]
[&amp;lt;ffffffffa0c75700&amp;gt;] ldlm_cli_cancel+0x60/0x360 [ptlrpc]
[&amp;lt;ffffffffa152640d&amp;gt;] ll_md_blocking_ast+0xed/0x810 [lustre]
[&amp;lt;ffffffffa0c79bc0&amp;gt;] ldlm_handle_bl_callback+0x130/0x400 [ptlrpc]
[&amp;lt;ffffffffa0c7aadc&amp;gt;] ldlm_bl_thread_main+0x48c/0x700 [ptlrpc]
[&amp;lt;ffffffff8109e856&amp;gt;] kthread+0x96/0xa0
[&amp;lt;ffffffff8100c30a&amp;gt;] child_rip+0xa/0x20
[&amp;lt;ffffffffffffffff&amp;gt;] 0xffffffffffffffff

29332 chmod
[&amp;lt;ffffffffa0c99ac3&amp;gt;] ptlrpc_set_wait+0x333/0x9e0 [ptlrpc]
[&amp;lt;ffffffffa0c9a1f4&amp;gt;] ptlrpc_queue_wait+0x84/0x220 [ptlrpc]
[&amp;lt;ffffffffa0fb588d&amp;gt;] mdc_reint+0x6d/0x170 [mdc]
[&amp;lt;ffffffffa0fb7418&amp;gt;] mdc_setattr+0x1b8/0x470 [mdc]
[&amp;lt;ffffffffa0f6fdad&amp;gt;] lmv_setattr+0x21d/0x5a0 [lmv]
[&amp;lt;ffffffffa150ec84&amp;gt;] ll_setattr_raw+0x304/0x13a0 [lustre]
[&amp;lt;ffffffffa150fd85&amp;gt;] ll_setattr+0x65/0xd0 [lustre]
[&amp;lt;ffffffff811c25c8&amp;gt;] notify_change+0x168/0x340
[&amp;lt;ffffffff811a0719&amp;gt;] sys_fchmodat+0x119/0x170
[&amp;lt;ffffffff8100b072&amp;gt;] system_call_fastpath+0x16/0x1b
[&amp;lt;ffffffffffffffff&amp;gt;] 0xffffffffffffffff

29333 rm
[&amp;lt;ffffffffa0c99ac3&amp;gt;] ptlrpc_set_wait+0x333/0x9e0 [ptlrpc]
[&amp;lt;ffffffffa0c9a1f4&amp;gt;] ptlrpc_queue_wait+0x84/0x220 [ptlrpc]
[&amp;lt;ffffffffa0c7249e&amp;gt;] ldlm_cli_enqueue+0x37e/0x870 [ptlrpc]
[&amp;lt;ffffffffa0fbc6e0&amp;gt;] mdc_enqueue+0x2a0/0x18e0 [mdc]
[&amp;lt;ffffffffa0fbdf15&amp;gt;] mdc_intent_lock+0x1f5/0x537 [mdc]
[&amp;lt;ffffffffa0f7bcd5&amp;gt;] lmv_revalidate_slaves+0x375/0xe50 [lmv]
[&amp;lt;ffffffffa0f62ef4&amp;gt;] lmv_merge_attr+0x24/0x1a0 [lmv]
[&amp;lt;ffffffffa150b179&amp;gt;] ll_update_inode+0x1679/0x1c10 [lustre]
[&amp;lt;ffffffffa150b77d&amp;gt;] ll_read_inode2+0x6d/0x420 [lustre]
[&amp;lt;ffffffffa15239eb&amp;gt;] ll_iget+0x12b/0x2e0 [lustre]
[&amp;lt;ffffffffa150d720&amp;gt;] ll_prep_inode+0x5d0/0xc70 [lustre]
[&amp;lt;ffffffffa1526e51&amp;gt;] ll_lookup_it_finish+0x321/0x1300 [lustre]
[&amp;lt;ffffffffa15280b9&amp;gt;] ll_lookup_it+0x289/0xdb0 [lustre]
[&amp;lt;ffffffffa1528c69&amp;gt;] ll_lookup_nd+0x89/0x530 [lustre]
[&amp;lt;ffffffff811b3385&amp;gt;] do_lookup+0x1a5/0x230
[&amp;lt;ffffffff811b3994&amp;gt;] __link_path_walk+0x584/0x840
[&amp;lt;ffffffff811b435a&amp;gt;] path_walk+0x6a/0xe0
[&amp;lt;ffffffff811b456b&amp;gt;] filename_lookup+0x6b/0xc0
[&amp;lt;ffffffff811b60b4&amp;gt;] do_filp_open+0x104/0xd30
[&amp;lt;ffffffff8119fbe9&amp;gt;] do_sys_open+0x69/0x140
[&amp;lt;ffffffff8119fcd1&amp;gt;] sys_openat+0x11/0x20
[&amp;lt;ffffffff8100b072&amp;gt;] system_call_fastpath+0x16/0x1b
[&amp;lt;ffffffffffffffff&amp;gt;] 0xffffffffffffffff


4801 mdt01_004
[&amp;lt;ffffffffa0c77c79&amp;gt;] ldlm_completion_ast+0x609/0x9b0 [ptlrpc]
[&amp;lt;ffffffffa0c71c26&amp;gt;] ldlm_cli_enqueue_fini+0x966/0xe60 [ptlrpc]
[&amp;lt;ffffffffa0c724e1&amp;gt;] ldlm_cli_enqueue+0x3c1/0x870 [ptlrpc]
[&amp;lt;ffffffffa14566c1&amp;gt;] osp_md_object_lock+0x181/0x220 [osp]
[&amp;lt;ffffffffa13e97ab&amp;gt;] lod_object_lock+0x36b/0x830 [lod]
[&amp;lt;ffffffffa12e455b&amp;gt;] mdd_object_lock+0x3b/0xd0 [mdd]
[&amp;lt;ffffffffa134994e&amp;gt;] mdt_lock_slaves+0x2ce/0x540 [mdt]
[&amp;lt;ffffffffa134b4c2&amp;gt;] mdt_reint_setattr+0x812/0xd00 [mdt]
[&amp;lt;ffffffffa134190d&amp;gt;] mdt_reint_rec+0x5d/0x200 [mdt]
[&amp;lt;ffffffffa132ac63&amp;gt;] mdt_reint_internal+0x633/0xa50 [mdt]
[&amp;lt;ffffffffa132b51b&amp;gt;] mdt_reint+0x6b/0x120 [mdt]
[&amp;lt;ffffffffa0d0bae2&amp;gt;] tgt_request_handle+0xa62/0x1260 [ptlrpc]
[&amp;lt;ffffffffa0cb687a&amp;gt;] ptlrpc_main+0xdaa/0x18b0 [ptlrpc]
[&amp;lt;ffffffff8109e856&amp;gt;] kthread+0x96/0xa0
[&amp;lt;ffffffff8100c30a&amp;gt;] child_rip+0xa/0x20
[&amp;lt;ffffffffffffffff&amp;gt;] 0xffffffffffffffff
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</comment>
                            <comment id="124983" author="di.wang" created="Tue, 25 Aug 2015 05:47:42 +0000"  >&lt;p&gt;John: Thanks for testing, I just updated the patch, please check. Thanks. &lt;/p&gt;</comment>
                            <comment id="127880" author="gerrit" created="Sat, 19 Sep 2015 03:22:33 +0000"  >&lt;p&gt;Oleg Drokin (oleg.drokin@intel.com) merged in patch &lt;a href=&quot;http://review.whamcloud.com/16066/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/16066/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-5344&quot; title=&quot;ldlm/ifind deadlock for striped directory&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-5344&quot;&gt;&lt;del&gt;LU-5344&lt;/del&gt;&lt;/a&gt; llite: lookup master inode by ilookup5_nowait&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: d06433141bbd83e523bc611f23cb1b42935830f4&lt;/p&gt;</comment>
                            <comment id="127905" author="pjones" created="Sat, 19 Sep 2015 05:40:11 +0000"  >&lt;p&gt;Landed for 2.8&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10011">
                    <name>Related</name>
                                                                <inwardlinks description="is related to">
                                        <issuelink>
            <issuekey id="31033">LU-6831</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|hzwre7:</customfieldvalue>

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