<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 03:20:58 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-9622] establishing cursor for query can fail with stale config after first batch built - testshard1.js failing on Windows</title>
                <link>https://jira.mongodb.org/browse/SERVER-9622</link>
                <project id="10000" key="SERVER">Core Server</project>
                    <description>&lt;p&gt;This issue is related to rapid chunk migrations causing too many retries when setting the shard version despite successfully setting the shard version each time.&lt;/p&gt;

&lt;p&gt;First seen failing at &lt;a href=&quot;http://buildbot.mongodb.org:8081/builders/Windows%2064-bit%202008R2%2B/builds/7&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://buildbot.mongodb.org:8081/builders/Windows%2064-bit%202008R2%2B/builds/7&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;seems to be happening more frequently now (#22-#26)&lt;/p&gt;</description>
                <environment></environment>
        <key id="74642">SERVER-9622</key>
            <summary>establishing cursor for query can fail with stale config after first batch built - testshard1.js failing on Windows</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="backlog-server-sharding">[DO NOT USE] Backlog - Sharding Team</assignee>
                                    <reporter username="ian@mongodb.com">Ian Whalen</reporter>
                        <labels>
                            <label>todo_in_code</label>
                    </labels>
                <created>Wed, 8 May 2013 15:00:20 +0000</created>
                <updated>Tue, 6 Dec 2022 05:21:04 +0000</updated>
                            <resolved>Fri, 21 Dec 2018 15:43:35 +0000</resolved>
                                                                    <component>Sharding</component>
                                        <votes>4</votes>
                                    <watches>13</watches>
                                                                                                                <comments>
                            <comment id="2098457" author="greg.mckeon" created="Fri, 21 Dec 2018 15:43:35 +0000"  >&lt;p&gt;We upped the number of retries from 3 to &amp;gt; 10 in 3.6&lt;/p&gt;</comment>
                            <comment id="498776" author="greg_10gen" created="Thu, 13 Feb 2014 19:53:46 +0000"  >&lt;p&gt;This is non-regression and does not affect safety (just query retry).  Writes now have a more advanced notion of &quot;progress&quot;.&lt;/p&gt;</comment>
                            <comment id="402288" author="greg_10gen" created="Tue, 13 Aug 2013 20:54:33 +0000"  >&lt;p&gt;Hmm... this is definitely a different issue - you&apos;re not moving any chunks (and the version isn&apos;t changing) when you&apos;re getting these errors.  This issue is related to very rapid chunk migrations (though that wasn&apos;t at all obvious from the description).  I&apos;d recommend you open a SUPPORT ticket with the mongos log here as well as a mongod log (from shard &quot;db2&quot;, or if you need to repro again a log from the shard primary you&apos;re versioning against) at logLevel 2.&lt;/p&gt;

&lt;p&gt;In particular, it seems like you&apos;re repeatedly setting the same version, but mongod is somehow not getting correctly set - something is definitely wrong, but it&apos;s not related to establishing a cursor b/c of rapid migrations so we should open a different ticket.&lt;/p&gt;</comment>
                            <comment id="399319" author="pmaedel" created="Fri, 9 Aug 2013 10:06:06 +0000"  >&lt;p&gt;&lt;a href=&quot;https://jira.mongodb.org/secure/ViewProfile.jspa?name=greg_10gen&quot; class=&quot;user-hover&quot; rel=&quot;greg_10gen&quot;&gt;greg_10gen&lt;/a&gt; the affected collection is solely queried by _id index, also only a single document will be returned by a query though each document can be quite large (up to 800k), so problems due to batch size might apply. I have attached the relevant log from mongos&lt;/p&gt;</comment>
                            <comment id="398625" author="greg_10gen" created="Thu, 8 Aug 2013 14:02:18 +0000"  >&lt;p&gt;&lt;a href=&quot;https://jira.mongodb.org/secure/ViewProfile.jspa?name=pmaedel&quot; class=&quot;user-hover&quot; rel=&quot;pmaedel&quot;&gt;pmaedel&lt;/a&gt; Do you have a sample error and the exact operation which caused this issue?  Logs from the mongos and mongod at level 2 are really the only way to confirm - the error message &quot;too many retries of stale version info&quot; can be caused by a number of problems, not necessarily always related to this issue.&lt;/p&gt;

&lt;p&gt;If this is the problem, workarounds should be to turn off balancing during high-load periods using the balancer window, ensure indexes on slow queries, and/or change the query batchsize to return smaller batches.&lt;/p&gt;</comment>
                            <comment id="396781" author="pmaedel" created="Tue, 6 Aug 2013 11:27:41 +0000"  >&lt;p&gt;This bug occurs frequently upon our production systems. Is there any known workaround?&lt;/p&gt;</comment>
                            <comment id="340939" author="greg_10gen" created="Tue, 21 May 2013 20:08:25 +0000"  >&lt;p&gt;Failing because of query.cpp:715 - we yield when constructing the first batch of a cursor and throw a stale config.  Pretty sure this is always wrong - if we have a cursor associated with a particular version, we never should throw stale config.&lt;/p&gt;</comment>
                            <comment id="336576" author="auto" created="Wed, 15 May 2013 21:14:25 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;date&apos;: u&apos;2013-05-15T19:50:57Z&apos;, u&apos;name&apos;: u&apos;Greg Studer&apos;, u&apos;email&apos;: u&apos;greg@10gen.com&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-9622&quot; title=&quot;establishing cursor for query can fail with stale config after first batch built - testshard1.js failing on Windows&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-9622&quot;&gt;&lt;del&gt;SERVER-9622&lt;/del&gt;&lt;/a&gt; buildbot testshard1.js turn on exception tracing in mongod&lt;/p&gt;

&lt;p&gt;temporary, will be removed in final fix for &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-9622&quot; title=&quot;establishing cursor for query can fail with stale config after first batch built - testshard1.js failing on Windows&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-9622&quot;&gt;&lt;del&gt;SERVER-9622&lt;/del&gt;&lt;/a&gt;&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/9df07aa58f54646c0792734d72f0702b41b16ceb&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/9df07aa58f54646c0792734d72f0702b41b16ceb&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="336575" author="auto" created="Wed, 15 May 2013 21:14:23 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;date&apos;: u&apos;2013-05-15T19:50:57Z&apos;, u&apos;name&apos;: u&apos;Greg Studer&apos;, u&apos;email&apos;: u&apos;greg@10gen.com&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-9622&quot; title=&quot;establishing cursor for query can fail with stale config after first batch built - testshard1.js failing on Windows&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-9622&quot;&gt;&lt;del&gt;SERVER-9622&lt;/del&gt;&lt;/a&gt; buildbot testshard1.js turn on exception tracing in mongod&lt;/p&gt;

&lt;p&gt;temporary, will be removed in final fix for &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-9622&quot; title=&quot;establishing cursor for query can fail with stale config after first batch built - testshard1.js failing on Windows&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-9622&quot;&gt;&lt;del&gt;SERVER-9622&lt;/del&gt;&lt;/a&gt;&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/9df07aa58f54646c0792734d72f0702b41b16ceb&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/9df07aa58f54646c0792734d72f0702b41b16ceb&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="336568" author="greg_10gen" created="Wed, 15 May 2013 21:08:20 +0000"  >&lt;p&gt;Looks like late stale config exceptions in aggregation are causing problems somehow, enabled enhanced tracing to see exactly where they&apos;re being thrown from.&lt;/p&gt;</comment>
                            <comment id="334634" author="greg_10gen" created="Mon, 13 May 2013 18:37:00 +0000"  >&lt;p&gt;Looks like this resolved the issue, but feel free to reopen if this starts failing again.&lt;/p&gt;</comment>
                            <comment id="332840" author="greg_10gen" created="Fri, 10 May 2013 15:28:27 +0000"  >&lt;p&gt;Changed test to ensure there isn&apos;t any config-server-as-shard weirdness which would allow migrations to interfere with the loading of the migration metadata.  Also higher loglevel in case this happens again to capture how the retries are happening.&lt;/p&gt;</comment>
                            <comment id="332838" author="auto" created="Fri, 10 May 2013 15:26:59 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;date&apos;: u&apos;2013-05-10T15:25:13Z&apos;, u&apos;name&apos;: u&apos;Greg Studer&apos;, u&apos;email&apos;: u&apos;greg@10gen.com&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-9622&quot; title=&quot;establishing cursor for query can fail with stale config after first batch built - testshard1.js failing on Windows&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-9622&quot;&gt;&lt;del&gt;SERVER-9622&lt;/del&gt;&lt;/a&gt; buildbot testshard1.js make shard not config server too, loglevel 2&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/f10527979b27da40fe23a4f2a5a75243b588d808&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/f10527979b27da40fe23a4f2a5a75243b588d808&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="331205" author="redbeard0531" created="Wed, 8 May 2013 16:54:20 +0000"  >&lt;p&gt;Looks like a sharding issue to me. Feel free to reasign to me if it looks like agg is to blame. There haven&apos;t been any real changes to agg since 2.3.2&lt;/p&gt;

&lt;p&gt;Failure message:&lt;/p&gt;

&lt;p/&gt;
&lt;div id=&quot;syntaxplugin&quot; class=&quot;syntaxplugin&quot; style=&quot;border: 1px dashed #bbb; border-radius: 5px !important; overflow: auto; max-height: 30em;&quot;&gt;
&lt;table cellspacing=&quot;0&quot; cellpadding=&quot;0&quot; border=&quot;0&quot; width=&quot;100%&quot; style=&quot;font-size: 1em; line-height: 1.4em !important; font-weight: normal; font-style: normal; color: black;&quot;&gt;
		&lt;tbody &gt;
				&lt;tr id=&quot;syntaxplugin_code_and_gutter&quot;&gt;
						&lt;td  style=&quot; line-height: 1.4em !important; padding: 0em; vertical-align: top;&quot;&gt;
					&lt;pre style=&quot;font-size: 1em; margin: 0 10px;  margin-top: 10px;   width: auto; padding: 0;&quot;&gt;&lt;span style=&quot;color: black; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt; m30999| Thu Apr 25 03:27:36.634 [conn1] AssertionException while processing op type : 2004 to : aggShard.ts1 :: caused by :: 13388 too many retries of stale version info ( ns : aggShard.ts1, received : 9|1||5178dabbc4a798787fa6cbb2, wanted : 10|0||5178dabbc4a798787fa6cbb2, send )&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
				&lt;tr id=&quot;syntaxplugin_code_and_gutter&quot;&gt;
						&lt;td  style=&quot; line-height: 1.4em !important; padding: 0em; vertical-align: top;&quot;&gt;
					&lt;pre style=&quot;font-size: 1em; margin: 0 10px;   width: auto; padding: 0;&quot;&gt;&lt;span style=&quot;color: black; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt;	Thu Apr 25 03:27:36.634 JavaScript execution failed: error: {&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
				&lt;tr id=&quot;syntaxplugin_code_and_gutter&quot;&gt;
						&lt;td  style=&quot; line-height: 1.4em !important; padding: 0em; vertical-align: top;&quot;&gt;
					&lt;pre style=&quot;font-size: 1em; margin: 0 10px;   width: auto; padding: 0;&quot;&gt;&lt;span style=&quot;color: black; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt;		&quot;$err&quot; : &quot;too many retries of stale version info ( ns : aggShard.ts1, received : 9|1||5178dabbc4a798787fa6cbb2, wanted : 10|0||5178dabbc4a798787fa6cbb2, send )&quot;,&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
				&lt;tr id=&quot;syntaxplugin_code_and_gutter&quot;&gt;
						&lt;td  style=&quot; line-height: 1.4em !important; padding: 0em; vertical-align: top;&quot;&gt;
					&lt;pre style=&quot;font-size: 1em; margin: 0 10px;   width: auto; padding: 0;&quot;&gt;&lt;span style=&quot;color: black; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt;		&quot;code&quot; : 13388&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
				&lt;tr id=&quot;syntaxplugin_code_and_gutter&quot;&gt;
						&lt;td  style=&quot; line-height: 1.4em !important; padding: 0em; vertical-align: top;&quot;&gt;
					&lt;pre style=&quot;font-size: 1em; margin: 0 10px;   width: auto; padding: 0;&quot;&gt;&lt;span style=&quot;color: black; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt;	} at src/mongo/shell/query.js:L131&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
				&lt;tr id=&quot;syntaxplugin_code_and_gutter&quot;&gt;
						&lt;td  style=&quot; line-height: 1.4em !important; padding: 0em; vertical-align: top;&quot;&gt;
					&lt;pre style=&quot;font-size: 1em; margin: 0 10px;   margin-bottom: 10px;  width: auto; padding: 0;&quot;&gt;&lt;span style=&quot;color: black; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt;	failed to load: D:\slave\Windows_64bit_2008R2+\mongo\jstests\aggregation\testshard1.js&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
			&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;p/&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10011">
                    <name>Depends</name>
                                                                <inwardlinks description="is depended on by">
                                        <issuelink>
            <issuekey id="95218">SERVER-11299</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                            <issuelinktype id="10012">
                    <name>Related</name>
                                            <outwardlinks description="related to">
                                                        </outwardlinks>
                                                                <inwardlinks description="is related to">
                                        <issuelink>
            <issuekey id="37703">SERVER-5752</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                    </issuelinks>
                <attachments>
                            <attachment id="29711" name="mongos_stale_info.log" size="93960" author="pmaedel" created="Fri, 9 Aug 2013 10:04:42 +0000"/>
                            <attachment id="26722" name="testshard1.txt" size="2539956" author="ian@mongodb.com" created="Wed, 8 May 2013 15:00:20 +0000"/>
                    </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_12751" key="com.atlassian.jira.plugin.system.customfieldtypes:multiselect">
                        <customfieldname>Assigned Teams</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="25141"><![CDATA[Sharding]]></customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    <customfield id="customfield_10055" key="com.atlassian.jira.ext.charting:firstresponsedate">
                        <customfieldname>Date of 1st Reply</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Wed, 8 May 2013 16:54:20 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10052" key="com.atlassian.jira.toolkit:dayslastcommented">
                        <customfieldname>Days since reply</customfieldname>
                        <customfieldvalues>
                                        5 years, 7 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_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>alexander.golin@mongodb.com</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_11151" key="com.atlassian.jira.toolkit:LastCommentDate">
                        <customfieldname>Last public comment date</customfieldname>
                        <customfieldvalues>
                            5 years, 7 weeks, 5 days ago
                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_16465" key="com.onresolve.jira.groovy.groovyrunner:scripted-field">
                        <customfieldname>Linked BF Score</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>0.0</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                            <customfield id="customfield_10000" key="com.atlassian.jira.plugin.system.customfieldtypes:radiobuttons">
                        <customfieldname>Old_Backport</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10000"><![CDATA[No]]></customfieldvalue>

                        </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>backlog-server-sharding</customfieldvalue>
            <customfieldvalue>auto</customfieldvalue>
            <customfieldvalue>greg.mckeon@mongodb.com</customfieldvalue>
            <customfieldvalue>greg_10gen</customfieldvalue>
            <customfieldvalue>ian@mongodb.com</customfieldvalue>
            <customfieldvalue>mathias@mongodb.com</customfieldvalue>
            <customfieldvalue>pmaedel</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_14254" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Product Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hrmtuv:</customfieldvalue>

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

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

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