<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 03:41: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>[LUDOC-225] Possible ll_stop_statahead deadlock</title>
                <link>https://jira.whamcloud.com/browse/LUDOC-225</link>
                <project id="10070" key="LUDOC">Lustre Documentation</project>
                    <description>&lt;p&gt;It looks like we may have a deadlock in the statahead client code.  Running lustre 2.4.0-19chaos (see &lt;a href=&quot;http://github.com/chaos/lustre&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://github.com/chaos/lustre&lt;/a&gt;) we have some clients hanging on close() like so:&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;PID: 67983  TASK: ffff8804448d0080  CPU: 10  COMMAND: &quot;java&quot;
 #0 [ffff88041b969d08] schedule at ffffffff815109b2
 #1 [ffff88041b969dd0] cfs_waitq_wait+0xe at ffffffffa043577e [libcfs]
 #2 [ffff88041b969de0] ll_stop_statahead+0x1b8 at ffffffffa0aad1b8 [lustre]
 #3 [ffff88041b969e60] ll_file_release+0x2d8 at ffffffffa0a6b698 [lustre]
 #4 [ffff88041b969ea0] ll_dir_release+0xdb at ffffffffa0a52d5b [lustre]
 #5 [ffff88041b969ec0] __fput+0x108 at ffffffff81183898
 #6 [ffff88041b969f10] fput+0x25 at ffffffff811839e5
 #7 [ffff88041b969f20] filp_close+0x5d at ffffffff8117eddd
 #8 [ffff88041b969f50] sys_close+0xa5 at ffffffff8117eeb5
 #9 [ffff88041b969f80] system_call_fastpath+0x16 at ffffffff8100b0b2
    RIP: 00002aaaaacdb5ad  RSP: 00002aaab505f3f8  RFLAGS: 00010206
    RAX: 0000000000000003  RBX: ffffffff8100b0b2  RCX: 000000000000003a
    RDX: 0000000000000000  RSI: 0000000000000000  RDI: 0000000000000131
    RBP: 0000000000000131   R8: 00002aaaab586580   R9: 00002aaaab33a780
    R10: 0000000000000131  R11: 0000000000000293  R12: 0000000000000002
    R13: 00002aaabc013df0  R14: 00002aaabc107700  R15: 00002aaabc013df0
    ORIG_RAX: 0000000000000003  CS: 0033  SS: 002b

PID: 67984  TASK: ffff880639bcb500  CPU: 10  COMMAND: &quot;ll_sa_66672&quot;
 #0 [ffff88065abc9d40] schedule at ffffffff815109b2
 #1 [ffff88065abc9e08] cfs_waitq_wait+0xe at ffffffffa043577e [libcfs]
 #2 [ffff88065abc9e18] ll_statahead_thread+0x59e at ffffffffa0ab288e [lustre]
 #3 [ffff88065abc9f48] child_rip+0xa at ffffffff8100c10a
 
PID: 67985  TASK: ffff880d2faba080  CPU: 11  COMMAND: &quot;ll_agl_66672&quot;
 #0 [ffff8809d06fddc0] schedule at ffffffff815109b2
 #1 [ffff8809d06fde88] cfs_waitq_wait+0xe at ffffffffa043577e [libcfs]
 #2 [ffff8809d06fde98] ll_agl_thread+0x44a at ffffffffa0aadbba [lustre]
 #3 [ffff8809d06fdf48] child_rip+0xa at ffffffff8100c10a
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</description>
                <environment></environment>
        <key id="23135">LUDOC-225</key>
            <summary>Possible ll_stop_statahead deadlock</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="6">Not a Bug</resolution>
                                        <assignee username="jlevi">Jodi Levi</assignee>
                                    <reporter username="morrone">Christopher Morrone</reporter>
                        <labels>
                    </labels>
                <created>Thu, 13 Feb 2014 00:10:36 +0000</created>
                <updated>Fri, 14 Feb 2014 12:45:53 +0000</updated>
                            <resolved>Fri, 14 Feb 2014 12:45:53 +0000</resolved>
                                                                        <due></due>
                            <votes>0</votes>
                                    <watches>2</watches>
                                                                            <comments>
                            <comment id="76923" author="morrone" created="Thu, 13 Feb 2014 00:11:43 +0000"  >&lt;p&gt;Whoops, wrong project.  You can close this, I&apos;ll open the LU ticket.&lt;/p&gt;</comment>
                            <comment id="77074" author="pjones" created="Fri, 14 Feb 2014 12:45:53 +0000"  >&lt;p&gt;ok Chris. In future if this happens then let us know and I can move tickets between projects.&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|hzwf0f:</customfieldvalue>

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