<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 02:04:37 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-6941] sanity test_209: open/close requests are not freed</title>
                <link>https://jira.whamcloud.com/browse/LU-6941</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;This issue was created by maloo for Bob Glossman &amp;lt;bob.glossman@intel.com&amp;gt;&lt;/p&gt;

&lt;p&gt;This issue relates to the following test suite run: &lt;a href=&quot;https://testing.hpdd.intel.com/test_sets/81d99640-38ea-11e5-8dec-5254006e85c2&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://testing.hpdd.intel.com/test_sets/81d99640-38ea-11e5-8dec-5254006e85c2&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;The sub-test test_209 failed with the following 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;open/close requests are not freed
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;Looks like &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-4270&quot; title=&quot;Interop 2.5.0&amp;lt;-&amp;gt;2.6 failure on test suite sanity test_209: open/close requests are not freed&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-4270&quot;&gt;&lt;del&gt;LU-4270&lt;/del&gt;&lt;/a&gt;, but that is marked Closed.&lt;/p&gt;

&lt;p&gt;Info required for matching: sanity 209&lt;/p&gt;</description>
                <environment></environment>
        <key id="31313">LU-6941</key>
            <summary>sanity test_209: open/close requests are not freed</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="5">Cannot Reproduce</resolution>
                                        <assignee username="hongchao.zhang">Hongchao Zhang</assignee>
                                    <reporter username="maloo">Maloo</reporter>
                        <labels>
                            <label>p4hc</label>
                    </labels>
                <created>Sun, 2 Aug 2015 19:51:16 +0000</created>
                <updated>Wed, 8 Apr 2020 05:21:21 +0000</updated>
                            <resolved>Wed, 8 Apr 2020 05:21:21 +0000</resolved>
                                    <version>Lustre 2.7.0</version>
                    <version>Lustre 2.8.0</version>
                                                        <due></due>
                            <votes>0</votes>
                                    <watches>12</watches>
                                                                            <comments>
                            <comment id="123663" author="bogl" created="Sun, 9 Aug 2015 23:22:14 +0000"  >&lt;p&gt;more on master:&lt;br/&gt;
&lt;a href=&quot;https://testing.hpdd.intel.com/test_sets/72f0624c-3e05-11e5-8300-5254006e85c2&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://testing.hpdd.intel.com/test_sets/72f0624c-3e05-11e5-8300-5254006e85c2&lt;/a&gt;&lt;br/&gt;
&lt;a href=&quot;https://testing.hpdd.intel.com/test_sets/450d6c92-3e39-11e5-a492-5254006e85c2&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://testing.hpdd.intel.com/test_sets/450d6c92-3e39-11e5-a492-5254006e85c2&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="123816" author="yujian" created="Tue, 11 Aug 2015 04:49:44 +0000"  >&lt;p&gt;By searching on Maloo, I found since 2015-02-13 all of the failure instances occurred on IB network (nodes onyx-[64-67]-ib) .&lt;/p&gt;</comment>
                            <comment id="123840" author="pjones" created="Tue, 11 Aug 2015 14:24:01 +0000"  >&lt;p&gt;Hongchao&lt;/p&gt;

&lt;p&gt;Could you please look into this issue as a priority?&lt;/p&gt;

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

&lt;p&gt;Peter&lt;/p&gt;</comment>
                            <comment id="123948" author="hongchao.zhang" created="Wed, 12 Aug 2015 14:39:17 +0000"  >&lt;p&gt;as per the logs, there are only about 130 ptlrpc requests sent to MDT to open the file (LDLM_ENQUEUE), and there are about 470&lt;br/&gt;
(LDLM_CANCEL) ptlrpc requests sent to the MDT, then the test script should be improved to adapt it.&lt;/p&gt;</comment>
                            <comment id="124247" author="yujian" created="Sun, 16 Aug 2015 01:32:28 +0000"  >&lt;p&gt;More failure instance on master branch:&lt;br/&gt;
&lt;a href=&quot;https://testing.hpdd.intel.com/test_sets/2e32e524-428a-11e5-9941-5254006e85c2&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://testing.hpdd.intel.com/test_sets/2e32e524-428a-11e5-9941-5254006e85c2&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="124256" author="gerrit" created="Mon, 17 Aug 2015 03:48:17 +0000"  >&lt;p&gt;Hongchao Zhang (hongchao.zhang@intel.com) uploaded a new patch: &lt;a href=&quot;http://review.whamcloud.com/16001&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/16001&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6941&quot; title=&quot;sanity test_209: open/close requests are not freed&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6941&quot;&gt;&lt;del&gt;LU-6941&lt;/del&gt;&lt;/a&gt; mdc: debug patch&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: e7004c63c85041923082a95ece5e55a6931ba557&lt;/p&gt;</comment>
                            <comment id="124434" author="jamesanunez" created="Tue, 18 Aug 2015 15:40:03 +0000"  >&lt;p&gt;Another failure on master:&lt;br/&gt;
2015-08-17 14:31:06 - review-zfs-part-1 - &lt;a href=&quot;https://testing.hpdd.intel.com/test_sets/23814aac-4524-11e5-a64b-5254006e85c2&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://testing.hpdd.intel.com/test_sets/23814aac-4524-11e5-a64b-5254006e85c2&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="126991" author="jamesanunez" created="Thu, 10 Sep 2015 21:21:46 +0000"  >&lt;p&gt;Another on master, review-zfs at&lt;br/&gt;
2015-09-10 01:57:56 - &lt;a href=&quot;https://testing.hpdd.intel.com/test_sets/7d8651c8-57b7-11e5-a084-5254006e85c2&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://testing.hpdd.intel.com/test_sets/7d8651c8-57b7-11e5-a084-5254006e85c2&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="127975" author="jgmitter" created="Mon, 21 Sep 2015 16:56:22 +0000"  >&lt;p&gt;Failure today on master:&lt;br/&gt;
&lt;a href=&quot;https://testing.hpdd.intel.com/test_sessions/0a6e7516-6050-11e5-b0a3-5254006e85c2&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://testing.hpdd.intel.com/test_sessions/0a6e7516-6050-11e5-b0a3-5254006e85c2&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="128445" author="hongchao.zhang" created="Fri, 25 Sep 2015 05:15:57 +0000"  >&lt;p&gt;status update:&lt;br/&gt;
debug patch &lt;a href=&quot;http://review.whamcloud.com/#/c/16001/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/#/c/16001/&lt;/a&gt; run &quot;sanity&quot; 3 times without this problem.&lt;br/&gt;
have retriggered it to test more times.&lt;/p&gt;</comment>
                            <comment id="131163" author="bfaccini" created="Thu, 22 Oct 2015 13:26:54 +0000"  >&lt;p&gt;+1 on master at &lt;a href=&quot;https://testing.hpdd.intel.com/test_sets/c3b65a8e-7888-11e5-a98c-5254006e85c2&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://testing.hpdd.intel.com/test_sets/c3b65a8e-7888-11e5-a98c-5254006e85c2&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="131185" author="jamesanunez" created="Thu, 22 Oct 2015 15:19:40 +0000"  >&lt;p&gt;Another on master at &lt;a href=&quot;https://testing.hpdd.intel.com/test_sets/1f89e264-7829-11e5-9072-5254006e85c2&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://testing.hpdd.intel.com/test_sets/1f89e264-7829-11e5-9072-5254006e85c2&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="135773" author="sarah" created="Thu, 10 Dec 2015 05:02:27 +0000"  >&lt;p&gt;hit this after upgrade system from 2.5.5 RHEL6.6 to master/3264 RHEL6.7&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;onyx-28: == sanity test 209: read-only open/close requests should be freed promptly == 18:35:49 (1449714949)
onyx-28: before: 39, after: 360
onyx-28:  sanity test_209: @@@@@@ FAIL: open/close requests are not freed 
onyx-28:   Trace dump:
onyx-28:   = /usr/lib64/lustre/tests/test-framework.sh:4822:error_noexit()
onyx-28:   = /usr/lib64/lustre/tests/test-framework.sh:4853:error()
onyx-28:   = /usr/lib64/lustre/tests/sanity.sh:11943:test_209()
onyx-28:   = /usr/lib64/lustre/tests/test-framework.sh:5100:run_one()
onyx-28:   = /usr/lib64/lustre/tests/test-framework.sh:5137:run_one_logged()
onyx-28:   = /usr/lib64/lustre/tests/test-framework.sh:5002:run_test()
onyx-28:   = /usr/lib64/lustre/tests/sanity.sh:11946:main()

&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</comment>
                            <comment id="157501" author="hongchao.zhang" created="Fri, 1 Jul 2016 11:53:51 +0000"  >&lt;p&gt;status update:&lt;br/&gt;
no new occurrence since Jan 12, 2016&lt;/p&gt;</comment>
                            <comment id="167743" author="gerrit" created="Thu, 29 Sep 2016 15:01:21 +0000"  >&lt;p&gt;Hongchao Zhang (hongchao.zhang@intel.com) uploaded a new patch: &lt;a href=&quot;http://review.whamcloud.com/22808&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/22808&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6941&quot; title=&quot;sanity test_209: open/close requests are not freed&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6941&quot;&gt;&lt;del&gt;LU-6941&lt;/del&gt;&lt;/a&gt; test: use multiop to trigger open/close&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 3b718c8cf201f94d16344ae11886fa58bda9214e&lt;/p&gt;</comment>
                            <comment id="167744" author="hongchao.zhang" created="Thu, 29 Sep 2016 15:01:40 +0000"  >&lt;p&gt;By investigating the recent occurrences, this issue could be triggered by the ptlrpc_request history cache of &quot;ldlm_cbd&quot; service.&lt;br/&gt;
the corresponding patch is tracked at &lt;a href=&quot;http://review.whamcloud.com/22808&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/22808&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="226692" author="hongchao.zhang" created="Wed, 25 Apr 2018 06:31:00 +0000"  >&lt;p&gt;the patch has been rebased to the latest master&lt;/p&gt;</comment>
                            <comment id="267120" author="adilger" created="Wed, 8 Apr 2020 05:21:21 +0000"  >&lt;p&gt;Close old issue that has not been seen in a long time.&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10011">
                    <name>Related</name>
                                                                <inwardlinks description="is related to">
                                                        </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|hzxjjb:</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>