<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 02:59:29 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-2280] Several exceptions running JavaScript Man/Reduce job</title>
                <link>https://jira.mongodb.org/browse/SERVER-2280</link>
                <project id="10000" key="SERVER">Core Server</project>
                    <description>&lt;p&gt;Version data:&lt;br/&gt;
db version v1.6.6-pre-, pdfile version 4.5&lt;br/&gt;
git hash: nogitversion&lt;br/&gt;
sys info: Linux bobek-a0 2.6.32-5-amd64 #1 SMP Thu Nov 25 18:02:11 UTC 2010 x86_64 BOOST_LIB_VERSION=1_42&lt;br/&gt;
uptime: 1011 seconds&lt;/p&gt;

&lt;p&gt;Trying to run the following map/reduce job from the mongo console:&lt;br/&gt;
m = function() {&lt;br/&gt;
    var self = this;&lt;br/&gt;
    this.regionIds.forEach(function(rid) {&lt;br/&gt;
        emit(rid,&lt;/p&gt;
{tweets: [new DBRef(&apos;tweets&apos;,self._id)]}
&lt;p&gt;);&lt;br/&gt;
    });&lt;br/&gt;
};&lt;/p&gt;

&lt;p&gt;r = function(k,vals) {&lt;br/&gt;
    var tweets = [];&lt;br/&gt;
    for (var i in vals) &lt;/p&gt;
{
        tweets = tweets.concat(vals[i].tweets);
    }
&lt;p&gt;    tweets.sort(createdAtComparer);&lt;br/&gt;
    if (tweets &amp;gt; maxTweets) &lt;/p&gt;
{
        tweets.length = maxTweets;
    }
&lt;p&gt;    return &lt;/p&gt;
{&quot;tweets&quot;: tweets}
&lt;p&gt;;&lt;br/&gt;
};&lt;/p&gt;

&lt;p&gt;options = {&lt;br/&gt;
    out: &quot;tweetsByRegion&quot;,&lt;br/&gt;
    scope: { maxTweets: 50,&lt;br/&gt;
             createdAtComparer: function(a,b) {&lt;br/&gt;
                 return b.fetch().createdAt - a.fetch().createdAt;&lt;br/&gt;
             }}&lt;br/&gt;
};&lt;/p&gt;

&lt;p&gt;res = db.tweets.mapReduce(m,r,options);&lt;/p&gt;

&lt;p&gt;As you can guess we are processing geo-located tweets where each tweet has a list of &quot;region ids&quot; associated with them.  The Map/Reduce job basically inverts the relationship to group tweets (up to 50) by the region that they appear in.  Also, note that I&apos;m using a DBRef and not including the tweet directly.  The only fields accesses are _id, and createdAt via a fetch().&lt;/p&gt;

&lt;p&gt;The errors I have gotten are (and the errors are not always the same):&lt;/p&gt;


&lt;p&gt;Wed Dec 22 15:00:30 uncaught exception: map reduce failed: {&lt;br/&gt;
	&quot;assertion&quot; : &quot;assertion scripting/engine_spidermonkey.cpp:286&quot;,&lt;br/&gt;
	&quot;errmsg&quot; : &quot;db assertion failure&quot;,&lt;br/&gt;
	&quot;ok&quot; : 0&lt;br/&gt;
}&lt;/p&gt;

&lt;p&gt;And &lt;/p&gt;

&lt;p&gt;Wed Dec 22 14:36:22 uncaught exception: map reduce failed: {&lt;br/&gt;
	&quot;assertion&quot; : &quot;assertion scripting/engine_spidermonkey.cpp:512&quot;,&lt;br/&gt;
	&quot;errmsg&quot; : &quot;db assertion failure&quot;,&lt;br/&gt;
	&quot;ok&quot; : 0&lt;br/&gt;
}&lt;/p&gt;

&lt;p&gt;One seems to indicate missing &quot;properties&quot; and the other some kind of character encoding issue.&lt;/p&gt;

&lt;p&gt;Here&apos;s an example record:&lt;/p&gt;

&lt;p&gt;{&lt;br/&gt;
	&quot;_id&quot; : NumberLong(&quot;17320712503037953&quot;),&lt;br/&gt;
	&quot;user&quot; : &lt;/p&gt;
{
		&quot;id&quot; : NumberLong(214251894),
		&quot;screenName&quot; : &quot;BicycleRobin&quot;,
		&quot;profileImageUrl&quot; : &quot;http://a2.twimg.com/profile_images/1164994911/madbee_normal.jpg&quot;,
		&quot;createdAt&quot; : &quot;Wed Nov 10 2010 18:24:16 GMT-0500 (EST)&quot;
	}
&lt;p&gt;,&lt;br/&gt;
	&quot;regionIds&quot; : [&lt;br/&gt;
		100888,&lt;br/&gt;
		2635458,&lt;br/&gt;
		113373,&lt;br/&gt;
		2635448,&lt;br/&gt;
		113299,&lt;br/&gt;
		17641,&lt;br/&gt;
		113322&lt;br/&gt;
	],&lt;br/&gt;
	&quot;text&quot; : &quot;Hey Guy skaha is dead calm &lt;a href=&quot;http://myloc.me/fxtc1&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://myloc.me/fxtc1&lt;/a&gt;&quot;,&lt;br/&gt;
	&quot;original&quot; : &quot;{\&quot;in_reply_to_status_id_str\&quot;:null,\&quot;place\&quot;:{\&quot;country_code\&quot;:\&quot;\&quot;,\&quot;url\&quot;:\&quot;http:\\/\\/api.twitter.com\\/1\\/geo\\/id\\/89436cc68723693a.json\&quot;,\&quot;bounding_box\&quot;:&lt;/p&gt;
{\&quot;type\&quot;:\&quot;Polygon\&quot;,\&quot;coordinates\&quot;:[[[-121.097983,48.999419],[-119.17567,48.999419],[-119.17567,49.912],[-121.097983,49.912]]]}
&lt;p&gt;,\&quot;attributes\&quot;:{},\&quot;full_name\&quot;:\&quot;Okanagan-Similkameen, British Columbia\&quot;,\&quot;country\&quot;:\&quot;Canada\&quot;,\&quot;name\&quot;:\&quot;Okanagan-Similkameen\&quot;,\&quot;id\&quot;:\&quot;89436cc68723693a\&quot;,\&quot;place_type\&quot;:\&quot;city\&quot;},\&quot;in_reply_to_user_id\&quot;:null,\&quot;text\&quot;:\&quot;Hey Guy skaha is dead calm http:\\/\\/myloc.me\\/fxtc1\&quot;,\&quot;contributors\&quot;:null,\&quot;coordinates\&quot;:&lt;/p&gt;
{\&quot;type\&quot;:\&quot;Point\&quot;,\&quot;coordinates\&quot;:[-119.61187,49.44703]}
&lt;p&gt;,\&quot;retweet_count\&quot;:0,\&quot;in_reply_to_user_id_str\&quot;:null,\&quot;id_str\&quot;:\&quot;17320712503037953\&quot;,\&quot;retweeted\&quot;:false,\&quot;in_reply_to_status_id\&quot;:null,\&quot;source\&quot;:\&quot;&lt;br class=&quot;atl-forced-newline&quot; /&gt;u003Ca href=\\\&quot;http:\\/\\/www.ubertwitter.com\\/bb\\/download.php\\\&quot; rel=\\\&quot;nofollow\\\&quot;\\u003E\\u00dcberTwitter\\u003C\\/a\\u003E\&quot;,\&quot;created_at\&quot;:\&quot;Tue Dec 21 20:49:14 +0000 2010\&quot;,\&quot;truncated\&quot;:false,\&quot;geo\&quot;:&lt;/p&gt;
{\&quot;type\&quot;:\&quot;Point\&quot;,\&quot;coordinates\&quot;:[49.44703,-119.61187]}
&lt;p&gt;,\&quot;favorited\&quot;:false,\&quot;user\&quot;:&lt;/p&gt;
{\&quot;profile_link_color\&quot;:\&quot;0084B4\&quot;,\&quot;location\&quot;:\&quot;\\u00dcT: 49.40707,-119.60601\&quot;,\&quot;verified\&quot;:false,\&quot;favourites_count\&quot;:0,\&quot;profile_sidebar_border_color\&quot;:\&quot;C0DEED\&quot;,\&quot;id_str\&quot;:\&quot;214251894\&quot;,\&quot;friends_count\&quot;:5,\&quot;is_translator\&quot;:false,\&quot;show_all_inline_media\&quot;:false,\&quot;geo_enabled\&quot;:true,\&quot;profile_use_background_image\&quot;:true,\&quot;description\&quot;:\&quot;kayak and bicycle enthusiast\&quot;,\&quot;contributors_enabled\&quot;:false,\&quot;profile_background_color\&quot;:\&quot;C0DEED\&quot;,\&quot;url\&quot;:\&quot;http:\\/\\/rockinrobin.posterous.com\&quot;,\&quot;profile_image_url\&quot;:\&quot;http:\\/\\/a2.twimg.com\\/profile_images\\/1164994911\\/madbee_normal.jpg\&quot;,\&quot;profile_background_image_url\&quot;:\&quot;http:\\/\\/a3.twimg.com\\/a\\/1292883740\\/images\\/themes\\/theme1\\/bg.png\&quot;,\&quot;created_at\&quot;:\&quot;Wed Nov 10 23:24:16 +0000 2010\&quot;,\&quot;followers_count\&quot;:6,\&quot;follow_request_sent\&quot;:null,\&quot;screen_name\&quot;:\&quot;BicycleRobin\&quot;,\&quot;profile_text_color\&quot;:\&quot;333333\&quot;,\&quot;protected\&quot;:false,\&quot;lang\&quot;:\&quot;en\&quot;,\&quot;statuses_count\&quot;:37,\&quot;notifications\&quot;:null,\&quot;profile_sidebar_fill_color\&quot;:\&quot;DDEEF6\&quot;,\&quot;name\&quot;:\&quot;Robin Dunham\&quot;,\&quot;following\&quot;:null,\&quot;profile_background_tile\&quot;:false,\&quot;time_zone\&quot;:\&quot;Pacific Time (US &amp;amp; Canada)\&quot;,\&quot;id\&quot;:214251894,\&quot;listed_count\&quot;:5,\&quot;utc_offset\&quot;:-28800}
&lt;p&gt;,\&quot;id\&quot;:17320712503037953,\&quot;entities\&quot;:{\&quot;urls\&quot;:[&lt;/p&gt;
{\&quot;indices\&quot;:[27,48],\&quot;expanded_url\&quot;:null,\&quot;url\&quot;:\&quot;http:\\/\\/myloc.me\\/fxtc1\&quot;}
&lt;p&gt;],\&quot;hashtags\&quot;:[],\&quot;user_mentions\&quot;:[]},\&quot;in_reply_to_screen_name\&quot;:null}&quot;,&lt;br/&gt;
	&quot;createdAt&quot; : &quot;Tue Dec 21 2010 15:49:14 GMT-0500 (EST)&quot;,&lt;br/&gt;
	&quot;source&quot; : &quot;&amp;lt;a href=\&quot;http://www.ubertwitter.com/bb/download.php\&quot; rel=\&quot;nofollow\&quot;&amp;gt;&#220;berTwitter&amp;lt;/a&amp;gt;&quot;,&lt;br/&gt;
	&quot;entities&quot; : {&lt;br/&gt;
		&quot;urls&quot; : [&lt;/p&gt;
			{
				&quot;url&quot; : &quot;http://myloc.me/fxtc1&quot;,
				&quot;start&quot; : 27,
				&quot;end&quot; : 48
			}
&lt;p&gt;		]&lt;br/&gt;
	}&lt;br/&gt;
}&lt;/p&gt;

&lt;p&gt;The number of records being operated on is about 65K (not a lot really).&lt;/p&gt;

&lt;p&gt;The collection, &apos;tweets&apos;, is being actively written to while the M/R job runs.&lt;/p&gt;

&lt;p&gt;Help.&lt;/p&gt;</description>
                <environment>Linux qa-mongo1 2.6.21.7-2.fc8xen #1 SMP Fri Feb 15 12:34:28 EST 2008 x86_64 GNU/Linux&lt;br/&gt;
Amazon EC2 VM</environment>
        <key id="14066">SERVER-2280</key>
            <summary>Several exceptions running JavaScript Man/Reduce job</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="corruptmemory">Jim Powers</reporter>
                        <labels>
                    </labels>
                <created>Wed, 22 Dec 2010 21:19:08 +0000</created>
                <updated>Tue, 12 Jul 2016 00:17:53 +0000</updated>
                            <resolved>Mon, 27 Dec 2010 16:57:55 +0000</resolved>
                                    <version>1.6.5</version>
                                    <fixVersion>1.7.5</fixVersion>
                                    <component>JavaScript</component>
                    <component>Stability</component>
                                        <votes>0</votes>
                                    <watches>2</watches>
                                                                                                                <comments>
                            <comment id="21827" author="eliot" created="Mon, 27 Dec 2010 20:33:02 +0000"  >&lt;p&gt;If instead of concatenating  the lists, then sorting, then trimming, if you do an an incremental merge of the incoming lists, you&apos;ll never have a large temporary result.&lt;/p&gt;

&lt;p&gt;an inefficient version would be&lt;/p&gt;

&lt;p&gt;r = function(k,vals) { &lt;br/&gt;
    var tweets = []; &lt;br/&gt;
    for (var i=0; i&amp;lt;vals.length; i++ ) {&lt;br/&gt;
        for ( var j=0; j&amp;lt;vals&lt;span class=&quot;error&quot;&gt;&amp;#91;i&amp;#93;&lt;/span&gt;.length; j++ ){&lt;br/&gt;
           tweets.push( vals&lt;span class=&quot;error&quot;&gt;&amp;#91;i&amp;#93;&lt;/span&gt;&lt;span class=&quot;error&quot;&gt;&amp;#91;j&amp;#93;&lt;/span&gt; );&lt;br/&gt;
           tweets.sort(createdAtComparer); &lt;br/&gt;
           if (tweets &amp;gt; maxTweets) &lt;/p&gt;
{ 
               tweets.pop()
           }
&lt;p&gt;      } &lt;br/&gt;
    return &lt;/p&gt;
{&quot;tweets&quot;: tweets}
&lt;p&gt;; &lt;br/&gt;
}; &lt;/p&gt;</comment>
                            <comment id="21824" author="corruptmemory" created="Mon, 27 Dec 2010 19:45:51 +0000"  >&lt;p&gt;Yes, the map phase unrolls the region mapping, can can produce potentially large arrays.  However, I thought that the idempotent characteristic of the reduce function could be used to deal with this.  &lt;/p&gt;

&lt;p&gt;Assume, for instance, that there is an internal cap on &quot;reduce object size&quot; of say N bytes.  After that point the &quot;reduce object&quot; is split into multiple parts with the same key.  Each part no larger than N bytes.  At least this way the map/reduce can continue assuming that the reduce function does not produce large objects as a result.&lt;/p&gt;

&lt;p&gt;Oh well.  I have started to write this in Scala anyway.  However, it appears that the &quot;straight JavaScript&quot; version runs much more slowly than the map/reduce version.  CPU is very high.  The scala version also runs with a lot of CPU while Mongo runs with almost none.&lt;/p&gt;
</comment>
                            <comment id="21822" author="eliot" created="Mon, 27 Dec 2010 19:31:02 +0000"  >&lt;p&gt;In the reduce above, it seems that you first concatenate all inputs into 1 array, and then limit to 50.&lt;br/&gt;
The input list can be large, so the resulting list might be very large before being trimmed.&lt;/p&gt;

&lt;p&gt;If you can send a script that fully reproduces the issue, can see if something else is going on.&lt;/p&gt;</comment>
                            <comment id="21821" author="corruptmemory" created="Mon, 27 Dec 2010 19:23:24 +0000"  >&lt;p&gt;Attached is a straight javascript script that does what the map/reduce program does.  The array sizes are capped at a maximum of 50, which should not be considered huge IMHO.&lt;/p&gt;</comment>
                            <comment id="21813" author="auto" created="Mon, 27 Dec 2010 16:58:26 +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: better js error message on out of memory &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-2280&quot; title=&quot;Several exceptions running JavaScript Man/Reduce job&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-2280&quot;&gt;&lt;del&gt;SERVER-2280&lt;/del&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/57be437dd82e21844d0ed5248a4b6f8f9ac5b61e&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/57be437dd82e21844d0ed5248a4b6f8f9ac5b61e&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="21812" author="eliot" created="Mon, 27 Dec 2010 16:57:55 +0000"  >&lt;p&gt;In your map/reduce you&apos;re building up a huge array.&lt;br/&gt;
You&apos;re running out of memory doing so.&lt;br/&gt;
You can&apos;t use map/reduce in that way.&lt;br/&gt;
You need to build large lists like that client side&lt;br/&gt;
so I would make your keys compound so you can easily query for groups.&lt;/p&gt;

&lt;p&gt;Resolving as I made the error message better.&lt;/p&gt;</comment>
                    </comments>
                    <attachments>
                            <attachment id="10693" name="tweets_by_region2.js" size="942" author="corruptmemory" created="Mon, 27 Dec 2010 19:23:24 +0000"/>
                    </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>Mon, 27 Dec 2010 16:57:55 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10052" key="com.atlassian.jira.toolkit:dayslastcommented">
                        <customfieldname>Days since reply</customfieldname>
                        <customfieldvalues>
                                        13 years, 8 weeks, 2 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>
                            13 years, 8 weeks, 2 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>auto</customfieldvalue>
            <customfieldvalue>eliot</customfieldvalue>
            <customfieldvalue>corruptmemory</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_14254" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Product Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hrp9iv:</customfieldvalue>

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

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

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