<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 04:29:47 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-32284] awaitReplication can hang when the optime to wait for does not match the minSnapshot.</title>
                <link>https://jira.mongodb.org/browse/SERVER-32284</link>
                <project id="10000" key="SERVER">Core Server</project>
                    <description>&lt;p&gt;&lt;a href=&quot;https://github.com/mongodb/mongo/blob/2ea580cd77/src/mongo/db/repl/replication_coordinator_impl.cpp#L1584-L1589&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;ReplicationCoordinatorImpl::_awaitReplication_inlock&lt;/a&gt; accepts waiting for an opTime and a minSnapshot. This method will &lt;a href=&quot;https://github.com/mongodb/mongo/blob/2ea580cd77/src/mongo/db/repl/replication_coordinator_impl.cpp#L1667-L1669&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;register itself onto a waiter list&lt;/a&gt; for a condition notification and successfully return when &lt;a href=&quot;https://github.com/mongodb/mongo/blob/2ea580cd77/src/mongo/db/repl/replication_coordinator_impl.cpp#L1670-L1679&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;_doneWaitingForReplication_inlock&lt;/a&gt; returns &lt;tt&gt;true&lt;/tt&gt;.&lt;/p&gt;

&lt;p&gt;In order for the predicate to return true, a &lt;a href=&quot;https://github.com/mongodb/mongo/blob/2ea580cd77/src/mongo/db/repl/replication_coordinator_impl.cpp#L1538-L1545&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;valid snapshot must exist&lt;/a&gt; at the &lt;tt&gt;minSnapshot&lt;/tt&gt; time.&lt;/p&gt;

&lt;p&gt;However, the condition variable is notified when &lt;tt&gt;_doneWaitingForReplication_inlock&lt;/tt&gt; &lt;a href=&quot;https://github.com/mongodb/mongo/blob/2ea580cd77/src/mongo/db/repl/replication_coordinator_impl.cpp#L2977-L2982&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;succeeds with a trivially true&lt;/a&gt; &lt;tt&gt;minSnapshot&lt;/tt&gt; value. Also note that notifying a waiter also removes it from the list waiters that are notified when optimes advance.&lt;/p&gt;

&lt;p&gt;In this case, the predicate for &lt;tt&gt;_awaitReplication_inlock&lt;/tt&gt; is stronger than to be notified, and because notification happens at most once, a client can hang waiting for a followup notification &lt;a href=&quot;https://github.com/mongodb/mongo/blob/2ea580cd77/src/mongo/db/repl/replication_coordinator_impl.cpp#L1676&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;will never come&lt;/a&gt;.&lt;/p&gt;</description>
                <environment></environment>
        <key id="471360">SERVER-32284</key>
            <summary>awaitReplication can hang when the optime to wait for does not match the minSnapshot.</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="13201">Fixed</resolution>
                                        <assignee username="benety.goh@mongodb.com">Benety Goh</assignee>
                                    <reporter username="daniel.gottlieb@mongodb.com">Daniel Gottlieb</reporter>
                        <labels>
                            <label>rollback-functional</label>
                    </labels>
                <created>Tue, 12 Dec 2017 20:30:08 +0000</created>
                <updated>Mon, 30 Oct 2023 23:09:59 +0000</updated>
                            <resolved>Thu, 18 Jan 2018 02:19:22 +0000</resolved>
                                                    <fixVersion>3.7.2</fixVersion>
                                    <component>Replication</component>
                                        <votes>0</votes>
                                    <watches>3</watches>
                                                                                                                <comments>
                            <comment id="1777391" author="benety.goh" created="Thu, 18 Jan 2018 02:19:22 +0000"  >&lt;p&gt;This bug is fixed by removing the minSnapshot logic, which is no longer used, from awaitReplication.&lt;/p&gt;</comment>
                            <comment id="1777390" author="xgen-internal-githook" created="Thu, 18 Jan 2018 02:17:42 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Benety Goh&apos;, &apos;email&apos;: &apos;benety@mongodb.com&apos;, &apos;username&apos;: &apos;benety&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-32284&quot; title=&quot;awaitReplication can hang when the optime to wait for does not match the minSnapshot.&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-32284&quot;&gt;&lt;del&gt;SERVER-32284&lt;/del&gt;&lt;/a&gt; rename ReplicationCoordinator::reserveSnapshotName() to getMinimumVisibleSnapshot()&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/7713d5531c663603d17fff1267d013e0b6867e5b&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/7713d5531c663603d17fff1267d013e0b6867e5b&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="1777385" author="xgen-internal-githook" created="Thu, 18 Jan 2018 02:05:27 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Benety Goh&apos;, &apos;email&apos;: &apos;benety@mongodb.com&apos;, &apos;username&apos;: &apos;benety&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-32284&quot; title=&quot;awaitReplication can hang when the optime to wait for does not match the minSnapshot.&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-32284&quot;&gt;&lt;del&gt;SERVER-32284&lt;/del&gt;&lt;/a&gt; remove unused last snapshot support from ReplClientInfo&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/25b7af8b7367de11f0d4d864bd6a51983227c494&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/25b7af8b7367de11f0d4d864bd6a51983227c494&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="1777301" author="benety.goh" created="Wed, 17 Jan 2018 23:17:52 +0000"  >&lt;p&gt;references to awaitReplicationOfLastOpForClient() were removed in &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-30638&quot; title=&quot;Change setReadFromMajorityCommittedSnapshot to use the current majority timestamp&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-30638&quot;&gt;&lt;del&gt;SERVER-30638&lt;/del&gt;&lt;/a&gt; and &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-30793&quot; title=&quot;merge setFeatureCompatibilityVersion and _configsvrSetFeatureCompatibilityVersion&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-30793&quot;&gt;&lt;del&gt;SERVER-30793&lt;/del&gt;&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="1777262" author="xgen-internal-githook" created="Wed, 17 Jan 2018 22:37:47 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Benety Goh&apos;, &apos;email&apos;: &apos;benety@mongodb.com&apos;, &apos;username&apos;: &apos;benety&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-32284&quot; title=&quot;awaitReplication can hang when the optime to wait for does not match the minSnapshot.&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-32284&quot;&gt;&lt;del&gt;SERVER-32284&lt;/del&gt;&lt;/a&gt; ReplicationCoordinatorImpl::_doneWaitingForReplication_inlock() always assumes null minSnapshot&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/13a33d961f6936dc8290b8bb80f5c5b9e599f0a9&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/13a33d961f6936dc8290b8bb80f5c5b9e599f0a9&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="1777079" author="xgen-internal-githook" created="Wed, 17 Jan 2018 20:10:43 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Benety Goh&apos;, &apos;email&apos;: &apos;benety@mongodb.com&apos;, &apos;username&apos;: &apos;benety&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-32284&quot; title=&quot;awaitReplication can hang when the optime to wait for does not match the minSnapshot.&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-32284&quot;&gt;&lt;del&gt;SERVER-32284&lt;/del&gt;&lt;/a&gt; ReplicationCoordinatorImpl::_awaitReplication_inlock() always assumes null minSnapshot&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/d071ff8278abcd05d63c0367c49284645e844bcc&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/d071ff8278abcd05d63c0367c49284645e844bcc&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="1776772" author="xgen-internal-githook" created="Wed, 17 Jan 2018 17:17:33 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Benety Goh&apos;, &apos;email&apos;: &apos;benety@mongodb.com&apos;, &apos;username&apos;: &apos;benety&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-32284&quot; title=&quot;awaitReplication can hang when the optime to wait for does not match the minSnapshot.&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-32284&quot;&gt;&lt;del&gt;SERVER-32284&lt;/del&gt;&lt;/a&gt; remove ReplicationCoordinator::awaitReplicationOfLastOpForClient()&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/0d97768115d093ed0041fff8c0ef39ba30c07e3f&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/0d97768115d093ed0041fff8c0ef39ba30c07e3f&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="1775989" author="xgen-internal-githook" created="Wed, 17 Jan 2018 00:43:27 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Benety Goh&apos;, &apos;email&apos;: &apos;benety@mongodb.com&apos;, &apos;username&apos;: &apos;benety&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-32284&quot; title=&quot;awaitReplication can hang when the optime to wait for does not match the minSnapshot.&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-32284&quot;&gt;&lt;del&gt;SERVER-32284&lt;/del&gt;&lt;/a&gt; collMod waits for UUID schema changes using ReplicationCoordinator::awaitReplication() instead of awaitReplicationOfLastOpForClient()&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/7ed79c16f619cab2195edf9cad37a3c4765c8a23&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/7ed79c16f619cab2195edf9cad37a3c4765c8a23&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="1769306" author="xgen-internal-githook" created="Tue, 9 Jan 2018 18:17:30 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Benety Goh&apos;, &apos;username&apos;: &apos;benety&apos;, &apos;email&apos;: &apos;benety@mongodb.com&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-32284&quot; title=&quot;awaitReplication can hang when the optime to wait for does not match the minSnapshot.&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-32284&quot;&gt;&lt;del&gt;SERVER-32284&lt;/del&gt;&lt;/a&gt; add minSnapshot to failed WC message in ReplicationCoordinator::awaitReplication()&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/63f957d5a91d47bf42d4a9f2e5d89d38599ec1da&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/63f957d5a91d47bf42d4a9f2e5d89d38599ec1da&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="1769043" author="greg.mckeon" created="Tue, 9 Jan 2018 16:05:06 +0000"  >&lt;p&gt;&lt;a href=&quot;https://jira.mongodb.org/secure/ViewProfile.jspa?name=benety.goh&quot; class=&quot;user-hover&quot; rel=&quot;benety.goh&quot;&gt;benety.goh&lt;/a&gt; should this be assigned to you?&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10011">
                    <name>Depends</name>
                                            <outwardlinks description="depends on">
                                        <issuelink>
            <issuekey id="422433">SERVER-30911</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="469311">SERVER-32206</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="470428">SERVER-32251</issuekey>
        </issuelink>
                            </outwardlinks>
                                                        </issuelinktype>
                            <issuelinktype id="10012">
                    <name>Related</name>
                                            <outwardlinks description="related to">
                                        <issuelink>
            <issuekey id="480805">SERVER-32624</issuekey>
        </issuelink>
                            </outwardlinks>
                                                                <inwardlinks description="is related to">
                                        <issuelink>
            <issuekey id="416180">SERVER-30638</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="419351">SERVER-30793</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="213871">SERVER-19212</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                    </issuelinks>
                <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                <customfield id="customfield_10050" key="com.atlassian.jira.toolkit:comments">
                        <customfieldname># Replies</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>10.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_18555" key="com.onresolve.jira.groovy.groovyrunner:scripted-field">
                        <customfieldname># of Sprints</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>3.0</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                            <customfield id="customfield_10011" key="com.atlassian.jira.plugin.system.customfieldtypes:radiobuttons">
                        <customfieldname>Backwards Compatibility</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10038"><![CDATA[Fully Compatible]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                            <customfield id="customfield_10055" key="com.atlassian.jira.ext.charting:firstresponsedate">
                        <customfieldname>Date of 1st Reply</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Tue, 9 Jan 2018 15:23:24 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10052" key="com.atlassian.jira.toolkit:dayslastcommented">
                        <customfieldname>Days since reply</customfieldname>
                        <customfieldvalues>
                                        6 years, 4 weeks ago
    
                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_18254" key="com.onresolve.jira.groovy.groovyrunner:scripted-field">
                        <customfieldname>Dependencies</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue><![CDATA[<s><a href='https://jira.mongodb.org/browse/SERVER-32206'>SERVER-32206</a></s>, <s><a href='https://jira.mongodb.org/browse/SERVER-32251'>SERVER-32251</a></s>, <s><a href='https://jira.mongodb.org/browse/SERVER-30911'>SERVER-30911</a></s>]]></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_10857" key="com.pyxis.greenhopper.jira:gh-epic-link">
                        <customfieldname>Epic Link</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>PM-842</customfieldvalue>
                        </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>luke.bonanomi@mongodb.com</customfieldvalue>

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

                        </customfieldvalues>
                    </customfield>
                                                                                                                        <customfield id="customfield_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>benety.goh@mongodb.com</customfieldvalue>
            <customfieldvalue>daniel.gottlieb@mongodb.com</customfieldvalue>
            <customfieldvalue>xgen-internal-githook</customfieldvalue>
            <customfieldvalue>greg.mckeon@mongodb.com</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_14254" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Product Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|htm37b:</customfieldvalue>

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

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10558" key="com.pyxis.greenhopper.jira:gh-global-rank">
                        <customfieldname>Rank (Obsolete)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>9223372036854775807</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_10557" key="com.pyxis.greenhopper.jira:gh-sprint">
                        <customfieldname>Sprint</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue id="2047">Repl 2018-01-01</customfieldvalue>
    <customfieldvalue id="2064">Repl 2018-01-15</customfieldvalue>
    <customfieldvalue id="2088">Repl 2018-01-29</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                        <customfield id="customfield_10053" key="com.atlassian.jira.ext.charting:timeinstatus">
                        <customfieldname>Time In Status</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                        <customfield id="customfield_22870" key="com.onresolve.jira.groovy.groovyrunner:scripted-field">
                        <customfieldname>Triagers</customfieldname>
                        <customfieldvalues>
                                

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_11861" key="com.atlassian.jira.plugin.system.customfieldtypes:radiobuttons">
                        <customfieldname>User Summary</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="11856"><![CDATA[Not Needed]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                        <customfield id="customfield_14350" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>serverRank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|htlpbj:</customfieldvalue>

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