<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 01:05:26 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-274] Client delayed file status (cache meta-data) causing job failures</title>
                <link>https://jira.whamcloud.com/browse/LU-274</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;A site key user while running a weather forcasting model that as part of its post processing and gathering of information from lustre noticed that sometimes his job would fail or get errors from tar because of zero length files. Unpon further investigation it was noticed that you could see basically what was going on from a simple &quot;ls -l&quot; command. The first instance showed files with zero length. After a short period of time (10-15 seconds and it varies) repeating the &quot;ls -l&quot; would show the correct size. &lt;br/&gt;
So the user basic sequence that is run is:&lt;br/&gt;
1. Base data is in directory from completed run&lt;br/&gt;
2. Execute a mppcombine program that takes this data and creates a set of joined output data&lt;br/&gt;
3. create a list of output files from mppcombine run to feed to tar using &quot;ls -l&quot; of this newly created data&lt;br/&gt;
4. Take that list and begin tarring up the data&lt;br/&gt;
5. If you see &quot;xt5-widow2-mpp-test.o406112:tar: atmos_scalar.nc: file changed as we read it&quot; bingo you hit the problem.&lt;/p&gt;

&lt;p&gt;Needless to say this gives the impression of data corruption since the tar file can&apos;t be trusted. The data in reality is there but not appearant to tar. If you place a &quot;sync&quot; command between steps 2 and 3 you appear to be able to avoid the problem.However, this is not acceptable because since we can&apos;t be expected to tell all users they need to issue a sync before certain operations or they may not get all their data.&lt;/p&gt;

&lt;p&gt;An example of the ls -l output&lt;/p&gt;

&lt;p&gt;&amp;gt;&amp;gt; ls -ltr&lt;br/&gt;
.&lt;br/&gt;
.&lt;br/&gt;
&lt;del&gt;rw&lt;/del&gt;------ 1 XX.XXXX user 130991 2011-04-12 20:57 time_FS.o564793&lt;br/&gt;
&lt;del&gt;rw&lt;/del&gt;------ 1 XX.XXXX user 130988 2011-04-12 21:28 time_FS.o564868&lt;br/&gt;
&lt;del&gt;rw&lt;/del&gt;------ 1 XX.XXXX user 0 2011-04-12 22:01 time_FS.o564927&lt;br/&gt;
&lt;del&gt;rw&lt;/del&gt;------ 1 XX.XXXX user 0 2011-04-12 22:36 time_FS.o565015&lt;/p&gt;

&lt;p&gt;Wait an undetermined amount of time repeat:&lt;/p&gt;

&lt;p&gt;&amp;gt;&amp;gt; ls -ltr&lt;br/&gt;
.&lt;br/&gt;
.&lt;br/&gt;
&lt;del&gt;rw&lt;/del&gt;------ 1 XX.XXXX user 130991 2011-04-12 20:57 time_FS.o564793&lt;br/&gt;
&lt;del&gt;rw&lt;/del&gt;------ 1 XX.XXXX user 130988 2011-04-12 21:28 time_FS.o564868&lt;br/&gt;
&lt;del&gt;rw&lt;/del&gt;------ 1 XX.XXXX user 130991 2011-04-12 22:01 time_FS.o564927&lt;br/&gt;
&lt;del&gt;rw&lt;/del&gt;------ 1 XX.XXXX user 130956 2011-04-12 22:36 time_FS.o565015&lt;/p&gt;

&lt;p&gt;Data size is now correct.&lt;/p&gt;

&lt;p&gt;I have made a couple of attempts at a local test using lustre 1.8.4 and so far am unable to reproduce the problem but not convinced this is conclusive. Will be running more tests.&lt;/p&gt;

&lt;p&gt;On the Oracle bugzilla basically bug 24501 is the same problem and also searching their DB it appears that bug 24458 might also be basically the same issue.&lt;/p&gt;

&lt;p&gt;I will attach a test case that has the basic commands used. The actual test data is available but is extremely large and I would need to be pointed to a ftp for that.&lt;/p&gt;</description>
                <environment>servers running 1.8.5.54 and 1.8.5.55 both also have a patch to increase the number of MDS threads&lt;br/&gt;
OS version CentOS 5.5&lt;br/&gt;
Clients experiencing the problem are running 1.8.5 release from Oracle.</environment>
        <key id="10730">LU-274</key>
            <summary>Client delayed file status (cache meta-data) causing job failures</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="niu">Niu Yawei</assignee>
                                    <reporter username="woods">Steven Woods</reporter>
                        <labels>
                    </labels>
                <created>Wed, 4 May 2011 07:06:10 +0000</created>
                <updated>Wed, 6 Nov 2013 17:57:40 +0000</updated>
                            <resolved>Mon, 30 May 2011 00:06:03 +0000</resolved>
                                    <version>Lustre 2.0.0</version>
                    <version>Lustre 2.1.0</version>
                    <version>Lustre 1.8.6</version>
                                    <fixVersion>Lustre 2.0.0</fixVersion>
                    <fixVersion>Lustre 2.1.0</fixVersion>
                    <fixVersion>Lustre 1.8.6</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>12</watches>
                                                                            <comments>
                            <comment id="13671" author="johann" created="Wed, 4 May 2011 09:48:54 +0000"  >&lt;p&gt;hm, we landed the patch from bug 23174 in 1.8.5. filter_intent_policy() used to update the LVB from disk when the AST failed (whatever the error is), while it is done only for -EINVAL now .. it &lt;b&gt;might&lt;/b&gt; be related.&lt;/p&gt;

&lt;p&gt;Could you please give a try to your reproducer with this patch reverted?&lt;/p&gt;
</comment>
                            <comment id="13673" author="woods" created="Wed, 4 May 2011 10:57:34 +0000"  >&lt;p&gt;the site did try to drop back to lustre 1.8.4 plus the following patches&lt;br/&gt;
patches included are:&lt;br/&gt;
bz-23549-att-31345.patch&lt;br/&gt;
bz-23766-att-32153.patch&lt;br/&gt;
bz-23766-att-32236.patch&lt;br/&gt;
bz-23766-att-32323.patch&lt;br/&gt;
bz-24226-att-32486.patch&lt;br/&gt;
bz-24226-att-32582.patch&lt;br/&gt;
lnet_talk_to_gnilnd.diff&lt;/p&gt;


&lt;p&gt;Their initial tests seemed to show a similar issue. Still gathering information to see the validity of it.&lt;/p&gt;</comment>
                            <comment id="13675" author="johann" created="Wed, 4 May 2011 11:32:14 +0000"  >&lt;p&gt;Did they downgrade all the OSSs?&lt;/p&gt;</comment>
                            <comment id="13678" author="adilger" created="Wed, 4 May 2011 12:54:53 +0000"  >&lt;p&gt;The problem description mentions &quot;Execute a mppcombine program that takes this data and creates a set of joined output data&quot;.  Just to clarify, this does not actually use the experimental Lustre &quot;file join&quot; functionality, I hope?&lt;/p&gt;

&lt;p&gt;Would it be possible to get the source code for the mppcombine program.  Unfortunately, the binary doesn&apos;t really help me debug the problem.&lt;/p&gt;</comment>
                            <comment id="13679" author="woods" created="Wed, 4 May 2011 12:58:24 +0000"  >&lt;p&gt;Will try and get the src..&lt;/p&gt;</comment>
                            <comment id="13696" author="johann" created="Wed, 4 May 2011 14:39:33 +0000"  >&lt;p&gt;Looker closer at the patch from bug 23174, it seems that this patch breaks glimpse for server-side&lt;br/&gt;
locks (e.g. used in lockless i/o including direct i/o).&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;/*
 * -&amp;gt;l_glimpse_ast() for DLM extent locks acquired on the server-side. See
 * comment in filter_intent_policy() on why you may need this.
 */
int ldlm_glimpse_ast(struct ldlm_lock *lock, void *reqp)
{
        /*   
         * Returning -ELDLM_NO_LOCK_DATA actually works, but the reason for
         * that is rather subtle: with OST-side locking, it may so happen that
         * _all_ extent locks are held by the OST. If client wants to obtain
         * current file size it calls ll{,u}_glimpse_size(), and (as locks are
         * on the server), dummy glimpse callback fires and does
         * nothing. Client still receives correct file size due to the
         * following fragment in filter_intent_policy():
         *
         * rc = l-&amp;gt;l_glimpse_ast(l, NULL); // this will update the LVB
         * if (rc != 0 &amp;amp;&amp;amp; res-&amp;gt;lr_namespace-&amp;gt;ns_lvbo &amp;amp;&amp;amp;
         *     res-&amp;gt;lr_namespace-&amp;gt;ns_lvbo-&amp;gt;lvbo_update) {
         *         res-&amp;gt;lr_namespace-&amp;gt;ns_lvbo-&amp;gt;lvbo_update(res, NULL, 0, 1);
         * }
         *
         * that is, after glimpse_ast() fails, filter_lvbo_update() runs, and
         * returns correct file size to the client.
         */
        return -ELDLM_NO_LOCK_DATA;
}
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;However, the patch from bug 23174 removed the LVB update in filter_intent_policy() &lt;img class=&quot;emoticon&quot; src=&quot;https://jira.whamcloud.com/images/icons/emoticons/sad.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;That said, the server-side lock is released just after i/o completion and the LVB is&lt;br/&gt;
updated in ost_brw_lock_put(). So the window is very short and the symptoms described&lt;br/&gt;
in this bug looks different.&lt;/p&gt;</comment>
                            <comment id="13701" author="adilger" created="Wed, 4 May 2011 15:31:09 +0000"  >&lt;p&gt;For consistency sake, it probably is better to add a &quot;local glimpse&quot; callback that the OST thread registers when it enqueues the lock.  That will make the glimpse mechanism work correctly without special-casing the caller.&lt;/p&gt;</comment>
                            <comment id="13728" author="cap_" created="Thu, 5 May 2011 04:52:08 +0000"  >&lt;p&gt;&lt;span class=&quot;error&quot;&gt;&amp;#91;EDIT: we now doubt the usefulness of our initial reproducer&amp;#93;&lt;/span&gt;&lt;/p&gt;

&lt;p&gt;This sounds very much like bz#24458. We&apos;ve contributed a way to reproduce this (at least in our env.) in that bz entry. By coincidence the problem was at our site first seen by weather forecasting people running tar...&lt;/p&gt;</comment>
                            <comment id="13730" author="pjones" created="Thu, 5 May 2011 06:15:15 +0000"  >&lt;p&gt;Niu&lt;/p&gt;

&lt;p&gt;Could you please look into this one? Johann suggests trying to reproduce this issue on Toro as a first step.&lt;/p&gt;

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

&lt;p&gt;Peter&lt;/p&gt;</comment>
                            <comment id="13731" author="woods" created="Thu, 5 May 2011 06:17:12 +0000"  >&lt;p&gt;Peter let me know if you need the complete dataset to help reproduce it. Just need to know where to ftp it to.&lt;/p&gt;</comment>
                            <comment id="13732" author="pjones" created="Thu, 5 May 2011 06:20:25 +0000"  >&lt;p&gt;Thanks Steve. Will do.&lt;/p&gt;


&lt;p&gt;&amp;#8211; &lt;br/&gt;
Peter Jones&lt;br/&gt;
Whamcloud, Inc.&lt;br/&gt;
www.whamcloud.com&lt;/p&gt;
</comment>
                            <comment id="13735" author="woods" created="Thu, 5 May 2011 07:37:17 +0000"  >&lt;p&gt;Here is the src for the mppcombine program.&lt;/p&gt;</comment>
                            <comment id="13822" author="adilger" created="Thu, 5 May 2011 21:26:41 +0000"  >&lt;p&gt;I was able to hit this problem on my home Lustre filesystem.  It&lt;br/&gt;
wasn&apos;t a strictly controlled experiment, but something like:&lt;/p&gt;

&lt;p&gt;client1$ create files (just normal writes)&lt;/p&gt;
{wait}
&lt;p&gt;client2$ find /myth/tv -size 0 -ls&lt;/p&gt;
{list of zero-length files}
&lt;p&gt;client2$ ls -l &lt;/p&gt;
{files}

&lt;p&gt;some of the files now returned a non-zero size.  I confirmed by&lt;br/&gt;
inspecting the objects that the files that were still zero bytes&lt;br/&gt;
had zero-sized objects.&lt;/p&gt;

&lt;p&gt;The problem definitely appears to be glimpse related, since the&lt;br/&gt;
size returned on the subsequent &quot;ls -l&quot; was correct.&lt;/p&gt;

&lt;p&gt;I think for the short term (maybe still 1.8.6 if possible) the &lt;br/&gt;
LVB refresh in filter_intent_policy() and ldlm_cb_interpret()&lt;br/&gt;
should be restored.&lt;/p&gt;</comment>
                            <comment id="13825" author="niu" created="Thu, 5 May 2011 22:17:53 +0000"  >&lt;p&gt;The comment #11 of bz23766 looks interesting to me, it said that file size will always be updated on MDS when close file, but in 1.8, the file size is not updated on every close, it&apos;s only updated along with ctime udpate. I think that could probably be the reason that we can&apos;t see this problem in 1.6, maybe the updating size on every close just hide the problem.&lt;/p&gt;</comment>
                            <comment id="13826" author="niu" created="Thu, 5 May 2011 23:33:43 +0000"  >&lt;p&gt;It looks to me there is a race in the size glimpse: &lt;/p&gt;

&lt;p&gt;When a client received glimpse callback, it get the lock by ldlm_handle2lock_ns() in ldlm_callback_handler(), and just before calling the ll_glimpse_callback(), this lock is happen to be canceled locally, and the kms is shrinked on cancel, then ll_glimpse_callback() will tell server a wrong size (less than actual size). Did I miss anything? &lt;/p&gt;</comment>
                            <comment id="13828" author="johann" created="Thu, 5 May 2011 23:38:13 +0000"  >&lt;p&gt;&amp;gt; The comment #11 of bz23766 looks interesting to me, it said that file size will always&lt;br/&gt;
&amp;gt; be updated on MDS when close file, but in 1.8, the file size is not updated on every&lt;br/&gt;
&amp;gt; close&lt;/p&gt;

&lt;p&gt;The file size on the MDS is just a hint for e2scan, it is not used anywhere in Lustre.&lt;br/&gt;
Niu, could you please try to reproduce the problem and to re-add the LVB update in&lt;br/&gt;
filter_intent_policy()? If this fixes the problem, I am curious to know what what&lt;br/&gt;
kind of error is hit during the glimpse.&lt;/p&gt;

&lt;p&gt;&amp;gt; I think for the short term (maybe still 1.8.6 if possible) the&lt;br/&gt;
&amp;gt; LVB refresh in filter_intent_policy() and ldlm_cb_interpret()&lt;br/&gt;
&amp;gt; should be restored&lt;/p&gt;

&lt;p&gt;Andreas, i&apos;m all for this (although i suspect that re-adding the LVB refresh in&lt;br/&gt;
filter_intent_policy() might be enough). I just would like someone to give this&lt;br/&gt;
a try and to confirm that it indeed fixes the problem.&lt;/p&gt;</comment>
                            <comment id="13842" author="niu" created="Fri, 6 May 2011 00:08:49 +0000"  >&lt;p&gt;&amp;gt; The file size on the MDS is just a hint for e2scan, it is not used anywhere in Lustre.&lt;br/&gt;
&amp;gt; Niu, could you please try to reproduce the problem and to re-add the LVB update in&lt;br/&gt;
&amp;gt; filter_intent_policy()? If this fixes the problem, I am curious to know what what&lt;br/&gt;
&amp;gt; kind of error is hit during the glimpse.&lt;/p&gt;

&lt;p&gt;Hi, Johann&lt;br/&gt;
Ah, you are right, the OBD_MD_FLSIZE isn&apos;t set on getattr. There isn&apos;t any free node on Toro at this moment, I will try to reproduce the problem as soon as there is any nodes available.&lt;/p&gt;</comment>
                            <comment id="13878" author="johann" created="Fri, 6 May 2011 08:35:43 +0000"  >&lt;p&gt;&amp;gt; When a client received glimpse callback, it get the lock by ldlm_handle2lock_ns()&lt;br/&gt;
&amp;gt; in ldlm_callback_handler(), and just before calling the ll_glimpse_callback(),&lt;br/&gt;
&amp;gt; this lock is happen to be canceled locally, and the kms is shrinked on cancel,&lt;br/&gt;
&amp;gt; then ll_glimpse_callback() will tell server a wrong size (less than actual size).&lt;br/&gt;
&amp;gt; Did I miss anything?&lt;/p&gt;

&lt;p&gt;It seems that you are right. ll_glimpse_callback() can race with ll_extent_lock_cancel_cb(). This race has been around for a while and is probably not the root cause of the problem reported here since it appeared in 1.8.5. Let&apos;s file a new bug for this. Good catch!!!&lt;/p&gt;

&lt;p&gt;Actually, while looking at ll_glimpse_callback(), I have realized that beyond the lockless i/o case, clients can return ELDLM_NO_LOCK_DATA to glimpse in many cases. Since we no longer update LVB from disk for this error, that&apos;s likely related to our problem.&lt;/p&gt;</comment>
                            <comment id="13879" author="johann" created="Fri, 6 May 2011 08:49:28 +0000"  >&lt;p&gt;&amp;gt; It seems that you are right. ll_glimpse_callback() can race with ll_extent_lock_cancel_cb().&lt;br/&gt;
&amp;gt; This race has been around for a while and is probably not the root cause of the problem&lt;br/&gt;
&amp;gt; reported here since it appeared in 1.8.5. Let&apos;s file a new bug for this. Good catch!!!&lt;/p&gt;

&lt;p&gt;Actually, we already have a flag (i.e. LDLM_FL_KMS_IGNORE) to notify that kms is being updated because the lock is being cancelled. We could just check for this flag in ll_glimpse_callback()and return EINVAL to the glimpse. The server should then update the LVB from disk and get the right object size since kms is updated on the client once all dirty data has been pushed to the server already.&lt;/p&gt;</comment>
                            <comment id="13880" author="niu" created="Fri, 6 May 2011 09:02:53 +0000"  >&lt;p&gt;&amp;gt; Actually, while looking at ll_glimpse_callback(), I have realized that beyond the lockless i/o case, clients can return &lt;br/&gt;
&amp;gt; ELDLM_NO_LOCK_DATA to glimpse in many cases. Since we no longer update LVB from disk for this error, that&apos;s likely related &amp;gt; to our problem.&lt;/p&gt;

&lt;p&gt;Right, I just reproduced the problem in my virtual machine by Andreas&apos;s way. I saw client return -ELDLM_NO_LOCK_DATA on glimpse callback. (inode *inode = ll_inode_from_lock(lock), got NULL inode in  ll_glimpse_callback(), because the inode is already be clear now)&lt;br/&gt;
After add the lvb update back in filter_intent_policy(), the problem is gone. Will provide the patch for review soon.&lt;/p&gt;</comment>
                            <comment id="13882" author="simmonsja" created="Fri, 6 May 2011 09:15:02 +0000"  >&lt;p&gt;Will the patch be posted here or under &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-287&quot; title=&quot;race in glimpse size&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-287&quot;&gt;&lt;del&gt;LU-287&lt;/del&gt;&lt;/a&gt;?&lt;/p&gt;</comment>
                            <comment id="13883" author="niu" created="Fri, 6 May 2011 09:22:23 +0000"  >&lt;p&gt;Hi, James&lt;/p&gt;

&lt;p&gt;The patch is posted in Gerrit. &lt;a href=&quot;http://review.whamcloud.com/507&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/507&lt;/a&gt; &lt;/p&gt;</comment>
                            <comment id="13997" author="johann" created="Mon, 9 May 2011 07:00:35 +0000"  >&lt;p&gt;FYI, I&apos;ve just merged the fix in b1_8.&lt;/p&gt;</comment>
                            <comment id="13998" author="hudson" created="Mon, 9 May 2011 07:17:16 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://newbuild.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://newbuild.whamcloud.com/job/lustre-b1_8/./arch=x86_64,build_type=client,distro=el5,ib_stack=ofa/46/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-b1_8 &#187; x86_64,client,el5,ofa #46&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-274&quot; title=&quot;Client delayed file status (cache meta-data) causing job failures&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-274&quot;&gt;&lt;del&gt;LU-274&lt;/del&gt;&lt;/a&gt; Update LVB from disk when glimpse callback return error&lt;/p&gt;

&lt;p&gt;Johann Lombardi : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/b1_8&amp;amp;a=commit&amp;amp;h=8cf8ac002a32b872677b8d9064e35f8eda436a28&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;8cf8ac002a32b872677b8d9064e35f8eda436a28&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/obdfilter/filter.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="13999" author="hudson" created="Mon, 9 May 2011 07:17:19 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://newbuild.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://newbuild.whamcloud.com/job/lustre-b1_8/./arch=x86_64,build_type=client,distro=ubuntu1004,ib_stack=inkernel/46/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-b1_8 &#187; x86_64,client,ubuntu1004,inkernel #46&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-274&quot; title=&quot;Client delayed file status (cache meta-data) causing job failures&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-274&quot;&gt;&lt;del&gt;LU-274&lt;/del&gt;&lt;/a&gt; Update LVB from disk when glimpse callback return error&lt;/p&gt;

&lt;p&gt;Johann Lombardi : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/b1_8&amp;amp;a=commit&amp;amp;h=8cf8ac002a32b872677b8d9064e35f8eda436a28&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;8cf8ac002a32b872677b8d9064e35f8eda436a28&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/obdfilter/filter.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="14000" author="hudson" created="Mon, 9 May 2011 07:32:25 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://newbuild.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://newbuild.whamcloud.com/job/lustre-b1_8/./arch=x86_64,build_type=client,distro=el6,ib_stack=inkernel/46/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-b1_8 &#187; x86_64,client,el6,inkernel #46&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-274&quot; title=&quot;Client delayed file status (cache meta-data) causing job failures&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-274&quot;&gt;&lt;del&gt;LU-274&lt;/del&gt;&lt;/a&gt; Update LVB from disk when glimpse callback return error&lt;/p&gt;

&lt;p&gt;Johann Lombardi : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/b1_8&amp;amp;a=commit&amp;amp;h=8cf8ac002a32b872677b8d9064e35f8eda436a28&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;8cf8ac002a32b872677b8d9064e35f8eda436a28&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/obdfilter/filter.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="14001" author="hudson" created="Mon, 9 May 2011 07:37:15 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://newbuild.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://newbuild.whamcloud.com/job/lustre-b1_8/./arch=i686,build_type=client,distro=el5,ib_stack=inkernel/46/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-b1_8 &#187; i686,client,el5,inkernel #46&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-274&quot; title=&quot;Client delayed file status (cache meta-data) causing job failures&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-274&quot;&gt;&lt;del&gt;LU-274&lt;/del&gt;&lt;/a&gt; Update LVB from disk when glimpse callback return error&lt;/p&gt;

&lt;p&gt;Johann Lombardi : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/b1_8&amp;amp;a=commit&amp;amp;h=8cf8ac002a32b872677b8d9064e35f8eda436a28&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;8cf8ac002a32b872677b8d9064e35f8eda436a28&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/obdfilter/filter.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="14003" author="hudson" created="Mon, 9 May 2011 07:44:57 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://newbuild.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://newbuild.whamcloud.com/job/lustre-b1_8/./arch=i686,build_type=client,distro=el6,ib_stack=inkernel/46/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-b1_8 &#187; i686,client,el6,inkernel #46&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-274&quot; title=&quot;Client delayed file status (cache meta-data) causing job failures&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-274&quot;&gt;&lt;del&gt;LU-274&lt;/del&gt;&lt;/a&gt; Update LVB from disk when glimpse callback return error&lt;/p&gt;

&lt;p&gt;Johann Lombardi : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/b1_8&amp;amp;a=commit&amp;amp;h=8cf8ac002a32b872677b8d9064e35f8eda436a28&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;8cf8ac002a32b872677b8d9064e35f8eda436a28&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/obdfilter/filter.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="14006" author="hudson" created="Mon, 9 May 2011 07:51:42 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://newbuild.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://newbuild.whamcloud.com/job/lustre-b1_8/./arch=i686,build_type=client,distro=el5,ib_stack=ofa/46/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-b1_8 &#187; i686,client,el5,ofa #46&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-274&quot; title=&quot;Client delayed file status (cache meta-data) causing job failures&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-274&quot;&gt;&lt;del&gt;LU-274&lt;/del&gt;&lt;/a&gt; Update LVB from disk when glimpse callback return error&lt;/p&gt;

&lt;p&gt;Johann Lombardi : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/b1_8&amp;amp;a=commit&amp;amp;h=8cf8ac002a32b872677b8d9064e35f8eda436a28&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;8cf8ac002a32b872677b8d9064e35f8eda436a28&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/obdfilter/filter.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="14007" author="hudson" created="Mon, 9 May 2011 07:54:03 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://newbuild.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://newbuild.whamcloud.com/job/lustre-b1_8/./arch=x86_64,build_type=server,distro=el5,ib_stack=ofa/46/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-b1_8 &#187; x86_64,server,el5,ofa #46&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-274&quot; title=&quot;Client delayed file status (cache meta-data) causing job failures&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-274&quot;&gt;&lt;del&gt;LU-274&lt;/del&gt;&lt;/a&gt; Update LVB from disk when glimpse callback return error&lt;/p&gt;

&lt;p&gt;Johann Lombardi : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/b1_8&amp;amp;a=commit&amp;amp;h=8cf8ac002a32b872677b8d9064e35f8eda436a28&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;8cf8ac002a32b872677b8d9064e35f8eda436a28&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/obdfilter/filter.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="14008" author="hudson" created="Mon, 9 May 2011 08:09:38 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://newbuild.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://newbuild.whamcloud.com/job/lustre-b1_8/./arch=i686,build_type=server,distro=el5,ib_stack=inkernel/46/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-b1_8 &#187; i686,server,el5,inkernel #46&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-274&quot; title=&quot;Client delayed file status (cache meta-data) causing job failures&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-274&quot;&gt;&lt;del&gt;LU-274&lt;/del&gt;&lt;/a&gt; Update LVB from disk when glimpse callback return error&lt;/p&gt;

&lt;p&gt;Johann Lombardi : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/b1_8&amp;amp;a=commit&amp;amp;h=8cf8ac002a32b872677b8d9064e35f8eda436a28&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;8cf8ac002a32b872677b8d9064e35f8eda436a28&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/obdfilter/filter.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="14009" author="hudson" created="Mon, 9 May 2011 08:10:43 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://newbuild.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://newbuild.whamcloud.com/job/lustre-b1_8/./arch=x86_64,build_type=client,distro=el5,ib_stack=inkernel/46/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-b1_8 &#187; x86_64,client,el5,inkernel #46&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-274&quot; title=&quot;Client delayed file status (cache meta-data) causing job failures&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-274&quot;&gt;&lt;del&gt;LU-274&lt;/del&gt;&lt;/a&gt; Update LVB from disk when glimpse callback return error&lt;/p&gt;

&lt;p&gt;Johann Lombardi : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/b1_8&amp;amp;a=commit&amp;amp;h=8cf8ac002a32b872677b8d9064e35f8eda436a28&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;8cf8ac002a32b872677b8d9064e35f8eda436a28&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/obdfilter/filter.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="14012" author="hudson" created="Mon, 9 May 2011 08:27:34 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://newbuild.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://newbuild.whamcloud.com/job/lustre-b1_8/./arch=x86_64,build_type=server,distro=el5,ib_stack=inkernel/46/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-b1_8 &#187; x86_64,server,el5,inkernel #46&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-274&quot; title=&quot;Client delayed file status (cache meta-data) causing job failures&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-274&quot;&gt;&lt;del&gt;LU-274&lt;/del&gt;&lt;/a&gt; Update LVB from disk when glimpse callback return error&lt;/p&gt;

&lt;p&gt;Johann Lombardi : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/b1_8&amp;amp;a=commit&amp;amp;h=8cf8ac002a32b872677b8d9064e35f8eda436a28&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;8cf8ac002a32b872677b8d9064e35f8eda436a28&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/obdfilter/filter.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="14013" author="hudson" created="Mon, 9 May 2011 08:28:41 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://newbuild.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://newbuild.whamcloud.com/job/lustre-b1_8/./arch=i686,build_type=server,distro=el5,ib_stack=ofa/46/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-b1_8 &#187; i686,server,el5,ofa #46&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-274&quot; title=&quot;Client delayed file status (cache meta-data) causing job failures&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-274&quot;&gt;&lt;del&gt;LU-274&lt;/del&gt;&lt;/a&gt; Update LVB from disk when glimpse callback return error&lt;/p&gt;

&lt;p&gt;Johann Lombardi : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/b1_8&amp;amp;a=commit&amp;amp;h=8cf8ac002a32b872677b8d9064e35f8eda436a28&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;8cf8ac002a32b872677b8d9064e35f8eda436a28&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/obdfilter/filter.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="14173" author="cap_" created="Wed, 11 May 2011 11:26:01 +0000"  >&lt;p&gt;I&apos;ve updated bz#24458 with a new reproducer (a lot simpler only two clients and a few seconds) and &quot;lctl dk&quot; logs.&lt;/p&gt;</comment>
                            <comment id="14174" author="johann" created="Wed, 11 May 2011 12:03:39 +0000"  >&lt;p&gt;Peter, could you please check that your test case fails to reproduce the problem with the patch we just landed?&lt;/p&gt;</comment>
                            <comment id="14238" author="cap_" created="Thu, 12 May 2011 06:15:49 +0000"  >&lt;p&gt;We&apos;re working on that but changing server side stuff is a bit more time consuming (ie. can&apos;t be done on production system).&lt;/p&gt;</comment>
                            <comment id="14244" author="cap_" created="Thu, 12 May 2011 09:13:08 +0000"  >&lt;p&gt;Johann: We&apos;ve now built and tested 1.8 from git&lt;img class=&quot;emoticon&quot; src=&quot;https://jira.whamcloud.com/images/icons/emoticons/star_yellow.png&quot; height=&quot;16&quot; width=&quot;16&quot; align=&quot;absmiddle&quot; alt=&quot;&quot; border=&quot;0&quot;/&gt; on the servers (using 2.6.18-238.9.1.el5 kernel). We are not able to reproduce the problem anymore. This is on our test file system still but it has survived around 100 times the previous mean time between failure.&lt;/p&gt;

&lt;p&gt;The next question is how should we deploy this fix... Try to apply the &quot;&lt;a href=&quot;https://jira.whamcloud.com/browse/LU-274&quot; title=&quot;Client delayed file status (cache meta-data) causing job failures&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-274&quot;&gt;&lt;del&gt;LU-274&lt;/del&gt;&lt;/a&gt; Update LVB from disk when glimpse callback return error&quot;-patch on 1.8.5-release or run a git-snapshot in production.&lt;/p&gt;

&lt;p&gt;&lt;img class=&quot;emoticon&quot; src=&quot;https://jira.whamcloud.com/images/icons/emoticons/star_yellow.png&quot; height=&quot;16&quot; width=&quot;16&quot; align=&quot;absmiddle&quot; alt=&quot;&quot; border=&quot;0&quot;/&gt; commit 2ecce620a67478365c2d0c57ca580c32914c09fe&lt;br/&gt;
    &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-231&quot; title=&quot;sanity test_170: FAIL: expected 248 bad lines, but got 249&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-231&quot;&gt;&lt;del&gt;LU-231&lt;/del&gt;&lt;/a&gt; sanity_test_170: FAIL: expected 248 bad lines, but got 249&lt;/p&gt;</comment>
                            <comment id="14248" author="johann" created="Thu, 12 May 2011 10:21:48 +0000"  >&lt;p&gt;Hi Peter. I would recommend that you run with your patched 1.8.5 until there is a 1.8.x release containing this fix.&lt;/p&gt;</comment>
                            <comment id="14315" author="cap_" created="Fri, 13 May 2011 01:26:53 +0000"  >&lt;p&gt;Johann: we don&apos;t have a patched 1.8.5 (unless you&apos;re referring to git b1_8 2ecce620a67478365c2d0c57ca580c32914c09fe). Except for that build we&apos;re considering backporting &quot;LVB from disk when glimpse callback return error&quot; onto either 1.8.5-release or 1.8.5.55-wc.&lt;/p&gt;</comment>
                            <comment id="14325" author="johann" created="Fri, 13 May 2011 09:23:18 +0000"  >&lt;p&gt;Since our b1_8 branch has not gone through a full test cycle yet, i think it is more reasonable to patch 1.8.5 for now.&lt;/p&gt;</comment>
                            <comment id="15035" author="hudson" created="Wed, 25 May 2011 10:13:22 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://newbuild.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://newbuild.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=client,distro=el5,ib_stack=inkernel/136/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,el5,inkernel #136&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-274&quot; title=&quot;Client delayed file status (cache meta-data) causing job failures&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-274&quot;&gt;&lt;del&gt;LU-274&lt;/del&gt;&lt;/a&gt; Update LVB from disk when glimpse callback return error&lt;/p&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=0533e7bcd47e31257f09ac630e75c86462747361&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;0533e7bcd47e31257f09ac630e75c86462747361&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/ldlm/ldlm_lockd.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="15036" author="hudson" created="Wed, 25 May 2011 10:14:56 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://newbuild.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://newbuild.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=client,distro=el6,ib_stack=inkernel/136/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,el6,inkernel #136&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-274&quot; title=&quot;Client delayed file status (cache meta-data) causing job failures&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-274&quot;&gt;&lt;del&gt;LU-274&lt;/del&gt;&lt;/a&gt; Update LVB from disk when glimpse callback return error&lt;/p&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=0533e7bcd47e31257f09ac630e75c86462747361&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;0533e7bcd47e31257f09ac630e75c86462747361&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/ldlm/ldlm_lockd.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="15037" author="hudson" created="Wed, 25 May 2011 10:15:14 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://newbuild.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://newbuild.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=client,distro=sles11,ib_stack=inkernel/136/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,sles11,inkernel #136&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-274&quot; title=&quot;Client delayed file status (cache meta-data) causing job failures&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-274&quot;&gt;&lt;del&gt;LU-274&lt;/del&gt;&lt;/a&gt; Update LVB from disk when glimpse callback return error&lt;/p&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=0533e7bcd47e31257f09ac630e75c86462747361&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;0533e7bcd47e31257f09ac630e75c86462747361&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/ldlm/ldlm_lockd.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="15038" author="hudson" created="Wed, 25 May 2011 10:16:35 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://newbuild.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://newbuild.whamcloud.com/job/lustre-master/./arch=i686,build_type=client,distro=el5,ib_stack=inkernel/136/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,client,el5,inkernel #136&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-274&quot; title=&quot;Client delayed file status (cache meta-data) causing job failures&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-274&quot;&gt;&lt;del&gt;LU-274&lt;/del&gt;&lt;/a&gt; Update LVB from disk when glimpse callback return error&lt;/p&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=0533e7bcd47e31257f09ac630e75c86462747361&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;0533e7bcd47e31257f09ac630e75c86462747361&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/ldlm/ldlm_lockd.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="15039" author="hudson" created="Wed, 25 May 2011 10:17:05 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://newbuild.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://newbuild.whamcloud.com/job/lustre-master/./arch=i686,build_type=client,distro=el6,ib_stack=inkernel/136/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,client,el6,inkernel #136&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-274&quot; title=&quot;Client delayed file status (cache meta-data) causing job failures&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-274&quot;&gt;&lt;del&gt;LU-274&lt;/del&gt;&lt;/a&gt; Update LVB from disk when glimpse callback return error&lt;/p&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=0533e7bcd47e31257f09ac630e75c86462747361&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;0533e7bcd47e31257f09ac630e75c86462747361&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/ldlm/ldlm_lockd.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="15040" author="hudson" created="Wed, 25 May 2011 10:17:27 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://newbuild.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://newbuild.whamcloud.com/job/lustre-master/./arch=i686,build_type=client,distro=el5,ib_stack=ofa/136/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,client,el5,ofa #136&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-274&quot; title=&quot;Client delayed file status (cache meta-data) causing job failures&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-274&quot;&gt;&lt;del&gt;LU-274&lt;/del&gt;&lt;/a&gt; Update LVB from disk when glimpse callback return error&lt;/p&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=0533e7bcd47e31257f09ac630e75c86462747361&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;0533e7bcd47e31257f09ac630e75c86462747361&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/ldlm/ldlm_lockd.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="15041" author="hudson" created="Wed, 25 May 2011 10:17:57 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://newbuild.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://newbuild.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=client,distro=ubuntu1004,ib_stack=inkernel/136/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,ubuntu1004,inkernel #136&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-274&quot; title=&quot;Client delayed file status (cache meta-data) causing job failures&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-274&quot;&gt;&lt;del&gt;LU-274&lt;/del&gt;&lt;/a&gt; Update LVB from disk when glimpse callback return error&lt;/p&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=0533e7bcd47e31257f09ac630e75c86462747361&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;0533e7bcd47e31257f09ac630e75c86462747361&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/ldlm/ldlm_lockd.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="15042" author="hudson" created="Wed, 25 May 2011 10:26:32 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://newbuild.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://newbuild.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=client,distro=el5,ib_stack=ofa/136/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,el5,ofa #136&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-274&quot; title=&quot;Client delayed file status (cache meta-data) causing job failures&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-274&quot;&gt;&lt;del&gt;LU-274&lt;/del&gt;&lt;/a&gt; Update LVB from disk when glimpse callback return error&lt;/p&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=0533e7bcd47e31257f09ac630e75c86462747361&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;0533e7bcd47e31257f09ac630e75c86462747361&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/ldlm/ldlm_lockd.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="15043" author="hudson" created="Wed, 25 May 2011 10:33:55 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://newbuild.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://newbuild.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=server,distro=el6,ib_stack=inkernel/136/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,server,el6,inkernel #136&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-274&quot; title=&quot;Client delayed file status (cache meta-data) causing job failures&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-274&quot;&gt;&lt;del&gt;LU-274&lt;/del&gt;&lt;/a&gt; Update LVB from disk when glimpse callback return error&lt;/p&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=0533e7bcd47e31257f09ac630e75c86462747361&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;0533e7bcd47e31257f09ac630e75c86462747361&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/ldlm/ldlm_lockd.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="15044" author="hudson" created="Wed, 25 May 2011 10:35:52 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://newbuild.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://newbuild.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=client,distro=ubuntu1004,ib_stack=ofa/136/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,ubuntu1004,ofa #136&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-274&quot; title=&quot;Client delayed file status (cache meta-data) causing job failures&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-274&quot;&gt;&lt;del&gt;LU-274&lt;/del&gt;&lt;/a&gt; Update LVB from disk when glimpse callback return error&lt;/p&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=0533e7bcd47e31257f09ac630e75c86462747361&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;0533e7bcd47e31257f09ac630e75c86462747361&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/ldlm/ldlm_lockd.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="15045" author="hudson" created="Wed, 25 May 2011 10:38:01 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://newbuild.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://newbuild.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=server,distro=el5,ib_stack=inkernel/136/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,server,el5,inkernel #136&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-274&quot; title=&quot;Client delayed file status (cache meta-data) causing job failures&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-274&quot;&gt;&lt;del&gt;LU-274&lt;/del&gt;&lt;/a&gt; Update LVB from disk when glimpse callback return error&lt;/p&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=0533e7bcd47e31257f09ac630e75c86462747361&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;0533e7bcd47e31257f09ac630e75c86462747361&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/ldlm/ldlm_lockd.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="15046" author="hudson" created="Wed, 25 May 2011 10:38:04 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://newbuild.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://newbuild.whamcloud.com/job/lustre-master/./arch=i686,build_type=server,distro=el5,ib_stack=inkernel/136/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,server,el5,inkernel #136&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-274&quot; title=&quot;Client delayed file status (cache meta-data) causing job failures&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-274&quot;&gt;&lt;del&gt;LU-274&lt;/del&gt;&lt;/a&gt; Update LVB from disk when glimpse callback return error&lt;/p&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=0533e7bcd47e31257f09ac630e75c86462747361&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;0533e7bcd47e31257f09ac630e75c86462747361&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/ldlm/ldlm_lockd.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="15047" author="hudson" created="Wed, 25 May 2011 10:39:02 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://newbuild.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://newbuild.whamcloud.com/job/lustre-master/./arch=i686,build_type=server,distro=el5,ib_stack=ofa/136/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,server,el5,ofa #136&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-274&quot; title=&quot;Client delayed file status (cache meta-data) causing job failures&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-274&quot;&gt;&lt;del&gt;LU-274&lt;/del&gt;&lt;/a&gt; Update LVB from disk when glimpse callback return error&lt;/p&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=0533e7bcd47e31257f09ac630e75c86462747361&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;0533e7bcd47e31257f09ac630e75c86462747361&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/ldlm/ldlm_lockd.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="15048" author="hudson" created="Wed, 25 May 2011 10:42:05 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://newbuild.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://newbuild.whamcloud.com/job/lustre-master/./arch=i686,build_type=server,distro=el6,ib_stack=inkernel/136/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,server,el6,inkernel #136&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-274&quot; title=&quot;Client delayed file status (cache meta-data) causing job failures&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-274&quot;&gt;&lt;del&gt;LU-274&lt;/del&gt;&lt;/a&gt; Update LVB from disk when glimpse callback return error&lt;/p&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=0533e7bcd47e31257f09ac630e75c86462747361&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;0533e7bcd47e31257f09ac630e75c86462747361&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/ldlm/ldlm_lockd.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="15049" author="hudson" created="Wed, 25 May 2011 10:43:52 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://newbuild.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://newbuild.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=server,distro=el5,ib_stack=ofa/136/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,server,el5,ofa #136&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-274&quot; title=&quot;Client delayed file status (cache meta-data) causing job failures&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-274&quot;&gt;&lt;del&gt;LU-274&lt;/del&gt;&lt;/a&gt; Update LVB from disk when glimpse callback return error&lt;/p&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=0533e7bcd47e31257f09ac630e75c86462747361&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;0533e7bcd47e31257f09ac630e75c86462747361&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/ldlm/ldlm_lockd.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="15216" author="niu" created="Mon, 30 May 2011 00:06:03 +0000"  >&lt;p&gt;Landed in b1_8 and master.&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10010">
                    <name>Duplicate</name>
                                                                <inwardlinks description="is duplicated by">
                                        <issuelink>
            <issuekey id="16707">LU-2347</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                    </issuelinks>
                <attachments>
                            <attachment id="10200" name="mppnccombine.c" size="40685" author="woods" created="Thu, 5 May 2011 07:37:17 +0000"/>
                            <attachment id="10195" name="tar_fail.tar" size="7567360" author="woods" created="Wed, 4 May 2011 07:06:10 +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|hzv96f:</customfieldvalue>

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