<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 02:59:21 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-2231] Existing sharding rules seems to be immutable even if i drop the target collection and rebuild one.</title>
                <link>https://jira.mongodb.org/browse/SERVER-2231</link>
                <project id="10000" key="SERVER">Core Server</project>
                    <description>&lt;p&gt;I&apos;ve made a mistake by sharding a GridFS chunks collection with it&apos;s &apos;_id&apos;.  &lt;br/&gt;
Then i got told that, the chunks collection should be sharded with &lt;/p&gt;
{files_id: 1, n: 1}
&lt;p&gt;.&lt;/p&gt;

&lt;p&gt;I tried to runCommand({shardcollection: &quot;xx.xx.chunks&apos;, key:  {files_id: 1, n: 1}}), then mongo told me something like &apos;the collection has already been sharded&apos;.&lt;br/&gt;
Cannot find a command to &apos;remove an existing sharding rule&apos; so i drop the chunks collection, then rerun the command above, no errors.&lt;/p&gt;

&lt;p&gt;Then, with in database &apos;admin&apos;, i runned &apos;db.printShardingStatus()&apos;. The result showed that the sharding rules on &quot;xx.xx.chunks&quot; had been modified as i wish.&lt;/p&gt;

&lt;p&gt;But when i run my script to load data into this GridFS, the same error message from pymongo raised.&lt;/p&gt;


&lt;p&gt;I&apos;ve already found a solution, quite ugly by renaming the GridFS....&lt;/p&gt;</description>
                <environment>CentOS release 5.4 (Final)   , mongodb-linux-x86_64-1.6.4.tgz</environment>
        <key id="13978">SERVER-2231</key>
            <summary>Existing sharding rules seems to be immutable even if i drop the target collection and rebuild one.</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="-1">Unassigned</assignee>
                                    <reporter username="guti.deng@gmail.com">Guti.Deng</reporter>
                        <labels>
                    </labels>
                <created>Thu, 16 Dec 2010 04:38:15 +0000</created>
                <updated>Fri, 30 Mar 2012 14:26:58 +0000</updated>
                            <resolved>Fri, 2 Sep 2011 04:46:07 +0000</resolved>
                                    <version>1.6.4</version>
                                                    <component>Sharding</component>
                                        <votes>0</votes>
                                    <watches>2</watches>
                                                                                                                <comments>
                            <comment id="21467" author="eliot" created="Thu, 16 Dec 2010 15:10:15 +0000"  >&lt;p&gt;Yes - jira is not the best source of current information.&lt;/p&gt;

&lt;p&gt;It should be sharded by files_id only&lt;/p&gt;</comment>
                            <comment id="21465" author="guti.deng@gmail.com" created="Thu, 16 Dec 2010 07:40:10 +0000"  >&lt;p&gt;The latter problem is solved by replace chunk key: &lt;/p&gt;
{files_id:1, n:1}
&lt;p&gt;  with &lt;/p&gt;
{files_id: 1}
&lt;p&gt;.&lt;/p&gt;

&lt;p&gt;In this issue(&lt;a href=&quot;http://jira.mongodb.org/browse/SERVER-889&quot; class=&quot;external-link&quot; rel=&quot;nofollow&quot;&gt;http://jira.mongodb.org/browse/SERVER-889&lt;/a&gt;),  &lt;/p&gt;
{files_id:1, n:1}
&lt;p&gt; is recommended.&lt;/p&gt;

&lt;p&gt;Some mechanism changed in the past year? &lt;img class=&quot;emoticon&quot; src=&quot;https://jira.mongodb.org/images/icons/emoticons/biggrin.png&quot; height=&quot;16&quot; width=&quot;16&quot; align=&quot;absmiddle&quot; alt=&quot;&quot; border=&quot;0&quot;/&gt;&lt;/p&gt;


&lt;p&gt;Would it be nice if the drivers took care of sharding GridFSes ? &lt;img class=&quot;emoticon&quot; src=&quot;https://jira.mongodb.org/images/icons/emoticons/tongue.png&quot; height=&quot;16&quot; width=&quot;16&quot; align=&quot;absmiddle&quot; alt=&quot;&quot; border=&quot;0&quot;/&gt;&lt;/p&gt;</comment>
                            <comment id="21464" author="guti.deng@gmail.com" created="Thu, 16 Dec 2010 07:16:08 +0000"  >&lt;p&gt;Another strange thing happens.&lt;br/&gt;
I&apos;m using a fresh new GridFS with fresh new sharding rules.&lt;br/&gt;
Seems that the first file was saved successfully, while the second failed.&lt;/p&gt;


&lt;p&gt;From replica-set s002/primary:&lt;/p&gt;

&lt;p&gt;Thu Dec 16 12:21:32 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn32&amp;#93;&lt;/span&gt; building new index on &lt;/p&gt;
{ _id: 1 }
&lt;p&gt; for weibo.gfs_msg_rt.files&lt;br/&gt;
Thu Dec 16 12:23:28 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn32&amp;#93;&lt;/span&gt; info: creating collection weibo.gfs_msg_rt.files on add index&lt;br/&gt;
building new index on &lt;/p&gt;
{ _id: 1 }
&lt;p&gt; for weibo.gfs_msg_rt.chunks&lt;br/&gt;
Thu Dec 16 12:23:28 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn32&amp;#93;&lt;/span&gt; info: creating collection weibo.gfs_msg_rt.chunks on add index&lt;br/&gt;
building new index on &lt;/p&gt;
{ files_id: 1.0, n: 1.0 }
&lt;p&gt; for weibo.gfs_msg_rt.chunks&lt;/p&gt;


&lt;p&gt;Operations and results:&lt;/p&gt;

&lt;p&gt;&amp;gt; use admin&lt;br/&gt;
switched to db admin&lt;br/&gt;
&amp;gt; db.runCommand({shardcollection: &quot;weibo.gfs_msg_rt.files&quot;, key: {_id: 1}})&lt;/p&gt;
{ &quot;collectionsharded&quot; : &quot;weibo.gfs_msg_rt.files&quot;, &quot;ok&quot; : 1 }
&lt;p&gt;&amp;lt;ction: &quot;weibo.gfs_msg_rt.chunks&quot;, key: {files_id:1, n:1}})                    &lt;/p&gt;
{ &quot;collectionsharded&quot; : &quot;weibo.gfs_msg_rt.chunks&quot;, &quot;ok&quot; : 1 }

&lt;p&gt;Process TreeLoader-1:5:&lt;br/&gt;
Traceback (most recent call last):&lt;br/&gt;
  File &quot;/usr/local/lib/python2.6/multiprocessing/process.py&quot;, line 232, in _bootstrap&lt;br/&gt;
    self.run()&lt;br/&gt;
  File &quot;/data0/guti6/m/TreeLoader.py&quot;, line 84, in run&lt;br/&gt;
    gfs.put(body, _id=name, chunkSize=csize)&lt;br/&gt;
  File &quot;build/bdist.linux-x86_64/egg/gridfs/_&lt;em&gt;init&lt;/em&gt;_.py&quot;, line 116, in put&lt;br/&gt;
    grid_file.close()&lt;br/&gt;
  File &quot;build/bdist.linux-x86_64/egg/gridfs/grid_file.py&quot;, line 220, in close&lt;br/&gt;
    self.__flush()&lt;br/&gt;
  File &quot;build/bdist.linux-x86_64/egg/gridfs/grid_file.py&quot;, line 202, in __flush&lt;br/&gt;
    root=self._coll.name)&lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;quot;md5&amp;quot;&amp;#93;&lt;/span&gt;&lt;br/&gt;
  File &quot;build/bdist.linux-x86_64/egg/pymongo/database.py&quot;, line 293, in command&lt;br/&gt;
    msg, allowable_errors)&lt;br/&gt;
  File &quot;build/bdist.linux-x86_64/egg/pymongo/helpers.py&quot;, line 119, in _check_command_response&lt;br/&gt;
    raise OperationFailure(msg % response&lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;quot;errmsg&amp;quot;&amp;#93;&lt;/span&gt;)&lt;br/&gt;
OperationFailure: command SON(&lt;span class=&quot;error&quot;&gt;&amp;#91;(&amp;#39;filemd5&amp;#39;, &amp;#39;20110071131055328&amp;#39;), (&amp;#39;root&amp;#39;, u&amp;#39;gfs_msg_rt&amp;#39;)&amp;#93;&lt;/span&gt;) failed: db assertion failure&lt;/p&gt;


&lt;p&gt;&amp;gt; use weibo                                         &lt;br/&gt;
switched to db weibo&lt;br/&gt;
&amp;gt; db.gfs_msg_rt.chunks.count()&lt;br/&gt;
2&lt;br/&gt;
&amp;gt; db.gfs_msg_rt.files.count()&lt;br/&gt;
1&lt;br/&gt;
&amp;gt; db.gfs_msg_rt.files.find()&lt;/p&gt;
{ &quot;_closed&quot; : true, &quot;_id&quot; : &quot;20110071131055329&quot;, &quot;chunkSize&quot; : 64, &quot;length&quot; : 50, &quot;md5&quot; : &quot;7ff8708d75c1a7c77cd5277a621e3e5f&quot;, &quot;uploadDate&quot; : &quot;Thu Dec 16 2010 12:35:26 GMT+0800 (CDT)&quot; }
&lt;p&gt;&amp;gt; db.gfs_msg_rt.chunks.find()&lt;/p&gt;
{ &quot;_id&quot; : ObjectId(&quot;4d09970e5d4bb07a3f000001&quot;), &quot;n&quot; : 0, &quot;data&quot; : BinData(2,&quot;MgAAAHsiMjAxMTAwNzExMzEyMzE1NjUiOiB7fSwgIjIwMTEwMDcxMTMxMDYzNTUwIjoge319&quot;), &quot;files_id&quot; : &quot;20110071131055329&quot; }
{ &quot;_id&quot; : ObjectId(&quot;4d09970e5d4bb07a3f000003&quot;), &quot;n&quot; : 0, &quot;data&quot; : BinData(2,&quot;SQAAAHsiMjAxMTAwNzExMzE2NTc0ODIiOiB7fSwgIjIwMTEwMDcxMTMxMjM2NzUxIjogeyIyMDExMDA3MTEzMTU2MzgwOSI6IHt9fX0=&quot;), &quot;files_id&quot; : &quot;20110071131055328&quot; }



&lt;p&gt;weibo.gfs_msg_rt.chunks chunks:&lt;br/&gt;
			{ &quot;files_id&quot; : &lt;/p&gt;
{ $minKey : 1 }
&lt;p&gt;, &quot;n&quot; : &lt;/p&gt;
{ $minKey : 1 }
&lt;p&gt; } --&amp;gt;&amp;gt; { &quot;files_id&quot; : &lt;/p&gt;
{ $maxKey : 1 }
&lt;p&gt;, &quot;n&quot; : &lt;/p&gt;
{ $maxKey : 1 }
&lt;p&gt; } on : s002 &lt;/p&gt;
{ &quot;t&quot; : 1000, &quot;i&quot; : 0 }
&lt;p&gt;		weibo.gfs_msg_rt.files chunks:&lt;br/&gt;
			{ &quot;_id&quot; : &lt;/p&gt;
{ $minKey : 1 }
&lt;p&gt; } --&amp;gt;&amp;gt; { &quot;_id&quot; : &lt;/p&gt;
{ $maxKey : 1 }
&lt;p&gt; } on : s002 &lt;/p&gt;
{ &quot;t&quot; : 1000, &quot;i&quot; : 0 }</comment>
                            <comment id="21463" author="guti.deng@gmail.com" created="Thu, 16 Dec 2010 07:00:30 +0000"  >{ files_id: 1.0, n: 1.0 }
&lt;p&gt; looks strange.  I&apos;m sure what i typed is  &lt;/p&gt;
{files_id: 1, n:1}
&lt;p&gt;.&lt;/p&gt;</comment>
                            <comment id="21462" author="guti.deng@gmail.com" created="Thu, 16 Dec 2010 06:58:14 +0000"  >&lt;p&gt;I grep &apos;weibo.gfs_msg_rtree&apos; from repset s002/primary, where printShardingStatus indicates that it is the only location of &apos;weibo.gfs_msg_rtree.files&apos; and &apos;weibo.gfs_msg_rtree.chunks&apos;.&lt;br/&gt;
May logs about this appeared in other servers? Config server? Mongos?&lt;/p&gt;

&lt;p&gt;Wed Dec 15 22:22:37 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn31&amp;#93;&lt;/span&gt; building new index on &lt;/p&gt;
{ _id: 1 }
&lt;p&gt; for weibo.gfs_msg_rtree.files&lt;br/&gt;
Wed Dec 15 22:22:37 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn31&amp;#93;&lt;/span&gt; info: creating collection weibo.gfs_msg_rtree.files on add index&lt;br/&gt;
Wed Dec 15 22:23:25 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn31&amp;#93;&lt;/span&gt; building new index on &lt;/p&gt;
{ _id: 1 }
&lt;p&gt; for weibo.gfs_msg_rtree.chunks&lt;br/&gt;
Wed Dec 15 22:26:49 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn31&amp;#93;&lt;/span&gt; info: creating collection weibo.gfs_msg_rtree.chunks on add index&lt;br/&gt;
Thu Dec 16 11:28:18 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn14&amp;#93;&lt;/span&gt; building new index on &lt;/p&gt;
{ files_id: 1, n: 1 }
&lt;p&gt; for weibo.gfs_msg_rtree.chunks&lt;br/&gt;
Thu Dec 16 11:59:05 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn29&amp;#93;&lt;/span&gt; CMD: drop weibo.gfs_msg_rtree.chunks&lt;br/&gt;
Thu Dec 16 11:59:06 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn29&amp;#93;&lt;/span&gt; wiping data for: weibo.gfs_msg_rtree.chunks&lt;br/&gt;
Thu Dec 16 11:59:10 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn29&amp;#93;&lt;/span&gt; CMD: drop weibo.gfs_msg_rtree.files&lt;br/&gt;
Thu Dec 16 11:59:10 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn29&amp;#93;&lt;/span&gt; wiping data for: weibo.gfs_msg_rtree.files&lt;br/&gt;
Thu Dec 16 11:59:44 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn30&amp;#93;&lt;/span&gt; building new index on &lt;/p&gt;
{ _id: 1 }
&lt;p&gt; for weibo.gfs_msg_rtree.chunks&lt;br/&gt;
Thu Dec 16 11:59:44 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn30&amp;#93;&lt;/span&gt; info: creating collection weibo.gfs_msg_rtree.chunks on add index&lt;br/&gt;
building new index on &lt;/p&gt;
{ files_id: 1.0 }
&lt;p&gt; for weibo.gfs_msg_rtree.chunks&lt;br/&gt;
Thu Dec 16 11:59:57 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn30&amp;#93;&lt;/span&gt; building new index on &lt;/p&gt;
{ _id: 1 }
&lt;p&gt; for weibo.gfs_msg_rtree.files&lt;br/&gt;
Thu Dec 16 12:04:36 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn30&amp;#93;&lt;/span&gt; info: creating collection weibo.gfs_msg_rtree.files on add index&lt;br/&gt;
Thu Dec 16 12:08:40 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn31&amp;#93;&lt;/span&gt; CMD: drop weibo.gfs_msg_rtree.files&lt;br/&gt;
Thu Dec 16 12:08:40 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn31&amp;#93;&lt;/span&gt; wiping data for: weibo.gfs_msg_rtree.files&lt;br/&gt;
Thu Dec 16 12:08:46 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn31&amp;#93;&lt;/span&gt; CMD: drop weibo.gfs_msg_rtree.chunks&lt;br/&gt;
Thu Dec 16 12:09:11 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn19&amp;#93;&lt;/span&gt; building new index on &lt;/p&gt;
{ _id: 1 }
&lt;p&gt; for weibo.gfs_msg_rtree.chunks&lt;br/&gt;
Thu Dec 16 12:09:11 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn19&amp;#93;&lt;/span&gt; info: creating collection weibo.gfs_msg_rtree.chunks on add index&lt;br/&gt;
building new index on &lt;/p&gt;
{ files_id: 1.0, n: 1.0 }
&lt;p&gt; for weibo.gfs_msg_rtree.chunks&lt;br/&gt;
Thu Dec 16 12:09:35 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn19&amp;#93;&lt;/span&gt; building new index on &lt;/p&gt;
{ _id: 1 }
&lt;p&gt; for weibo.gfs_msg_rtree.files&lt;br/&gt;
Thu Dec 16 12:12:57 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn19&amp;#93;&lt;/span&gt; info: creating collection weibo.gfs_msg_rtree.files on add index&lt;br/&gt;
Thu Dec 16 12:16:52 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn19&amp;#93;&lt;/span&gt; CMD: drop weibo.gfs_msg_rtree.chunks&lt;br/&gt;
Thu Dec 16 12:16:59 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn19&amp;#93;&lt;/span&gt; CMD: drop weibo.gfs_msg_rtree.files&lt;/p&gt;</comment>
                            <comment id="21460" author="eliot" created="Thu, 16 Dec 2010 04:44:32 +0000"  >&lt;p&gt;Do you still have the logs?&lt;br/&gt;
We have tests that check for exactly this.&lt;/p&gt;</comment>
                    </comments>
                    <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                <customfield id="customfield_10050" key="com.atlassian.jira.toolkit:comments">
                        <customfieldname># Replies</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>6.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <customfield id="customfield_10055" key="com.atlassian.jira.ext.charting:firstresponsedate">
                        <customfieldname>Date of 1st Reply</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Thu, 16 Dec 2010 04:44:32 +0000</customfieldvalue>

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

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_11151" key="com.atlassian.jira.toolkit:LastCommentDate">
                        <customfieldname>Last public comment date</customfieldname>
                        <customfieldvalues>
                            13 years, 9 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="10020"><![CDATA[Linux]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_10051" key="com.atlassian.jira.toolkit:participants">
                        <customfieldname>Participants</customfieldname>
                        <customfieldvalues>
                                        <customfieldvalue>eliot</customfieldvalue>
            <customfieldvalue>guti.deng@gmail.com</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_14254" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Product Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hrpa2n:</customfieldvalue>

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

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

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