<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 02:57:50 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-1721] cursor error on concurrent requests</title>
                <link>https://jira.mongodb.org/browse/SERVER-1721</link>
                <project id="10000" key="SERVER">Core Server</project>
                    <description>&lt;p&gt;I&apos;m running the attached PHP script (drop collection, add 1000 elements, findOne) through ab with:&lt;/p&gt;

&lt;p&gt;$ ab -c 5 -n 1000 &lt;a href=&quot;http://localhost/sample.php&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://localhost/sample.php&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;It causes a lot of errors that look like this in the db log:&lt;/p&gt;

&lt;p&gt;Thu Sep  2 16:30:24 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn546&amp;#93;&lt;/span&gt; CMD: drop testDB.testColl&lt;br/&gt;
Thu Sep  2 16:30:24 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn536&amp;#93;&lt;/span&gt; CMD: drop testDB.testColl&lt;br/&gt;
Thu Sep  2 16:30:24 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn546&amp;#93;&lt;/span&gt; building new index on &lt;/p&gt;
{ _id: 1 }
&lt;p&gt; for testDB.testColl&lt;br/&gt;
Thu Sep  2 16:30:24 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn546&amp;#93;&lt;/span&gt; done for 0 records 0secs&lt;br/&gt;
Thu Sep  2 16:30:24 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn548&amp;#93;&lt;/span&gt; CMD: drop testDB.testColl&lt;br/&gt;
Thu Sep  2 16:30:24 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn536&amp;#93;&lt;/span&gt; Assertion: 13338:cursor dropped during query&lt;br/&gt;
0x8153a5a 0x821084d 0x830f838 0x830fecd 0x8314973 0x831a7ea 0x831b203 0x831b97d 0x81fe5e7 0x82e0677 0x83ddade 0x81a1ef8 0x42ec1d 0x2e696e 0x6c6a4e &lt;br/&gt;
 ./mongod(_ZN5mongo11msgassertedEiPKc+0x20a) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x8153a5a&amp;#93;&lt;/span&gt;&lt;br/&gt;
 ./mongod(_ZN5mongo11UserQueryOp16recoverFromYieldEv+0xdd) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x821084d&amp;#93;&lt;/span&gt;&lt;br/&gt;
 ./mongod(_ZN5mongo12QueryPlanSet6Runner16recoverFromYieldERNS_7QueryOpE+0x38) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x830f838&amp;#93;&lt;/span&gt;&lt;br/&gt;
 ./mongod(_ZN5mongo12QueryPlanSet6Runner8mayYieldERKSt6vectorIN5boost10shared_ptrINS_7QueryOpEEESaIS6_EE+0xcd) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x830fecd&amp;#93;&lt;/span&gt;&lt;br/&gt;
 ./mongod(_ZN5mongo12QueryPlanSet6Runner3runEv+0x8a3) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x8314973&amp;#93;&lt;/span&gt;&lt;br/&gt;
 ./mongod(_ZN5mongo12QueryPlanSet5runOpERNS_7QueryOpE+0x21a) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x831a7ea&amp;#93;&lt;/span&gt;&lt;br/&gt;
 ./mongod(_ZN5mongo16MultiPlanScanner9runOpOnceERNS_7QueryOpE+0x6b3) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x831b203&amp;#93;&lt;/span&gt;&lt;br/&gt;
 ./mongod(_ZN5mongo16MultiPlanScanner5runOpERNS_7QueryOpE+0x2d) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x831b97d&amp;#93;&lt;/span&gt;&lt;br/&gt;
 ./mongod(&lt;em&gt;ZN5mongo8runQueryERNS_7MessageERNS_12QueryMessageERNS_5CurOpES1&lt;/em&gt;+0xa17) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x81fe5e7&amp;#93;&lt;/span&gt;&lt;br/&gt;
 ./mongod(_ZN5mongo16assembleResponseERNS_7MessageERNS_10DbResponseERKNS_8SockAddrE+0x1447) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x82e0677&amp;#93;&lt;/span&gt;&lt;br/&gt;
 ./mongod(_ZN5mongo10connThreadEPNS_13MessagingPortE+0x2ee) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x83ddade&amp;#93;&lt;/span&gt;&lt;br/&gt;
 ./mongod(_ZN5boost6detail11thread_dataINS_3_bi6bind_tIvPFvPN5mongo13MessagingPortEENS2_5list1INS2_5valueIS6_EEEEEEE3runEv+0x18) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x81a1ef8&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/lib/libboost_thread-mt.so.1.38.0(thread_proxy+0x5d) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x42ec1d&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /lib/tls/i686/cmov/libpthread.so.0(+0x596e) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x2e696e&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /lib/tls/i686/cmov/libc.so.6(clone+0x5e) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x6c6a4e&amp;#93;&lt;/span&gt;&lt;br/&gt;
Thu Sep  2 16:30:24 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn536&amp;#93;&lt;/span&gt; assertion 13338 cursor dropped during query ns:testDB.testColl query:&lt;/p&gt;
{ a: 500 }
&lt;p&gt;Thu Sep  2 16:30:24 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn536&amp;#93;&lt;/span&gt;  ntoskip:0 ntoreturn:-1&lt;br/&gt;
Thu Sep  2 16:30:24 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn548&amp;#93;&lt;/span&gt; building new index on &lt;/p&gt;
{ _id: 1 }
&lt;p&gt; for testDB.testColl&lt;br/&gt;
Thu Sep  2 16:30:24 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn548&amp;#93;&lt;/span&gt; done for 0 records 0secs&lt;/p&gt;

&lt;p&gt;The query is a findOne, so it seems weird that the cursor would be dropped during it.&lt;/p&gt;</description>
                <environment>db version v1.7.0-pre-, pdfile version 4.5&lt;br/&gt;
Thu Sep  2 16:35:31 git version: b6321840dd39f96febef4e82de70dc2bb71075e5</environment>
        <key id="12987">SERVER-1721</key>
            <summary>cursor error on concurrent requests</summary>
                <type id="1" iconUrl="https://jira.mongodb.org/secure/viewavatar?size=xsmall&amp;avatarId=14703&amp;avatarType=issuetype">Bug</type>
                                            <priority id="3" iconUrl="https://jira.mongodb.org/images/icons/priorities/major.svg">Major - P3</priority>
                        <status id="6" iconUrl="https://jira.mongodb.org/images/icons/statuses/closed.png" description="The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.">Closed</status>
                    <statusCategory id="3" key="done" colorName="success"/>
                                    <resolution id="9">Done</resolution>
                                        <assignee username="eliot">Eliot Horowitz</assignee>
                                    <reporter username="kristina">Kristina Chodorow</reporter>
                        <labels>
                    </labels>
                <created>Thu, 2 Sep 2010 20:37:12 +0000</created>
                <updated>Tue, 12 Jul 2016 00:17:03 +0000</updated>
                            <resolved>Mon, 8 Nov 2010 21:27:45 +0000</resolved>
                                                    <fixVersion>1.7.3</fixVersion>
                                                        <votes>0</votes>
                                    <watches>1</watches>
                                                                                                                <comments>
                            <comment id="20185" author="kristina" created="Tue, 9 Nov 2010 20:58:55 +0000"  >&lt;p&gt;Nevermind, totally fixed.  My bad.&lt;/p&gt;</comment>
                            <comment id="20184" author="kristina" created="Tue, 9 Nov 2010 20:52:24 +0000"  >&lt;p&gt;It&apos;s not really &quot;fixed&quot;, it&apos;s just back to the original error...&lt;/p&gt;</comment>
                            <comment id="20135" author="auto" created="Mon, 8 Nov 2010 21:27:46 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;login&apos;: &apos;erh&apos;, &apos;name&apos;: &apos;Eliot Horowitz&apos;, &apos;email&apos;: &apos;eliot@10gen.com&apos;}
&lt;p&gt;Message: fix cursor usage when possible deleted&lt;br/&gt;
&lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-1721&quot; title=&quot;cursor error on concurrent requests&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-1721&quot;&gt;&lt;del&gt;SERVER-1721&lt;/del&gt;&lt;/a&gt; &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-2075&quot; title=&quot;userqueryop cursor becoming null after yield shouldn&amp;#39;t cause seg fault&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-2075&quot;&gt;&lt;del&gt;SERVER-2075&lt;/del&gt;&lt;/a&gt;&lt;br/&gt;
/mongodb/mongo/commit/9bfffc98e6a13954a1699ea0ab58b7feefb9939f&lt;/p&gt;</comment>
                            <comment id="20032" author="kristina" created="Thu, 4 Nov 2010 15:17:07 +0000"  >&lt;p&gt;This is now crashing the server:&lt;/p&gt;

&lt;p&gt;Thu Nov  4 11:00:34 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn435&amp;#93;&lt;/span&gt; end connection 127.0.0.1:54540&lt;br/&gt;
Thu Nov  4 11:00:34 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn433&amp;#93;&lt;/span&gt; end connection 127.0.0.1:54538&lt;br/&gt;
Thu Nov  4 11:00:34 &lt;span class=&quot;error&quot;&gt;&amp;#91;initandlisten&amp;#93;&lt;/span&gt; connection accepted from 127.0.0.1:54545 #441&lt;br/&gt;
Thu Nov  4 11:00:34 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn441&amp;#93;&lt;/span&gt; CMD: drop testDB.testColl&lt;br/&gt;
mongod: /usr/include/boost/shared_ptr.hpp:419: T* boost::shared_ptr&amp;lt; &amp;lt;template-parameter-1-1&amp;gt; &amp;gt;::operator-&amp;gt;() const &lt;span class=&quot;error&quot;&gt;&amp;#91;with T = mongo::Cursor&amp;#93;&lt;/span&gt;: Assertion `px != 0&apos; failed.&lt;br/&gt;
Thu Nov  4 11:00:34 Got signal: 6 (Aborted).&lt;/p&gt;

&lt;p&gt;Thu Nov  4 11:00:34 Backtrace:&lt;br/&gt;
0x83f9cd0 0xd8c400 0xd8c422 0x27c651 0x27fa82 0x275718 0x821b568 0x821b6ee 0x83215a8 0x8327df2 0x832ab8a 0x832b429 0x832ba0d 0x8209ebf 0x82f3a15 0x83fadf5 0x81a8d48 0x78cc1d 0xe7b96e 0x31fa4e &lt;br/&gt;
 ./mongod(_ZN5mongo10abruptQuitEi+0x400) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x83f9cd0&amp;#93;&lt;/span&gt;&lt;br/&gt;
 &lt;span class=&quot;error&quot;&gt;&amp;#91;0xd8c400&amp;#93;&lt;/span&gt;&lt;br/&gt;
 &lt;span class=&quot;error&quot;&gt;&amp;#91;0xd8c422&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /lib/tls/i686/cmov/libc.so.6(gsignal+0x51) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x27c651&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /lib/tls/i686/cmov/libc.so.6(abort+0x182) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x27fa82&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /lib/tls/i686/cmov/libc.so.6(__assert_fail+0xf8) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x275718&amp;#93;&lt;/span&gt;&lt;br/&gt;
 ./mongod() &lt;span class=&quot;error&quot;&gt;&amp;#91;0x821b568&amp;#93;&lt;/span&gt;&lt;br/&gt;
 ./mongod(_ZN5mongo11UserQueryOp4nextEv+0x17e) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x821b6ee&amp;#93;&lt;/span&gt;&lt;br/&gt;
 ./mongod(_ZN5mongo12QueryPlanSet6Runner6nextOpERNS_7QueryOpE+0x38) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x83215a8&amp;#93;&lt;/span&gt;&lt;br/&gt;
 ./mongod(_ZN5mongo12QueryPlanSet6Runner3runEv+0xa32) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x8327df2&amp;#93;&lt;/span&gt;&lt;br/&gt;
 ./mongod(_ZN5mongo12QueryPlanSet5runOpERNS_7QueryOpE+0x21a) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x832ab8a&amp;#93;&lt;/span&gt;&lt;br/&gt;
 ./mongod(_ZN5mongo16MultiPlanScanner9runOpOnceERNS_7QueryOpE+0x499) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x832b429&amp;#93;&lt;/span&gt;&lt;br/&gt;
 ./mongod(_ZN5mongo16MultiPlanScanner5runOpERNS_7QueryOpE+0x2d) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x832ba0d&amp;#93;&lt;/span&gt;&lt;br/&gt;
 ./mongod(&lt;em&gt;ZN5mongo8runQueryERNS_7MessageERNS_12QueryMessageERNS_5CurOpES1&lt;/em&gt;+0xa0f) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x8209ebf&amp;#93;&lt;/span&gt;&lt;br/&gt;
 ./mongod(_ZN5mongo16assembleResponseERNS_7MessageERNS_10DbResponseERKNS_8SockAddrE+0x1425) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x82f3a15&amp;#93;&lt;/span&gt;&lt;br/&gt;
 ./mongod(_ZN5mongo10connThreadEPNS_13MessagingPortE+0x2c5) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x83fadf5&amp;#93;&lt;/span&gt;&lt;br/&gt;
 ./mongod(_ZN5boost6detail11thread_dataINS_3_bi6bind_tIvPFvPN5mongo13MessagingPortEENS2_5list1INS2_5valueIS6_EEEEEEE3runEv+0x18) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x81a8d48&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /usr/lib/libboost_thread-mt.so.1.38.0(thread_proxy+0x5d) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x78cc1d&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /lib/tls/i686/cmov/libpthread.so.0(+0x596e) &lt;span class=&quot;error&quot;&gt;&amp;#91;0xe7b96e&amp;#93;&lt;/span&gt;&lt;br/&gt;
 /lib/tls/i686/cmov/libc.so.6(clone+0x5e) &lt;span class=&quot;error&quot;&gt;&amp;#91;0x31fa4e&amp;#93;&lt;/span&gt;&lt;/p&gt;

&lt;p&gt;Thu Nov  4 11:00:34 dbexit: &lt;br/&gt;
Thu Nov  4 11:00:34 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn436&amp;#93;&lt;/span&gt; shutdown: going to close listening sockets...&lt;br/&gt;
Thu Nov  4 11:00:34 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn436&amp;#93;&lt;/span&gt; closing listening socket: 5&lt;br/&gt;
Thu Nov  4 11:00:34 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn436&amp;#93;&lt;/span&gt; closing listening socket: 6&lt;br/&gt;
Thu Nov  4 11:00:34 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn436&amp;#93;&lt;/span&gt; closing listening socket: 7&lt;br/&gt;
Thu Nov  4 11:00:34 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn436&amp;#93;&lt;/span&gt; closing listening socket: 8&lt;br/&gt;
Thu Nov  4 11:00:34 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn436&amp;#93;&lt;/span&gt; removing socket file: /tmp/mongodb-27017.sock&lt;br/&gt;
Thu Nov  4 11:00:34 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn436&amp;#93;&lt;/span&gt; removing socket file: /tmp/mongodb-28017.sock&lt;br/&gt;
Thu Nov  4 11:00:34 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn436&amp;#93;&lt;/span&gt; shutdown: going to flush oplog...&lt;br/&gt;
Thu Nov  4 11:00:34 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn436&amp;#93;&lt;/span&gt; shutdown: going to close sockets...&lt;br/&gt;
Thu Nov  4 11:00:34 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn436&amp;#93;&lt;/span&gt; shutdown: waiting for fs preallocator...&lt;br/&gt;
Thu Nov  4 11:00:34 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn436&amp;#93;&lt;/span&gt; shutdown: closing all files...&lt;br/&gt;
Thu Nov  4 11:00:34 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn441&amp;#93;&lt;/span&gt; got request after shutdown()&lt;br/&gt;
Thu Nov  4 11:00:34 closeAllFiles() finished&lt;br/&gt;
Thu Nov  4 11:00:34 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn436&amp;#93;&lt;/span&gt; shutdown: removing fs lock...&lt;br/&gt;
Thu Nov  4 11:00:34 dbexit: really exiting now&lt;br/&gt;
Thu Nov  4 11:00:34 ERROR: Client::~Client _context should be null but is not; client:conn&lt;/p&gt;</comment>
                            <comment id="17741" author="eliot" created="Fri, 3 Sep 2010 02:24:47 +0000"  >&lt;p&gt;Its happening because even though its a findOne, we yield every X objects scanned.  So since there isn&apos;t an index, we have to do a table scan.&lt;/p&gt;

&lt;p&gt;Not sure if there is much we can do here....&lt;/p&gt;

&lt;p&gt;Maybe make the error nicer?&lt;/p&gt;</comment>
                    </comments>
                    <attachments>
                            <attachment id="10423" name="sample.php" size="496" author="kristina" created="Thu, 2 Sep 2010 20:37:12 +0000"/>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                <customfield id="customfield_10050" key="com.atlassian.jira.toolkit:comments">
                        <customfieldname># Replies</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>5.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <customfield id="customfield_10055" key="com.atlassian.jira.ext.charting:firstresponsedate">
                        <customfieldname>Date of 1st Reply</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Fri, 3 Sep 2010 02:24:47 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10052" key="com.atlassian.jira.toolkit:dayslastcommented">
                        <customfieldname>Days since reply</customfieldname>
                        <customfieldvalues>
                                        13 years, 15 weeks, 1 day 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, 15 weeks, 1 day ago
                        </customfieldvalues>
                    </customfield>
                                                                                                                        <customfield id="customfield_10000" key="com.atlassian.jira.plugin.system.customfieldtypes:radiobuttons">
                        <customfieldname>Old_Backport</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10000"><![CDATA[No]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10032" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>Operating System</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10026"><![CDATA[ALL]]></customfieldvalue>

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

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

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

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