<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 02:48:57 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-12018] deadlock on OSS: quota reintegration vs memory release</title>
                <link>https://jira.whamcloud.com/browse/LU-12018</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;I think this can be a deadlock on OSS.  Many threads were being blocked while there were no I/O activity.  &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;[root@foss22 ~]# vmstat 1
procs -----------memory---------- ---swap-- -----io---- -system-- ------cpu-----
 r  b   swpd   free   buff  cache   si   so    bi    bo   in   cs us sy id wa st
 2 265      0 4842020 1118532 57555660    0    0   752   983    8    5  0  1 89 10  0
 0 265      0 4840220 1118532 57557244    0    0     0    12 12538 20455  0  1  0 99  0
 0 265      0 4841724 1118532 57555684    0    0     0     4 17744 25132  0  1  0 99  0
 0 265      0 4839416 1118532 57554168    0    0     0    16 13079 20067  0  1  0 99  0
 2 265      0 4839468 1118532 57553992    0    0     0     4 12368 20798  0  1  0 99  0
 0 265      0 4838772 1118532 57553444    0    0     0     8 11571 18796  0  1  0 99  0
 0 265      0 4846112 1118540 57552180    0    0     0    24 12476 18410  0  1  0 99  0
 2 265      0 4846332 1118540 57549600    0    0     0     4 12562 18163  0  1  0 99  0
 0 265      0 4844584 1118540 57550976    0    0     0    16 10843 18739  0  1  0 99  0
 1 265      0 4846072 1118540 57546488    0    0     0     8 20940 27705  0  1  0 98  0
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;It started from following call trace.  &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;Feb 23 15:18:42 foss22 kernel: INFO: task kswapd0:101 blocked for more than 90 seconds.
Feb 23 15:18:42 foss22 kernel: &quot;echo 0 &amp;gt; /proc/sys/kernel/hung_task_timeout_secs&quot; disables this message.
Feb 23 15:18:42 foss22 kernel: intel_powerclamp: No package C-state available
Feb 23 15:18:42 foss22 kernel: kswapd0         D
Feb 23 15:18:42 foss22 kernel: ffff881546baf200     0   101      2 0x00000000
Feb 23 15:18:42 foss22 kernel: ffff88165e4b37d0 0000000000000046 ffff88165e433ec0 ffff88165e4b3fd8
Feb 23 15:18:42 foss22 kernel: ffff88165e4b3fd8 ffff88165e4b3fd8 ffff88165e433ec0 ffff88165e4b3938
Feb 23 15:18:42 foss22 kernel: ffff88165e4b3940 7fffffffffffffff ffff88165e433ec0 ffff881546baf200
Feb 23 15:18:42 foss22 kernel: Call Trace:
Feb 23 15:18:42 foss22 kernel: [&amp;lt;ffffffff8168d629&amp;gt;] schedule+0x29/0x70
Feb 23 15:18:42 foss22 kernel: [&amp;lt;ffffffff8168b069&amp;gt;] schedule_timeout+0x239/0x2c0
Feb 23 15:18:42 foss22 kernel: [&amp;lt;ffffffff8168da06&amp;gt;] wait_for_completion+0x116/0x170
Feb 23 15:18:42 foss22 kernel: [&amp;lt;ffffffff810c54e0&amp;gt;] ? wake_up_state+0x20/0x20
Feb 23 15:18:42 foss22 kernel: [&amp;lt;ffffffff810b08e8&amp;gt;] kthread_create_on_node+0xa8/0x140
Feb 23 15:18:42 foss22 kernel: [&amp;lt;ffffffffa0c6e5d0&amp;gt;] ? qsd_reint_index+0x1700/0x1700 [lquota]
Feb 23 15:18:42 foss22 kernel: [&amp;lt;ffffffffa0c6fde8&amp;gt;] ? qsd_start_reint_thread+0x778/0xd70 [lquota]
Feb 23 15:18:42 foss22 kernel: [&amp;lt;ffffffffa0c6fe73&amp;gt;] qsd_start_reint_thread+0x803/0xd70 [lquota]
Feb 23 15:18:42 foss22 kernel: [&amp;lt;ffffffff812635ee&amp;gt;] ? dqput+0x16e/0x1f0
Feb 23 15:18:42 foss22 kernel: [&amp;lt;ffffffffa0c74691&amp;gt;] qsd_ready+0x231/0x3c0 [lquota]
Feb 23 15:18:42 foss22 kernel: [&amp;lt;ffffffffa0c77722&amp;gt;] qsd_adjust+0xa2/0x900 [lquota]
Feb 23 15:18:42 foss22 kernel: [&amp;lt;ffffffffa0c68d1a&amp;gt;] ? qsd_refresh_usage+0x6a/0x2b0 [lquota]
Feb 23 15:18:42 foss22 kernel: [&amp;lt;ffffffffa0c78b34&amp;gt;] qsd_op_adjust+0x4d4/0x720 [lquota]
Feb 23 15:18:42 foss22 kernel: [&amp;lt;ffffffffa0d85a00&amp;gt;] osd_object_delete+0x1f0/0x510 [osd_ldiskfs]
Feb 23 15:18:42 foss22 kernel: [&amp;lt;ffffffffa0836f0d&amp;gt;] lu_object_free.isra.30+0x9d/0x1a0 [obdclass]
Feb 23 15:18:42 foss22 kernel: [&amp;lt;ffffffffa0837b96&amp;gt;] lu_site_purge_objects+0x326/0x4a0 [obdclass]
Feb 23 15:18:42 foss22 kernel: [&amp;lt;ffffffffa0838dd9&amp;gt;] lu_cache_shrink+0x259/0x2d0 [obdclass]
Feb 23 15:18:42 foss22 kernel: [&amp;lt;ffffffff811947b3&amp;gt;] shrink_slab+0x163/0x330
Feb 23 15:18:42 foss22 kernel: [&amp;lt;ffffffff811f5b77&amp;gt;] ? vmpressure+0x87/0x90
Feb 23 15:18:42 foss22 kernel: [&amp;lt;ffffffff811985b1&amp;gt;] balance_pgdat+0x4b1/0x5e0
Feb 23 15:18:42 foss22 kernel: [&amp;lt;ffffffff81198853&amp;gt;] kswapd+0x173/0x450
Feb 23 15:18:42 foss22 kernel: [&amp;lt;ffffffff810b1b20&amp;gt;] ? wake_up_atomic_t+0x30/0x30
Feb 23 15:18:42 foss22 kernel: [&amp;lt;ffffffff811986e0&amp;gt;] ? balance_pgdat+0x5e0/0x5e0
Feb 23 15:18:42 foss22 kernel: [&amp;lt;ffffffff810b0a4f&amp;gt;] kthread+0xcf/0xe0
Feb 23 15:18:42 foss22 kernel: [&amp;lt;ffffffff810b0980&amp;gt;] ? kthread_create_on_node+0x140/0x140
Feb 23 15:18:42 foss22 kernel: [&amp;lt;ffffffff81698598&amp;gt;] ret_from_fork+0x58/0x90
Feb 23 15:18:42 foss22 kernel: [&amp;lt;ffffffff810b0980&amp;gt;] ? kthread_create_on_node+0x140/0x140
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;Then, &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;Feb 23 15:18:42 foss22 kernel: INFO: task ll_ost_io00_002:3904 blocked for more than 90 seconds.
Feb 23 15:18:42 foss22 kernel: &quot;echo 0 &amp;gt; /proc/sys/kernel/hung_task_timeout_secs&quot; disables this message.
Feb 23 15:18:42 foss22 kernel: ll_ost_io00_002 D ffffffffa089d1e8     0  3904      2 0x00000080
Feb 23 15:18:42 foss22 kernel: ffff88161b11b530 0000000000000046 ffff88161d214e70 ffff88161b11bfd8
Feb 23 15:18:42 foss22 kernel: ffff88161b11bfd8 ffff88161b11bfd8 ffff88161d214e70 ffffffffa089d1e0
Feb 23 15:18:42 foss22 kernel: ffffffffa089d1e4 ffff88161d214e70 00000000ffffffff ffffffffa089d1e8
Feb 23 15:18:42 foss22 kernel: Call Trace:
Feb 23 15:18:42 foss22 kernel: [&amp;lt;ffffffff8168e719&amp;gt;] schedule_preempt_disabled+0x29/0x70
Feb 23 15:18:42 foss22 kernel: [&amp;lt;ffffffff8168c365&amp;gt;] __mutex_lock_slowpath+0xc5/0x1d0
Feb 23 15:18:42 foss22 kernel: [&amp;lt;ffffffff8168b7bf&amp;gt;] mutex_lock+0x1f/0x2f
Feb 23 15:18:42 foss22 kernel: [&amp;lt;ffffffffa0838bed&amp;gt;] lu_cache_shrink+0x6d/0x2d0 [obdclass]
Feb 23 15:18:42 foss22 kernel: [&amp;lt;ffffffff811946f9&amp;gt;] shrink_slab+0xa9/0x330
Feb 23 15:18:42 foss22 kernel: [&amp;lt;ffffffff811f5b11&amp;gt;] ? vmpressure+0x21/0x90
Feb 23 15:18:42 foss22 kernel: [&amp;lt;ffffffff81197ab2&amp;gt;] do_try_to_free_pages+0x3c2/0x4e0
Feb 23 15:18:42 foss22 kernel: [&amp;lt;ffffffff81197ccc&amp;gt;] try_to_free_pages+0xfc/0x180
Feb 23 15:18:42 foss22 kernel: [&amp;lt;ffffffff81683898&amp;gt;] __alloc_pages_slowpath+0x458/0x725
Feb 23 15:18:42 foss22 kernel: [&amp;lt;ffffffff8118b655&amp;gt;] __alloc_pages_nodemask+0x405/0x420
Feb 23 15:18:42 foss22 kernel: [&amp;lt;ffffffff811cfa0a&amp;gt;] alloc_pages_current+0xaa/0x170
Feb 23 15:18:42 foss22 kernel: [&amp;lt;ffffffff81180be7&amp;gt;] __page_cache_alloc+0x97/0xb0
Feb 23 15:18:42 foss22 kernel: [&amp;lt;ffffffff81181905&amp;gt;] find_or_create_page+0x45/0xa0
Feb 23 15:18:42 foss22 kernel: [&amp;lt;ffffffffa0da8ef7&amp;gt;] osd_bufs_get+0x3a7/0x870 [osd_ldiskfs]
Feb 23 15:18:42 foss22 kernel: [&amp;lt;ffffffffa0eecbf8&amp;gt;] ofd_preprw+0x688/0x1220 [ofd]
Feb 23 15:18:42 foss22 kernel: [&amp;lt;ffffffffa0ac8faf&amp;gt;] ? __req_capsule_get+0x15f/0x710 [ptlrpc]
Feb 23 15:18:42 foss22 kernel: [&amp;lt;ffffffffa0b0cd91&amp;gt;] tgt_brw_read+0x9a1/0x1850 [ptlrpc]
Feb 23 15:18:42 foss22 kernel: [&amp;lt;ffffffff811dda53&amp;gt;] ? __kmalloc+0x1f3/0x240
Feb 23 15:18:42 foss22 kernel: [&amp;lt;ffffffffa0addfd0&amp;gt;] ? null_alloc_rs+0xa0/0x380 [ptlrpc]
Feb 23 15:18:42 foss22 kernel: [&amp;lt;ffffffffa0ade109&amp;gt;] ? null_alloc_rs+0x1d9/0x380 [ptlrpc]
Feb 23 15:18:42 foss22 kernel: [&amp;lt;ffffffffa0aa098f&amp;gt;] ? lustre_pack_reply_v2+0x14f/0x280 [ptlrpc]
Feb 23 15:18:42 foss22 kernel: [&amp;lt;ffffffffa0aa0b2f&amp;gt;] ? lustre_pack_reply_flags+0x6f/0x1e0 [ptlrpc]
Feb 23 15:18:42 foss22 kernel: [&amp;lt;ffffffffa0aa0cb1&amp;gt;] ? lustre_pack_reply+0x11/0x20 [ptlrpc]
Feb 23 15:18:42 foss22 kernel: [&amp;lt;ffffffffa0b0ab3b&amp;gt;] tgt_request_handle+0x8fb/0x11f0 [ptlrpc]
Feb 23 15:18:42 foss22 kernel: [&amp;lt;ffffffffa0aad91b&amp;gt;] ptlrpc_server_handle_request+0x21b/0xa90 [ptlrpc]
Feb 23 15:18:42 foss22 kernel: [&amp;lt;ffffffffa06e2668&amp;gt;] ? lc_watchdog_touch+0x68/0x180 [libcfs]
Feb 23 15:18:42 foss22 kernel: [&amp;lt;ffffffffa0aab1f8&amp;gt;] ? ptlrpc_wait_event+0x98/0x330 [ptlrpc]
Feb 23 15:18:42 foss22 kernel: [&amp;lt;ffffffffa0ab1240&amp;gt;] ptlrpc_main+0xc00/0x1f70 [ptlrpc]
Feb 23 15:18:42 foss22 kernel: [&amp;lt;ffffffff81029569&amp;gt;] ? __switch_to+0xd9/0x4c0
Feb 23 15:18:42 foss22 kernel: [&amp;lt;ffffffffa0ab0640&amp;gt;] ? ptlrpc_register_service+0x1070/0x1070 [ptlrpc]
Feb 23 15:18:42 foss22 kernel: [&amp;lt;ffffffff810b0a4f&amp;gt;] kthread+0xcf/0xe0
Feb 23 15:18:42 foss22 kernel: [&amp;lt;ffffffff810b0980&amp;gt;] ? kthread_create_on_node+0x140/0x140
Feb 23 15:18:42 foss22 kernel: [&amp;lt;ffffffff81698598&amp;gt;] ret_from_fork+0x58/0x90
Feb 23 15:18:42 foss22 kernel: [&amp;lt;ffffffff810b0980&amp;gt;] ? kthread_create_on_node+0x140/0x140
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</description>
                <environment>kernel 3.10.0-514.26.2.el7_lustre.2.7.21.1.ddn4.g3b21639.x86_64&lt;br/&gt;
lustre 2.7.21.3-ddn36</environment>
        <key id="54992">LU-12018</key>
            <summary>deadlock on OSS: quota reintegration vs memory release</summary>
                <type id="1" iconUrl="https://jira.whamcloud.com/secure/viewavatar?size=xsmall&amp;avatarId=11303&amp;avatarType=issuetype">Bug</type>
                                            <priority id="4" iconUrl="https://jira.whamcloud.com/images/icons/priorities/minor.svg">Minor</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="bzzz">Alex Zhuravlev</assignee>
                                    <reporter username="bzzz">Alex Zhuravlev</reporter>
                        <labels>
                    </labels>
                <created>Tue, 26 Feb 2019 07:28:38 +0000</created>
                <updated>Tue, 2 Nov 2021 03:27:52 +0000</updated>
                            <resolved>Sun, 3 Mar 2019 14:53:59 +0000</resolved>
                                    <version>Lustre 2.7.0</version>
                    <version>Lustre 2.12.0</version>
                    <version>Lustre 2.13.0</version>
                    <version>Lustre 2.10.6</version>
                                    <fixVersion>Lustre 2.13.0</fixVersion>
                    <fixVersion>Lustre 2.12.1</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>6</watches>
                                                                            <comments>
                            <comment id="242783" author="gerrit" created="Tue, 26 Feb 2019 07:35:32 +0000"  >&lt;p&gt;Alex Zhuravlev (bzzz@whamcloud.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/34328&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/34328&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-12018&quot; title=&quot;deadlock on OSS: quota reintegration vs memory release&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-12018&quot;&gt;&lt;del&gt;LU-12018&lt;/del&gt;&lt;/a&gt; quota: do not start a thread under memory pressure&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 61f605ceaae39401f7537d3663f5d8e7800e6d4d&lt;/p&gt;</comment>
                            <comment id="243251" author="gerrit" created="Sun, 3 Mar 2019 00:21:56 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/34328/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/34328/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-12018&quot; title=&quot;deadlock on OSS: quota reintegration vs memory release&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-12018&quot;&gt;&lt;del&gt;LU-12018&lt;/del&gt;&lt;/a&gt; quota: do not start a thread under memory pressure&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 94b11d5a7c55f4f6aff918c3b565b74cb18d04fb&lt;/p&gt;</comment>
                            <comment id="243267" author="pjones" created="Sun, 3 Mar 2019 14:53:59 +0000"  >&lt;p&gt;Landed for 2.13&lt;/p&gt;</comment>
                            <comment id="244257" author="gerrit" created="Tue, 19 Mar 2019 17:51:50 +0000"  >&lt;p&gt;Minh Diep (mdiep@whamcloud.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/34464&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/34464&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-12018&quot; title=&quot;deadlock on OSS: quota reintegration vs memory release&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-12018&quot;&gt;&lt;del&gt;LU-12018&lt;/del&gt;&lt;/a&gt; quota: do not start a thread under memory pressure&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: b2_12&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 71cdb716a41220dfcff21e9dc51201a44b502d63&lt;/p&gt;</comment>
                            <comment id="244975" author="gerrit" created="Mon, 1 Apr 2019 06:19:19 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/34464/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/34464/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-12018&quot; title=&quot;deadlock on OSS: quota reintegration vs memory release&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-12018&quot;&gt;&lt;del&gt;LU-12018&lt;/del&gt;&lt;/a&gt; quota: do not start a thread under memory pressure&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: b2_12&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 87cc5662ebf3c2ea3b5c1630bddba2b6c4ec8c52&lt;/p&gt;</comment>
                            <comment id="247148" author="sthiell" created="Wed, 15 May 2019 13:13:17 +0000"  >&lt;p&gt;Is it possible to add it to b2_10?&lt;/p&gt;</comment>
                            <comment id="247149" author="gerrit" created="Wed, 15 May 2019 13:17:33 +0000"  >&lt;p&gt;Alex Zhuravlev (bzzz@whamcloud.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/34865&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/34865&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-12018&quot; title=&quot;deadlock on OSS: quota reintegration vs memory release&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-12018&quot;&gt;&lt;del&gt;LU-12018&lt;/del&gt;&lt;/a&gt; quota: do not start a thread under memory pressure&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: b2_10&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 143ab29463a914106e85c3706d5c4177d0de170d&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10324">
                    <name>Cloners</name>
                                            <outwardlinks description="Clones">
                                                        </outwardlinks>
                                                        </issuelinktype>
                            <issuelinktype id="10010">
                    <name>Duplicate</name>
                                                                <inwardlinks description="is duplicated by">
                                        <issuelink>
            <issuekey id="55355">LU-12162</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                            <issuelinktype id="10011">
                    <name>Related</name>
                                            <outwardlinks description="is related to ">
                                                        </outwardlinks>
                                                                <inwardlinks description="is related to">
                                                        </inwardlinks>
                                    </issuelinktype>
                    </issuelinks>
                <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                                                                                                                                                            <customfield id="customfield_10890" key="com.atlassian.jira.plugins.jira-development-integration-plugin:devsummary">
                        <customfieldname>Development</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                        <customfield id="customfield_10390" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|i00cav:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10090" key="com.pyxis.greenhopper.jira:gh-global-rank">
                        <customfieldname>Rank (Obsolete)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>9223372036854775807</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                            <customfield id="customfield_10060" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>Severity</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10022"><![CDATA[3]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10190" key="com.atlassian.jira.plugin.system.customfieldtypes:textfield">
                        <customfieldname>Site Affected:</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>JCAHPC</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                    <customfield id="customfield_10990" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>Support Region</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10453"><![CDATA[Japan]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                            </customfields>
    </item>
</channel>
</rss>