<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 04:57: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-41492] Disable WiredTiger cursor caching and introduce more aggressive file handle sweeps in testing</title>
                <link>https://jira.mongodb.org/browse/SERVER-41492</link>
                <project id="10000" key="SERVER">Core Server</project>
                    <description>&lt;p&gt;The objective is to disable WiredTiger cursor caching by &lt;a href=&quot;https://github.com/mongodb/mongo/blob/310408e0b938d66586e0c2aa4ff6c3d823aa07cc/src/mongo/db/storage/wiredtiger/wiredtiger_parameters.idl#L90&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;setting this parameter above 0&lt;/a&gt; in some builds.&lt;/p&gt;

&lt;p&gt;The default is -100, which enables caching in WiredTiger because it is less than or equal to 0, and also uses MongoDB cursor caching with a size of 100.&lt;/p&gt;

&lt;p&gt;Copied from&#160;&lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-41494&quot; title=&quot;Introduce more aggressive WiredTiger file handle sweeps in testing&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-41494&quot;&gt;&lt;del&gt;SERVER-41494&lt;/del&gt;&lt;/a&gt;:&lt;/p&gt;
&lt;blockquote&gt;&lt;p&gt;Lower the following WiredTiger file_manager parameters to wiredtiger_open:&lt;/p&gt;
&lt;ul class=&quot;alternate&quot; type=&quot;square&quot;&gt;
	&lt;li&gt;close_handle_minimum: number of handles open before the file manager will look for handles to close. The WT default is 250. Lower to a more reasonable number like 4.&lt;/li&gt;
	&lt;li&gt;close_idle_time: amount of time in seconds a file handle needs to be idle before attempting to close it. The default is 28 hours. Lower to 10 seconds.&lt;/li&gt;
	&lt;li&gt;close_scan_interval interval in seconds at which to check for files that are inactive and close them. The WT default is 10. Lower to 5 seconds.&lt;/li&gt;
&lt;/ul&gt;
&lt;/blockquote&gt;</description>
                <environment></environment>
        <key id="788521">SERVER-41492</key>
            <summary>Disable WiredTiger cursor caching and introduce more aggressive file handle sweeps in testing</summary>
                <type id="4" iconUrl="https://jira.mongodb.org/secure/viewavatar?size=xsmall&amp;avatarId=14710&amp;avatarType=issuetype">Improvement</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="13201">Fixed</resolution>
                                        <assignee username="louis.williams@mongodb.com">Louis Williams</assignee>
                                    <reporter username="louis.williams@mongodb.com">Louis Williams</reporter>
                        <labels>
                    </labels>
                <created>Tue, 4 Jun 2019 15:34:55 +0000</created>
                <updated>Sun, 29 Oct 2023 22:20:23 +0000</updated>
                            <resolved>Thu, 15 Aug 2019 19:01:15 +0000</resolved>
                                                    <fixVersion>4.2.1</fixVersion>
                    <fixVersion>4.3.1</fixVersion>
                                                        <votes>0</votes>
                                    <watches>8</watches>
                                                                                                                <comments>
                            <comment id="3773514" author="milkie" created="Fri, 14 May 2021 12:14:23 +0000"  >&lt;p&gt;Hi Chan Lewis,&lt;br/&gt;
Please ask such questions in the MongoDB Developer Community Forums here: &lt;a href=&quot;https://developer.mongodb.com/community/forums/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://developer.mongodb.com/community/forums/&lt;/a&gt;&lt;br/&gt;
Thank you!&lt;/p&gt;</comment>
                            <comment id="3773194" author="JIRAUSER1269408" created="Fri, 14 May 2021 06:17:42 +0000"  >&lt;p&gt;May I ask why&#160;&lt;b&gt;close_idle_time&lt;/b&gt; default value is 100000s &#65311; It seems to be much less aggressive sweeping in production. If I create many collections and don&apos;t access them for a long period of time, is it a good idea to sweep them from memory and make room for other active collections ? Personally I think 28h is too long, and far away from default value (30) in wiredtiger (config_def.c).&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;

&lt;p&gt;And why&#160;&lt;b&gt;wiredTigerFileHandleCloseIdleTime&lt;/b&gt; cannot be changed at runtime ?&lt;/p&gt;</comment>
                            <comment id="2391021" author="xgen-internal-githook" created="Tue, 27 Aug 2019 20:25:50 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;username&apos;: &apos;louiswilliams&apos;, &apos;email&apos;: &apos;louis.williams@mongodb.com&apos;, &apos;name&apos;: &apos;Louis Williams&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-41492&quot; title=&quot;Disable WiredTiger cursor caching and introduce more aggressive file handle sweeps in testing&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-41492&quot;&gt;&lt;del&gt;SERVER-41492&lt;/del&gt;&lt;/a&gt; Create concurrency suites to disable WiredTiger cursor caching&lt;br/&gt;
and enable more aggressive file handle sweeps&lt;/p&gt;

&lt;p&gt;(cherry picked from commit 407bf9be594278ac505fb089ec17dfef62ac0e25)&lt;/p&gt;

&lt;p&gt;Add tunable parameters for WiredTiger file manager options&lt;/p&gt;

&lt;p&gt;(cherry picked from commit 70a987f5efd85c3162823e8a07f49566b10d2020)&lt;/p&gt;

&lt;p&gt;Add configurable WiredTiger close_scan_interval setting&lt;/p&gt;

&lt;p&gt;(cherry picked from commit 0359ce62e90df692b4fb0a2bf68755a6988d9ede)&lt;/p&gt;

&lt;p&gt;Fix yaml lint&lt;/p&gt;

&lt;p&gt;(cherry picked from commit 4a1d30014c12bae57caf423b695378fdc6fea6c9)&lt;br/&gt;
Branch: v4.2&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/539368137060c637f5e373a341a1d09813c1d403&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/539368137060c637f5e373a341a1d09813c1d403&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="2374959" author="xgen-internal-githook" created="Fri, 16 Aug 2019 14:18:17 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;username&apos;: &apos;louiswilliams&apos;, &apos;email&apos;: &apos;louis.williams@mongodb.com&apos;, &apos;name&apos;: &apos;Louis Williams&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-41492&quot; title=&quot;Disable WiredTiger cursor caching and introduce more aggressive file handle sweeps in testing&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-41492&quot;&gt;&lt;del&gt;SERVER-41492&lt;/del&gt;&lt;/a&gt; Fix yaml lint&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/4a1d30014c12bae57caf423b695378fdc6fea6c9&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/4a1d30014c12bae57caf423b695378fdc6fea6c9&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="2374011" author="louis.williams" created="Thu, 15 Aug 2019 19:01:15 +0000"  >&lt;p&gt;Requesting a backport to 4.2 to expand our test coverage.&lt;/p&gt;</comment>
                            <comment id="2374004" author="xgen-internal-githook" created="Thu, 15 Aug 2019 18:59:19 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;username&apos;: &apos;louiswilliams&apos;, &apos;email&apos;: &apos;louis.williams@mongodb.com&apos;, &apos;name&apos;: &apos;Louis Williams&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-41492&quot; title=&quot;Disable WiredTiger cursor caching and introduce more aggressive file handle sweeps in testing&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-41492&quot;&gt;&lt;del&gt;SERVER-41492&lt;/del&gt;&lt;/a&gt; Create concurrency suites to disable WiredTiger cursor caching&lt;br/&gt;
and enable more agressive file handle sweeps&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/407bf9be594278ac505fb089ec17dfef62ac0e25&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/407bf9be594278ac505fb089ec17dfef62ac0e25&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="2374003" author="xgen-internal-githook" created="Thu, 15 Aug 2019 18:59:16 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;username&apos;: &apos;louiswilliams&apos;, &apos;email&apos;: &apos;louis.williams@mongodb.com&apos;, &apos;name&apos;: &apos;Louis Williams&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-41492&quot; title=&quot;Disable WiredTiger cursor caching and introduce more aggressive file handle sweeps in testing&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-41492&quot;&gt;&lt;del&gt;SERVER-41492&lt;/del&gt;&lt;/a&gt; Add configurable WiredTiger close_scan_interval setting&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/0359ce62e90df692b4fb0a2bf68755a6988d9ede&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/0359ce62e90df692b4fb0a2bf68755a6988d9ede&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="2362827" author="xgen-internal-githook" created="Thu, 8 Aug 2019 13:57:15 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Louis Williams&apos;, &apos;email&apos;: &apos;louis.williams@mongodb.com&apos;, &apos;username&apos;: &apos;louiswilliams&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-41492&quot; title=&quot;Disable WiredTiger cursor caching and introduce more aggressive file handle sweeps in testing&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-41492&quot;&gt;&lt;del&gt;SERVER-41492&lt;/del&gt;&lt;/a&gt; Add tunable parameters for WiredTiger file manager options&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/70a987f5efd85c3162823e8a07f49566b10d2020&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/70a987f5efd85c3162823e8a07f49566b10d2020&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="2356039" author="maria.vankeulen" created="Fri, 2 Aug 2019 14:48:02 +0000"  >&lt;p&gt;This patch should also include the configurations described in &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-41494&quot; title=&quot;Introduce more aggressive WiredTiger file handle sweeps in testing&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-41494&quot;&gt;&lt;del&gt;SERVER-41494&lt;/del&gt;&lt;/a&gt;, since simultaneously enabling them provides the coverage we&apos;re most interested in.&lt;/p&gt;</comment>
                            <comment id="2354792" author="maria.vankeulen" created="Thu, 1 Aug 2019 18:48:05 +0000"  >&lt;p&gt;It seems like the jstestfuzz_concurrent and jstestfuzz_concurrent_replication tasks make good templates for these new configurations. I suggest we add them to the enterprise rhel 6.2 and enterprise rhel 6.2 (majority read concern off) builders to start.&lt;/p&gt;</comment>
                            <comment id="2354559" author="maria.vankeulen" created="Thu, 1 Aug 2019 17:22:10 +0000"  >&lt;p&gt;I think introducing jstestfuzz tasks with the parameters configured as described in &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-41492&quot; title=&quot;Disable WiredTiger cursor caching and introduce more aggressive file handle sweeps in testing&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-41492&quot;&gt;&lt;del&gt;SERVER-41492&lt;/del&gt;&lt;/a&gt; (and similarly &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-41494&quot; title=&quot;Introduce more aggressive WiredTiger file handle sweeps in testing&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-41494&quot;&gt;&lt;del&gt;SERVER-41494&lt;/del&gt;&lt;/a&gt; and &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-42011&quot; title=&quot;Create concurrency suites to enable WiredTiger eviction debugging mode&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-42011&quot;&gt;&lt;del&gt;SERVER-42011&lt;/del&gt;&lt;/a&gt;) provides a good balance between adding test coverage and not incurring too much extra maintenance costs. I will spend some time thinking which jstestfuzz tasks make the most sense to use.&lt;/p&gt;</comment>
                            <comment id="2280585" author="alexander.gorrod" created="Wed, 12 Jun 2019 00:43:17 +0000"  >&lt;p&gt;&lt;a href=&quot;https://jira.mongodb.org/secure/ViewProfile.jspa?name=milkie&quot; class=&quot;user-hover&quot; rel=&quot;milkie&quot;&gt;milkie&lt;/a&gt; we talked about it this morning. I&apos;m concerned that enabling the set of options required to trigger race conditions with cache overflow and handle sweep will alter the behavior of MongoDB and WiredTiger enough to mask other potential failure modes.&lt;/p&gt;

&lt;p&gt;We assigned this to the executions backlog for now - since it&apos;s about figuring out where to do the testing which has long term maintenance costs on the executions team. Similarly for &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-41494&quot; title=&quot;Introduce more aggressive WiredTiger file handle sweeps in testing&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-41494&quot;&gt;&lt;del&gt;SERVER-41494&lt;/del&gt;&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="2275973" author="milkie" created="Fri, 7 Jun 2019 16:25:18 +0000"  >&lt;p&gt;I&apos;m not sure why someone would first try to reproduce a BF failure from a debug builder with code compiled with nodebug; the code between debug and nondebug already seriously diverges in several significant ways, so it&apos;s already best practice to reproduce with the same compiler flags as the failure.  Adding a new variant does incur some extra continuing costs and I&apos;m not sure the benefit would be worth it.&lt;/p&gt;</comment>
                            <comment id="2275255" author="alexander.gorrod" created="Fri, 7 Jun 2019 00:19:57 +0000"  >&lt;p&gt;Disabling WiredTiger cursor caching in all MongoDB debug builds concerns me - it&apos;s a potentially significant implicit divergence between debug/non-debug builds and I don&apos;t think it would be obvious to figure out that you can&apos;t reproduce a bug because cursor caching is disabled.&lt;/p&gt;

&lt;p&gt;Could we instead add a new variant to Evergreen that tests a debug build with cursor caching disabled?&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10420">
                    <name>Backports</name>
                                            <outwardlinks description="backported by">
                                                        </outwardlinks>
                                                        </issuelinktype>
                            <issuelinktype id="10010">
                    <name>Duplicate</name>
                                                                <inwardlinks description="is duplicated by">
                                        <issuelink>
            <issuekey id="788540">SERVER-41494</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                            <issuelinktype id="10012">
                    <name>Related</name>
                                            <outwardlinks description="related to">
                                        <issuelink>
            <issuekey id="758706">SERVER-41020</issuekey>
        </issuelink>
                            </outwardlinks>
                                                                <inwardlinks description="is related to">
                                        <issuelink>
            <issuekey id="828291">SERVER-42011</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="788540">SERVER-41494</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                    </issuelinks>
                <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                <customfield id="customfield_10050" key="com.atlassian.jira.toolkit:comments">
                        <customfieldname># Replies</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>14.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_18555" key="com.onresolve.jira.groovy.groovyrunner:scripted-field">
                        <customfieldname># of Sprints</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>2.0</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                <customfield id="customfield_12450" key="com.atlassian.jira.plugin.system.customfieldtypes:multicheckboxes">
                        <customfieldname>Backport Requested</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="16775"><![CDATA[v4.2]]></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>Tue, 4 Jun 2019 16:11:57 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10052" key="com.atlassian.jira.toolkit:dayslastcommented">
                        <customfieldname>Days since reply</customfieldname>
                        <customfieldvalues>
                                        2 years, 38 weeks, 5 days ago
    
                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_18254" key="com.onresolve.jira.groovy.groovyrunner:scripted-field">
                        <customfieldname>Dependencies</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue><![CDATA[]]></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_17050" key="com.atlassian.jira.plugin.system.customfieldtypes:radiobuttons">
                        <customfieldname>Downstream Team Attention</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="16941"><![CDATA[Not Needed]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    <customfield id="customfield_10057" key="com.atlassian.jira.toolkit:lastusercommented">
                        <customfieldname>Last comment by Customer</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>false</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                            <customfield id="customfield_10056" key="com.atlassian.jira.toolkit:lastupdaterorcommenter">
                        <customfieldname>Last commenter</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>luke.bonanomi@mongodb.com</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_11151" key="com.atlassian.jira.toolkit:LastCommentDate">
                        <customfieldname>Last public comment date</customfieldname>
                        <customfieldvalues>
                            2 years, 38 weeks, 5 days ago
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                    <customfield id="customfield_10051" key="com.atlassian.jira.toolkit:participants">
                        <customfieldname>Participants</customfieldname>
                        <customfieldvalues>
                                        <customfieldvalue>alexander.gorrod@mongodb.com</customfieldvalue>
            <customfieldvalue>baiwfg2@gmail.com</customfieldvalue>
            <customfieldvalue>milkie@mongodb.com</customfieldvalue>
            <customfieldvalue>xgen-internal-githook</customfieldvalue>
            <customfieldvalue>louis.williams@mongodb.com</customfieldvalue>
            <customfieldvalue>maria.vankeulen@mongodb.com</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_14254" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Product Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hv2xnj:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_12550" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>2|hv419r:</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_23361" key="com.onresolve.jira.groovy.groovyrunner:scripted-field">
                        <customfieldname>Requested By</customfieldname>
                        <customfieldvalues>
                                

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_10557" key="com.pyxis.greenhopper.jira:gh-sprint">
                        <customfieldname>Sprint</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue id="3091">Execution Team 2019-08-12</customfieldvalue>
    <customfieldvalue id="3092">Execution Team 2019-08-26</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_14350" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>serverRank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hv2jwv:</customfieldvalue>

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