<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 03:48:52 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>MongoDB Jira</title>
    <link>https://jira.mongodb.org</link>
    <description>This file is an XML representation of an issue</description>
    <language>en-us</language>    <build-info>
        <version>9.7.1</version>
        <build-number>970001</build-number>
        <build-date>13-04-2023</build-date>
    </build-info>


<item>
            <title>[SERVER-18829] Cache usage exceeds configured maximum during index builds under WiredTiger</title>
                <link>https://jira.mongodb.org/browse/SERVER-18829</link>
                <project id="10000" key="SERVER">Core Server</project>
                    <description>&lt;div class=&quot;panel&quot; style=&quot;background-color: #EEEEEE;border-color: #ccc;border-width: 1px;&quot;&gt;&lt;div class=&quot;panelHeader&quot; style=&quot;border-bottom-width: 1px;border-bottom-color: #ccc;background-color: #6CB33F;&quot;&gt;&lt;b&gt;Issue Status as of Jul 14, 2015&lt;/b&gt;&lt;/div&gt;&lt;div class=&quot;panelContent&quot; style=&quot;background-color: #EEEEEE;&quot;&gt;
&lt;p&gt;&lt;b&gt;ISSUE SUMMARY&lt;/b&gt;&lt;br/&gt;
MongoDB running with the WiredTiger storage engine may, during large index builds, exceed the amount of memory allocated to the database cache.&lt;/p&gt;

&lt;p&gt;This issue may prevent large index builds in some situations, such as during initial sync of new replica set members. &lt;/p&gt;

&lt;p&gt;&lt;b&gt;USER IMPACT&lt;/b&gt;&lt;br/&gt;
Excessive memory consumption may cause &lt;tt&gt;mongod&lt;/tt&gt; to either abort with an out-of-memory condition, or be killed by the operating system&apos;s OOM killer, leading to a loss of availability of the affected node.&lt;/p&gt;

&lt;p&gt;&lt;b&gt;WORKAROUNDS&lt;/b&gt;&lt;br/&gt;
Lowering the &lt;a href=&quot;http://docs.mongodb.org/manual/reference/program/mongod/#cmdoption--wiredTigerCacheSizeGB&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;amount of cache available to WiredTiger&lt;/a&gt; to the 1GB minimum may allow users affected by this issue to complete large index builds.&lt;/p&gt;

&lt;p&gt;&lt;b&gt;AFFECTED VERSIONS&lt;/b&gt;&lt;br/&gt;
MongoDB 3.0.0 through 3.0.4&lt;/p&gt;

&lt;p&gt;&lt;b&gt;FIX VERSION&lt;/b&gt;&lt;br/&gt;
The fix is included in the 3.0.5 production release.&lt;/p&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;h6&gt;&lt;a name=&quot;Originaldescription&quot;&gt;&lt;/a&gt;Original description&lt;/h6&gt;

&lt;p&gt;This has been seen under somewhat different circumstances by a couple of customers.&lt;/p&gt;

&lt;p&gt;Initial sync of a large db (multi TB, couple billion documents). Foreground build of _id index starts at A, and cache usage rises steadily to 6x configured maximum before being terminated by OOM.&lt;/p&gt;

&lt;p&gt;&lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;https://jira.mongodb.org/secure/attachment/76728/76728_incident.png&quot; width=&quot;900&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p&gt;Mongorestore of 100GB db. Multiple parallel background index builds begin at A; at B cache usage begins to grow until it reaches about 1.5x configured max and is terminated by OOM.&lt;/p&gt;

&lt;p&gt;&lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;https://jira.mongodb.org/secure/attachment/76727/76727_oom.png&quot; width=&quot;900&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt;&lt;/p&gt;

&lt;p&gt;No complete repro yet, although may have got a partial repro: during initial sync of a 500 GB db cache usage briefly rose to about 120% of configured max.&lt;/p&gt;</description>
                <environment></environment>
        <key id="208369">SERVER-18829</key>
            <summary>Cache usage exceeds configured maximum during index builds under WiredTiger</summary>
                <type id="1" iconUrl="https://jira.mongodb.org/secure/viewavatar?size=xsmall&amp;avatarId=14703&amp;avatarType=issuetype">Bug</type>
                                            <priority id="3" iconUrl="https://jira.mongodb.org/images/icons/priorities/major.svg">Major - P3</priority>
                        <status id="6" iconUrl="https://jira.mongodb.org/images/icons/statuses/closed.png" description="The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.">Closed</status>
                    <statusCategory id="3" key="done" colorName="success"/>
                                    <resolution id="9">Done</resolution>
                                        <assignee username="michael.cahill@mongodb.com">Michael Cahill</assignee>
                                    <reporter username="bruce.lucas@mongodb.com">Bruce Lucas</reporter>
                        <labels>
                            <label>RF</label>
                            <label>WTmem</label>
                            <label>WTplaybook</label>
                    </labels>
                <created>Thu, 4 Jun 2015 15:51:07 +0000</created>
                <updated>Wed, 30 Mar 2016 01:44:51 +0000</updated>
                            <resolved>Fri, 26 Jun 2015 12:47:36 +0000</resolved>
                                    <version>3.0.3</version>
                                    <fixVersion>3.0.5</fixVersion>
                    <fixVersion>3.1.5</fixVersion>
                                    <component>WiredTiger</component>
                                        <votes>4</votes>
                                    <watches>13</watches>
                                                                                                                <comments>
                            <comment id="952791" author="xgen-internal-githook" created="Mon, 29 Jun 2015 05:23:15 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;username&apos;: u&apos;agorrod&apos;, u&apos;name&apos;: u&apos;Alex Gorrod&apos;, u&apos;email&apos;: u&apos;alexander.gorrod@mongodb.com&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-18829&quot; title=&quot;Cache usage exceeds configured maximum during index builds under WiredTiger&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-18829&quot;&gt;&lt;del&gt;SERVER-18829&lt;/del&gt;&lt;/a&gt; Have pages start in the middle of the LRU queue for eviction.&lt;/p&gt;

&lt;p&gt;(cherry picked from commit d57dc26729bbc59c5bc3928aa90bb2ac3cd15d6d)&lt;br/&gt;
Branch: mongodb-3.0&lt;br/&gt;
&lt;a href=&quot;https://github.com/wiredtiger/wiredtiger/commit/28c395baf4be3cdceb398fea80eb8f7b7513759c&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/wiredtiger/wiredtiger/commit/28c395baf4be3cdceb398fea80eb8f7b7513759c&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="937006" author="alexander.gorrod" created="Wed, 10 Jun 2015 21:44:06 +0000"  >&lt;p&gt;A fix for this is now in MongoDB master, and will be included in the 3.1.5 release.&lt;/p&gt;</comment>
                            <comment id="937004" author="xgen-internal-githook" created="Wed, 10 Jun 2015 21:41:37 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;username&apos;: u&apos;agorrod&apos;, u&apos;name&apos;: u&apos;Alex Gorrod&apos;, u&apos;email&apos;: u&apos;alexander.gorrod@mongodb.com&apos;}
&lt;p&gt;Message: Merge pull request #2018 from wiredtiger/read-gen-midpoint&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-18829&quot; title=&quot;Cache usage exceeds configured maximum during index builds under WiredTiger&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-18829&quot;&gt;&lt;del&gt;SERVER-18829&lt;/del&gt;&lt;/a&gt; Have pages start in the middle of the LRU queue for eviction&lt;br/&gt;
Branch: develop&lt;br/&gt;
&lt;a href=&quot;https://github.com/wiredtiger/wiredtiger/commit/d57dc26729bbc59c5bc3928aa90bb2ac3cd15d6d&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/wiredtiger/wiredtiger/commit/d57dc26729bbc59c5bc3928aa90bb2ac3cd15d6d&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="937003" author="xgen-internal-githook" created="Wed, 10 Jun 2015 21:41:36 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;username&apos;: u&apos;michaelcahill&apos;, u&apos;name&apos;: u&apos;Michael Cahill&apos;, u&apos;email&apos;: u&apos;michael.cahill@mongodb.com&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-18829&quot; title=&quot;Cache usage exceeds configured maximum during index builds under WiredTiger&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-18829&quot;&gt;&lt;del&gt;SERVER-18829&lt;/del&gt;&lt;/a&gt; Have pages start in the middle of the LRU queue for eviction.&lt;br/&gt;
Also make sure that when eviction first needs to run, it can find some pages to&lt;br/&gt;
evict.&lt;br/&gt;
Branch: develop&lt;br/&gt;
&lt;a href=&quot;https://github.com/wiredtiger/wiredtiger/commit/32144696f78cf726b8b1df8becca0a86d870efa3&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/wiredtiger/wiredtiger/commit/32144696f78cf726b8b1df8becca0a86d870efa3&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="937002" author="xgen-internal-githook" created="Wed, 10 Jun 2015 21:41:25 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;username&apos;: u&apos;agorrod&apos;, u&apos;name&apos;: u&apos;Alex Gorrod&apos;, u&apos;email&apos;: u&apos;alexander.gorrod@mongodb.com&apos;}
&lt;p&gt;Message: Merge pull request #2018 from wiredtiger/read-gen-midpoint&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-18829&quot; title=&quot;Cache usage exceeds configured maximum during index builds under WiredTiger&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-18829&quot;&gt;&lt;del&gt;SERVER-18829&lt;/del&gt;&lt;/a&gt; Have pages start in the middle of the LRU queue for eviction&lt;br/&gt;
Branch: develop&lt;br/&gt;
&lt;a href=&quot;https://github.com/wiredtiger/wiredtiger/commit/d57dc26729bbc59c5bc3928aa90bb2ac3cd15d6d&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/wiredtiger/wiredtiger/commit/d57dc26729bbc59c5bc3928aa90bb2ac3cd15d6d&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="937001" author="xgen-internal-githook" created="Wed, 10 Jun 2015 21:41:24 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;username&apos;: u&apos;michaelcahill&apos;, u&apos;name&apos;: u&apos;Michael Cahill&apos;, u&apos;email&apos;: u&apos;michael.cahill@mongodb.com&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-18829&quot; title=&quot;Cache usage exceeds configured maximum during index builds under WiredTiger&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-18829&quot;&gt;&lt;del&gt;SERVER-18829&lt;/del&gt;&lt;/a&gt; Have pages start in the middle of the LRU queue for eviction.&lt;br/&gt;
Also make sure that when eviction first needs to run, it can find some pages to&lt;br/&gt;
evict.&lt;br/&gt;
Branch: develop&lt;br/&gt;
&lt;a href=&quot;https://github.com/wiredtiger/wiredtiger/commit/32144696f78cf726b8b1df8becca0a86d870efa3&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/wiredtiger/wiredtiger/commit/32144696f78cf726b8b1df8becca0a86d870efa3&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="936988" author="xgen-internal-githook" created="Wed, 10 Jun 2015 21:27:26 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;username&apos;: u&apos;agorrod&apos;, u&apos;name&apos;: u&apos;Alex Gorrod&apos;, u&apos;email&apos;: u&apos;alexander.gorrod@mongodb.com&apos;}
&lt;p&gt;Message: Merge pull request #2018 from wiredtiger/read-gen-midpoint&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-18829&quot; title=&quot;Cache usage exceeds configured maximum during index builds under WiredTiger&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-18829&quot;&gt;&lt;del&gt;SERVER-18829&lt;/del&gt;&lt;/a&gt; Have pages start in the middle of the LRU queue for eviction&lt;br/&gt;
Branch: develop&lt;br/&gt;
&lt;a href=&quot;https://github.com/wiredtiger/wiredtiger/commit/d57dc26729bbc59c5bc3928aa90bb2ac3cd15d6d&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/wiredtiger/wiredtiger/commit/d57dc26729bbc59c5bc3928aa90bb2ac3cd15d6d&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="936985" author="xgen-internal-githook" created="Wed, 10 Jun 2015 21:27:24 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;username&apos;: u&apos;michaelcahill&apos;, u&apos;name&apos;: u&apos;Michael Cahill&apos;, u&apos;email&apos;: u&apos;michael.cahill@mongodb.com&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-18829&quot; title=&quot;Cache usage exceeds configured maximum during index builds under WiredTiger&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-18829&quot;&gt;&lt;del&gt;SERVER-18829&lt;/del&gt;&lt;/a&gt; Have pages start in the middle of the LRU queue for eviction.&lt;br/&gt;
Also make sure that when eviction first needs to run, it can find some pages to&lt;br/&gt;
evict.&lt;br/&gt;
Branch: develop&lt;br/&gt;
&lt;a href=&quot;https://github.com/wiredtiger/wiredtiger/commit/32144696f78cf726b8b1df8becca0a86d870efa3&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/wiredtiger/wiredtiger/commit/32144696f78cf726b8b1df8becca0a86d870efa3&lt;/a&gt;&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10011">
                    <name>Depends</name>
                                            <outwardlinks description="depends on">
                                                        </outwardlinks>
                                                                <inwardlinks description="is depended on by">
                                        <issuelink>
            <issuekey id="212396">WT-1973</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                            <issuelinktype id="10010">
                    <name>Duplicate</name>
                                                                <inwardlinks description="is duplicated by">
                                        <issuelink>
            <issuekey id="208704">SERVER-18842</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="212266">SERVER-19066</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="215792">SERVER-19339</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="222973">SERVER-19620</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                            <issuelinktype id="10012">
                    <name>Related</name>
                                            <outwardlinks description="related to">
                                                        </outwardlinks>
                                                                <inwardlinks description="is related to">
                                        <issuelink>
            <issuekey id="227294">SERVER-20159</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="206745">SERVER-18674</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="206780">SERVER-18677</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                    </issuelinks>
                <attachments>
                            <attachment id="76728" name="incident.png" size="187035" author="bruce.lucas@mongodb.com" created="Thu, 4 Jun 2015 15:51:07 +0000"/>
                            <attachment id="76727" name="oom.png" size="75074" author="bruce.lucas@mongodb.com" created="Thu, 4 Jun 2015 15:51:07 +0000"/>
                            <attachment id="76842" name="partial-repro-ckpt.png" size="125416" author="bruce.lucas@mongodb.com" created="Fri, 5 Jun 2015 10:39:45 +0000"/>
                            <attachment id="77064" name="partial-repro-stacks.png" size="182648" author="bruce.lucas@mongodb.com" created="Mon, 8 Jun 2015 16:26:03 +0000"/>
                            <attachment id="76768" name="partial-repro.png" size="156235" author="bruce.lucas@mongodb.com" created="Thu, 4 Jun 2015 19:54:13 +0000"/>
                            <attachment id="76843" name="ss-alex.html" size="2143418" author="bruce.lucas@mongodb.com" created="Fri, 5 Jun 2015 10:40:09 +0000"/>
                            <attachment id="76844" name="ss-alex.log" size="6350785" author="bruce.lucas@mongodb.com" created="Fri, 5 Jun 2015 10:40:09 +0000"/>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                <customfield id="customfield_10050" key="com.atlassian.jira.toolkit:comments">
                        <customfieldname># Replies</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>8.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                <customfield id="customfield_12451" key="com.atlassian.jira.plugin.system.customfieldtypes:multiversion">
                        <customfieldname>Backport Completed</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue id="15441">3.0.5</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                            <customfield id="customfield_10011" key="com.atlassian.jira.plugin.system.customfieldtypes:radiobuttons">
                        <customfieldname>Backwards Compatibility</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10038"><![CDATA[Fully Compatible]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                            <customfield id="customfield_10055" key="com.atlassian.jira.ext.charting:firstresponsedate">
                        <customfieldname>Date of 1st Reply</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Fri, 5 Jun 2015 03:36:40 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10052" key="com.atlassian.jira.toolkit:dayslastcommented">
                        <customfieldname>Days since reply</customfieldname>
                        <customfieldvalues>
                                        8 years, 33 weeks, 2 days ago
    
                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_18254" key="com.onresolve.jira.groovy.groovyrunner:scripted-field">
                        <customfieldname>Dependencies</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue><![CDATA[<s><a href='https://jira.mongodb.org/browse/WRITING-1371'>WRITING-1371</a></s>]]></customfieldvalue>


                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_15850" key="com.atlassian.jira.plugins.jira-development-integration-plugin:devsummary">
                        <customfieldname>Development</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    <customfield id="customfield_10057" key="com.atlassian.jira.toolkit:lastusercommented">
                        <customfieldname>Last comment by Customer</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>true</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                            <customfield id="customfield_10056" key="com.atlassian.jira.toolkit:lastupdaterorcommenter">
                        <customfieldname>Last commenter</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>michael.cahill@mongodb.com</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_11151" key="com.atlassian.jira.toolkit:LastCommentDate">
                        <customfieldname>Last public comment date</customfieldname>
                        <customfieldvalues>
                            8 years, 33 weeks, 2 days ago
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                    <customfield id="customfield_10032" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>Operating System</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10026"><![CDATA[ALL]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_10051" key="com.atlassian.jira.toolkit:participants">
                        <customfieldname>Participants</customfieldname>
                        <customfieldvalues>
                                        <customfieldvalue>alexander.gorrod@mongodb.com</customfieldvalue>
            <customfieldvalue>bruce.lucas@mongodb.com</customfieldvalue>
            <customfieldvalue>xgen-internal-githook</customfieldvalue>
            <customfieldvalue>michael.cahill@mongodb.com</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_14254" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Product Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hrl41j:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_12550" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>2|hs9z6n:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10558" key="com.pyxis.greenhopper.jira:gh-global-rank">
                        <customfieldname>Rank (Obsolete)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>9223372036854775807</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    <customfield id="customfield_10053" key="com.atlassian.jira.ext.charting:timeinstatus">
                        <customfieldname>Time In Status</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                        <customfield id="customfield_22870" key="com.onresolve.jira.groovy.groovyrunner:scripted-field">
                        <customfieldname>Triagers</customfieldname>
                        <customfieldvalues>
                                

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_11861" key="com.atlassian.jira.plugin.system.customfieldtypes:radiobuttons">
                        <customfieldname>User Summary</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="11858"><![CDATA[Completed]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                        <customfield id="customfield_14350" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>serverRank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hrrmx3:</customfieldvalue>

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