<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 05:44:43 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-58507] Performence Degrade after upgrading to mongo 4.4.2</title>
                <link>https://jira.mongodb.org/browse/SERVER-58507</link>
                <project id="10000" key="SERVER">Core Server</project>
                    <description>&lt;p&gt;We have upgraded our database from mongo 2.6 to mongo 4.4.2. After upgrading to new database the queries which was taking 12 seconds in old version and now it is taking 41 seconds. We have revamped our code according to the new mongo 4.4.2 storage engine. Our mongo database is&#160;consists of 1 primary server and 2 secondary servers under replica set. Below are the whole details. We are using aws ec2 instances for all servers and&#160;Ubuntu 20.04.1 LTS OS.&#160;Please guide us to get rid of the issue&lt;/p&gt;

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

&lt;p&gt;rs0:PRIMARY&amp;gt; rs.status() &lt;br/&gt;
{&lt;br/&gt;
 &quot;set&quot; : &quot;rs0&quot;,&lt;br/&gt;
 &quot;date&quot; : ISODate(&quot;2021-07-14T05:25:57.294Z&quot;),&lt;br/&gt;
 &quot;myState&quot; : 1,&lt;br/&gt;
 &quot;term&quot; : NumberLong(9),&lt;br/&gt;
 &quot;syncSourceHost&quot; : &quot;&quot;,&lt;br/&gt;
 &quot;syncSourceId&quot; : -1,&lt;br/&gt;
 &quot;heartbeatIntervalMillis&quot; : NumberLong(2000),&lt;br/&gt;
 &quot;majorityVoteCount&quot; : 2,&lt;br/&gt;
 &quot;writeMajorityCount&quot; : 2,&lt;br/&gt;
 &quot;votingMembersCount&quot; : 3,&lt;br/&gt;
 &quot;writableVotingMembersCount&quot; : 3,&lt;br/&gt;
 &quot;optimes&quot; : {&lt;br/&gt;
 &quot;lastCommittedOpTime&quot; : &lt;/p&gt;
{
 &quot;ts&quot; : Timestamp(1626240350, 1),
 &quot;t&quot; : NumberLong(9)
 }
&lt;p&gt;,&lt;br/&gt;
 &quot;lastCommittedWallTime&quot; : ISODate(&quot;2021-07-14T05:25:50.983Z&quot;),&lt;br/&gt;
 &quot;readConcernMajorityOpTime&quot; : &lt;/p&gt;
{
 &quot;ts&quot; : Timestamp(1626240350, 1),
 &quot;t&quot; : NumberLong(9)
 }
&lt;p&gt;,&lt;br/&gt;
 &quot;readConcernMajorityWallTime&quot; : ISODate(&quot;2021-07-14T05:25:50.983Z&quot;),&lt;br/&gt;
 &quot;appliedOpTime&quot; : &lt;/p&gt;
{
 &quot;ts&quot; : Timestamp(1626240350, 1),
 &quot;t&quot; : NumberLong(9)
 }
&lt;p&gt;,&lt;br/&gt;
 &quot;durableOpTime&quot; : &lt;/p&gt;
{
 &quot;ts&quot; : Timestamp(1626240350, 1),
 &quot;t&quot; : NumberLong(9)
 }
&lt;p&gt;,&lt;br/&gt;
 &quot;lastAppliedWallTime&quot; : ISODate(&quot;2021-07-14T05:25:50.983Z&quot;),&lt;br/&gt;
 &quot;lastDurableWallTime&quot; : ISODate(&quot;2021-07-14T05:25:50.983Z&quot;)&lt;br/&gt;
 },&lt;br/&gt;
 &quot;lastStableRecoveryTimestamp&quot; : Timestamp(1626240350, 1),&lt;br/&gt;
 &quot;electionCandidateMetrics&quot; : {&lt;br/&gt;
 &quot;lastElectionReason&quot; : &quot;stepUpRequestSkipDryRun&quot;,&lt;br/&gt;
 &quot;lastElectionDate&quot; : ISODate(&quot;2021-06-21T09:23:44.018Z&quot;),&lt;br/&gt;
 &quot;electionTerm&quot; : NumberLong(9),&lt;br/&gt;
 &quot;lastCommittedOpTimeAtElection&quot; : &lt;/p&gt;
{
 &quot;ts&quot; : Timestamp(1624267416, 1),
 &quot;t&quot; : NumberLong(8)
 }
&lt;p&gt;,&lt;br/&gt;
 &quot;lastSeenOpTimeAtElection&quot; : &lt;/p&gt;
{
 &quot;ts&quot; : Timestamp(1624267416, 1),
 &quot;t&quot; : NumberLong(8)
 }
&lt;p&gt;,&lt;br/&gt;
 &quot;numVotesNeeded&quot; : 2,&lt;br/&gt;
 &quot;priorityAtElection&quot; : 1,&lt;br/&gt;
 &quot;electionTimeoutMillis&quot; : NumberLong(10000),&lt;br/&gt;
 &quot;priorPrimaryMemberId&quot; : 1,&lt;br/&gt;
 &quot;numCatchUpOps&quot; : NumberLong(0),&lt;br/&gt;
 &quot;newTermStartDate&quot; : ISODate(&quot;2021-06-21T09:23:44.028Z&quot;),&lt;br/&gt;
 &quot;wMajorityWriteAvailabilityDate&quot; : ISODate(&quot;2021-06-21T09:23:46.211Z&quot;)&lt;br/&gt;
 },&lt;br/&gt;
 &quot;members&quot; : [&lt;br/&gt;
 {&lt;br/&gt;
 &quot;_id&quot; : 0,&lt;br/&gt;
 &quot;name&quot; : &quot;mongo-rs.follettdiscover.com:27017&quot;,&lt;br/&gt;
 &quot;health&quot; : 1,&lt;br/&gt;
 &quot;state&quot; : 1,&lt;br/&gt;
 &quot;stateStr&quot; : &quot;PRIMARY&quot;,&lt;br/&gt;
 &quot;uptime&quot; : 1973082,&lt;br/&gt;
 &quot;optime&quot; : &lt;/p&gt;
{
 &quot;ts&quot; : Timestamp(1626240350, 1),
 &quot;t&quot; : NumberLong(9)
 }
&lt;p&gt;,&lt;br/&gt;
 &quot;optimeDate&quot; : ISODate(&quot;2021-07-14T05:25:50Z&quot;),&lt;br/&gt;
 &quot;syncSourceHost&quot; : &quot;&quot;,&lt;br/&gt;
 &quot;syncSourceId&quot; : -1,&lt;br/&gt;
 &quot;infoMessage&quot; : &quot;&quot;,&lt;br/&gt;
 &quot;electionTime&quot; : Timestamp(1624267424, 1),&lt;br/&gt;
 &quot;electionDate&quot; : ISODate(&quot;2021-06-21T09:23:44Z&quot;),&lt;br/&gt;
 &quot;configVersion&quot; : 1,&lt;br/&gt;
 &quot;configTerm&quot; : 9,&lt;br/&gt;
 &quot;self&quot; : true,&lt;br/&gt;
 &quot;lastHeartbeatMessage&quot; : &quot;&quot;&lt;br/&gt;
 },&lt;br/&gt;
 {&lt;br/&gt;
 &quot;_id&quot; : 1,&lt;br/&gt;
 &quot;name&quot; : &quot;mongo-rs1.follettdiscover.com:27017&quot;,&lt;br/&gt;
 &quot;health&quot; : 1,&lt;br/&gt;
 &quot;state&quot; : 2,&lt;br/&gt;
 &quot;stateStr&quot; : &quot;SECONDARY&quot;,&lt;br/&gt;
 &quot;uptime&quot; : 54098,&lt;br/&gt;
 &quot;optime&quot; : &lt;/p&gt;
{
 &quot;ts&quot; : Timestamp(1626240350, 1),
 &quot;t&quot; : NumberLong(9)
 }
&lt;p&gt;,&lt;br/&gt;
 &quot;optimeDurable&quot; : &lt;/p&gt;
{
 &quot;ts&quot; : Timestamp(1626240350, 1),
 &quot;t&quot; : NumberLong(9)
 }
&lt;p&gt;,&lt;br/&gt;
 &quot;optimeDate&quot; : ISODate(&quot;2021-07-14T05:25:50Z&quot;),&lt;br/&gt;
 &quot;optimeDurableDate&quot; : ISODate(&quot;2021-07-14T05:25:50Z&quot;),&lt;br/&gt;
 &quot;lastHeartbeat&quot; : ISODate(&quot;2021-07-14T05:25:57.260Z&quot;),&lt;br/&gt;
 &quot;lastHeartbeatRecv&quot; : ISODate(&quot;2021-07-14T05:25:56.187Z&quot;),&lt;br/&gt;
 &quot;pingMs&quot; : NumberLong(0),&lt;br/&gt;
 &quot;lastHeartbeatMessage&quot; : &quot;&quot;,&lt;br/&gt;
 &quot;syncSourceHost&quot; : &quot;mongo-rs.follettdiscover.com:27017&quot;,&lt;br/&gt;
 &quot;syncSourceId&quot; : 0,&lt;br/&gt;
 &quot;infoMessage&quot; : &quot;&quot;,&lt;br/&gt;
 &quot;configVersion&quot; : 1,&lt;br/&gt;
 &quot;configTerm&quot; : 9&lt;br/&gt;
 },&lt;br/&gt;
 {&lt;br/&gt;
 &quot;_id&quot; : 2,&lt;br/&gt;
 &quot;name&quot; : &quot;mongo-rs2.follettdiscover.com:27017&quot;,&lt;br/&gt;
 &quot;health&quot; : 1,&lt;br/&gt;
 &quot;state&quot; : 2,&lt;br/&gt;
 &quot;stateStr&quot; : &quot;SECONDARY&quot;,&lt;br/&gt;
 &quot;uptime&quot; : 53847,&lt;br/&gt;
 &quot;optime&quot; : &lt;/p&gt;
{
 &quot;ts&quot; : Timestamp(1626240350, 1),
 &quot;t&quot; : NumberLong(9)
 }
&lt;p&gt;,&lt;br/&gt;
 &quot;optimeDurable&quot; : &lt;/p&gt;
{
 &quot;ts&quot; : Timestamp(1626240350, 1),
 &quot;t&quot; : NumberLong(9)
 }
&lt;p&gt;,&lt;br/&gt;
 &quot;optimeDate&quot; : ISODate(&quot;2021-07-14T05:25:50Z&quot;),&lt;br/&gt;
 &quot;optimeDurableDate&quot; : ISODate(&quot;2021-07-14T05:25:50Z&quot;),&lt;br/&gt;
 &quot;lastHeartbeat&quot; : ISODate(&quot;2021-07-14T05:25:56.438Z&quot;),&lt;br/&gt;
 &quot;lastHeartbeatRecv&quot; : ISODate(&quot;2021-07-14T05:25:57.244Z&quot;),&lt;br/&gt;
 &quot;pingMs&quot; : NumberLong(1),&lt;br/&gt;
 &quot;lastHeartbeatMessage&quot; : &quot;&quot;,&lt;br/&gt;
 &quot;syncSourceHost&quot; : &quot;mongo-rs1.follettdiscover.com:27017&quot;,&lt;br/&gt;
 &quot;syncSourceId&quot; : 1,&lt;br/&gt;
 &quot;infoMessage&quot; : &quot;&quot;,&lt;br/&gt;
 &quot;configVersion&quot; : 1,&lt;br/&gt;
 &quot;configTerm&quot; : 9&lt;br/&gt;
 }&lt;br/&gt;
 ],&lt;br/&gt;
 &quot;ok&quot; : 1,&lt;br/&gt;
 &quot;$clusterTime&quot; : {&lt;br/&gt;
 &quot;clusterTime&quot; : Timestamp(1626240350, 1),&lt;br/&gt;
 &quot;signature&quot; : &lt;/p&gt;
{
 &quot;hash&quot; : BinData(0,&quot;jZiMVRAemCd6nhBWCTr2PdDc9Zk=&quot;),
 &quot;keyId&quot; : NumberLong(&quot;6976173241245106178&quot;)
 }
&lt;p&gt; },&lt;br/&gt;
 &quot;operationTime&quot; : Timestamp(1626240350, 1)&lt;br/&gt;
}&lt;/p&gt;

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

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


&lt;p&gt;rs0:PRIMARY&amp;gt; rs.conf()&lt;br/&gt;
{&lt;br/&gt;
 &quot;_id&quot; : &quot;rs0&quot;,&lt;br/&gt;
 &quot;version&quot; : 1,&lt;br/&gt;
 &quot;term&quot; : 9,&lt;br/&gt;
 &quot;protocolVersion&quot; : NumberLong(1),&lt;br/&gt;
 &quot;writeConcernMajorityJournalDefault&quot; : true,&lt;br/&gt;
 &quot;members&quot; : [&lt;br/&gt;
 {&lt;br/&gt;
 &quot;_id&quot; : 0,&lt;br/&gt;
 &quot;host&quot; : &quot;mongo-rs.follettdiscover.com:27017&quot;,&lt;br/&gt;
 &quot;arbiterOnly&quot; : false,&lt;br/&gt;
 &quot;buildIndexes&quot; : true,&lt;br/&gt;
 &quot;hidden&quot; : false,&lt;br/&gt;
 &quot;priority&quot; : 1,&lt;br/&gt;
 &quot;tags&quot; : {&lt;/p&gt;

&lt;p&gt;},&lt;br/&gt;
 &quot;slaveDelay&quot; : NumberLong(0),&lt;br/&gt;
 &quot;votes&quot; : 1&lt;br/&gt;
 },&lt;br/&gt;
 {&lt;br/&gt;
 &quot;_id&quot; : 1,&lt;br/&gt;
 &quot;host&quot; : &quot;mongo-rs1.follettdiscover.com:27017&quot;,&lt;br/&gt;
 &quot;arbiterOnly&quot; : false,&lt;br/&gt;
 &quot;buildIndexes&quot; : true,&lt;br/&gt;
 &quot;hidden&quot; : false,&lt;br/&gt;
 &quot;priority&quot; : 1,&lt;br/&gt;
 &quot;tags&quot; : {&lt;/p&gt;

&lt;p&gt;},&lt;br/&gt;
 &quot;slaveDelay&quot; : NumberLong(0),&lt;br/&gt;
 &quot;votes&quot; : 1&lt;br/&gt;
 },&lt;br/&gt;
 {&lt;br/&gt;
 &quot;_id&quot; : 2,&lt;br/&gt;
 &quot;host&quot; : &quot;mongo-rs2.follettdiscover.com:27017&quot;,&lt;br/&gt;
 &quot;arbiterOnly&quot; : false,&lt;br/&gt;
 &quot;buildIndexes&quot; : true,&lt;br/&gt;
 &quot;hidden&quot; : false,&lt;br/&gt;
 &quot;priority&quot; : 1,&lt;br/&gt;
 &quot;tags&quot; : {&lt;/p&gt;

&lt;p&gt;},&lt;br/&gt;
 &quot;slaveDelay&quot; : NumberLong(0),&lt;br/&gt;
 &quot;votes&quot; : 1&lt;br/&gt;
 }&lt;br/&gt;
 ],&lt;br/&gt;
 &quot;settings&quot; : {&lt;br/&gt;
 &quot;chainingAllowed&quot; : true,&lt;br/&gt;
 &quot;heartbeatIntervalMillis&quot; : 2000,&lt;br/&gt;
 &quot;heartbeatTimeoutSecs&quot; : 10,&lt;br/&gt;
 &quot;electionTimeoutMillis&quot; : 10000,&lt;br/&gt;
 &quot;catchUpTimeoutMillis&quot; : -1,&lt;br/&gt;
 &quot;catchUpTakeoverDelayMillis&quot; : 30000,&lt;br/&gt;
 &quot;getLastErrorModes&quot; : {&lt;/p&gt;

&lt;p&gt;},&lt;br/&gt;
 &quot;getLastErrorDefaults&quot; : &lt;/p&gt;
{
 &quot;w&quot; : 1,
 &quot;wtimeout&quot; : 0
 }
&lt;p&gt;,&lt;br/&gt;
 &quot;replicaSetId&quot; : ObjectId(&quot;5ffd7bff262aededdee0a08f&quot;)&lt;br/&gt;
 }&lt;br/&gt;
}&lt;/p&gt;

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

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


&lt;p&gt;rs0:PRIMARY&amp;gt; rs.printReplicationInfo()&lt;br/&gt;
configured oplog size: 990MB&lt;br/&gt;
log length start to end: 1280085secs (355.58hrs)&lt;br/&gt;
oplog first event time: Tue Jun 29 2021 09:50:15 GMT+0000 (UTC)&lt;br/&gt;
oplog last event time: Wed Jul 14 2021 05:25:00 GMT+0000 (UTC)&lt;br/&gt;
now: Wed Jul 14 2021 05:25:04 GMT+0000 (UTC)&lt;/p&gt;

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


&lt;p&gt;rs0:PRIMARY&amp;gt; rs.printSecondaryReplicationInfo()&lt;br/&gt;
source: mongo-rs1.follettdiscover.com:27017&lt;br/&gt;
 syncedTo: Wed Jul 14 2021 05:25:30 GMT+0000 (UTC)&lt;br/&gt;
 0 secs (0 hrs) behind the primary &lt;br/&gt;
source: mongo-rs2.follettdiscover.com:27017&lt;br/&gt;
 syncedTo: Wed Jul 14 2021 05:25:30 GMT+0000 (UTC)&lt;br/&gt;
 0 secs (0 hrs) behind the primary&lt;/p&gt;

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

&lt;p&gt;&#160;&lt;/p&gt;</description>
                <environment></environment>
        <key id="1817863">SERVER-58507</key>
            <summary>Performence Degrade after upgrading to mongo 4.4.2</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="edwin.zhou@mongodb.com">Edwin Zhou</assignee>
                                    <reporter username="subhrajit.nandy@tcs.com">Subhrajit Nandy</reporter>
                        <labels>
                    </labels>
                <created>Wed, 14 Jul 2021 05:29:57 +0000</created>
                <updated>Mon, 9 Aug 2021 17:26:01 +0000</updated>
                            <resolved>Mon, 9 Aug 2021 17:26:00 +0000</resolved>
                                                                                        <votes>0</votes>
                                    <watches>7</watches>
                                                                                                                <comments>
                            <comment id="3989064" author="JIRAUSER1257066" created="Mon, 9 Aug 2021 17:26:01 +0000"  >&lt;p&gt;Hi &lt;a href=&quot;https://jira.mongodb.org/secure/ViewProfile.jspa?name=subhrajit.nandy%40tcs.com&quot; class=&quot;user-hover&quot; rel=&quot;subhrajit.nandy@tcs.com&quot;&gt;subhrajit.nandy@tcs.com&lt;/a&gt;,&lt;/p&gt;

&lt;p&gt;We haven&#8217;t heard back from you for some time, so I&#8217;m going to close this ticket. If this is still an issue for you, please provide additional information and we will reopen the ticket.&lt;/p&gt;

&lt;p&gt;Best,&lt;br/&gt;
Edwin&lt;/p&gt;</comment>
                            <comment id="3975621" author="JIRAUSER1257066" created="Mon, 2 Aug 2021 15:19:22 +0000"  >&lt;p&gt;Hi &lt;a href=&quot;https://jira.mongodb.org/secure/ViewProfile.jspa?name=subhrajit.nandy%40tcs.com&quot; class=&quot;user-hover&quot; rel=&quot;subhrajit.nandy@tcs.com&quot;&gt;subhrajit.nandy@tcs.com&lt;/a&gt;,&lt;/p&gt;

&lt;p&gt;We still need additional information to diagnose the problem. If this is still an issue for you, would you please provide specifics about what operations you see taking longer, and narrow down when the performance change occurred?&lt;/p&gt;

&lt;p&gt;Best,&lt;br/&gt;
Edwin&lt;/p&gt;</comment>
                            <comment id="3943986" author="eric.sedor" created="Thu, 15 Jul 2021 16:27:30 +0000"  >&lt;p&gt;Hi &lt;a href=&quot;https://jira.mongodb.org/secure/ViewProfile.jspa?name=subhrajit.nandy%40tcs.com&quot; class=&quot;user-hover&quot; rel=&quot;subhrajit.nandy@tcs.com&quot;&gt;subhrajit.nandy@tcs.com&lt;/a&gt;,&lt;/p&gt;

&lt;p&gt;A transition from 2.6 to 4.4.2 is a significant change. Can you provide specifics about what operations you see taking longer, and narrow down when the performance change occurred?&lt;/p&gt;

&lt;p&gt;Thanks!&lt;/p&gt;</comment>
                    </comments>
                    <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                <customfield id="customfield_10050" key="com.atlassian.jira.toolkit:comments">
                        <customfieldname># Replies</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>3.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <customfield id="customfield_10055" key="com.atlassian.jira.ext.charting:firstresponsedate">
                        <customfieldname>Date of 1st Reply</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Thu, 15 Jul 2021 16:27:30 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10052" key="com.atlassian.jira.toolkit:dayslastcommented">
                        <customfieldname>Days since reply</customfieldname>
                        <customfieldvalues>
                                        2 years, 26 weeks, 2 days ago
    
                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_18254" key="com.onresolve.jira.groovy.groovyrunner:scripted-field">
                        <customfieldname>Dependencies</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue><![CDATA[]]></customfieldvalue>


                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_15850" key="com.atlassian.jira.plugins.jira-development-integration-plugin:devsummary">
                        <customfieldname>Development</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    <customfield id="customfield_10057" key="com.atlassian.jira.toolkit:lastusercommented">
                        <customfieldname>Last comment by Customer</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>true</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                            <customfield id="customfield_10056" key="com.atlassian.jira.toolkit:lastupdaterorcommenter">
                        <customfieldname>Last commenter</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>edwin.zhou@mongodb.com</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_11151" key="com.atlassian.jira.toolkit:LastCommentDate">
                        <customfieldname>Last public comment date</customfieldname>
                        <customfieldvalues>
                            2 years, 26 weeks, 2 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>edwin.zhou@mongodb.com</customfieldvalue>
            <customfieldvalue>eric.sedor@mongodb.com</customfieldvalue>
            <customfieldvalue>subhrajit.nandy@tcs.com</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_14254" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Product Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hzs2sv:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_12550" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>2|hzcckf:</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_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>
                                    <customfieldvalue><![CDATA[edwin.zhou@mongodb.com]]></customfieldvalue>
    

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

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