<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 03:01:18 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-2828] Sharding status not communicated across Routers (mongoS)</title>
                <link>https://jira.mongodb.org/browse/SERVER-2828</link>
                <project id="10000" key="SERVER">Core Server</project>
                    <description>&lt;p&gt;Repro on 1.8.0. &lt;/p&gt;

&lt;p&gt; 1. Start sharded set &lt;br/&gt;
 2. Start config DB &lt;br/&gt;
 3. Start 2 MongoS both pointing at config DB &lt;br/&gt;
 4. Open 2 windows &lt;br/&gt;
 4.a. mongoS #1 &lt;br/&gt;
 4.b. mongoS #2 &lt;/p&gt;

&lt;p&gt;In #2 &lt;br/&gt;
&amp;gt; use infinity &lt;br/&gt;
&amp;gt; db.events_test.stats() &lt;/p&gt;

&lt;p&gt;In #1 &lt;br/&gt;
&amp;gt; use admin &lt;br/&gt;
&amp;gt; db.runCommand(&lt;/p&gt;
{enablesharding : &quot;infinity&quot;}
&lt;p&gt;) &lt;br/&gt;
&amp;gt; db.runCommand({shardcollection: &quot;infinity.events_test&quot;, key: {_id: 1}}); &lt;br/&gt;
&amp;gt; db.events_test.stats() &lt;/p&gt;

&lt;p&gt;In #2 &lt;br/&gt;
&amp;gt; db.events_test.stats() &lt;/p&gt;

&lt;p&gt;=== &lt;br/&gt;
Bug here &lt;br/&gt;
The first thing you&apos;ll see here is that #1 &amp;amp; #2 &lt;b&gt;do not&lt;/b&gt; match. &lt;br/&gt;
#1 will say the collection is sharded &lt;br/&gt;
#2 will say the collection is &lt;b&gt;not&lt;/b&gt; sharded &lt;br/&gt;
=== &lt;/p&gt;

&lt;p&gt;More fun: &lt;br/&gt;
#1 &lt;br/&gt;
&amp;gt; db.events_test.ensureIndex(&lt;/p&gt;
{event_name : 1}
&lt;p&gt;); &lt;br/&gt;
&amp;gt; db.events_test.stats() &lt;/p&gt;

&lt;p&gt;#2 &lt;br/&gt;
&amp;gt; db.events_test.stats() &lt;/p&gt;

&lt;p&gt;Notice how the indexes were properly communicated? &lt;/p&gt;

&lt;p&gt;So we somehow communicated the indexes, but not the sharding status.&lt;br/&gt;
I can write to both collections and the data appears.&lt;/p&gt;

&lt;p&gt;=== &lt;br/&gt;
Resolution: bouncing mongoS solves the problem &lt;br/&gt;
===&lt;/p&gt;</description>
                <environment></environment>
        <key id="15270">SERVER-2828</key>
            <summary>Sharding status not communicated across Routers (mongoS)</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="eliot">Eliot Horowitz</assignee>
                                    <reporter username="gatesvp">Gaetan Voyer-Perrault</reporter>
                        <labels>
                    </labels>
                <created>Thu, 24 Mar 2011 17:56:35 +0000</created>
                <updated>Tue, 12 Jul 2016 00:19:16 +0000</updated>
                            <resolved>Thu, 19 May 2011 21:49:02 +0000</resolved>
                                    <version>1.8.0</version>
                                    <fixVersion>1.9.1</fixVersion>
                                    <component>Sharding</component>
                                        <votes>1</votes>
                                    <watches>2</watches>
                                                                                                                <comments>
                            <comment id="33581" author="auto" created="Thu, 19 May 2011 21:49:01 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;login&apos;: u&apos;erh&apos;, u&apos;name&apos;: u&apos;Eliot Horowitz&apos;, u&apos;email&apos;: u&apos;eliot@10gen.com&apos;}
&lt;p&gt;Message: fix moveChunk on new mongos &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-2828&quot; title=&quot;Sharding status not communicated across Routers (mongoS)&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-2828&quot;&gt;&lt;del&gt;SERVER-2828&lt;/del&gt;&lt;/a&gt;&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/096e570a64bef4c6aeda43a400ca16eb7151ec5f&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/096e570a64bef4c6aeda43a400ca16eb7151ec5f&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="33580" author="auto" created="Thu, 19 May 2011 21:48:59 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;login&apos;: u&apos;erh&apos;, u&apos;name&apos;: u&apos;Eliot Horowitz&apos;, u&apos;email&apos;: u&apos;eliot@10gen.com&apos;}
&lt;p&gt;Message: throw StaleConfigException for passthrough command failure with stale config &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-2828&quot; title=&quot;Sharding status not communicated across Routers (mongoS)&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-2828&quot;&gt;&lt;del&gt;SERVER-2828&lt;/del&gt;&lt;/a&gt;&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/ea1a8f4c295460916adb4c4024ded37750a1267b&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/ea1a8f4c295460916adb4c4024ded37750a1267b&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="33549" author="auto" created="Thu, 19 May 2011 18:50:15 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;login&apos;: u&apos;erh&apos;, u&apos;name&apos;: u&apos;Eliot Horowitz&apos;, u&apos;email&apos;: u&apos;eliot@10gen.com&apos;}
&lt;p&gt;Message: put all connections that are assigned to ShardConnection into sharded state immediately on creation &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-2828&quot; title=&quot;Sharding status not communicated across Routers (mongoS)&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-2828&quot;&gt;&lt;del&gt;SERVER-2828&lt;/del&gt;&lt;/a&gt;&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/a9924101a7c22e4919d28d1eaa518d49d64e9de1&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/a9924101a7c22e4919d28d1eaa518d49d64e9de1&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="27931" author="eliot" created="Wed, 6 Apr 2011 06:56:24 +0000"  >&lt;p&gt;The correct fix for this is fairly complex, and I dont want to hack it too badly.&lt;/p&gt;

&lt;p&gt;I added a command to flush the config on a mongos manually &lt;br/&gt;
&lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-2666&quot; title=&quot;command to mongos to flush config&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-2666&quot;&gt;&lt;del&gt;SERVER-2666&lt;/del&gt;&lt;/a&gt;&lt;/p&gt;
{ flushRouterConfig : 1 }

&lt;p&gt;With this, after you call shardcollection, you can call that on each mongos, and it&apos;ll work around the issus.&lt;br/&gt;
Will backport &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-2666&quot; title=&quot;command to mongos to flush config&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-2666&quot;&gt;&lt;del&gt;SERVER-2666&lt;/del&gt;&lt;/a&gt; for 1.8.2&lt;/p&gt;</comment>
                            <comment id="27917" author="boxedice" created="Wed, 6 Apr 2011 00:27:34 +0000"  >&lt;p&gt;We have new collections created each day and they&apos;re automatically sharded. This bug just caused one of our mongos to assert on queries:&lt;/p&gt;

&lt;p&gt;Wed Apr  6 00:00:53 &lt;span class=&quot;error&quot;&gt;&amp;#91;WriteBackListener&amp;#93;&lt;/span&gt; Assertion: 10181:not sharded:sd.processes_110406&lt;br/&gt;
0x51f4a9 0x5ecf19 0x69703a 0x5035ab 0x504e64 0x69ec30 0x341ee0673d 0x341e2d3f6d &lt;br/&gt;
 /home/david/mongodb/latest/bin/mongos(_ZN5mongo11msgassertedEiPKc+0x129) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x51f4a9&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /home/david/mongodb/latest/bin/mongos(_ZN5mongo8DBConfig15getChunkManagerERKSsb+0x119) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x5ecf19&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /home/david/mongodb/latest/bin/mongos(_ZN5mongo17WriteBackListener3runEv+0xaea) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x69703a&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /home/david/mongodb/latest/bin/mongos(_ZN5mongo13BackgroundJob7jobBodyEN5boost10shared_ptrINS0_9JobStatusEEE+0x12b) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x5035ab&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /home/david/mongodb/latest/bin/mongos(_ZN5boost6detail11thread_dataINS_3_bi6bind_tIvNS_4_mfi3mf1IvN5mongo13BackgroundJobENS_10shared_ptrINS7_9JobStatusEEEEENS2_5list2INS2_5valueIPS7_EENSD_ISA_EEEEEEE3runEv+0x74) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x504e64&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /home/david/mongodb/latest/bin/mongos(thread_proxy+0x80) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x69ec30&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /lib64/libpthread.so.0 &lt;span class=&quot;error&quot;&gt;&amp;#91;0x341ee0673d&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /lib64/libc.so.6(clone+0x6d) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x341e2d3f6d&amp;#93;&lt;/span&gt;&lt;br/&gt;
Wed Apr  6 00:00:53 &lt;span class=&quot;error&quot;&gt;&amp;#91;WriteBackListener&amp;#93;&lt;/span&gt; ~ScopedDbConnection: _conn != null&lt;br/&gt;
Wed Apr  6 00:00:53 &lt;span class=&quot;error&quot;&gt;&amp;#91;WriteBackListener&amp;#93;&lt;/span&gt; WriteBackListener exception : St9exception&lt;br/&gt;
Wed Apr  6 00:00:54 &lt;span class=&quot;error&quot;&gt;&amp;#91;WriteBackListener&amp;#93;&lt;/span&gt; Assertion: 10181:not sharded:sd.processes_110406&lt;br/&gt;
0x51f4a9 0x5ecf19 0x69703a 0x5035ab 0x504e64 0x69ec30 0x341ee0673d 0x341e2d3f6d &lt;br/&gt;
 /home/david/mongodb/latest/bin/mongos(_ZN5mongo11msgassertedEiPKc+0x129) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x51f4a9&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /home/david/mongodb/latest/bin/mongos(_ZN5mongo8DBConfig15getChunkManagerERKSsb+0x119) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x5ecf19&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /home/david/mongodb/latest/bin/mongos(_ZN5mongo17WriteBackListener3runEv+0xaea) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x69703a&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /home/david/mongodb/latest/bin/mongos(_ZN5mongo13BackgroundJob7jobBodyEN5boost10shared_ptrINS0_9JobStatusEEE+0x12b) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x5035ab&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /home/david/mongodb/latest/bin/mongos(_ZN5boost6detail11thread_dataINS_3_bi6bind_tIvNS_4_mfi3mf1IvN5mongo13BackgroundJobENS_10shared_ptrINS7_9JobStatusEEEEENS2_5list2INS2_5valueIPS7_EENSD_ISA_EEEEEEE3runEv+0x74) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x504e64&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /home/david/mongodb/latest/bin/mongos(thread_proxy+0x80) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x69ec30&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /lib64/libpthread.so.0 &lt;span class=&quot;error&quot;&gt;&amp;#91;0x341ee0673d&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /lib64/libc.so.6(clone+0x6d) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x341e2d3f6d&amp;#93;&lt;/span&gt;&lt;/p&gt;</comment>
                            <comment id="27903" author="boxedice" created="Tue, 5 Apr 2011 22:34:43 +0000"  >&lt;p&gt;+1 for this in 1.8&lt;/p&gt;</comment>
                            <comment id="27883" author="redbeard0531" created="Tue, 5 Apr 2011 21:40:58 +0000"  >&lt;p&gt;There is a similar issue with settings such as chunksize. There is currently no way to reload them without bouncing a mongos.&lt;/p&gt;</comment>
                            <comment id="27387" author="auto" created="Thu, 31 Mar 2011 07:04:27 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;login&apos;: u&apos;erh&apos;, u&apos;name&apos;: u&apos;Eliot Horowitz&apos;, u&apos;email&apos;: u&apos;eliot@10gen.com&apos;}
&lt;p&gt;Message: separate test for &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-2828&quot; title=&quot;Sharding status not communicated across Routers (mongoS)&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-2828&quot;&gt;&lt;del&gt;SERVER-2828&lt;/del&gt;&lt;/a&gt;&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/30d7a2645b4ef0c3b09e2582120774fcc687407e&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/30d7a2645b4ef0c3b09e2582120774fcc687407e&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="27336" author="redbeard0531" created="Wed, 30 Mar 2011 21:43:55 +0000"  >&lt;p&gt;Not just a display issue (see test)&lt;/p&gt;</comment>
                            <comment id="27335" author="auto" created="Wed, 30 Mar 2011 21:42:46 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;login&apos;: u&apos;RedBeard0531&apos;, u&apos;name&apos;: u&apos;Mathias Stearn&apos;, u&apos;email&apos;: u&apos;mathias@10gen.com&apos;}
&lt;p&gt;Message: Test for &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-2828&quot; title=&quot;Sharding status not communicated across Routers (mongoS)&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-2828&quot;&gt;&lt;del&gt;SERVER-2828&lt;/del&gt;&lt;/a&gt; with broken bits disabled&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/95c0b3b5cfe834f6f6251adb7c4bb92e09125565&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/95c0b3b5cfe834f6f6251adb7c4bb92e09125565&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="26715" author="eliot" created="Thu, 24 Mar 2011 18:00:21 +0000"  >&lt;p&gt;this is just a display issue&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10011">
                    <name>Depends</name>
                                                                <inwardlinks description="is depended on by">
                                                        </inwardlinks>
                                    </issuelinktype>
                            <issuelinktype id="10012">
                    <name>Related</name>
                                            <outwardlinks description="related to">
                                                        </outwardlinks>
                                                                <inwardlinks description="is related to">
                                                        </inwardlinks>
                                    </issuelinktype>
                    </issuelinks>
                <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                <customfield id="customfield_10050" key="com.atlassian.jira.toolkit:comments">
                        <customfieldname># Replies</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>11.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <customfield id="customfield_10055" key="com.atlassian.jira.ext.charting:firstresponsedate">
                        <customfieldname>Date of 1st Reply</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Thu, 24 Mar 2011 18:00:21 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10052" key="com.atlassian.jira.toolkit:dayslastcommented">
                        <customfieldname>Days since reply</customfieldname>
                        <customfieldvalues>
                                        12 years, 39 weeks, 6 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>ramon.fernandez@mongodb.com</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_11151" key="com.atlassian.jira.toolkit:LastCommentDate">
                        <customfieldname>Last public comment date</customfieldname>
                        <customfieldvalues>
                            12 years, 39 weeks, 6 days ago
                        </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>auto</customfieldvalue>
            <customfieldvalue>boxedice</customfieldvalue>
            <customfieldvalue>eliot</customfieldvalue>
            <customfieldvalue>gatesvp</customfieldvalue>
            <customfieldvalue>mathias@mongodb.com</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_14254" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Product Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hrp2pz:</customfieldvalue>

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

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

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