<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 02:05:35 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-7053] Do not use osd_object_find in osd_index_ea_insert</title>
                <link>https://jira.whamcloud.com/browse/LU-7053</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;Do not use osd_object_find in osd_index_ea_insert() to avoid  that notorious object find hung.&lt;/p&gt;</description>
                <environment></environment>
        <key id="31759">LU-7053</key>
            <summary>Do not use osd_object_find in osd_index_ea_insert</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="di.wang">Di Wang</reporter>
                        <labels>
                    </labels>
                <created>Thu, 27 Aug 2015 21:34:16 +0000</created>
                <updated>Fri, 20 Oct 2017 03:47:47 +0000</updated>
                            <resolved>Mon, 14 Dec 2015 05:31:47 +0000</resolved>
                                    <version>Lustre 2.8.0</version>
                                    <fixVersion>Lustre 2.8.0</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>7</watches>
                                                                            <comments>
                            <comment id="125458" author="gerrit" created="Thu, 27 Aug 2015 21:41:30 +0000"  >&lt;p&gt;wangdi (di.wang@intel.com) uploaded a new patch: &lt;a href=&quot;http://review.whamcloud.com/16117&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/16117&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-7053&quot; title=&quot;Do not use osd_object_find in osd_index_ea_insert&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-7053&quot;&gt;&lt;del&gt;LU-7053&lt;/del&gt;&lt;/a&gt; osd: Do not use osd_object_find&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: efc84e0aeacdfcfeb0a142c508c9390f3174f5aa&lt;/p&gt;</comment>
                            <comment id="127683" author="adilger" created="Thu, 17 Sep 2015 18:19:20 +0000"  >&lt;p&gt;Please describe this problem more fully.  Is this a crash, LBUG, deadlock, performance issue, code cleanup?  How easily is this problem hit, and under what kind of operations (simple usage, racer, racer+migration, never)?&lt;/p&gt;</comment>
                            <comment id="127713" author="di.wang" created="Thu, 17 Sep 2015 21:54:04 +0000"  >&lt;p&gt;I found this problem during racer + migration, and it might cause deadlock if we use os_object_find in osd_index_ea_insert(), because of double object find in one service handler().&lt;/p&gt;</comment>
                            <comment id="128981" author="bzzz" created="Thu, 1 Oct 2015 07:43:57 +0000"  >&lt;p&gt;would &lt;a href=&quot;http://review.whamcloud.com/#/c/15924/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/#/c/15924/&lt;/a&gt; help ?&lt;/p&gt;</comment>
                            <comment id="129074" author="di.wang" created="Thu, 1 Oct 2015 23:47:09 +0000"  >&lt;p&gt;Hmm, this is different issue, do I miss sth?&lt;/p&gt;</comment>
                            <comment id="129529" author="bzzz" created="Tue, 6 Oct 2015 18:25:20 +0000"  >&lt;p&gt;well, still the question: who is destroying the object being referenced by a new direntry ?&lt;/p&gt;</comment>
                            <comment id="133026" author="gerrit" created="Mon, 9 Nov 2015 19:25:25 +0000"  >&lt;p&gt;Alex Zhuravlev (alexey.zhuravlev@intel.com) uploaded a new patch: &lt;a href=&quot;http://review.whamcloud.com/17092&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/17092&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-7053&quot; title=&quot;Do not use osd_object_find in osd_index_ea_insert&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-7053&quot;&gt;&lt;del&gt;LU-7053&lt;/del&gt;&lt;/a&gt; osd: don&apos;t lookup object at insert&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 34572a3239fc4a815f520b6849709a2bb31ca677&lt;/p&gt;</comment>
                            <comment id="136174" author="gerrit" created="Mon, 14 Dec 2015 03:01:28 +0000"  >&lt;p&gt;Oleg Drokin (oleg.drokin@intel.com) merged in patch &lt;a href=&quot;http://review.whamcloud.com/17092/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/17092/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-7053&quot; title=&quot;Do not use osd_object_find in osd_index_ea_insert&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-7053&quot;&gt;&lt;del&gt;LU-7053&lt;/del&gt;&lt;/a&gt; osd: don&apos;t lookup object at insert&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 9ae3a2891f10a19acf855a90337316dda704da5d&lt;/p&gt;</comment>
                            <comment id="136187" author="pjones" created="Mon, 14 Dec 2015 05:31:47 +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="48270">LU-9972</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|hzxlj3:</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>