<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 03:33:40 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-14041] enhance secondaryThrottle parameter</title>
                <link>https://jira.mongodb.org/browse/SERVER-14041</link>
                <project id="10000" key="SERVER">Core Server</project>
                    <description>&lt;p&gt;For clusters with significant load on secondary nodes of replica set shards, the default secondary throttle mode (w:1) may not ensure that chunk migration doesn&apos;t interfere with all secondaries.  Support other write concern &quot;w&quot; modes (1, 2, &quot;majority&quot;) for this parameter to allow configurable throttling. Also the default is changed to { _secondaryThrottle: true } for chunk migration.&lt;/p&gt;</description>
                <environment></environment>
        <key id="137856">SERVER-14041</key>
            <summary>enhance secondaryThrottle parameter</summary>
                <type id="4" iconUrl="https://jira.mongodb.org/secure/viewavatar?size=xsmall&amp;avatarId=14710&amp;avatarType=issuetype">Improvement</type>
                                            <priority id="3" iconUrl="https://jira.mongodb.org/images/icons/priorities/major.svg">Major - P3</priority>
                        <status id="6" iconUrl="https://jira.mongodb.org/images/icons/statuses/closed.png" description="The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.">Closed</status>
                    <statusCategory id="3" key="done" colorName="success"/>
                                    <resolution id="9">Done</resolution>
                                        <assignee username="randolph@mongodb.com">Randolph Tan</assignee>
                                    <reporter username="greg_10gen">Greg Studer</reporter>
                        <labels>
                    </labels>
                <created>Fri, 23 May 2014 14:34:41 +0000</created>
                <updated>Tue, 27 Oct 2015 14:49:04 +0000</updated>
                            <resolved>Tue, 15 Jul 2014 17:55:55 +0000</resolved>
                                                    <fixVersion>2.7.4</fixVersion>
                                    <component>Sharding</component>
                                        <votes>0</votes>
                                    <watches>3</watches>
                                                                                                                <comments>
                            <comment id="661006" author="renctan" created="Wed, 16 Jul 2014 19:32:37 +0000"  >&lt;p&gt;Tested by hand.&lt;/p&gt;

&lt;p&gt;Scenarios tested:&lt;br/&gt;
1. Migration - &lt;br/&gt;
a. no _secondaryThrottle&lt;br/&gt;
2. secondaryThrottle: true&lt;br/&gt;
3. secondaryThrottle: false&lt;br/&gt;
4. 2. secondaryThrottle: BSON&lt;/p&gt;

&lt;p&gt;2. MoveChunk command -&lt;br/&gt;
a. no secondaryThrottle, no writeConcern.&lt;br/&gt;
b. no secondaryThrottle, with writeConcern.&lt;br/&gt;
c. secondaryThrottle: true, no writeConcern.&lt;br/&gt;
d. secondaryThrottle: true, with writeConcern.&lt;br/&gt;
e. secondaryThrottle: false, no writeConcern.&lt;br/&gt;
f. secondaryThrottle: false, with writeConcern.&lt;/p&gt;

&lt;p&gt;3. cleanupOrphaned - same as #2.&lt;/p&gt;

&lt;p&gt;Note that for test 2 &amp;amp; 3, make sure that mongos sends the right parameter when sending the right parameters for moveChunk and make sure the shard does the same way for _recvChunkStart (must have at least vebose level 1). To make sure that the write concern was passed down correctly by checking the logs for &quot;begin removal of&quot; (requires log level 1).&lt;/p&gt;</comment>
                            <comment id="660934" author="renctan" created="Wed, 16 Jul 2014 18:41:18 +0000"  >&lt;p&gt;This patch allows the user to specify a more detailed write concern mode compared to the on/off switch before. This currently only supports the &quot;w&quot; and &quot;wtimeout&quot; parameters (fsync and j are ignored). The places where this are supported are in the balancer config, moveChunk command (as well as the moveChunk shard version and _recvChunkStart) and cleanupOrphaned.&lt;/p&gt;

&lt;p&gt;Below are a list of examples on how to pass the setting. Note: that the balancer config document &apos;overloads&apos; the _secondaryThrottle field, whereas for commands, the new writeConcern field should be used.&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;{ _id: &apos;balancer&apos;, _secondaryThrottle: { w: 2, wtimeout: 1000 }}&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;{ moveChunk: &apos;test.user&apos;, ..., secondaryThrottle: true, writeConcern: { w: 2, wtimeout: 1000 }} // secondaryThrottle is optional&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;{ cleanupOrphaned: &apos;test.user&apos;, ..., secondaryThrottle: true, writeConcern: { w: 2, wtimeout: 1000 }} // secondaryThrottle is optional&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
			&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;p/&gt;

&lt;p&gt;This patch also make _secondaryThrottle and secondaryThrottle interchangable for commands (again, not for the config doc). In the case when both of them are specified, secondaryThrottle overrides _secondaryThrottle.&lt;/p&gt;

&lt;p&gt;The migration process involves a lot of write operations and here&apos;s a list of all the places where mongod waits for replication during migration:&lt;/p&gt;

&lt;p&gt;From side:&lt;br/&gt;
1. RangeDeleter deletes during migration cleanup.&lt;/p&gt;

&lt;p&gt;To side:&lt;br/&gt;
1. Individual deletes on the incoming range at the start of migration.&lt;br/&gt;
2. RangeDeleter deletes when a migration aborts.&lt;br/&gt;
3. Individual writes when cloning documents.&lt;br/&gt;
4. Individual writes during transferMod. { w: majority, wtimeout: -1 }&lt;br/&gt;
5. After transferMod phase is completed. { w: majority } -&amp;gt; loops up to 10 hours.&lt;/p&gt;

&lt;p&gt;RangeDeleter waits for replication on:&lt;br/&gt;
1. Individual deletes.&lt;br/&gt;
2. After the delete completes. { w: majority }&lt;/p&gt;

&lt;p&gt;If the user explicitly passes a custom write concern, all items not marked with { w: majority } will use it. In other words, the cases where the server waits for majority is not affected by the secondaryThrottle setting.&lt;/p&gt;

&lt;p&gt;Notes:&lt;/p&gt;
&lt;ul class=&quot;alternate&quot; type=&quot;square&quot;&gt;
	&lt;li&gt;It is not legal to specify secondaryThrottle = false and a writeConcern.&lt;/li&gt;
	&lt;li&gt;writeConcern of w: 1 are treated as no secondaryThrottle.&lt;/li&gt;
	&lt;li&gt;The default writeConcern is 2 if the replica set has enough nodes.&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="660860" author="xgen-internal-githook" created="Wed, 16 Jul 2014 17:54:25 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;username&apos;: u&apos;renctan&apos;, u&apos;name&apos;: u&apos;Randolph Tan&apos;, u&apos;email&apos;: u&apos;randolph@10gen.com&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-14041&quot; title=&quot;enhance secondaryThrottle parameter&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-14041&quot;&gt;&lt;del&gt;SERVER-14041&lt;/del&gt;&lt;/a&gt; enhance secondaryThrottle parameter&lt;/p&gt;

&lt;p&gt;This reverts commit 37f2a1e3b724dbd9e1f8eafd4ac87c5bf613c048 (undo revert).&lt;br/&gt;
This reverts commit d60fd22dec1c0bd104622eab463cdbba18bf11a9 (undo revert).&lt;br/&gt;
Fix Windows compile failure.&lt;br/&gt;
Add more defensive checks.&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/2fd2eebb2656ae65bd6eb63b39f8faeb84e0db4e&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/2fd2eebb2656ae65bd6eb63b39f8faeb84e0db4e&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="659818" author="xgen-internal-githook" created="Tue, 15 Jul 2014 20:14:07 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;username&apos;: u&apos;renctan&apos;, u&apos;name&apos;: u&apos;Randolph Tan&apos;, u&apos;email&apos;: u&apos;randolph@10gen.com&apos;}
&lt;p&gt;Message: Revert &quot;&lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-14041&quot; title=&quot;enhance secondaryThrottle parameter&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-14041&quot;&gt;&lt;del&gt;SERVER-14041&lt;/del&gt;&lt;/a&gt; enhance secondaryThrottle parameter&quot;&lt;/p&gt;

&lt;p&gt;This reverts commit fa1233fbe4a48ef0675820f381987f1df4f42f75.&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/37f2a1e3b724dbd9e1f8eafd4ac87c5bf613c048&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/37f2a1e3b724dbd9e1f8eafd4ac87c5bf613c048&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="659816" author="xgen-internal-githook" created="Tue, 15 Jul 2014 20:14:04 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;username&apos;: u&apos;renctan&apos;, u&apos;name&apos;: u&apos;Randolph Tan&apos;, u&apos;email&apos;: u&apos;randolph@10gen.com&apos;}
&lt;p&gt;Message: Revert &quot;&lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-14041&quot; title=&quot;enhance secondaryThrottle parameter&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-14041&quot;&gt;&lt;del&gt;SERVER-14041&lt;/del&gt;&lt;/a&gt; enhance secondaryThrottle parameter&quot;&lt;/p&gt;

&lt;p&gt;This reverts commit d85f99a8a150a1932d72bd393511be2b85a409c7.&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/d60fd22dec1c0bd104622eab463cdbba18bf11a9&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/d60fd22dec1c0bd104622eab463cdbba18bf11a9&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="659760" author="xgen-internal-githook" created="Tue, 15 Jul 2014 19:42:48 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;username&apos;: u&apos;renctan&apos;, u&apos;name&apos;: u&apos;Randolph Tan&apos;, u&apos;email&apos;: u&apos;randolph@10gen.com&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-14041&quot; title=&quot;enhance secondaryThrottle parameter&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-14041&quot;&gt;&lt;del&gt;SERVER-14041&lt;/del&gt;&lt;/a&gt; enhance secondaryThrottle parameter&lt;/p&gt;

&lt;p&gt;Fix debug build compile failure&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/d85f99a8a150a1932d72bd393511be2b85a409c7&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/d85f99a8a150a1932d72bd393511be2b85a409c7&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="659640" author="xgen-internal-githook" created="Tue, 15 Jul 2014 18:03:02 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;username&apos;: u&apos;renctan&apos;, u&apos;name&apos;: u&apos;Randolph Tan&apos;, u&apos;email&apos;: u&apos;randolph@10gen.com&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-14041&quot; title=&quot;enhance secondaryThrottle parameter&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-14041&quot;&gt;&lt;del&gt;SERVER-14041&lt;/del&gt;&lt;/a&gt; enhance secondaryThrottle parameter&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/fa1233fbe4a48ef0675820f381987f1df4f42f75&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/fa1233fbe4a48ef0675820f381987f1df4f42f75&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="659593" author="xgen-internal-githook" created="Tue, 15 Jul 2014 17:43:12 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;username&apos;: u&apos;renctan&apos;, u&apos;name&apos;: u&apos;Randolph Tan&apos;, u&apos;email&apos;: u&apos;randolph@10gen.com&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-14041&quot; title=&quot;enhance secondaryThrottle parameter&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-14041&quot;&gt;&lt;del&gt;SERVER-14041&lt;/del&gt;&lt;/a&gt; enhance secondaryThrottle parameter&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/fa1233fbe4a48ef0675820f381987f1df4f42f75&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/fa1233fbe4a48ef0675820f381987f1df4f42f75&lt;/a&gt;&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10011">
                    <name>Depends</name>
                                                                <inwardlinks description="is depended on by">
                                                        </inwardlinks>
                                    </issuelinktype>
                            <issuelinktype id="10010">
                    <name>Duplicate</name>
                                                                <inwardlinks description="is duplicated by">
                                        <issuelink>
            <issuekey id="149458">SERVER-14708</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                            <issuelinktype id="10012">
                    <name>Related</name>
                                            <outwardlinks description="related to">
                                        <issuelink>
            <issuekey id="162883">SERVER-15591</issuekey>
        </issuelink>
                            </outwardlinks>
                                                                <inwardlinks description="is related to">
                                        <issuelink>
            <issuekey id="178659">SERVER-16842</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="149458">SERVER-14708</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="174499">SERVER-16548</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="180041">DOCS-4716</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="168429">DOCS-4318</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="147275">SERVER-14567</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="171827">SERVER-16357</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                            <issuelinktype id="10220">
                    <name>Tested</name>
                                            <outwardlinks description="tested by">
                                                        </outwardlinks>
                                                        </issuelinktype>
                    </issuelinks>
                <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                <customfield id="customfield_10050" key="com.atlassian.jira.toolkit:comments">
                        <customfieldname># Replies</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>8.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <customfield id="customfield_10055" key="com.atlassian.jira.ext.charting:firstresponsedate">
                        <customfieldname>Date of 1st Reply</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Tue, 24 Jun 2014 21:35:17 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10052" key="com.atlassian.jira.toolkit:dayslastcommented">
                        <customfieldname>Days since reply</customfieldname>
                        <customfieldvalues>
                                        9 years, 31 weeks 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>
                            9 years, 31 weeks ago
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                    <customfield id="customfield_10051" key="com.atlassian.jira.toolkit:participants">
                        <customfieldname>Participants</customfieldname>
                        <customfieldvalues>
                                        <customfieldvalue>xgen-internal-githook</customfieldvalue>
            <customfieldvalue>greg_10gen</customfieldvalue>
            <customfieldvalue>randolph@mongodb.com</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_14254" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Product Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hrluhj:</customfieldvalue>

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

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

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