<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 04:35:24 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-34053] Cursor not found error when running long query on secondary with noCursorTimeout </title>
                <link>https://jira.mongodb.org/browse/SERVER-34053</link>
                <project id="10000" key="SERVER">Core Server</project>
                    <description>&lt;p&gt;I&#8217;ve had two Ruby tickets reporting that a user gets a cursor id not found error with the latest version of the server and the Ruby driver. I&#8217;ve been able to reproduce it (see below for code and logs).&lt;/p&gt;

&lt;p&gt;Here are the details:&lt;/p&gt;

&lt;ul class=&quot;alternate&quot; type=&quot;square&quot;&gt;
	&lt;li&gt;The query is done with read preference secondaryPreferred&lt;/li&gt;
	&lt;li&gt;The query has noCursorTimeout set to true&lt;/li&gt;
	&lt;li&gt;The query uses an implicit session&lt;/li&gt;
	&lt;li&gt;The sequence of operations is: find (success), getmore (success), getmore (failure/no cursor id found)&lt;/li&gt;
	&lt;li&gt;As the user iterates over the query results, there is sometimes a few minutes between getMore requests. This value has been 7 minutes and 10 minutes.&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;I confirmed that:&lt;/p&gt;
&lt;ul class=&quot;alternate&quot; type=&quot;square&quot;&gt;
	&lt;li&gt;The driver is indeed setting noCursorTimeout on the query&lt;/li&gt;
	&lt;li&gt;The same lsid is being used for the original find and following getMores&lt;/li&gt;
	&lt;li&gt;Neither the cursor nor the session are being prematurely ended before the getMore failure. (no endSessions commands or killCursors commands found in the logs)&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;I can provide the user&apos;s primary and secondary logs, as well as application logs.&lt;/p&gt;

&lt;p&gt;Here are the Ruby tickets: &lt;a href=&quot;https://jira.mongodb.org/browse/RUBY-1312&quot; title=&quot;noCursorTimeout regression from 2.4.3 to 2.5.1&quot; class=&quot;issue-link&quot; data-issue-key=&quot;RUBY-1312&quot;&gt;&lt;del&gt;RUBY-1312&lt;/del&gt;&lt;/a&gt;, &lt;a href=&quot;https://jira.mongodb.org/browse/RUBY-1318&quot; title=&quot;No Cursor Found error using noCursorTimeout and secondaryPreferred read preference&quot; class=&quot;issue-link&quot; data-issue-key=&quot;RUBY-1318&quot;&gt;&lt;del&gt;RUBY-1318&lt;/del&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I was able to reproduce this with the following Ruby code:&lt;br/&gt;
&lt;a href=&quot;https://gist.github.com/estolfo/f6a46b68fdf3db9be102ba2236e7abd5&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://gist.github.com/estolfo/f6a46b68fdf3db9be102ba2236e7abd5&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;This is the driver log:&lt;br/&gt;
&lt;a href=&quot;https://gist.github.com/estolfo/1bc93c544e25b71678d9389a306f5292&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://gist.github.com/estolfo/1bc93c544e25b71678d9389a306f5292&lt;/a&gt;&lt;/p&gt;


</description>
                <environment></environment>
        <key id="514681">SERVER-34053</key>
            <summary>Cursor not found error when running long query on secondary with noCursorTimeout </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="3">Duplicate</resolution>
                                        <assignee username="misha.tyulenev@mongodb.com">Misha Tyulenev</assignee>
                                    <reporter username="emily.stolfo">Emily Stolfo</reporter>
                        <labels>
                            <label>SWNA</label>
                    </labels>
                <created>Wed, 21 Mar 2018 19:25:07 +0000</created>
                <updated>Fri, 25 Jun 2021 19:46:55 +0000</updated>
                            <resolved>Thu, 17 May 2018 22:37:06 +0000</resolved>
                                    <version>3.6.3</version>
                                                    <component>Querying</component>
                                        <votes>3</votes>
                                    <watches>27</watches>
                                                                                                                <comments>
                            <comment id="3901780" author="sahi.kakkar11@gmail.com" created="Fri, 25 Jun 2021 19:46:55 +0000"  >&lt;p&gt;I am&#160; using 2.11.1 version and&#160; getting same issue&#160;MongoDB.Driver.MongoCursorNotFoundException: Cursor 2433389218078643918 not found on server {Primary} using connection 78488. I am running a aggregation query to get data in consumer channel and processing async.&#160; based on my analysis i found below could be the issue.&lt;/p&gt;

&lt;p&gt;but not sure.&lt;/p&gt;
&lt;ol&gt;
	&lt;li&gt;session time out (I tried creating a session and refreshing after five mins by doing cursor.listdatabasenames)&lt;/li&gt;
	&lt;li&gt;cursor timeout (there is no option to set no cursor timeout&#160; (idle time out) for aggregation query. i think need this because processing take substantial amout of time.&lt;/li&gt;
&lt;/ol&gt;


&lt;p&gt;I would really appreciate help on this.&lt;/p&gt;</comment>
                            <comment id="2502683" author="israbirding@gmail.com" created="Sun, 27 Oct 2019 12:36:35 +0000"  >&lt;p&gt;In this doc:&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://docs.mongodb.com/manual/core/read-preference-mechanics/#read-preference-for-replica-sets&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://docs.mongodb.com/manual/core/read-preference-mechanics/#read-preference-for-replica-sets&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I see:&#160;&lt;/p&gt;

&lt;p&gt;The read preference is re-evaluated for each operation.&lt;/p&gt;

&lt;p&gt;I am not sure now, how can a &lt;b&gt;server side cursor&lt;/b&gt; work with this limitation.&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;

&lt;p&gt;Would appreciate help on that.&lt;/p&gt;</comment>
                            <comment id="2497010" author="israbirding@gmail.com" created="Wed, 23 Oct 2019 08:13:39 +0000"  >&lt;p&gt;Still seeing it, even with latest 4.2.&lt;/p&gt;

&lt;p&gt;After some investigation, and crossing data with other cases on the www (excluding all the cases of real 10 minutes timeouts)I suspect the issue is related to a query with&#160;secondaryPreferred.&lt;/p&gt;

&lt;p&gt;Since cursor is server side, I am guessing that in some scenario, the query is hitting a different secondary.&#160;&lt;/p&gt;

&lt;p&gt;Is that in any way possible ?&lt;/p&gt;</comment>
                            <comment id="2204627" author="dandv" created="Mon, 8 Apr 2019 01:08:37 +0000"  >&lt;p&gt;I&apos;m still seeing this issue on mLab, with MongoDB server version: 3.6.8. I can&apos;t post the query here publicly, but I&apos;m happy to grant MongoDB/mLab permission to look at our query and data if that helps. Or perhaps we need to upgrade the server version?&lt;/p&gt;

&lt;p&gt;E QUERY&#160; &#160; &lt;span class=&quot;error&quot;&gt;&amp;#91;js&amp;#93;&lt;/span&gt; Error: getMore command failed: {E QUERY&#160; &#160; &lt;span class=&quot;error&quot;&gt;&amp;#91;js&amp;#93;&lt;/span&gt; Error: getMore command failed: { &quot;ok&quot; : 0, &quot;errmsg&quot; : &quot;cursor id 97741904259 not found&quot;, &quot;code&quot; : 43, &quot;codeName&quot; : &quot;CursorNotFound&quot;, &quot;operationTime&quot; : Timestamp(1554677331, 5), &quot;$clusterTime&quot; : { &quot;clusterTime&quot; : Timestamp(1554677331, 5), &quot;signature&quot; : &lt;/p&gt;
{ &quot;hash&quot; : BinData(0,&quot;erU/NyFSNqzDCBeNyxhwSRjWXcQ=&quot;), &quot;keyId&quot; : NumberLong(&quot;6619795293317627907&quot;) }
&lt;p&gt; }} :_getErrorWithCode@src/mongo/shell/utils.js:25:13DBCommandCursor.prototype._runGetMoreCommand@src/mongo/shell/query.js:815:1DBCommandCursor.prototype._hasNextUsingCommands@src/mongo/shell/query.js:846:9DBCommandCursor.prototype.hasNext@src/mongo/shell/query.js:854:1DBQuery.prototype.hasNext@src/mongo/shell/query.js:294:13DBQuery.prototype.forEach@src/mongo/shell/query.js:500:12@(shell):1:1&lt;/p&gt;</comment>
                            <comment id="1998233" author="misha.tyulenev" created="Mon, 10 Sep 2018 17:09:16 +0000"  >&lt;p&gt;&lt;a href=&quot;https://jira.mongodb.org/secure/ViewProfile.jspa?name=jussi%40vainu.io&quot; class=&quot;user-hover&quot; rel=&quot;jussi@vainu.io&quot;&gt;jussi@vainu.io&lt;/a&gt; there is another issue that has similar symptoms tracked in &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-36986&quot; title=&quot;list_local_sessions.js expects non-existent session to exist when running concurrently with LogicalSessionsCache refresh&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-36986&quot;&gt;&lt;del&gt;SERVER-36986&lt;/del&gt;&lt;/a&gt;. This backport is not completed yet for 4.0 so this may be an issue you experience. &lt;/p&gt;</comment>
                            <comment id="1997618" author="jussi@vainu.io" created="Mon, 10 Sep 2018 11:13:52 +0000"  >&lt;p&gt;Hi,&#160;&lt;/p&gt;

&lt;p&gt;We are using 4.0.1 in Atlas and are still experiencing this all the time. Longops with&#160;no_cursor_timeout set to true raise CursorNotFound error when ran with Secondary Read Preference. With Primary everything works as expected.&lt;/p&gt;

&lt;p&gt;Patch that fixes &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-34810&quot; class=&quot;external-link&quot; rel=&quot;nofollow&quot;&gt;https://jira.mongodb.org/browse/SERVER-34810&lt;/a&gt;&#160;should be included in the 4.0.1. Maybe there is still something going on. I can look in to this deeper at some point but currently the fix for us is to run long queries from Primary.&lt;/p&gt;

&lt;p&gt;We are using the latest pymongo 3.7.1 to connect. I think this should be reopened.&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;</comment>
                            <comment id="1881042" author="misha.tyulenev" created="Wed, 2 May 2018 21:07:26 +0000"  >&lt;p&gt;Thanks &lt;a href=&quot;https://jira.mongodb.org/secure/ViewProfile.jspa?name=david.storch&quot; class=&quot;user-hover&quot; rel=&quot;david.storch&quot;&gt;david.storch&lt;/a&gt;! Its hard to say if its a dup without looking at the reproducible test case. The major difference is that &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-34810&quot; title=&quot;Session cache refresh can erroneously kill cursors that are still in use&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-34810&quot;&gt;&lt;del&gt;SERVER-34810&lt;/del&gt;&lt;/a&gt; is an intermittent issue while this one seems to be reproducible. Ill look more into it and get back, it might be related to LogicalSessionCache refresh logic.&lt;/p&gt;</comment>
                            <comment id="1880904" author="david.storch" created="Wed, 2 May 2018 19:45:00 +0000"  >&lt;p&gt;&lt;a href=&quot;https://jira.mongodb.org/secure/ViewProfile.jspa?name=misha.tyulenev&quot; class=&quot;user-hover&quot; rel=&quot;misha.tyulenev&quot;&gt;misha.tyulenev&lt;/a&gt;, I found&#160;&lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-34810&quot; title=&quot;Session cache refresh can erroneously kill cursors that are still in use&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-34810&quot;&gt;&lt;del&gt;SERVER-34810&lt;/del&gt;&lt;/a&gt; by diagnosing a build failure. Is there any chance that this ticket has the same root cause?&lt;/p&gt;</comment>
                            <comment id="1879641" author="misha.tyulenev" created="Tue, 1 May 2018 20:45:20 +0000"  >&lt;p&gt;&lt;a href=&quot;https://jira.mongodb.org/secure/ViewProfile.jspa?name=emily.stolfo&quot; class=&quot;user-hover&quot; rel=&quot;emily.stolfo&quot;&gt;emily.stolfo&lt;/a&gt; could you please clarify why&#160;the find command does not have clusterTime in it? is this the first command?&#160;&lt;a href=&quot;https://gist.github.com/estolfo/1bc93c544e25b71678d9389a306f5292#file-no_cursor_found_driver_logs-rb-L98&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://gist.github.com/estolfo/1bc93c544e25b71678d9389a306f5292#file-no_cursor_found_driver_logs-rb-L98&lt;/a&gt;&#160;&lt;br/&gt;
The command that succeeds &lt;a href=&quot;https://gist.github.com/estolfo/1bc93c544e25b71678d9389a306f5292#file-no_cursor_found_driver_logs-rb-L112&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://gist.github.com/estolfo/1bc93c544e25b71678d9389a306f5292#file-no_cursor_found_driver_logs-rb-L112&lt;/a&gt;&#160;has the cluster time. Not that it should batter but it shows that the tests were not done identically.&lt;br/&gt;
Thanks!&lt;/p&gt;</comment>
                            <comment id="1864195" author="misha.tyulenev" created="Fri, 13 Apr 2018 20:47:25 +0000"  >&lt;p&gt;Hi &lt;a href=&quot;https://jira.mongodb.org/secure/ViewProfile.jspa?name=pavel.duchovny&quot; class=&quot;user-hover&quot; rel=&quot;pavel.duchovny&quot;&gt;pavel.duchovny&lt;/a&gt; could you please include server logs? Thanks!&lt;/p&gt;</comment>
                            <comment id="1843289" author="charlie.swanson" created="Fri, 23 Mar 2018 15:07:43 +0000"  >&lt;p&gt;Moving this over to the Sharding backlog because we suspect the issue is caused by a session timeout. It&apos;s unclear to the query team if it&apos;s a driver issue or a server issue.&lt;/p&gt;</comment>
                            <comment id="1841542" author="emily.stolfo@10gen.com" created="Thu, 22 Mar 2018 03:12:39 +0000"  >&lt;p&gt;Hi &lt;a href=&quot;https://jira.mongodb.org/secure/ViewProfile.jspa?name=david.storch&quot; class=&quot;user-hover&quot; rel=&quot;david.storch&quot;&gt;david.storch&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I patched the driver to not associate a session with the find and getmore operations and did not get the error with read preference secondaryPreferred. I&apos;ve added the test log in the gist.&lt;/p&gt;</comment>
                            <comment id="1841396" author="david.storch" created="Wed, 21 Mar 2018 22:12:07 +0000"  >&lt;p&gt;Thanks, Emily. I currently suspect that this is related to the session getting killed. Is it possible for you to run the repro in such a way that the cursor does not belong to a logical session? If the problem no longer repros, that would help bolster my case.&lt;/p&gt;</comment>
                            <comment id="1841377" author="emily.stolfo@10gen.com" created="Wed, 21 Mar 2018 21:52:58 +0000"  >&lt;p&gt;I am testing against version 3.6.3. I&apos;ve just tested with read preference primary and I did not get the cursor not found error. I&apos;ve added the driver logs to the bottom of the &lt;a href=&quot;https://gist.github.com/estolfo/1bc93c544e25b71678d9389a306f5292&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;gist&lt;/a&gt;.&lt;/p&gt;</comment>
                            <comment id="1841360" author="david.storch" created="Wed, 21 Mar 2018 21:35:32 +0000"  >&lt;p&gt;&lt;a href=&quot;https://jira.mongodb.org/secure/ViewProfile.jspa?name=emily.stolfo&quot; class=&quot;user-hover&quot; rel=&quot;emily.stolfo&quot;&gt;emily.stolfo&lt;/a&gt;, against which versions of the server can you reproduce the problem? Does your Ruby script continue to reproduce the problem when the cursor is open on the primary instead of a secondary?&lt;/p&gt;</comment>
                            <comment id="1841353" author="alberto.ornaghi@gmail.com" created="Wed, 21 Mar 2018 21:30:20 +0000"  >&lt;p&gt;Hi,&lt;/p&gt;

&lt;p&gt;i&apos;m the reporter of &lt;a href=&quot;https://jira.mongodb.org/browse/RUBY-1312&quot; title=&quot;noCursorTimeout regression from 2.4.3 to 2.5.1&quot; class=&quot;issue-link&quot; data-issue-key=&quot;RUBY-1312&quot;&gt;&lt;del&gt;RUBY-1312&lt;/del&gt;&lt;/a&gt;, i can also add that the same issue manifested on a standalone machine (diffrent schema, same mongodb and mongo-driver versions), so it&apos;s not strictly related to the secondarPreferred option.&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10011">
                    <name>Depends</name>
                                            <outwardlinks description="depends on">
                                        <issuelink>
            <issuekey id="577725">SERVER-36332</issuekey>
        </issuelink>
                            </outwardlinks>
                                                        </issuelinktype>
                            <issuelinktype id="10010">
                    <name>Duplicate</name>
                                            <outwardlinks description="duplicates">
                                        <issuelink>
            <issuekey id="538117">SERVER-34810</issuekey>
        </issuelink>
                            </outwardlinks>
                                                        </issuelinktype>
                            <issuelinktype id="10012">
                    <name>Related</name>
                                                                <inwardlinks description="is related to">
                                        <issuelink>
            <issuekey id="509190">RUBY-1312</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="514006">RUBY-1318</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>16.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_18555" key="com.onresolve.jira.groovy.groovyrunner:scripted-field">
                        <customfieldname># of Sprints</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1.0</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        <customfield id="customfield_11450" key="com.atlassian.servicedesk:vp-origin">
                        <customfieldname>Customer Request Type</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10055" key="com.atlassian.jira.ext.charting:firstresponsedate">
                        <customfieldname>Date of 1st Reply</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Wed, 21 Mar 2018 19:35:05 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10052" key="com.atlassian.jira.toolkit:dayslastcommented">
                        <customfieldname>Days since reply</customfieldname>
                        <customfieldvalues>
                                        2 years, 32 weeks, 5 days 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-36332'>SERVER-36332</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_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>sahi.kakkar11@gmail.com</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_11151" key="com.atlassian.jira.toolkit:LastCommentDate">
                        <customfieldname>Last public comment date</customfieldname>
                        <customfieldvalues>
                            2 years, 32 weeks, 5 days ago
                        </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>alberto.ornaghi@gmail.com</customfieldvalue>
            <customfieldvalue>israbirding@gmail.com</customfieldvalue>
            <customfieldvalue>charlie.swanson@mongodb.com</customfieldvalue>
            <customfieldvalue>dandv</customfieldvalue>
            <customfieldvalue>david.storch@mongodb.com</customfieldvalue>
            <customfieldvalue>emily.stolfo</customfieldvalue>
            <customfieldvalue>jussi@vainu.io</customfieldvalue>
            <customfieldvalue>misha.tyulenev@mongodb.com</customfieldvalue>
            <customfieldvalue>sahi.kakkar11@gmail.com</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_14254" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Product Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|htt88n:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_12550" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>2|htj8lr:</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="2290">Sharding 2018-05-21</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_14350" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>serverRank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|htsugf:</customfieldvalue>

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