<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 01:13:45 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-1128] Complete investigation of the LDLM pool shrinker and SLV handling</title>
                <link>https://jira.whamcloud.com/browse/LU-1128</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;We have an OSS where two OST threads are using significant CPU time, and I suspect not making real progress:&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;29703 root      20   0     0    0    0 R 40.7  0.0 309:55.91 ll_ost_io_375
14028 root      20   0     0    0    0 R 39.7  0.0 311:25.93 ll_ost_io_75
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;When I can catch them between active cycles on the CPU, they show the following backtraces from &quot;crash&quot;:&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;crash&amp;gt; foreach 14028 29703 bt
PID: 14028  TASK: ffff88041345ab00  CPU: 7   COMMAND: &quot;ll_ost_io_75&quot;
 #0 [ffff88041270f390] schedule at ffffffff814ee380
 #1 [ffff88041270f458] schedule_timeout at ffffffff814ef235
 #2 [ffff88041270f508] __down at ffffffff814f0152
 #3 [ffff88041270f558] down at ffffffff810968b1
 #4 [ffff88041270f588] ldlm_pools_shrink at ffffffffa05c9fd8 [ptlrpc]
 #5 [ffff88041270f5d8] ldlm_pools_srv_shrink at ffffffffa05ca213 [ptlrpc]
 #6 [ffff88041270f5e8] shrink_slab at ffffffff81129cba
 #7 [ffff88041270f648] zone_reclaim at ffffffff8112c364
 #8 [ffff88041270f728] get_page_from_freelist at ffffffff81122934
 #9 [ffff88041270f848] __alloc_pages_nodemask at ffffffff81123bb1
#10 [ffff88041270f968] kmem_getpages at ffffffff8115e0d2
#11 [ffff88041270f998] cache_grow at ffffffff8115e73f
#12 [ffff88041270fa08] cache_alloc_refill at ffffffff8115e992
#13 [ffff88041270fa78] __kmalloc at ffffffff8115f6b9
#14 [ffff88041270fac8] cfs_alloc at ffffffffa032a863 [libcfs]
#15 [ffff88041270faf8] ptlrpc_prep_bulk_exp at ffffffffa05d286d [ptlrpc]
#16 [ffff88041270fb58] ost_brw_write at ffffffffa0a459c1 [ost]
#17 [ffff88041270fcc8] ost_handle at ffffffffa0a49a19 [ost]
#18 [ffff88041270fdf8] ptlrpc_main at ffffffffa05eb181 [ptlrpc]
#19 [ffff88041270ff48] kernel_thread at ffffffff8100c14a

PID: 29703  TASK: ffff88030b1be100  CPU: 5   COMMAND: &quot;ll_ost_io_375&quot;
 #0 [ffff8802e04771f0] schedule at ffffffff814ee380
 #1 [ffff8802e04772b8] schedule_timeout at ffffffff814ef235
 #2 [ffff8802e0477368] __down at ffffffff814f0152
 #3 [ffff8802e04773b8] down at ffffffff810968b1
 #4 [ffff8802e04773e8] ldlm_pools_shrink at ffffffffa05c9fd8 [ptlrpc]
 #5 [ffff8802e0477438] ldlm_pools_srv_shrink at ffffffffa05ca213 [ptlrpc]
 #6 [ffff8802e0477448] shrink_slab at ffffffff81129cba
 #7 [ffff8802e04774a8] zone_reclaim at ffffffff8112c364
 #8 [ffff8802e0477588] get_page_from_freelist at ffffffff81122934
 #9 [ffff8802e04776a8] __alloc_pages_nodemask at ffffffff81123bb1
#10 [ffff8802e04777c8] kmem_getpages at ffffffff8115e0d2
#11 [ffff8802e04777f8] cache_grow at ffffffff8115e73f
#12 [ffff8802e0477868] cache_alloc_refill at ffffffff8115e992
#13 [ffff8802e04778d8] __kmalloc at ffffffff8115f6b9
#14 [ffff8802e0477928] cfs_alloc at ffffffffa032a863 [libcfs]
#15 [ffff8802e0477958] filter_alloc_iobuf at ffffffffa0aa799e [obdfilter]
#16 [ffff8802e04779a8] filter_iobuf_get at ffffffffa0a89c0e [obdfilter]
#17 [ffff8802e04779c8] filter_preprw_read at ffffffffa0a9ff7e [obdfilter]
#18 [ffff8802e0477af8] filter_preprw at ffffffffa0aa09b0 [obdfilter]
#19 [ffff8802e0477b38] obd_preprw at ffffffffa0a3e33e [ost]
#20 [ffff8802e0477ba8] ost_brw_read at ffffffffa0a44315 [ost]
#21 [ffff8802e0477cc8] ost_handle at ffffffffa0a48d27 [ost]
#22 [ffff8802e0477df8] ptlrpc_main at ffffffffa05eb181 [ptlrpc]
#23 [ffff8802e0477f48] kernel_thread at ffffffff8100c14a
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;So it appears that they are failing to make progress in the shrinker code.&lt;/p&gt;

&lt;p&gt;The immediate symptom that users see is a client that is unable to reconnect to an OST on this OSS:&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;Lustre: 15630:0:(ldlm_lib.c:852:target_handle_connect()) lsd-OST01bb: refuse reconnection from 59381921-e835-2c32-ab83-d3f9e3fbad7f@192.168.120.181@o2ib3 to 0xffff88040d93ec00/1
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;(As an aside, we really need to improve these console messages.  Brian had a set of patches that greatly improved them attached to bugzilla bug 16909 and that LLNL carried for quite a while.  But Sun/Oracle never landed them.  I&apos;ll work on porting them forward and get them into gerrit when I have a chance).&lt;/p&gt;

&lt;p&gt;That message means that one RPC is outstanding for that export, and the client will not be allowed to reconnect until it is removed.  We can see the refused connections for hours, and I suspect that it will never fix itself without intervention.  My assumption is that one of the  runaway ll_ost_io threads is to blame for the outstanding RPC.&lt;/p&gt;

&lt;p&gt;Memory is not really too tight on the node at this time.&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; cat /proc/meminfo 
MemTotal:       16202948 kB
MemFree:         2805328 kB
Buffers:         7522692 kB
Cached:          1631292 kB
SwapCached:            0 kB
Active:          6426516 kB
Inactive:        2743512 kB
Active(anon):      58184 kB
Inactive(anon):   331836 kB
Active(file):    6368332 kB
Inactive(file):  2411676 kB
Unevictable:       31840 kB
Mlocked:           31840 kB
SwapTotal:             0 kB
SwapFree:              0 kB
Dirty:              7844 kB
Writeback:           344 kB
AnonPages:         48572 kB
Mapped:            12160 kB
Shmem:            367384 kB
Slab:            3405396 kB
SReclaimable:     965160 kB
SUnreclaim:      2440236 kB
KernelStack:       13216 kB
PageTables:         4556 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:     8101472 kB
Committed_AS:     584152 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      360960 kB
VmallocChunk:   34350502472 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        9856 kB
DirectMap2M:     2086912 kB
DirectMap1G:    14680064 kB
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</description>
                <environment>lustre 2.1.0-21chaos (github.com/chaos/lustre)</environment>
        <key id="13265">LU-1128</key>
            <summary>Complete investigation of the LDLM pool shrinker and SLV handling</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="morrone">Christopher Morrone</reporter>
                        <labels>
                            <label>llnl</label>
                    </labels>
                <created>Wed, 22 Feb 2012 18:41:48 +0000</created>
                <updated>Thu, 8 Oct 2015 08:09:40 +0000</updated>
                            <resolved>Thu, 8 Oct 2015 08:08:46 +0000</resolved>
                                    <version>Lustre 2.1.0</version>
                                    <fixVersion>Lustre 2.2.0</fixVersion>
                    <fixVersion>Lustre 2.1.2</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>9</watches>
                                                                            <comments>
                            <comment id="29585" author="pjones" created="Wed, 22 Feb 2012 19:43:22 +0000"  >&lt;p&gt;Niu&lt;/p&gt;

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

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

&lt;p&gt;Peter&lt;/p&gt;</comment>
                            <comment id="29604" author="morrone" created="Wed, 22 Feb 2012 20:54:48 +0000"  >&lt;p&gt;With dlmtrace, it is clear that the two processes are attempting the same shrink over and over again:&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;0010000:00010000:3.0:1329957745.624184:0:14028:0:(ldlm_pool.c:1091:ldlm_pools_shrink()) Request to shrink 0 server locks from all pools
00010000:00010000:3.0:1329957745.624297:0:14028:0:(ldlm_pool.c:1091:ldlm_pools_shrink()) Request to shrink 128 server locks from all pools
00010000:00010000:3.0:1329957745.624425:0:14028:0:(ldlm_pool.c:641:ldlm_pool_shrink()) ldlm-pool-filter-lsd-OST01c7_UUID-8: request to shrink 9 locks, shrunk 0
00010000:00010000:3.0:1329957745.624434:0:14028:0:(ldlm_pool.c:641:ldlm_pool_shrink()) ldlm-pool-filter-lsd-OST01bf_UUID-6: request to shrink 9 locks, shrunk 0
00010000:00010000:3.0:1329957745.624442:0:14028:0:(ldlm_pool.c:641:ldlm_pool_shrink()) ldlm-pool-filter-lsd-OST01b7_UUID-4: request to shrink 9 locks, shrunk 0
00010000:00010000:3.0:1329957745.624451:0:14028:0:(ldlm_pool.c:641:ldlm_pool_shrink()) ldlm-pool-filter-lsd-OST01af_UUID-2: request to shrink 9 locks, shrunk 0
00010000:00010000:3.0:1329957745.624460:0:14028:0:(ldlm_pool.c:641:ldlm_pool_shrink()) ldlm-pool-filter-lsd-OST01a7_UUID-0: request to shrink 9 locks, shrunk 0
00010000:00010000:3.0:1329957745.624467:0:14028:0:(ldlm_pool.c:641:ldlm_pool_shrink()) ldlm-pool-filter-lsd-OST01db_UUID-13: request to shrink 9 locks, shrunk 0
00010000:00010000:3.0:1329957745.624475:0:14028:0:(ldlm_pool.c:641:ldlm_pool_shrink()) ldlm-pool-filter-lsd-OST01d3_UUID-11: request to shrink 10 locks, shrunk 0
00010000:00010000:3.0:1329957745.624483:0:14028:0:(ldlm_pool.c:641:ldlm_pool_shrink()) ldlm-pool-filter-lsd-OST01cb_UUID-9: request to shrink 9 locks, shrunk 0
00010000:00010000:3.0:1329957745.624491:0:14028:0:(ldlm_pool.c:641:ldlm_pool_shrink()) ldlm-pool-filter-lsd-OST01c3_UUID-7: request to shrink 9 locks, shrunk 0
00010000:00010000:3.0:1329957745.624499:0:14028:0:(ldlm_pool.c:641:ldlm_pool_shrink()) ldlm-pool-filter-lsd-OST01bb_UUID-5: request to shrink 9 locks, shrunk 0
00010000:00010000:3.0:1329957745.624507:0:14028:0:(ldlm_pool.c:641:ldlm_pool_shrink()) ldlm-pool-filter-lsd-OST01b3_UUID-3: request to shrink 9 locks, shrunk 0
00010000:00010000:3.0:1329957745.624515:0:14028:0:(ldlm_pool.c:641:ldlm_pool_shrink()) ldlm-pool-filter-lsd-OST01ab_UUID-1: request to shrink 9 locks, shrunk 0
00010000:00010000:3.0:1329957745.624523:0:14028:0:(ldlm_pool.c:641:ldlm_pool_shrink()) ldlm-pool-filter-lsd-OST01df_UUID-14: request to shrink 9 locks, shrunk 0
00010000:00010000:3.0:1329957745.624531:0:14028:0:(ldlm_pool.c:641:ldlm_pool_shrink()) ldlm-pool-filter-lsd-OST01d7_UUID-12: request to shrink 9 locks, shrunk 0
00010000:00010000:3.0:1329957745.624539:0:14028:0:(ldlm_pool.c:641:ldlm_pool_shrink()) ldlm-pool-filter-lsd-OST01cf_UUID-10: request to shrink 9 locks, shrunk 0
00010000:00010000:3.0:1329957745.624540:0:14028:0:(ldlm_pool.c:1091:ldlm_pools_shrink()) Request to shrink 0 server locks from all pools
00010000:00010000:3.0:1329957745.624663:0:14028:0:(ldlm_pool.c:1091:ldlm_pools_shrink()) Request to shrink 128 server locks from all pools
00010000:00010000:3.0:1329957745.624739:0:14028:0:(ldlm_pool.c:641:ldlm_pool_shrink()) ldlm-pool-filter-lsd-OST01db_UUID-13: request to shrink 9 locks, shrunk 0
00010000:00010000:3.0:1329957745.624740:0:14028:0:(ldlm_pool.c:641:ldlm_pool_shrink()) ldlm-pool-filter-lsd-OST01d7_UUID-12: request to shrink 9 locks, shrunk 0
00010000:00010000:3.0:1329957745.624741:0:14028:0:(ldlm_pool.c:641:ldlm_pool_shrink()) ldlm-pool-filter-lsd-OST01d3_UUID-11: request to shrink 10 locks, shrunk 0
00010000:00010000:3.0:1329957745.624743:0:14028:0:(ldlm_pool.c:641:ldlm_pool_shrink()) ldlm-pool-filter-lsd-OST01cf_UUID-10: request to shrink 9 locks, shrunk 0
00010000:00010000:3.0:1329957745.624746:0:14028:0:(ldlm_pool.c:641:ldlm_pool_shrink()) ldlm-pool-filter-lsd-OST01b7_UUID-4: request to shrink 9 locks, shrunk 0
00010000:00010000:3.0:1329957745.624755:0:14028:0:(ldlm_pool.c:641:ldlm_pool_shrink()) ldlm-pool-filter-lsd-OST01af_UUID-2: request to shrink 9 locks, shrunk 0
00010000:00010000:3.0:1329957745.624762:0:14028:0:(ldlm_pool.c:641:ldlm_pool_shrink()) ldlm-pool-filter-lsd-OST01a7_UUID-0: request to shrink 9 locks, shrunk 0
00010000:00010000:3.0:1329957745.624770:0:14028:0:(ldlm_pool.c:641:ldlm_pool_shrink()) ldlm-pool-filter-lsd-OST01db_UUID-13: request to shrink 9 locks, shrunk 0
00010000:00010000:3.0:1329957745.624778:0:14028:0:(ldlm_pool.c:641:ldlm_pool_shrink()) ldlm-pool-filter-lsd-OST01d3_UUID-11: request to shrink 10 locks, shrunk 0
00010000:00010000:3.0:1329957745.624786:0:14028:0:(ldlm_pool.c:641:ldlm_pool_shrink()) ldlm-pool-filter-lsd-OST01cb_UUID-9: request to shrink 9 locks, shrunk 0
00010000:00010000:3.0:1329957745.624794:0:14028:0:(ldlm_pool.c:641:ldlm_pool_shrink()) ldlm-pool-filter-lsd-OST01c3_UUID-7: request to shrink 9 locks, shrunk 0
00010000:00010000:3.0:1329957745.624807:0:14028:0:(ldlm_pool.c:641:ldlm_pool_shrink()) ldlm-pool-filter-lsd-OST01bb_UUID-5: request to shrink 9 locks, shrunk 0
00010000:00010000:3.0:1329957745.624815:0:14028:0:(ldlm_pool.c:641:ldlm_pool_shrink()) ldlm-pool-filter-lsd-OST01b3_UUID-3: request to shrink 9 locks, shrunk 0
00010000:00010000:3.0:1329957745.624823:0:14028:0:(ldlm_pool.c:641:ldlm_pool_shrink()) ldlm-pool-filter-lsd-OST01ab_UUID-1: request to shrink 9 locks, shrunk 0
00010000:00010000:3.0:1329957745.624831:0:14028:0:(ldlm_pool.c:641:ldlm_pool_shrink()) ldlm-pool-filter-lsd-OST01df_UUID-14: request to shrink 9 locks, shrunk 0
00010000:00010000:3.0:1329957745.624832:0:14028:0:(ldlm_pool.c:1091:ldlm_pools_shrink()) Request to shrink 0 server locks from all pools
00010000:00010000:3.0:1329957745.624925:0:14028:0:(ldlm_pool.c:1091:ldlm_pools_shrink()) Request to shrink 128 server locks from all pools
00010000:00010000:3.0:1329957745.625013:0:14028:0:(ldlm_pool.c:641:ldlm_pool_shrink()) ldlm-pool-filter-lsd-OST01ab_UUID-1: request to shrink 9 locks, shrunk 0
00010000:00010000:3.0:1329957745.625022:0:14028:0:(ldlm_pool.c:641:ldlm_pool_shrink()) ldlm-pool-filter-lsd-OST01df_UUID-14: request to shrink 9 locks, shrunk 0
00010000:00010000:3.0:1329957745.625031:0:14028:0:(ldlm_pool.c:641:ldlm_pool_shrink()) ldlm-pool-filter-lsd-OST01d7_UUID-12: request to shrink 9 locks, shrunk 0
00010000:00010000:3.0:1329957745.625039:0:14028:0:(ldlm_pool.c:641:ldlm_pool_shrink()) ldlm-pool-filter-lsd-OST01cf_UUID-10: request to shrink 9 locks, shrunk 0
00010000:00010000:3.0:1329957745.625047:0:14028:0:(ldlm_pool.c:641:ldlm_pool_shrink()) ldlm-pool-filter-lsd-OST01c7_UUID-8: request to shrink 9 locks, shrunk 0
00010000:00010000:3.0:1329957745.625055:0:14028:0:(ldlm_pool.c:641:ldlm_pool_shrink()) ldlm-pool-filter-lsd-OST01bf_UUID-6: request to shrink 9 locks, shrunk 0
00010000:00010000:3.0:1329957745.625062:0:14028:0:(ldlm_pool.c:641:ldlm_pool_shrink()) ldlm-pool-filter-lsd-OST01b7_UUID-4: request to shrink 9 locks, shrunk 0
00010000:00010000:3.0:1329957745.625070:0:14028:0:(ldlm_pool.c:641:ldlm_pool_shrink()) ldlm-pool-filter-lsd-OST01af_UUID-2: request to shrink 9 locks, shrunk 0
00010000:00010000:3.0:1329957745.625078:0:14028:0:(ldlm_pool.c:641:ldlm_pool_shrink()) ldlm-pool-filter-lsd-OST01a7_UUID-0: request to shrink 9 locks, shrunk 0
00010000:00010000:3.0:1329957745.625086:0:14028:0:(ldlm_pool.c:641:ldlm_pool_shrink()) ldlm-pool-filter-lsd-OST01db_UUID-13: request to shrink 9 locks, shrunk 0
00010000:00010000:3.0:1329957745.625095:0:14028:0:(ldlm_pool.c:641:ldlm_pool_shrink()) ldlm-pool-filter-lsd-OST01d3_UUID-11: request to shrink 10 locks, shrunk 0
00010000:00010000:3.0:1329957745.625103:0:14028:0:(ldlm_pool.c:641:ldlm_pool_shrink()) ldlm-pool-filter-lsd-OST01cb_UUID-9: request to shrink 9 locks, shrunk 0
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</comment>
                            <comment id="29607" author="adilger" created="Wed, 22 Feb 2012 22:10:58 +0000"  >&lt;p&gt;How many locks are on this OSS?&lt;/p&gt;

&lt;p&gt;$ lctl get_param ldlm.namespaces.*.lock_count&lt;/p&gt;

&lt;p&gt;It looks like there are only a handful of locks that could be shrunk (9 or 10 in this log), but they are all busy.  It seems like it is MM cache pressure that is continually calling this shrinker, about 3000 times per second based on the timestamps shown.&lt;/p&gt;

&lt;p&gt;I wonder if there is some kind of logic mismatch between the various &quot;shrinker&quot; APIs in different kernels and the return value from our current shrinker?  It could cause an overflow or underflow and result in this thread being stuck in a nearly endless loop.&lt;/p&gt;</comment>
                            <comment id="29613" author="niu" created="Wed, 22 Feb 2012 23:59:02 +0000"  >&lt;p&gt;Yes, it could be nice if we can get the total granted locks.&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;It looks like there are only a handful of locks that could be shrunk (9 or 10 in this log)&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;seems we can&apos;t get this conclusion from the log, since kernel always try to shrink SHRINK_BATCH (128) slab items each time, and our shrinker function will distribute this number to each OST by: cancel_for_this_ost = 1 + locks_on_this_ost * 128 / total_locks.&lt;/p&gt;

&lt;p&gt;I&apos;m afraid there are lots of granted locks, that&apos;s why kernel called shrinker many times (kernel get totoal locks first, then call shrinker to shrink 128 each time, until the number less than 128).&lt;/p&gt;

&lt;p&gt;The stack trace shows the shrinker is called from zone_claim():&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;while&lt;/span&gt; (shrink_slab(sc.nr_scanned, gfp_mask, order) &amp;amp;&amp;amp;
                        zone_page_state(zone, NR_SLAB) &amp;gt; limit)
                        ;
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;Which means if any slab object is shrunk, the shrinker could probably be called repeatedly. So, looks kernel really relies on shrinker returning the exact shrunk count, however, look at the ldlm_pools_shrink(), the return value seems unpredictable because it just account total remain locks from &apos;nr&apos; OSTs, but not necessarily from each OST. (imagine that there are multiple threads are changing the namespace list, shrinker callers or ldlm poool recalc thread)&lt;/p&gt;

&lt;p&gt;I&apos;m wondering our shrinker should just return -1 to kernel, since our ldlm srv pool shrinker just changes SLR, but never reclaim anything directly.&lt;/p&gt;

&lt;p&gt;Another problem is the congestion on ldlm_namespace_lock, which could make things worse.&lt;/p&gt;</comment>
                            <comment id="29669" author="morrone" created="Thu, 23 Feb 2012 13:20:17 +0000"  >&lt;p&gt;There were 176207 total, more or less evenly distributed among 15 namespaces.   Here are the specific numbers when I retrieved them yesterday:&lt;/p&gt;

&lt;p&gt;  11502, 11748, 11411, 11384, 11239, 11745, 12448, 11489, 12016, 11864, 11378, 12215, 12003, 12018, 11747&lt;/p&gt;
</comment>
                            <comment id="29749" author="morrone" created="Thu, 23 Feb 2012 21:55:45 +0000"  >&lt;p&gt;Attached a systemtap script and its output.  Shows the inputs and outputs of the ldlm_pools_shrink() and shrink_slab() functions when those functions return.  Time is in microseconds.&lt;/p&gt;</comment>
                            <comment id="29752" author="morrone" created="Thu, 23 Feb 2012 22:06:18 +0000"  >&lt;p&gt;So I suspect that Niu Yawei is correct about were we are hung up.  Although in our kernel the loop in __zone_reclaim() looks like this:&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;	slab_reclaimable = zone_page_state(zone, NR_SLAB_RECLAIMABLE);
	&lt;span class=&quot;code-keyword&quot;&gt;if&lt;/span&gt; (slab_reclaimable &amp;gt; zone-&amp;gt;min_slab_pages) {
[cut]
		&lt;span class=&quot;code-keyword&quot;&gt;while&lt;/span&gt; (shrink_slab(sc.nr_scanned, gfp_mask, order) &amp;amp;&amp;amp;
			zone_page_state(zone, NR_SLAB_RECLAIMABLE) &amp;gt;
				slab_reclaimable - nr_pages)
			;
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
</comment>
                            <comment id="29768" author="morrone" created="Thu, 23 Feb 2012 23:06:04 +0000"  >&lt;p&gt;According to systemtap, shrink_slab was called with order=0x1.  And in __zone_reclaim(), nr_pages is set to &quot;1 &amp;lt;&amp;lt; order&quot;, so nr_pages is currently 2.&lt;/p&gt;

&lt;p&gt;systemtap also shows shink_slab returning rather large numbers (0x4fa9cf, 0x529d2d, 0x53ac3f, etc.).  And I don&apos;t see any sign that the granted locks are reducing in number.  They&apos;ve grown to over 400,000 since yesterday, and seem to be hovering there.  Other OSS nodes in this filesystem have similar lock totals.&lt;/p&gt;
</comment>
                            <comment id="29771" author="morrone" created="Thu, 23 Feb 2012 23:15:55 +0000"  >&lt;p&gt;I aggree that returning -1 from our shrinker will probably avoid this problem, because eventually shrink_slab() will be able to return 0 and jump out of the while() loop.&lt;/p&gt;

&lt;p&gt;But I would like to understand better what is going on here.  The use of the lock grant number in the lustre shrinker seems pretty far divorced from where the actual slab allocations happen.  Why is it then using the grant number?&lt;/p&gt;

&lt;p&gt;Conversely, why are we failing to ever reduce the zone_page_state()?&lt;/p&gt;</comment>
                            <comment id="29772" author="niu" created="Thu, 23 Feb 2012 23:19:11 +0000"  >&lt;p&gt;Thank you for the nice data and analysis, Chris.&lt;/p&gt;

&lt;p&gt;One thing confused me is that why shrink_slab() return such large value? The shrink_slab() in my kernel looks like:&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;while&lt;/span&gt; (total_scan &amp;gt;= SHRINK_BATCH) {
                        &lt;span class=&quot;code-object&quot;&gt;long&lt;/span&gt; this_scan = SHRINK_BATCH;
                        &lt;span class=&quot;code-object&quot;&gt;int&lt;/span&gt; shrink_ret;
                        &lt;span class=&quot;code-object&quot;&gt;int&lt;/span&gt; nr_before;

                        nr_before = (*shrinker-&amp;gt;shrinker)(0, gfp_mask);
                        shrink_ret = (*shrinker-&amp;gt;shrinker)(this_scan, gfp_mask);
                        &lt;span class=&quot;code-keyword&quot;&gt;if&lt;/span&gt; (shrink_ret == -1)
                                &lt;span class=&quot;code-keyword&quot;&gt;break&lt;/span&gt;;
                        &lt;span class=&quot;code-keyword&quot;&gt;if&lt;/span&gt; (shrink_ret &amp;lt; nr_before)
                                ret += nr_before - shrink_ret;
                        count_vm_events(SLABS_SCANNED, this_scan);
                        total_scan -= this_scan;

                        cond_resched();
                }
[cut]
    &lt;span class=&quot;code-keyword&quot;&gt;return&lt;/span&gt; ret
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;Since the number of granted locks didn&apos;t change much, the &apos;ret&apos; should be a relative small value. Could you check your shrink_slab() or could you tell me what&apos;s your kernel version? Thanks.&lt;/p&gt;</comment>
                            <comment id="29775" author="morrone" created="Thu, 23 Feb 2012 23:30:54 +0000"  >&lt;p&gt;What does &quot;SLV&quot; stand for?&lt;/p&gt;

&lt;p&gt;ldlm_srv_pool_shrink really appears to make no attempt to actually reduce slab usage.  At least it is honest and returns 0. (and has a comment to that effect).  It seems like it should at least signal some other thread to asynchronously attempt to shrink the cache.  Maybe I am reading the code wrong (I don&apos;t really have a clear idea of everything that is going on), but the comments seem to imply that we are just hoping that clients will be nicer because of the SLV change, and eventually, some day, they will use fewer locks.&lt;/p&gt;

&lt;p&gt;What am I missing?&lt;/p&gt;

&lt;p&gt;So it seems to me like ldlm_pools_shrink() is doing the Wrong Thing by ignoring the return code and looking at ldlm_pool_granted().&lt;/p&gt;

&lt;p&gt;Is ldlm_pools_shrink() EVER right?  Would it be right for LDLM_NAMESPACE_CLIENT?&lt;/p&gt;</comment>
                            <comment id="29777" author="niu" created="Thu, 23 Feb 2012 23:35:15 +0000"  >&lt;blockquote&gt;
&lt;p&gt;Conversely, why are we failing to ever reduce the zone_page_state()?&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;I suspect that each time shrinker doesn&apos;t reduce the SLV much (only 9 ~ 10), and since we have a thread which recacluates the SLV every second, then SLV might be kept around a certain high value, so lock cancel wasn&apos;t triggered on client.&lt;/p&gt;

&lt;p&gt;I think we need to drop the SLV to small value, then client could be aware of this change and start lock cancel.&lt;/p&gt;</comment>
                            <comment id="29778" author="morrone" created="Thu, 23 Feb 2012 23:37:30 +0000"  >&lt;p&gt;Niu Yawei, the kernel is RHEL6.2-based, 2.6.32-220.4.1.1chaos.  shrink_slab() is pretty much the same in the section that you quote, except for a new &quot;struct shrinker *&quot; that is passed as the first argument tot he (*shrinker-&amp;gt;shrinker) callback.&lt;/p&gt;</comment>
                            <comment id="29784" author="morrone" created="Thu, 23 Feb 2012 23:54:21 +0000"  >&lt;blockquote&gt;
&lt;p&gt;One thing confused me is that why shrink_slab() return such large value?&lt;/p&gt;&lt;/blockquote&gt;

&lt;p&gt;I am a bit confused there too.  See the new attached file &quot;diff_between_before_and_after.txt&quot;.&lt;/p&gt;

&lt;p&gt;Each number in that file is essentially the result of doing &quot;nr_before - shrink_ret&quot; by using the numbers for a single thread that got from a run of my systemtap script.&lt;/p&gt;

&lt;p&gt;shrink_slab() probably has a large &quot;total_scan&quot; number, and needs to loop many times.  shrink_ret is always a large positive number.&lt;/p&gt;

&lt;p&gt;The difference, as you can see in the file, is wildly variable.  But it is rarely 0, and when it is, it is not 0 repeatedly.&lt;/p&gt;

&lt;p&gt;For calculating &quot;ret&quot;, shrink_slab only considers the positive differences, and only increases &quot;ret&quot;.&lt;/p&gt;

&lt;p&gt;So I guess that explains it.&lt;/p&gt;

&lt;p&gt;Which just brings me back to my suspicion that having ldlm_pools_shring return the summed value from ldlm_pool_granted() does not make sense.&lt;/p&gt;</comment>
                            <comment id="29785" author="niu" created="Thu, 23 Feb 2012 23:59:29 +0000"  >&lt;p&gt;SLV stands for Server Lock Volume. There is large piece of comment in the head of ldlm_pool.c to explain it, in general, SLV is used to inform client how many locks it should cache, if server decreases SLV, client will release cached locks when it&apos;s aware of the SLV change.&lt;/p&gt;

&lt;p&gt;So the shrinker on server doesn&apos;t reclaim any memory directly, it just decrease the SLV, then client will cancel the cached locks to alleviate the server&apos;s memory pressure. I think this mechanism should work, however, we must make sure that:&lt;/p&gt;

&lt;ul class=&quot;alternate&quot; type=&quot;square&quot;&gt;
	&lt;li&gt;server shrinker should decrease the SLV significantly, and the SLV should not be increased back by the recalc thread immediately;&lt;/li&gt;
	&lt;li&gt;client can response the decreased SLV quickly;&lt;/li&gt;
	&lt;li&gt;the server shriner should be only called once, instead of many times like current implementation;&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="29786" author="niu" created="Fri, 24 Feb 2012 00:30:50 +0000"  >&lt;p&gt;Hi, Chris&lt;br/&gt;
Yes, the &quot;total_scan&quot; is about 2 * granted_locks, and according to the granted_locks and return value of shrink_slab(), the average diff is ~770, it&apos;s reasonable.&lt;/p&gt;

&lt;p&gt;I made a patch which returning -1 for the server shrinker and decreasing SLV more in the shrinker. Could you take a try on it once it pass the auto-test? Thanks.&lt;br/&gt;
&lt;a href=&quot;http://review.whamcloud.com/#change,2184&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/#change,2184&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="29813" author="morrone" created="Fri, 24 Feb 2012 18:14:56 +0000"  >&lt;p&gt;I tested returning -1 using this simple systemtap script, and as expected it got the stuck threads out of their loop.  I&apos;ll try the patch on our test system soon.&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;#!/usr/bin/stap -gF

probe module(&quot;ptlrpc&quot;).function(&quot;ldlm_pools_srv_shrink&quot;).return
{
        if ($nr_to_scan != 0) {
                $return = -1;
        }
}
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</comment>
                            <comment id="29814" author="morrone" created="Fri, 24 Feb 2012 19:02:20 +0000"  >&lt;p&gt;Niu, I don&apos;t understand why you want to do this in the patch:&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;nr = cfs_atomic_read(&amp;amp;pl-&amp;gt;pl_granted);&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;Well, I suspect that you are trying to just use a larger number for the reduction that happens here:&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;pl-&amp;gt;pl_server_lock_volume = pl-&amp;gt;pl_server_lock_volume - nr;&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;But since pl_server_lock_volume is a essentially locks*time (and maybe other stuff that I don&apos;t completely understand yet), subtracting a discrete lock number from SLV seems fundamentally flawed.  If we want to reduce the lock count and free memory, I think we have to apply a scaling factor.&lt;/p&gt;

&lt;p&gt;Also, SLV may be just plain broken in 2.1.  I see that server_lock_volume is 2073600000 for every OST on every OSS of one of our 2.1 clusters right now.  Granted, I don&apos;t know too much about the details of SLV yet, but I would not have expected them all to have the exact same number within an OSS, let alone across all OSS.&lt;/p&gt;

</comment>
                            <comment id="29818" author="niu" created="Sat, 25 Feb 2012 00:19:42 +0000"  >&lt;p&gt;Chris, I think you are right, seems subtracting nr_granted in server shrinker isn&apos;t enough, maybe we should try to divide the SLV by two (or make it even small). Could you check both the SLV &amp;amp; CLV in proc? I think we should at least decrease the SLV smaller CLV in the shrinker.&lt;/p&gt;

&lt;p&gt;Could you check the other values for your 2.1 cluster, they are all in the /proc/fs/lustre/ldlm/namespaces/*/pool/state &amp;amp; stats. Thank you.&lt;/p&gt;</comment>
                            <comment id="29888" author="morrone" created="Mon, 27 Feb 2012 16:28:00 +0000"  >&lt;p&gt;We only have 2.1 servers at this point.  Attached is the output of teh state and stats files.  CLV is 0, but I assume that is normal on a server.&lt;/p&gt;</comment>
                            <comment id="29889" author="morrone" created="Mon, 27 Feb 2012 16:31:03 +0000"  >&lt;p&gt;Whoops, last file only had stats.  This one (servers_pool_state_and_stats2.txt) has both.&lt;/p&gt;</comment>
                            <comment id="29902" author="niu" created="Mon, 27 Feb 2012 22:11:00 +0000"  >&lt;p&gt;Thank you, Chris. Looks the SLV of each OST is still equal to the initial value: SLV == L * 36000 (which means grant speed was almost same as the planned speed), and I&apos;m afraid that CLV will be much less than SLV, since CLV of each lock is calculated as: CLV = seconds_of_lock_age * unused_locks_on_client.&lt;/p&gt;

&lt;p&gt;To trigger lock cancel on client under server memory pressure, I think we have to drop the SLV to a much smaller value in the shrinker, for example: SLV = granted_locks * 100 (allow all granted locks on 1 client for 100 seconds?).&lt;/p&gt;</comment>
                            <comment id="29906" author="niu" created="Mon, 27 Feb 2012 23:26:17 +0000"  >&lt;p&gt;Hi, Chris, I update the patch in &lt;a href=&quot;http://review.whamcloud.com/#change,2184&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/#change,2184&lt;/a&gt;&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;For ldlm server pool shrinker, we just use it to decrease SLV,
but never reclaim any memory directly, so it should always &lt;span class=&quot;code-keyword&quot;&gt;return&lt;/span&gt;
-1 to inform the kernel to &lt;span class=&quot;code-keyword&quot;&gt;break&lt;/span&gt; the shrink loop.

For ldlm client pool shrinker, we should just &lt;span class=&quot;code-keyword&quot;&gt;return&lt;/span&gt; remaining
unused locks as per the kernel&apos;s expectation.

The ldlm server pool shrinker should drop SLV to a small enough
value to trigger the lock cancellation from clients, we choose
(granted_locks * 100) in &lt;span class=&quot;code-keyword&quot;&gt;this&lt;/span&gt; patch.
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;Could you try the patchset two after it&apos;s verified by auto-test? Thanks.&lt;/p&gt;</comment>
                            <comment id="29940" author="morrone" created="Tue, 28 Feb 2012 19:06:18 +0000"  >&lt;p&gt;Andreas&apos;s review in gerrit matches my own thinking.&lt;/p&gt;

&lt;p&gt;I applied version 1 of your patch to our tree, since reducing SLV by nr is unlikely to have much effect, but returning -1 will help us avoid our immediate production problems.&lt;/p&gt;

&lt;p&gt;But like Andreas said, we need to take a broader look into how SLV is calculated.&lt;/p&gt;</comment>
                            <comment id="29946" author="niu" created="Wed, 29 Feb 2012 00:03:14 +0000"  >&lt;p&gt;I agree with Andreas too. We need to reconsider if the current SLV calculation is proper.&lt;/p&gt;

&lt;p&gt;Actually, I don&apos;t quite see why we want to control the grant speed at the very beginning, I think it&apos;s really hard to make it correct &amp;amp; efficient. To my understanding, the major purpose of LRU resize is to eliminate the fixed LRU size on client, and the only thing we need to care about is the limited memory on server and client, so we probably can use some simpler solution to control the total granted locks on server or unused locks on client (it should be easier than the grant flow control). That&apos;s just my initial thinking, and I&apos;m not sure if miss anything important.&lt;/p&gt;

&lt;p&gt;Anyway, it&apos;s good to hear that returnning -1 resloved your immediate problem, to improve the SLV calculation, I think we need more eyes and time-slot.&lt;/p&gt;</comment>
                            <comment id="30168" author="adilger" created="Thu, 1 Mar 2012 14:32:48 +0000"  >&lt;p&gt;Niu, can you please update the patch with just the &quot;-1&quot; change.  This bug (or a new one linked to this) should stay open until we have done a more complete investigation of the LDLM pool shrinker and SLV handling.&lt;/p&gt;</comment>
                            <comment id="30504" author="hudson" created="Mon, 5 Mar 2012 04:24:57 +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/504/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,server,el5,ofa #504&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1128&quot; title=&quot;Complete investigation of the LDLM pool shrinker and SLV handling&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1128&quot;&gt;&lt;del&gt;LU-1128&lt;/del&gt;&lt;/a&gt; ldlm: return -1 for server pool shrinker (Revision 8775fe0a40706b6999aa737fba1c162ce08b8ade)&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=8775fe0a40706b6999aa737fba1c162ce08b8ade&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;8775fe0a40706b6999aa737fba1c162ce08b8ade&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/ldlm/ldlm_pool.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="30505" author="hudson" created="Mon, 5 Mar 2012 04:31: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=server,distro=el5,ib_stack=inkernel/504/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,server,el5,inkernel #504&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1128&quot; title=&quot;Complete investigation of the LDLM pool shrinker and SLV handling&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1128&quot;&gt;&lt;del&gt;LU-1128&lt;/del&gt;&lt;/a&gt; ldlm: return -1 for server pool shrinker (Revision 8775fe0a40706b6999aa737fba1c162ce08b8ade)&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=8775fe0a40706b6999aa737fba1c162ce08b8ade&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;8775fe0a40706b6999aa737fba1c162ce08b8ade&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/ldlm/ldlm_pool.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="30507" author="hudson" created="Mon, 5 Mar 2012 04:36:53 +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/504/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,ubuntu1004,inkernel #504&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1128&quot; title=&quot;Complete investigation of the LDLM pool shrinker and SLV handling&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1128&quot;&gt;&lt;del&gt;LU-1128&lt;/del&gt;&lt;/a&gt; ldlm: return -1 for server pool shrinker (Revision 8775fe0a40706b6999aa737fba1c162ce08b8ade)&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=8775fe0a40706b6999aa737fba1c162ce08b8ade&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;8775fe0a40706b6999aa737fba1c162ce08b8ade&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/ldlm/ldlm_pool.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="30508" author="hudson" created="Mon, 5 Mar 2012 04:37:16 +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/504/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,el5,ofa #504&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1128&quot; title=&quot;Complete investigation of the LDLM pool shrinker and SLV handling&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1128&quot;&gt;&lt;del&gt;LU-1128&lt;/del&gt;&lt;/a&gt; ldlm: return -1 for server pool shrinker (Revision 8775fe0a40706b6999aa737fba1c162ce08b8ade)&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=8775fe0a40706b6999aa737fba1c162ce08b8ade&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;8775fe0a40706b6999aa737fba1c162ce08b8ade&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/ldlm/ldlm_pool.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="30509" author="hudson" created="Mon, 5 Mar 2012 04:38: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=client,distro=el5,ib_stack=ofa/504/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,client,el5,ofa #504&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1128&quot; title=&quot;Complete investigation of the LDLM pool shrinker and SLV handling&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1128&quot;&gt;&lt;del&gt;LU-1128&lt;/del&gt;&lt;/a&gt; ldlm: return -1 for server pool shrinker (Revision 8775fe0a40706b6999aa737fba1c162ce08b8ade)&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=8775fe0a40706b6999aa737fba1c162ce08b8ade&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;8775fe0a40706b6999aa737fba1c162ce08b8ade&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/ldlm/ldlm_pool.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="30510" author="hudson" created="Mon, 5 Mar 2012 04:40:30 +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/504/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,server,el5,ofa #504&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1128&quot; title=&quot;Complete investigation of the LDLM pool shrinker and SLV handling&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1128&quot;&gt;&lt;del&gt;LU-1128&lt;/del&gt;&lt;/a&gt; ldlm: return -1 for server pool shrinker (Revision 8775fe0a40706b6999aa737fba1c162ce08b8ade)&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=8775fe0a40706b6999aa737fba1c162ce08b8ade&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;8775fe0a40706b6999aa737fba1c162ce08b8ade&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/ldlm/ldlm_pool.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="30511" author="hudson" created="Mon, 5 Mar 2012 04:41:37 +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/504/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,sles11,inkernel #504&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1128&quot; title=&quot;Complete investigation of the LDLM pool shrinker and SLV handling&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1128&quot;&gt;&lt;del&gt;LU-1128&lt;/del&gt;&lt;/a&gt; ldlm: return -1 for server pool shrinker (Revision 8775fe0a40706b6999aa737fba1c162ce08b8ade)&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=8775fe0a40706b6999aa737fba1c162ce08b8ade&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;8775fe0a40706b6999aa737fba1c162ce08b8ade&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/ldlm/ldlm_pool.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="30513" author="hudson" created="Mon, 5 Mar 2012 04:53:41 +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/504/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,el5,inkernel #504&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1128&quot; title=&quot;Complete investigation of the LDLM pool shrinker and SLV handling&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1128&quot;&gt;&lt;del&gt;LU-1128&lt;/del&gt;&lt;/a&gt; ldlm: return -1 for server pool shrinker (Revision 8775fe0a40706b6999aa737fba1c162ce08b8ade)&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=8775fe0a40706b6999aa737fba1c162ce08b8ade&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;8775fe0a40706b6999aa737fba1c162ce08b8ade&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/ldlm/ldlm_pool.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="30514" author="hudson" created="Mon, 5 Mar 2012 04:55: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=i686,build_type=server,distro=el5,ib_stack=inkernel/504/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,server,el5,inkernel #504&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1128&quot; title=&quot;Complete investigation of the LDLM pool shrinker and SLV handling&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1128&quot;&gt;&lt;del&gt;LU-1128&lt;/del&gt;&lt;/a&gt; ldlm: return -1 for server pool shrinker (Revision 8775fe0a40706b6999aa737fba1c162ce08b8ade)&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=8775fe0a40706b6999aa737fba1c162ce08b8ade&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;8775fe0a40706b6999aa737fba1c162ce08b8ade&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/ldlm/ldlm_pool.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="30515" author="hudson" created="Mon, 5 Mar 2012 04:56:08 +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/504/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,client,el6,inkernel #504&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1128&quot; title=&quot;Complete investigation of the LDLM pool shrinker and SLV handling&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1128&quot;&gt;&lt;del&gt;LU-1128&lt;/del&gt;&lt;/a&gt; ldlm: return -1 for server pool shrinker (Revision 8775fe0a40706b6999aa737fba1c162ce08b8ade)&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=8775fe0a40706b6999aa737fba1c162ce08b8ade&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;8775fe0a40706b6999aa737fba1c162ce08b8ade&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/ldlm/ldlm_pool.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="30516" author="hudson" created="Mon, 5 Mar 2012 04:56:51 +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/504/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,client,el5,inkernel #504&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1128&quot; title=&quot;Complete investigation of the LDLM pool shrinker and SLV handling&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1128&quot;&gt;&lt;del&gt;LU-1128&lt;/del&gt;&lt;/a&gt; ldlm: return -1 for server pool shrinker (Revision 8775fe0a40706b6999aa737fba1c162ce08b8ade)&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=8775fe0a40706b6999aa737fba1c162ce08b8ade&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;8775fe0a40706b6999aa737fba1c162ce08b8ade&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/ldlm/ldlm_pool.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="30517" author="hudson" created="Mon, 5 Mar 2012 05:00:09 +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/504/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,server,el6,inkernel #504&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1128&quot; title=&quot;Complete investigation of the LDLM pool shrinker and SLV handling&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1128&quot;&gt;&lt;del&gt;LU-1128&lt;/del&gt;&lt;/a&gt; ldlm: return -1 for server pool shrinker (Revision 8775fe0a40706b6999aa737fba1c162ce08b8ade)&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=8775fe0a40706b6999aa737fba1c162ce08b8ade&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;8775fe0a40706b6999aa737fba1c162ce08b8ade&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/ldlm/ldlm_pool.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="30518" author="hudson" created="Mon, 5 Mar 2012 05:17:52 +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=ofa/504/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,el6,ofa #504&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1128&quot; title=&quot;Complete investigation of the LDLM pool shrinker and SLV handling&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1128&quot;&gt;&lt;del&gt;LU-1128&lt;/del&gt;&lt;/a&gt; ldlm: return -1 for server pool shrinker (Revision 8775fe0a40706b6999aa737fba1c162ce08b8ade)&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=8775fe0a40706b6999aa737fba1c162ce08b8ade&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;8775fe0a40706b6999aa737fba1c162ce08b8ade&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/ldlm/ldlm_pool.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="30519" author="hudson" created="Mon, 5 Mar 2012 05:21: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=x86_64,build_type=server,distro=el6,ib_stack=ofa/504/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,server,el6,ofa #504&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1128&quot; title=&quot;Complete investigation of the LDLM pool shrinker and SLV handling&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1128&quot;&gt;&lt;del&gt;LU-1128&lt;/del&gt;&lt;/a&gt; ldlm: return -1 for server pool shrinker (Revision 8775fe0a40706b6999aa737fba1c162ce08b8ade)&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=8775fe0a40706b6999aa737fba1c162ce08b8ade&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;8775fe0a40706b6999aa737fba1c162ce08b8ade&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/ldlm/ldlm_pool.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="30520" author="hudson" created="Mon, 5 Mar 2012 05:30: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=server,distro=el6,ib_stack=ofa/504/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,server,el6,ofa #504&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1128&quot; title=&quot;Complete investigation of the LDLM pool shrinker and SLV handling&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1128&quot;&gt;&lt;del&gt;LU-1128&lt;/del&gt;&lt;/a&gt; ldlm: return -1 for server pool shrinker (Revision 8775fe0a40706b6999aa737fba1c162ce08b8ade)&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=8775fe0a40706b6999aa737fba1c162ce08b8ade&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;8775fe0a40706b6999aa737fba1c162ce08b8ade&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/ldlm/ldlm_pool.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="30521" author="hudson" created="Mon, 5 Mar 2012 05:30: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=el6,ib_stack=ofa/504/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,client,el6,ofa #504&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1128&quot; title=&quot;Complete investigation of the LDLM pool shrinker and SLV handling&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1128&quot;&gt;&lt;del&gt;LU-1128&lt;/del&gt;&lt;/a&gt; ldlm: return -1 for server pool shrinker (Revision 8775fe0a40706b6999aa737fba1c162ce08b8ade)&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=8775fe0a40706b6999aa737fba1c162ce08b8ade&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;8775fe0a40706b6999aa737fba1c162ce08b8ade&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/ldlm/ldlm_pool.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="30522" author="hudson" created="Mon, 5 Mar 2012 05:45: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=el6,ib_stack=inkernel/504/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,el6,inkernel #504&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1128&quot; title=&quot;Complete investigation of the LDLM pool shrinker and SLV handling&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1128&quot;&gt;&lt;del&gt;LU-1128&lt;/del&gt;&lt;/a&gt; ldlm: return -1 for server pool shrinker (Revision 8775fe0a40706b6999aa737fba1c162ce08b8ade)&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=8775fe0a40706b6999aa737fba1c162ce08b8ade&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;8775fe0a40706b6999aa737fba1c162ce08b8ade&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/ldlm/ldlm_pool.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="30523" author="hudson" created="Mon, 5 Mar 2012 05:47:10 +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/504/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,server,el6,inkernel #504&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1128&quot; title=&quot;Complete investigation of the LDLM pool shrinker and SLV handling&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1128&quot;&gt;&lt;del&gt;LU-1128&lt;/del&gt;&lt;/a&gt; ldlm: return -1 for server pool shrinker (Revision 8775fe0a40706b6999aa737fba1c162ce08b8ade)&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=8775fe0a40706b6999aa737fba1c162ce08b8ade&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;8775fe0a40706b6999aa737fba1c162ce08b8ade&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/ldlm/ldlm_pool.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="34295" author="pjones" created="Mon, 9 Apr 2012 11:22:40 +0000"  >&lt;p&gt;Landed for 2.1.2 and 2.2&lt;/p&gt;</comment>
                            <comment id="34454" author="morrone" created="Tue, 10 Apr 2012 14:37:04 +0000"  >&lt;p&gt;Please either reopen this, or open a new bug to track the SLV issue.  Broken SLV is probably causing all kinds of problems.  While we&apos;ve supplied a work-around for the hang, the shrinker code is basically worthless at the moment.&lt;/p&gt;</comment>
                            <comment id="36185" author="hudson" created="Wed, 2 May 2012 14:53:06 +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-dev/./arch=x86_64,build_type=client,distro=el5,ib_stack=inkernel/340/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-dev &#187; x86_64,client,el5,inkernel #340&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1128&quot; title=&quot;Complete investigation of the LDLM pool shrinker and SLV handling&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1128&quot;&gt;&lt;del&gt;LU-1128&lt;/del&gt;&lt;/a&gt; ldlm: return -1 for server pool shrinker (Revision 8775fe0a40706b6999aa737fba1c162ce08b8ade)&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-dev.git;a=shortlog;h=refs/heads/$GIT_BRANCH&amp;amp;a=commit&amp;amp;h=8775fe0a40706b6999aa737fba1c162ce08b8ade&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;8775fe0a40706b6999aa737fba1c162ce08b8ade&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/ldlm/ldlm_pool.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="36482" author="hudson" created="Wed, 2 May 2012 14:55:05 +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-dev/./arch=i686,build_type=client,distro=el6,ib_stack=inkernel/340/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-dev &#187; i686,client,el6,inkernel #340&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1128&quot; title=&quot;Complete investigation of the LDLM pool shrinker and SLV handling&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1128&quot;&gt;&lt;del&gt;LU-1128&lt;/del&gt;&lt;/a&gt; ldlm: return -1 for server pool shrinker (Revision 8775fe0a40706b6999aa737fba1c162ce08b8ade)&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-dev.git;a=shortlog;h=refs/heads/$GIT_BRANCH&amp;amp;a=commit&amp;amp;h=8775fe0a40706b6999aa737fba1c162ce08b8ade&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;8775fe0a40706b6999aa737fba1c162ce08b8ade&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/ldlm/ldlm_pool.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="36779" author="hudson" created="Wed, 2 May 2012 14:58:17 +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-dev/./arch=i686,build_type=server,distro=el5,ib_stack=inkernel/340/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-dev &#187; i686,server,el5,inkernel #340&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1128&quot; title=&quot;Complete investigation of the LDLM pool shrinker and SLV handling&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1128&quot;&gt;&lt;del&gt;LU-1128&lt;/del&gt;&lt;/a&gt; ldlm: return -1 for server pool shrinker (Revision 8775fe0a40706b6999aa737fba1c162ce08b8ade)&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-dev.git;a=shortlog;h=refs/heads/$GIT_BRANCH&amp;amp;a=commit&amp;amp;h=8775fe0a40706b6999aa737fba1c162ce08b8ade&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;8775fe0a40706b6999aa737fba1c162ce08b8ade&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/ldlm/ldlm_pool.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="37077" author="hudson" created="Wed, 2 May 2012 15:13:56 +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-dev/./arch=x86_64,build_type=server,distro=el6,ib_stack=inkernel/340/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-dev &#187; x86_64,server,el6,inkernel #340&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1128&quot; title=&quot;Complete investigation of the LDLM pool shrinker and SLV handling&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1128&quot;&gt;&lt;del&gt;LU-1128&lt;/del&gt;&lt;/a&gt; ldlm: return -1 for server pool shrinker (Revision 8775fe0a40706b6999aa737fba1c162ce08b8ade)&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-dev.git;a=shortlog;h=refs/heads/$GIT_BRANCH&amp;amp;a=commit&amp;amp;h=8775fe0a40706b6999aa737fba1c162ce08b8ade&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;8775fe0a40706b6999aa737fba1c162ce08b8ade&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/ldlm/ldlm_pool.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="37374" author="hudson" created="Wed, 2 May 2012 15:14: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-dev/./arch=i686,build_type=client,distro=el5,ib_stack=inkernel/340/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-dev &#187; i686,client,el5,inkernel #340&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1128&quot; title=&quot;Complete investigation of the LDLM pool shrinker and SLV handling&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1128&quot;&gt;&lt;del&gt;LU-1128&lt;/del&gt;&lt;/a&gt; ldlm: return -1 for server pool shrinker (Revision 8775fe0a40706b6999aa737fba1c162ce08b8ade)&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-dev.git;a=shortlog;h=refs/heads/$GIT_BRANCH&amp;amp;a=commit&amp;amp;h=8775fe0a40706b6999aa737fba1c162ce08b8ade&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;8775fe0a40706b6999aa737fba1c162ce08b8ade&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/ldlm/ldlm_pool.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="37672" author="hudson" created="Wed, 2 May 2012 15:19: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-dev/./arch=x86_64,build_type=server,distro=el5,ib_stack=inkernel/340/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-dev &#187; x86_64,server,el5,inkernel #340&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1128&quot; title=&quot;Complete investigation of the LDLM pool shrinker and SLV handling&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1128&quot;&gt;&lt;del&gt;LU-1128&lt;/del&gt;&lt;/a&gt; ldlm: return -1 for server pool shrinker (Revision 8775fe0a40706b6999aa737fba1c162ce08b8ade)&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-dev.git;a=shortlog;h=refs/heads/$GIT_BRANCH&amp;amp;a=commit&amp;amp;h=8775fe0a40706b6999aa737fba1c162ce08b8ade&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;8775fe0a40706b6999aa737fba1c162ce08b8ade&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/ldlm/ldlm_pool.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="37969" author="hudson" created="Wed, 2 May 2012 15:37:30 +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-dev/./arch=x86_64,build_type=client,distro=el6,ib_stack=inkernel/340/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-dev &#187; x86_64,client,el6,inkernel #340&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1128&quot; title=&quot;Complete investigation of the LDLM pool shrinker and SLV handling&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1128&quot;&gt;&lt;del&gt;LU-1128&lt;/del&gt;&lt;/a&gt; ldlm: return -1 for server pool shrinker (Revision 8775fe0a40706b6999aa737fba1c162ce08b8ade)&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-dev.git;a=shortlog;h=refs/heads/$GIT_BRANCH&amp;amp;a=commit&amp;amp;h=8775fe0a40706b6999aa737fba1c162ce08b8ade&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;8775fe0a40706b6999aa737fba1c162ce08b8ade&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/ldlm/ldlm_pool.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="129799" author="niu" created="Thu, 8 Oct 2015 08:08:46 +0000"  >&lt;p&gt;opened &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-7266&quot; title=&quot;Fix LDLM pool to make LRUR working properly&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-7266&quot;&gt;LU-7266&lt;/a&gt; to track the problems in LDLM pool.&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10011">
                    <name>Related</name>
                                                                <inwardlinks description="is related to">
                                        <issuelink>
            <issuekey id="32543">LU-7266</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="17790">LU-2924</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                    </issuelinks>
                <attachments>
                            <attachment id="10882" name="diff_between_before_and_after.txt" size="416657" author="morrone" created="Thu, 23 Feb 2012 23:54:21 +0000"/>
                            <attachment id="10880" name="ldlm_pools_shrink2.stp" size="754" author="morrone" created="Thu, 23 Feb 2012 21:55:45 +0000"/>
                            <attachment id="10900" name="servers_pool_state_and_stats.txt" size="538957" author="morrone" created="Mon, 27 Feb 2012 16:28:00 +0000"/>
                            <attachment id="10901" name="servers_pool_state_and_stats2.txt" size="708960" author="morrone" created="Mon, 27 Feb 2012 16:31:03 +0000"/>
                            <attachment id="10881" name="stap_script_output.txt.gz" size="299504" author="morrone" created="Thu, 23 Feb 2012 21:55:45 +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|hzv76f:</customfieldvalue>

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