<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 01:12:39 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-1013] recovery-mds lu_object.c:116:lu_object_put()) ASSERTION(cfs_list_empty(&amp;top-&gt;loh_lru)) failed</title>
                <link>https://jira.whamcloud.com/browse/LU-1013</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;Running recovery-mds-scale fails after 10-15 failovers. Log attached, also uploaded to Maloo. There are several failure in maloo to choose from &lt;img class=&quot;emoticon&quot; src=&quot;https://jira.whamcloud.com/images/icons/emoticons/smile.png&quot; height=&quot;16&quot; width=&quot;16&quot; align=&quot;absmiddle&quot; alt=&quot;&quot; border=&quot;0&quot;/&gt;&lt;/p&gt;</description>
                <environment>Hyperion/LLNL chaos5 </environment>
        <key id="12947">LU-1013</key>
            <summary>recovery-mds lu_object.c:116:lu_object_put()) ASSERTION(cfs_list_empty(&amp;top-&gt;loh_lru)) failed</summary>
                <type id="1" iconUrl="https://jira.whamcloud.com/secure/viewavatar?size=xsmall&amp;avatarId=11303&amp;avatarType=issuetype">Bug</type>
                                            <priority id="1" iconUrl="https://jira.whamcloud.com/images/icons/priorities/blocker.svg">Blocker</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="yong.fan">nasf</assignee>
                                    <reporter username="cliffw">Cliff White</reporter>
                        <labels>
                    </labels>
                <created>Thu, 19 Jan 2012 23:05:42 +0000</created>
                <updated>Tue, 27 Mar 2012 17:07:13 +0000</updated>
                            <resolved>Mon, 13 Feb 2012 01:29:37 +0000</resolved>
                                    <version>Lustre 2.2.0</version>
                                                        <due></due>
                            <votes>0</votes>
                                    <watches>3</watches>
                                                                            <comments>
                            <comment id="27107" author="pjones" created="Fri, 20 Jan 2012 10:58:03 +0000"  >&lt;p&gt;Oleg&lt;/p&gt;

&lt;p&gt;Can you look into this one please?&lt;/p&gt;

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

&lt;p&gt;Peter&lt;/p&gt;</comment>
                            <comment id="27522" author="green" created="Fri, 27 Jan 2012 17:56:21 +0000"  >&lt;p&gt;So this log attached is not very useful and in the many maloo reports with this failure there are no logs at all?&lt;/p&gt;</comment>
                            <comment id="27590" author="cliffw" created="Mon, 30 Jan 2012 11:07:24 +0000"  >&lt;p&gt;Yes, panic_on_lbug was set. I will attempt to replicate without this on 2.1.55.&lt;/p&gt;</comment>
                            <comment id="27614" author="lkos" created="Mon, 30 Jan 2012 14:28:00 +0000"  >&lt;p&gt;I am getting this crashes on 2.1.55 when I try to remove some user directories with glob &lt;/p&gt;

&lt;p&gt;&lt;span class=&quot;error&quot;&gt;&amp;#91;root@mds home&amp;#93;&lt;/span&gt;# rm -rf mdular/ #works&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;root@mds home&amp;#93;&lt;/span&gt;# rm -rf lsfadmin/ #works&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;root@mds home&amp;#93;&lt;/span&gt;# rm -rf * # LBUG imediately&lt;/p&gt;

&lt;p&gt;Message from syslogd@ at Mon Jan 30 20:16:21 2012 ...&lt;br/&gt;
mds kernel: LustreError: 28264:0:(lu_object.c:116:lu_object_put()) ASSERTION(cfs_list_empty(&amp;amp;top-&amp;gt;loh_lru)) failed&lt;/p&gt;

&lt;p&gt;Message from syslogd@ at Mon Jan 30 20:16:21 2012 ...&lt;br/&gt;
mds kernel: LustreError: 28264:0:(lu_object.c:116:lu_object_put()) LBUG&lt;/p&gt;</comment>
                            <comment id="28075" author="yong.fan" created="Tue, 7 Feb 2012 22:05:10 +0000"  >&lt;p&gt;I have met similar issues in my branch for OI Scrub and blocked my OI Scrub test. I found there is a race condition in lu_object_find_try() and lu_object_put(). For example:&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;&lt;span class=&quot;code-keyword&quot;&gt;static&lt;/span&gt; struct lu_object *lu_object_find_try(&lt;span class=&quot;code-keyword&quot;&gt;const&lt;/span&gt; struct lu_env *env,
                                            struct lu_device *dev,
                                            &lt;span class=&quot;code-keyword&quot;&gt;const&lt;/span&gt; struct lu_fid *f,
                                            &lt;span class=&quot;code-keyword&quot;&gt;const&lt;/span&gt; struct lu_object_conf *conf,
                                            cfs_waitlink_t *waiter)
{
...
(step1)        o = lu_object_alloc(env, dev, f, conf);
        &lt;span class=&quot;code-keyword&quot;&gt;if&lt;/span&gt; (unlikely(IS_ERR(o)))
                &lt;span class=&quot;code-keyword&quot;&gt;return&lt;/span&gt; o;

        LASSERT(lu_fid_eq(lu_object_fid(o), f));

        cfs_hash_bd_lock(hs, &amp;amp;bd, 1);

        shadow = htable_lookup(s, &amp;amp;bd, f, waiter, &amp;amp;version);
        &lt;span class=&quot;code-keyword&quot;&gt;if&lt;/span&gt; (likely(shadow == NULL)) {
                struct lu_site_bkt_data *bkt;

                bkt = cfs_hash_bd_extra_get(hs, &amp;amp;bd);
                cfs_hash_bd_add_locked(hs, &amp;amp;bd, &amp;amp;o-&amp;gt;lo_header-&amp;gt;loh_hash);
                bkt-&amp;gt;lsb_busy++;
                cfs_hash_bd_unlock(hs, &amp;amp;bd, 1);
(step2)                &lt;span class=&quot;code-keyword&quot;&gt;return&lt;/span&gt; o;
        }

        lprocfs_counter_incr(s-&amp;gt;ls_stats, LU_SS_CACHE_RACE);
        cfs_hash_bd_unlock(hs, &amp;amp;bd, 1);
        lu_object_free(env, o);
(step3)        &lt;span class=&quot;code-keyword&quot;&gt;return&lt;/span&gt; shadow;
}

void lu_object_put(&lt;span class=&quot;code-keyword&quot;&gt;const&lt;/span&gt; struct lu_env *env, struct lu_object *o)
{
...
        &lt;span class=&quot;code-keyword&quot;&gt;if&lt;/span&gt; (!lu_object_is_dying(top)) {
(step4)                LASSERT(cfs_list_empty(&amp;amp;top-&amp;gt;loh_lru));
(step5)                cfs_list_add_tail(&amp;amp;top-&amp;gt;loh_lru, &amp;amp;bkt-&amp;gt;lsb_lru);
                cfs_hash_bd_unlock(site-&amp;gt;ls_obj_hash, &amp;amp;bd, 1);
                &lt;span class=&quot;code-keyword&quot;&gt;return&lt;/span&gt;;
        }
...
}
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;Thread1 and Thread2 try to find some object with the same FID concurrently, and the object is not allocated in memory yet. Consider the following sequence:&lt;/p&gt;

&lt;p&gt;1) Thread1 step1&lt;br/&gt;
2) Thread2 step1&lt;br/&gt;
3) Thread1 step2&lt;br/&gt;
4) Thread1 step4&lt;br/&gt;
5) Thread1 step5&lt;br/&gt;
6) Thread2 step3&lt;br/&gt;
7) Thread2 step4&lt;/p&gt;

&lt;p&gt;So Thread2 will failed at step4:&lt;/p&gt;

&lt;p&gt;mds kernel: LustreError: 28264:0:(lu_object.c:116:lu_object_put()) ASSERTION(cfs_list_empty(&amp;amp;top-&amp;gt;loh_lru)) failed&lt;/p&gt;

&lt;p&gt;I have made following patch to fix the race, if you do not mind, I will push the patch to gerrit for review.&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;===========================
diff --git a/lustre/obdclass/lu_object.c b/lustre/obdclass/lu_object.c
index 2ad22f0..f26c534 100644
--- a/lustre/obdclass/lu_object.c
+++ b/lustre/obdclass/lu_object.c
@@ -619,7 +624,7 @@ &lt;span class=&quot;code-keyword&quot;&gt;static&lt;/span&gt; struct lu_object *lu_object_find_try(&lt;span class=&quot;code-keyword&quot;&gt;const&lt;/span&gt; struct lu_env *env,
         cfs_hash_bd_lock(hs, &amp;amp;bd, 1);

         shadow = htable_lookup(s, &amp;amp;bd, f, waiter, &amp;amp;version);
-        &lt;span class=&quot;code-keyword&quot;&gt;if&lt;/span&gt; (likely(shadow == NULL)) {
+        &lt;span class=&quot;code-keyword&quot;&gt;if&lt;/span&gt; (shadow == NULL) {
                 struct lu_site_bkt_data *bkt;

                 bkt = cfs_hash_bd_extra_get(hs, &amp;amp;bd);
@@ -627,12 +632,14 @@ &lt;span class=&quot;code-keyword&quot;&gt;static&lt;/span&gt; struct lu_object *lu_object_find_try(&lt;span class=&quot;code-keyword&quot;&gt;const&lt;/span&gt; struct lu_env *env,
                 bkt-&amp;gt;lsb_busy++;
                 cfs_hash_bd_unlock(hs, &amp;amp;bd, 1);
                 &lt;span class=&quot;code-keyword&quot;&gt;return&lt;/span&gt; o;
+        } &lt;span class=&quot;code-keyword&quot;&gt;else&lt;/span&gt; {
+                &lt;span class=&quot;code-keyword&quot;&gt;if&lt;/span&gt; (!cfs_list_empty(&amp;amp;shadow-&amp;gt;lo_header-&amp;gt;loh_lru))
+                        cfs_list_del_init(&amp;amp;shadow-&amp;gt;lo_header-&amp;gt;loh_lru);
+                lprocfs_counter_incr(s-&amp;gt;ls_stats, LU_SS_CACHE_RACE);
+                cfs_hash_bd_unlock(hs, &amp;amp;bd, 1);
+                lu_object_free(env, o);
+                &lt;span class=&quot;code-keyword&quot;&gt;return&lt;/span&gt; shadow;
         }
-
-        lprocfs_counter_incr(s-&amp;gt;ls_stats, LU_SS_CACHE_RACE);
-        cfs_hash_bd_unlock(hs, &amp;amp;bd, 1);
-        lu_object_free(env, o);
-        &lt;span class=&quot;code-keyword&quot;&gt;return&lt;/span&gt; shadow;
 }

 /**
===========================
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</comment>
                            <comment id="28375" author="pjones" created="Fri, 10 Feb 2012 14:17:22 +0000"  >&lt;p&gt;FanYong&lt;/p&gt;

&lt;p&gt;Yes. Please push your patch to gerrit - and you do not need to ask permission in future &lt;img class=&quot;emoticon&quot; src=&quot;https://jira.whamcloud.com/images/icons/emoticons/smile.png&quot; height=&quot;16&quot; width=&quot;16&quot; align=&quot;absmiddle&quot; alt=&quot;&quot; border=&quot;0&quot;/&gt;&lt;/p&gt;

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

&lt;p&gt;Peter&lt;/p&gt;</comment>
                            <comment id="28377" author="green" created="Fri, 10 Feb 2012 14:30:06 +0000"  >&lt;p&gt;Nice find.&lt;/p&gt;

&lt;p&gt;Kind of strange how come the shadow object we got without a refcount, so that the thread1 was able to release the last reference and put it into lru?&lt;/p&gt;</comment>
                            <comment id="28403" author="yong.fan" created="Fri, 10 Feb 2012 20:23:44 +0000"  >&lt;p&gt;In fact, before the thread2 got &quot;shadow&quot; object, the thread1 has already release the last reference of &quot;shadow&quot;, and because the &quot;shadow&quot; object is not dying, it is put into LRU. Then thread2 found &quot;shadow&quot; object with &quot;loh_lru&quot; non-empty.&lt;/p&gt;</comment>
                            <comment id="28437" author="pjones" created="Fri, 10 Feb 2012 23:54:36 +0000"  >&lt;p&gt;&lt;a href=&quot;http://review.whamcloud.com/#change,2134&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/#change,2134&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="28442" author="hudson" created="Sat, 11 Feb 2012 14:44:03 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=client,distro=el5,ib_stack=ofa/464/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,el5,ofa #464&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1013&quot; title=&quot;recovery-mds lu_object.c:116:lu_object_put()) ASSERTION(cfs_list_empty(&amp;amp;top-&amp;gt;loh_lru)) failed&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1013&quot;&gt;&lt;del&gt;LU-1013&lt;/del&gt;&lt;/a&gt; obdclass: lu_object_find miss to unlink object from LRU (Revision b9ccecd1453c5c76fe135048c39f149c241650c6)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=b9ccecd1453c5c76fe135048c39f149c241650c6&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;b9ccecd1453c5c76fe135048c39f149c241650c6&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/obdclass/lu_object.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="28443" author="hudson" created="Sat, 11 Feb 2012 14:49:40 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=client,distro=el5,ib_stack=inkernel/464/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,el5,inkernel #464&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1013&quot; title=&quot;recovery-mds lu_object.c:116:lu_object_put()) ASSERTION(cfs_list_empty(&amp;amp;top-&amp;gt;loh_lru)) failed&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1013&quot;&gt;&lt;del&gt;LU-1013&lt;/del&gt;&lt;/a&gt; obdclass: lu_object_find miss to unlink object from LRU (Revision b9ccecd1453c5c76fe135048c39f149c241650c6)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=b9ccecd1453c5c76fe135048c39f149c241650c6&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;b9ccecd1453c5c76fe135048c39f149c241650c6&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/obdclass/lu_object.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="28444" author="hudson" created="Sat, 11 Feb 2012 14:52:12 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=client,distro=el6,ib_stack=inkernel/464/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,el6,inkernel #464&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1013&quot; title=&quot;recovery-mds lu_object.c:116:lu_object_put()) ASSERTION(cfs_list_empty(&amp;amp;top-&amp;gt;loh_lru)) failed&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1013&quot;&gt;&lt;del&gt;LU-1013&lt;/del&gt;&lt;/a&gt; obdclass: lu_object_find miss to unlink object from LRU (Revision b9ccecd1453c5c76fe135048c39f149c241650c6)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=b9ccecd1453c5c76fe135048c39f149c241650c6&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;b9ccecd1453c5c76fe135048c39f149c241650c6&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/obdclass/lu_object.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="28445" author="hudson" created="Sat, 11 Feb 2012 14:54:24 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=client,distro=ubuntu1004,ib_stack=inkernel/464/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,ubuntu1004,inkernel #464&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1013&quot; title=&quot;recovery-mds lu_object.c:116:lu_object_put()) ASSERTION(cfs_list_empty(&amp;amp;top-&amp;gt;loh_lru)) failed&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1013&quot;&gt;&lt;del&gt;LU-1013&lt;/del&gt;&lt;/a&gt; obdclass: lu_object_find miss to unlink object from LRU (Revision b9ccecd1453c5c76fe135048c39f149c241650c6)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=b9ccecd1453c5c76fe135048c39f149c241650c6&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;b9ccecd1453c5c76fe135048c39f149c241650c6&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/obdclass/lu_object.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="28446" author="hudson" created="Sat, 11 Feb 2012 14:54:45 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=client,distro=sles11,ib_stack=inkernel/464/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,sles11,inkernel #464&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1013&quot; title=&quot;recovery-mds lu_object.c:116:lu_object_put()) ASSERTION(cfs_list_empty(&amp;amp;top-&amp;gt;loh_lru)) failed&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1013&quot;&gt;&lt;del&gt;LU-1013&lt;/del&gt;&lt;/a&gt; obdclass: lu_object_find miss to unlink object from LRU (Revision b9ccecd1453c5c76fe135048c39f149c241650c6)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=b9ccecd1453c5c76fe135048c39f149c241650c6&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;b9ccecd1453c5c76fe135048c39f149c241650c6&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/obdclass/lu_object.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="28447" author="hudson" created="Sat, 11 Feb 2012 14:55:36 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=server,distro=el5,ib_stack=ofa/464/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,server,el5,ofa #464&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1013&quot; title=&quot;recovery-mds lu_object.c:116:lu_object_put()) ASSERTION(cfs_list_empty(&amp;amp;top-&amp;gt;loh_lru)) failed&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1013&quot;&gt;&lt;del&gt;LU-1013&lt;/del&gt;&lt;/a&gt; obdclass: lu_object_find miss to unlink object from LRU (Revision b9ccecd1453c5c76fe135048c39f149c241650c6)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=b9ccecd1453c5c76fe135048c39f149c241650c6&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;b9ccecd1453c5c76fe135048c39f149c241650c6&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/obdclass/lu_object.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="28448" author="hudson" created="Sat, 11 Feb 2012 14:56:29 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=server,distro=el5,ib_stack=inkernel/464/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,server,el5,inkernel #464&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1013&quot; title=&quot;recovery-mds lu_object.c:116:lu_object_put()) ASSERTION(cfs_list_empty(&amp;amp;top-&amp;gt;loh_lru)) failed&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1013&quot;&gt;&lt;del&gt;LU-1013&lt;/del&gt;&lt;/a&gt; obdclass: lu_object_find miss to unlink object from LRU (Revision b9ccecd1453c5c76fe135048c39f149c241650c6)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=b9ccecd1453c5c76fe135048c39f149c241650c6&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;b9ccecd1453c5c76fe135048c39f149c241650c6&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/obdclass/lu_object.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="28449" author="hudson" created="Sat, 11 Feb 2012 15:15:36 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=i686,build_type=server,distro=el6,ib_stack=inkernel/464/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,server,el6,inkernel #464&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1013&quot; title=&quot;recovery-mds lu_object.c:116:lu_object_put()) ASSERTION(cfs_list_empty(&amp;amp;top-&amp;gt;loh_lru)) failed&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1013&quot;&gt;&lt;del&gt;LU-1013&lt;/del&gt;&lt;/a&gt; obdclass: lu_object_find miss to unlink object from LRU (Revision b9ccecd1453c5c76fe135048c39f149c241650c6)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=b9ccecd1453c5c76fe135048c39f149c241650c6&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;b9ccecd1453c5c76fe135048c39f149c241650c6&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/obdclass/lu_object.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="28450" author="hudson" created="Sat, 11 Feb 2012 15:27:28 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=server,distro=el6,ib_stack=inkernel/464/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,server,el6,inkernel #464&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1013&quot; title=&quot;recovery-mds lu_object.c:116:lu_object_put()) ASSERTION(cfs_list_empty(&amp;amp;top-&amp;gt;loh_lru)) failed&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1013&quot;&gt;&lt;del&gt;LU-1013&lt;/del&gt;&lt;/a&gt; obdclass: lu_object_find miss to unlink object from LRU (Revision b9ccecd1453c5c76fe135048c39f149c241650c6)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=b9ccecd1453c5c76fe135048c39f149c241650c6&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;b9ccecd1453c5c76fe135048c39f149c241650c6&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/obdclass/lu_object.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="28451" author="hudson" created="Sat, 11 Feb 2012 15:33:14 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=i686,build_type=client,distro=el6,ib_stack=inkernel/464/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,client,el6,inkernel #464&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1013&quot; title=&quot;recovery-mds lu_object.c:116:lu_object_put()) ASSERTION(cfs_list_empty(&amp;amp;top-&amp;gt;loh_lru)) failed&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1013&quot;&gt;&lt;del&gt;LU-1013&lt;/del&gt;&lt;/a&gt; obdclass: lu_object_find miss to unlink object from LRU (Revision b9ccecd1453c5c76fe135048c39f149c241650c6)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=b9ccecd1453c5c76fe135048c39f149c241650c6&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;b9ccecd1453c5c76fe135048c39f149c241650c6&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/obdclass/lu_object.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="28452" author="hudson" created="Sat, 11 Feb 2012 15:36:45 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=i686,build_type=server,distro=el5,ib_stack=ofa/464/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,server,el5,ofa #464&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1013&quot; title=&quot;recovery-mds lu_object.c:116:lu_object_put()) ASSERTION(cfs_list_empty(&amp;amp;top-&amp;gt;loh_lru)) failed&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1013&quot;&gt;&lt;del&gt;LU-1013&lt;/del&gt;&lt;/a&gt; obdclass: lu_object_find miss to unlink object from LRU (Revision b9ccecd1453c5c76fe135048c39f149c241650c6)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=b9ccecd1453c5c76fe135048c39f149c241650c6&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;b9ccecd1453c5c76fe135048c39f149c241650c6&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/obdclass/lu_object.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="28453" author="hudson" created="Sat, 11 Feb 2012 15:43:11 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=i686,build_type=server,distro=el5,ib_stack=inkernel/464/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,server,el5,inkernel #464&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1013&quot; title=&quot;recovery-mds lu_object.c:116:lu_object_put()) ASSERTION(cfs_list_empty(&amp;amp;top-&amp;gt;loh_lru)) failed&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1013&quot;&gt;&lt;del&gt;LU-1013&lt;/del&gt;&lt;/a&gt; obdclass: lu_object_find miss to unlink object from LRU (Revision b9ccecd1453c5c76fe135048c39f149c241650c6)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=b9ccecd1453c5c76fe135048c39f149c241650c6&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;b9ccecd1453c5c76fe135048c39f149c241650c6&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/obdclass/lu_object.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="28454" author="hudson" created="Sat, 11 Feb 2012 15:50:54 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=i686,build_type=client,distro=el5,ib_stack=inkernel/464/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,client,el5,inkernel #464&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1013&quot; title=&quot;recovery-mds lu_object.c:116:lu_object_put()) ASSERTION(cfs_list_empty(&amp;amp;top-&amp;gt;loh_lru)) failed&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1013&quot;&gt;&lt;del&gt;LU-1013&lt;/del&gt;&lt;/a&gt; obdclass: lu_object_find miss to unlink object from LRU (Revision b9ccecd1453c5c76fe135048c39f149c241650c6)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=b9ccecd1453c5c76fe135048c39f149c241650c6&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;b9ccecd1453c5c76fe135048c39f149c241650c6&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/obdclass/lu_object.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="28455" author="hudson" created="Sat, 11 Feb 2012 15:56:04 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=i686,build_type=client,distro=el5,ib_stack=ofa/464/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,client,el5,ofa #464&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1013&quot; title=&quot;recovery-mds lu_object.c:116:lu_object_put()) ASSERTION(cfs_list_empty(&amp;amp;top-&amp;gt;loh_lru)) failed&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1013&quot;&gt;&lt;del&gt;LU-1013&lt;/del&gt;&lt;/a&gt; obdclass: lu_object_find miss to unlink object from LRU (Revision b9ccecd1453c5c76fe135048c39f149c241650c6)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=b9ccecd1453c5c76fe135048c39f149c241650c6&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;b9ccecd1453c5c76fe135048c39f149c241650c6&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/obdclass/lu_object.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="28479" author="pjones" created="Mon, 13 Feb 2012 01:29:37 +0000"  >&lt;p&gt;Patch landed for 2.2. Please reopen this ticket if the issue still manifests itself with the patch applied.&lt;/p&gt;</comment>
                            <comment id="28904" author="hudson" created="Thu, 16 Feb 2012 11:39:23 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=server,distro=el5,ib_stack=ofa/475/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,server,el5,ofa #475&lt;/a&gt;&lt;br/&gt;
     Revert &quot;&lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1013&quot; title=&quot;recovery-mds lu_object.c:116:lu_object_put()) ASSERTION(cfs_list_empty(&amp;amp;top-&amp;gt;loh_lru)) failed&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1013&quot;&gt;&lt;del&gt;LU-1013&lt;/del&gt;&lt;/a&gt; obdclass: lu_object_find miss to unlink object from LRU&quot; (Revision 7eef7d96bd0c4463ab4e90657d9e2bf706995c05)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=7eef7d96bd0c4463ab4e90657d9e2bf706995c05&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;7eef7d96bd0c4463ab4e90657d9e2bf706995c05&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/obdclass/lu_object.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="28906" author="hudson" created="Thu, 16 Feb 2012 11:40:47 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=client,distro=sles11,ib_stack=inkernel/475/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,sles11,inkernel #475&lt;/a&gt;&lt;br/&gt;
     Revert &quot;&lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1013&quot; title=&quot;recovery-mds lu_object.c:116:lu_object_put()) ASSERTION(cfs_list_empty(&amp;amp;top-&amp;gt;loh_lru)) failed&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1013&quot;&gt;&lt;del&gt;LU-1013&lt;/del&gt;&lt;/a&gt; obdclass: lu_object_find miss to unlink object from LRU&quot; (Revision 7eef7d96bd0c4463ab4e90657d9e2bf706995c05)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=7eef7d96bd0c4463ab4e90657d9e2bf706995c05&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;7eef7d96bd0c4463ab4e90657d9e2bf706995c05&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/obdclass/lu_object.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="28909" author="hudson" created="Thu, 16 Feb 2012 11:44:50 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=client,distro=el5,ib_stack=inkernel/475/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,el5,inkernel #475&lt;/a&gt;&lt;br/&gt;
     Revert &quot;&lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1013&quot; title=&quot;recovery-mds lu_object.c:116:lu_object_put()) ASSERTION(cfs_list_empty(&amp;amp;top-&amp;gt;loh_lru)) failed&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1013&quot;&gt;&lt;del&gt;LU-1013&lt;/del&gt;&lt;/a&gt; obdclass: lu_object_find miss to unlink object from LRU&quot; (Revision 7eef7d96bd0c4463ab4e90657d9e2bf706995c05)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=7eef7d96bd0c4463ab4e90657d9e2bf706995c05&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;7eef7d96bd0c4463ab4e90657d9e2bf706995c05&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/obdclass/lu_object.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="28913" author="hudson" created="Thu, 16 Feb 2012 11:49:33 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=client,distro=ubuntu1004,ib_stack=inkernel/475/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,ubuntu1004,inkernel #475&lt;/a&gt;&lt;br/&gt;
     Revert &quot;&lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1013&quot; title=&quot;recovery-mds lu_object.c:116:lu_object_put()) ASSERTION(cfs_list_empty(&amp;amp;top-&amp;gt;loh_lru)) failed&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1013&quot;&gt;&lt;del&gt;LU-1013&lt;/del&gt;&lt;/a&gt; obdclass: lu_object_find miss to unlink object from LRU&quot; (Revision 7eef7d96bd0c4463ab4e90657d9e2bf706995c05)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=7eef7d96bd0c4463ab4e90657d9e2bf706995c05&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;7eef7d96bd0c4463ab4e90657d9e2bf706995c05&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/obdclass/lu_object.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="28915" author="hudson" created="Thu, 16 Feb 2012 11:50:20 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=client,distro=el5,ib_stack=ofa/475/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,el5,ofa #475&lt;/a&gt;&lt;br/&gt;
     Revert &quot;&lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1013&quot; title=&quot;recovery-mds lu_object.c:116:lu_object_put()) ASSERTION(cfs_list_empty(&amp;amp;top-&amp;gt;loh_lru)) failed&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1013&quot;&gt;&lt;del&gt;LU-1013&lt;/del&gt;&lt;/a&gt; obdclass: lu_object_find miss to unlink object from LRU&quot; (Revision 7eef7d96bd0c4463ab4e90657d9e2bf706995c05)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=7eef7d96bd0c4463ab4e90657d9e2bf706995c05&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;7eef7d96bd0c4463ab4e90657d9e2bf706995c05&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/obdclass/lu_object.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="28918" author="hudson" created="Thu, 16 Feb 2012 11:53:25 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=server,distro=el5,ib_stack=inkernel/475/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,server,el5,inkernel #475&lt;/a&gt;&lt;br/&gt;
     Revert &quot;&lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1013&quot; title=&quot;recovery-mds lu_object.c:116:lu_object_put()) ASSERTION(cfs_list_empty(&amp;amp;top-&amp;gt;loh_lru)) failed&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1013&quot;&gt;&lt;del&gt;LU-1013&lt;/del&gt;&lt;/a&gt; obdclass: lu_object_find miss to unlink object from LRU&quot; (Revision 7eef7d96bd0c4463ab4e90657d9e2bf706995c05)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=7eef7d96bd0c4463ab4e90657d9e2bf706995c05&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;7eef7d96bd0c4463ab4e90657d9e2bf706995c05&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/obdclass/lu_object.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="28920" author="hudson" created="Thu, 16 Feb 2012 11:53:45 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=i686,build_type=client,distro=el5,ib_stack=ofa/475/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,client,el5,ofa #475&lt;/a&gt;&lt;br/&gt;
     Revert &quot;&lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1013&quot; title=&quot;recovery-mds lu_object.c:116:lu_object_put()) ASSERTION(cfs_list_empty(&amp;amp;top-&amp;gt;loh_lru)) failed&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1013&quot;&gt;&lt;del&gt;LU-1013&lt;/del&gt;&lt;/a&gt; obdclass: lu_object_find miss to unlink object from LRU&quot; (Revision 7eef7d96bd0c4463ab4e90657d9e2bf706995c05)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=7eef7d96bd0c4463ab4e90657d9e2bf706995c05&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;7eef7d96bd0c4463ab4e90657d9e2bf706995c05&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/obdclass/lu_object.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="28922" author="hudson" created="Thu, 16 Feb 2012 11:57:31 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=i686,build_type=server,distro=el6,ib_stack=inkernel/475/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,server,el6,inkernel #475&lt;/a&gt;&lt;br/&gt;
     Revert &quot;&lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1013&quot; title=&quot;recovery-mds lu_object.c:116:lu_object_put()) ASSERTION(cfs_list_empty(&amp;amp;top-&amp;gt;loh_lru)) failed&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1013&quot;&gt;&lt;del&gt;LU-1013&lt;/del&gt;&lt;/a&gt; obdclass: lu_object_find miss to unlink object from LRU&quot; (Revision 7eef7d96bd0c4463ab4e90657d9e2bf706995c05)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=7eef7d96bd0c4463ab4e90657d9e2bf706995c05&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;7eef7d96bd0c4463ab4e90657d9e2bf706995c05&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/obdclass/lu_object.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="28925" author="hudson" created="Thu, 16 Feb 2012 12:05:24 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=client,distro=el6,ib_stack=inkernel/475/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,el6,inkernel #475&lt;/a&gt;&lt;br/&gt;
     Revert &quot;&lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1013&quot; title=&quot;recovery-mds lu_object.c:116:lu_object_put()) ASSERTION(cfs_list_empty(&amp;amp;top-&amp;gt;loh_lru)) failed&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1013&quot;&gt;&lt;del&gt;LU-1013&lt;/del&gt;&lt;/a&gt; obdclass: lu_object_find miss to unlink object from LRU&quot; (Revision 7eef7d96bd0c4463ab4e90657d9e2bf706995c05)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=7eef7d96bd0c4463ab4e90657d9e2bf706995c05&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;7eef7d96bd0c4463ab4e90657d9e2bf706995c05&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/obdclass/lu_object.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="28927" author="hudson" created="Thu, 16 Feb 2012 12:06:15 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=i686,build_type=client,distro=el5,ib_stack=inkernel/475/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,client,el5,inkernel #475&lt;/a&gt;&lt;br/&gt;
     Revert &quot;&lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1013&quot; title=&quot;recovery-mds lu_object.c:116:lu_object_put()) ASSERTION(cfs_list_empty(&amp;amp;top-&amp;gt;loh_lru)) failed&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1013&quot;&gt;&lt;del&gt;LU-1013&lt;/del&gt;&lt;/a&gt; obdclass: lu_object_find miss to unlink object from LRU&quot; (Revision 7eef7d96bd0c4463ab4e90657d9e2bf706995c05)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=7eef7d96bd0c4463ab4e90657d9e2bf706995c05&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;7eef7d96bd0c4463ab4e90657d9e2bf706995c05&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/obdclass/lu_object.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="28929" author="hudson" created="Thu, 16 Feb 2012 12:08:07 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=server,distro=el6,ib_stack=inkernel/475/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,server,el6,inkernel #475&lt;/a&gt;&lt;br/&gt;
     Revert &quot;&lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1013&quot; title=&quot;recovery-mds lu_object.c:116:lu_object_put()) ASSERTION(cfs_list_empty(&amp;amp;top-&amp;gt;loh_lru)) failed&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1013&quot;&gt;&lt;del&gt;LU-1013&lt;/del&gt;&lt;/a&gt; obdclass: lu_object_find miss to unlink object from LRU&quot; (Revision 7eef7d96bd0c4463ab4e90657d9e2bf706995c05)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=7eef7d96bd0c4463ab4e90657d9e2bf706995c05&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;7eef7d96bd0c4463ab4e90657d9e2bf706995c05&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/obdclass/lu_object.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="28931" author="hudson" created="Thu, 16 Feb 2012 12:09:02 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=i686,build_type=server,distro=el5,ib_stack=ofa/475/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,server,el5,ofa #475&lt;/a&gt;&lt;br/&gt;
     Revert &quot;&lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1013&quot; title=&quot;recovery-mds lu_object.c:116:lu_object_put()) ASSERTION(cfs_list_empty(&amp;amp;top-&amp;gt;loh_lru)) failed&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1013&quot;&gt;&lt;del&gt;LU-1013&lt;/del&gt;&lt;/a&gt; obdclass: lu_object_find miss to unlink object from LRU&quot; (Revision 7eef7d96bd0c4463ab4e90657d9e2bf706995c05)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=7eef7d96bd0c4463ab4e90657d9e2bf706995c05&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;7eef7d96bd0c4463ab4e90657d9e2bf706995c05&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/obdclass/lu_object.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="28933" author="hudson" created="Thu, 16 Feb 2012 12:15:43 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=i686,build_type=client,distro=el6,ib_stack=inkernel/475/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,client,el6,inkernel #475&lt;/a&gt;&lt;br/&gt;
     Revert &quot;&lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1013&quot; title=&quot;recovery-mds lu_object.c:116:lu_object_put()) ASSERTION(cfs_list_empty(&amp;amp;top-&amp;gt;loh_lru)) failed&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1013&quot;&gt;&lt;del&gt;LU-1013&lt;/del&gt;&lt;/a&gt; obdclass: lu_object_find miss to unlink object from LRU&quot; (Revision 7eef7d96bd0c4463ab4e90657d9e2bf706995c05)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=7eef7d96bd0c4463ab4e90657d9e2bf706995c05&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;7eef7d96bd0c4463ab4e90657d9e2bf706995c05&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/obdclass/lu_object.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="28937" author="hudson" created="Thu, 16 Feb 2012 12:40:14 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=i686,build_type=server,distro=el5,ib_stack=inkernel/475/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,server,el5,inkernel #475&lt;/a&gt;&lt;br/&gt;
     Revert &quot;&lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1013&quot; title=&quot;recovery-mds lu_object.c:116:lu_object_put()) ASSERTION(cfs_list_empty(&amp;amp;top-&amp;gt;loh_lru)) failed&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1013&quot;&gt;&lt;del&gt;LU-1013&lt;/del&gt;&lt;/a&gt; obdclass: lu_object_find miss to unlink object from LRU&quot; (Revision 7eef7d96bd0c4463ab4e90657d9e2bf706995c05)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=7eef7d96bd0c4463ab4e90657d9e2bf706995c05&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;7eef7d96bd0c4463ab4e90657d9e2bf706995c05&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/obdclass/lu_object.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="29239" author="hudson" created="Fri, 17 Feb 2012 12:55:21 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/red.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=server,distro=el6,ib_stack=ofa/480/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,server,el6,ofa #480&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1013&quot; title=&quot;recovery-mds lu_object.c:116:lu_object_put()) ASSERTION(cfs_list_empty(&amp;amp;top-&amp;gt;loh_lru)) failed&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1013&quot;&gt;&lt;del&gt;LU-1013&lt;/del&gt;&lt;/a&gt; obdclass: lu_object_find miss to unlink object from LRU (Revision b9ccecd1453c5c76fe135048c39f149c241650c6)&lt;br/&gt;
Revert &quot;&lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1013&quot; title=&quot;recovery-mds lu_object.c:116:lu_object_put()) ASSERTION(cfs_list_empty(&amp;amp;top-&amp;gt;loh_lru)) failed&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1013&quot;&gt;&lt;del&gt;LU-1013&lt;/del&gt;&lt;/a&gt; obdclass: lu_object_find miss to unlink object from LRU&quot; (Revision 7eef7d96bd0c4463ab4e90657d9e2bf706995c05)&lt;/p&gt;

&lt;p&gt;     Result = FAILURE&lt;br/&gt;
Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=b9ccecd1453c5c76fe135048c39f149c241650c6&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;b9ccecd1453c5c76fe135048c39f149c241650c6&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/obdclass/lu_object.c&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=7eef7d96bd0c4463ab4e90657d9e2bf706995c05&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;7eef7d96bd0c4463ab4e90657d9e2bf706995c05&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/obdclass/lu_object.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="29288" author="hudson" created="Fri, 17 Feb 2012 13:13:03 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/red.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=client,distro=el6,ib_stack=ofa/480/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,el6,ofa #480&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1013&quot; title=&quot;recovery-mds lu_object.c:116:lu_object_put()) ASSERTION(cfs_list_empty(&amp;amp;top-&amp;gt;loh_lru)) failed&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1013&quot;&gt;&lt;del&gt;LU-1013&lt;/del&gt;&lt;/a&gt; obdclass: lu_object_find miss to unlink object from LRU (Revision b9ccecd1453c5c76fe135048c39f149c241650c6)&lt;br/&gt;
Revert &quot;&lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1013&quot; title=&quot;recovery-mds lu_object.c:116:lu_object_put()) ASSERTION(cfs_list_empty(&amp;amp;top-&amp;gt;loh_lru)) failed&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1013&quot;&gt;&lt;del&gt;LU-1013&lt;/del&gt;&lt;/a&gt; obdclass: lu_object_find miss to unlink object from LRU&quot; (Revision 7eef7d96bd0c4463ab4e90657d9e2bf706995c05)&lt;/p&gt;

&lt;p&gt;     Result = FAILURE&lt;br/&gt;
Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=b9ccecd1453c5c76fe135048c39f149c241650c6&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;b9ccecd1453c5c76fe135048c39f149c241650c6&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/obdclass/lu_object.c&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=7eef7d96bd0c4463ab4e90657d9e2bf706995c05&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;7eef7d96bd0c4463ab4e90657d9e2bf706995c05&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/obdclass/lu_object.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="29337" author="hudson" created="Fri, 17 Feb 2012 13:38:58 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/grey.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=i686,build_type=client,distro=el6,ib_stack=ofa/480/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,client,el6,ofa #480&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1013&quot; title=&quot;recovery-mds lu_object.c:116:lu_object_put()) ASSERTION(cfs_list_empty(&amp;amp;top-&amp;gt;loh_lru)) failed&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1013&quot;&gt;&lt;del&gt;LU-1013&lt;/del&gt;&lt;/a&gt; obdclass: lu_object_find miss to unlink object from LRU (Revision b9ccecd1453c5c76fe135048c39f149c241650c6)&lt;br/&gt;
Revert &quot;&lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1013&quot; title=&quot;recovery-mds lu_object.c:116:lu_object_put()) ASSERTION(cfs_list_empty(&amp;amp;top-&amp;gt;loh_lru)) failed&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1013&quot;&gt;&lt;del&gt;LU-1013&lt;/del&gt;&lt;/a&gt; obdclass: lu_object_find miss to unlink object from LRU&quot; (Revision 7eef7d96bd0c4463ab4e90657d9e2bf706995c05)&lt;/p&gt;

&lt;p&gt;     Result = ABORTED&lt;br/&gt;
Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=b9ccecd1453c5c76fe135048c39f149c241650c6&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;b9ccecd1453c5c76fe135048c39f149c241650c6&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/obdclass/lu_object.c&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=7eef7d96bd0c4463ab4e90657d9e2bf706995c05&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;7eef7d96bd0c4463ab4e90657d9e2bf706995c05&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/obdclass/lu_object.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10010">
                    <name>Duplicate</name>
                                                                <inwardlinks description="is duplicated by">
                                        <issuelink>
            <issuekey id="13145">LU-1086</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                    </issuelinks>
                <attachments>
                            <attachment id="10752" name="mds.syslog.txt" size="121054" author="cliffw" created="Thu, 19 Jan 2012 23:05:42 +0000"/>
                    </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|hzv7gn:</customfieldvalue>

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