<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 05:13:01 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-47002] Investigate removing all remaining Database locks</title>
                <link>https://jira.mongodb.org/browse/SERVER-47002</link>
                <project id="10000" key="SERVER">Core Server</project>
                    <description>&lt;p&gt;As we no longer have any significant data structures in the catalog that need protection at the database level, almost all database locks (with a &lt;tt&gt;ResourceType&lt;/tt&gt; of &lt;tt&gt;RESOURCE_DATABASE&lt;/tt&gt;) are now IS and IX. This ticket is to find all remaining mode X and S locks and see if we can remove these.&lt;/p&gt;

&lt;p&gt;If we can, we can flatten the hierarchy and completely get rid of these locks, gaining a little performance and simplifying the code base.&lt;/p&gt;</description>
                <environment></environment>
        <key id="1283013">SERVER-47002</key>
            <summary>Investigate removing all remaining Database locks</summary>
                <type id="6" iconUrl="https://jira.mongodb.org/secure/viewavatar?size=xsmall&amp;avatarId=14720&amp;avatarType=issuetype">Question</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="gregory.noma@mongodb.com">Gregory Noma</assignee>
                                    <reporter username="geert.bosch@mongodb.com">Geert Bosch</reporter>
                        <labels>
                    </labels>
                <created>Thu, 19 Mar 2020 20:35:28 +0000</created>
                <updated>Fri, 10 Apr 2020 20:28:27 +0000</updated>
                            <resolved>Fri, 10 Apr 2020 20:28:27 +0000</resolved>
                                                                    <component>Concurrency</component>
                                        <votes>0</votes>
                                    <watches>4</watches>
                                                                                                                <comments>
                            <comment id="3035535" author="gregory.noma" created="Fri, 10 Apr 2020 20:28:13 +0000"  >&lt;p&gt;As of writing this comment, the usages in the comment above without an associated closed server ticket are the remaining usages of database MODE_S and MODE_X locks outside of tests.&lt;/p&gt;</comment>
                            <comment id="2990785" author="gregory.noma" created="Fri, 20 Mar 2020 20:56:11 +0000"  >&lt;p&gt;Excluding tests, I believe this is the full list of locations where we still take a database lock in MODE_S or MODE_X. The vast majority of these are MODE_X, with only one or two MODE_S.&lt;/p&gt;

&lt;p&gt;AutoGetDb:&lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;&lt;a href=&quot;https://github.com/mongodb/mongo/blob/4d82d10588dbeca498e46d51a36b6efdf8379af1/src/mongo/db/catalog/capped_utils.cpp#L60&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;src/mongo/db/catalog/capped_utils.cpp:60&lt;/a&gt;&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;https://github.com/mongodb/mongo/blob/4d82d10588dbeca498e46d51a36b6efdf8379af1/src/mongo/db/catalog/capped_utils.cpp#L246&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;src/mongo/db/catalog/capped_utils.cpp:246&lt;/a&gt; (&lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-47317&quot; title=&quot;convertToCapped should not take MODE_X database locks&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-47317&quot;&gt;&lt;del&gt;SERVER-47317&lt;/del&gt;&lt;/a&gt;)&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;https://github.com/mongodb/mongo/blob/4d82d10588dbeca498e46d51a36b6efdf8379af1/src/mongo/db/catalog/drop_database.cpp#L153&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;src/mongo/db/catalog/drop_database.cpp:153&lt;/a&gt;&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;https://github.com/mongodb/mongo/blob/4d82d10588dbeca498e46d51a36b6efdf8379af1/src/mongo/db/catalog/drop_database.cpp#L391&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;src/mongo/db/catalog/drop_database.cpp:391&lt;/a&gt;&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;https://github.com/mongodb/mongo/blob/4d82d10588dbeca498e46d51a36b6efdf8379af1/src/mongo/db/catalog/rename_collection.cpp#L731&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;src/mongo/db/catalog/rename_collection.cpp:731&lt;/a&gt;&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;https://github.com/mongodb/mongo/blob/4d82d10588dbeca498e46d51a36b6efdf8379af1/src/mongo/db/commands/collection_to_capped.cpp#L115&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;src/mongo/db/commands/collection_to_capped.cpp:115&lt;/a&gt; (&lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-47423&quot; title=&quot;Take collection locks instead of databse MODE_X lock in cloneCollectionAsCapped&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-47423&quot;&gt;&lt;del&gt;SERVER-47423&lt;/del&gt;&lt;/a&gt;)&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;https://github.com/mongodb/mongo/blob/4d82d10588dbeca498e46d51a36b6efdf8379af1/src/mongo/db/commands/dbcheck.cpp#L133&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;src/mongo/db/commands/dbcheck.cpp:133&lt;/a&gt;&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;https://github.com/mongodb/mongo/blob/4d82d10588dbeca498e46d51a36b6efdf8379af1/src/mongo/db/introspect.cpp#L151&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;src/mongo/db/introspect.cpp:151&lt;/a&gt; (&lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-47360&quot; title=&quot;Should only take a collection MODE_IX lock for creating system.profile&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-47360&quot;&gt;&lt;del&gt;SERVER-47360&lt;/del&gt;&lt;/a&gt;)&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;https://github.com/mongodb/mongo/blob/4d82d10588dbeca498e46d51a36b6efdf8379af1/src/mongo/db/repl/dbcheck.cpp#L479&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;src/mongo/db/repl/dbcheck.cpp:479&lt;/a&gt;&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;https://github.com/mongodb/mongo/blob/4d82d10588dbeca498e46d51a36b6efdf8379af1/src/mongo/db/repl/rs_rollback.cpp&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;src/mongo/db/repl/rs_rollback.cpp:1509&lt;/a&gt;&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;https://github.com/mongodb/mongo/blob/4d82d10588dbeca498e46d51a36b6efdf8379af1/src/mongo/db/repl/storage_interface_impl.cpp#L546&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;src/mongo/db/repl/storage_interface_impl.cpp:546&lt;/a&gt;&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;https://github.com/mongodb/mongo/blob/4d82d10588dbeca498e46d51a36b6efdf8379af1/src/mongo/db/repl/storage_interface_impl.cpp#L1215&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;src/mongo/db/repl/storage_interface_impl.cpp:1215&lt;/a&gt;&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;https://github.com/mongodb/mongo/blob/4d82d10588dbeca498e46d51a36b6efdf8379af1/src/mongo/db/s/move_primary_source_manager.cpp#L148&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;src/mongo/db/s/move_primary_source_manager.cpp:148&lt;/a&gt;&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;https://github.com/mongodb/mongo/blob/4d82d10588dbeca498e46d51a36b6efdf8379af1/src/mongo/db/s/move_primary_source_manager.cpp#L200&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;src/mongo/db/s/move_primary_source_manager.cpp:200&lt;/a&gt;&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;https://github.com/mongodb/mongo/blob/4d82d10588dbeca498e46d51a36b6efdf8379af1/src/mongo/db/s/shard_server_op_observer.cpp#L369&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;src/mongo/db/s/shard_server_op_observer.cpp:369&lt;/a&gt;&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;https://github.com/mongodb/mongo/blob/4d82d10588dbeca498e46d51a36b6efdf8379af1/src/mongo/db/s/shard_server_op_observer.cpp#L436&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;src/mongo/db/s/shard_server_op_observer.cpp:436&lt;/a&gt;&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;https://github.com/mongodb/mongo/blob/4d82d10588dbeca498e46d51a36b6efdf8379af1/src/mongo/db/system_index.cpp#L143&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;src/mongo/db/system_index.cpp:143&lt;/a&gt; (&lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-47358&quot; title=&quot;Only use collection MODE_X in verifySystemIndexes&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-47358&quot;&gt;&lt;del&gt;SERVER-47358&lt;/del&gt;&lt;/a&gt;)&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;AutoGetOrCreateDb:&lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;&lt;a href=&quot;https://github.com/mongodb/mongo/blob/4d82d10588dbeca498e46d51a36b6efdf8379af1/src/mongo/db/db.cpp#L244&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;src/mongo/db/db.cpp:244&lt;/a&gt;&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;https://github.com/mongodb/mongo/blob/4d82d10588dbeca498e46d51a36b6efdf8379af1/src/mongo/db/s/migration_destination_manager.cpp#L737&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;src/mongo/db/s/migration_destination_manager.cpp:737&lt;/a&gt;&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;https://github.com/mongodb/mongo/blob/4d82d10588dbeca498e46d51a36b6efdf8379af1/src/mongo/db/s/move_primary_source_manager.cpp#L95&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;src/mongo/db/s/move_primary_source_manager.cpp:95&lt;/a&gt;&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;https://github.com/mongodb/mongo/blob/4d82d10588dbeca498e46d51a36b6efdf8379af1/src/mongo/db/s/sharding_initialization_mongod.cpp#L394-L395&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;src/mongo/db/s/sharding_initialization_mongod.cpp:394&lt;/a&gt;&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;https://github.com/mongodb/mongo/blob/4d82d10588dbeca498e46d51a36b6efdf8379af1/src/mongo/db/s/sharding_state_recovery.cpp#L148-L149&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;src/mongo/db/s/sharding_state_recovery.cpp:148&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;Lock::DBLock:&lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;&lt;a href=&quot;https://github.com/mongodb/mongo/blob/4d82d10588dbeca498e46d51a36b6efdf8379af1/src/mongo/db/catalog/rename_collection.cpp#L354&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;src/mongo/db/catalog/rename_collection.cpp:354&lt;/a&gt;&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;https://github.com/mongodb/mongo/blob/4d82d10588dbeca498e46d51a36b6efdf8379af1/src/mongo/db/catalog/rename_collection.cpp#L473&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;src/mongo/db/catalog/rename_collection.cpp:473&lt;/a&gt;&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;https://github.com/mongodb/mongo/blob/4d82d10588dbeca498e46d51a36b6efdf8379af1/src/mongo/db/cloner.cpp#L106&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;src/mongo/db/cloner.cpp:106&lt;/a&gt;&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;https://github.com/mongodb/mongo/blob/4d82d10588dbeca498e46d51a36b6efdf8379af1/src/mongo/db/cloner.cpp#L171&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;src/mongo/db/cloner.cpp:171&lt;/a&gt;&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;https://github.com/mongodb/mongo/blob/4d82d10588dbeca498e46d51a36b6efdf8379af1/src/mongo/db/cloner.cpp#L504&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;src/mongo/db/cloner.cpp:504&lt;/a&gt;&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;https://github.com/mongodb/mongo/blob/4d82d10588dbeca498e46d51a36b6efdf8379af1/src/mongo/db/commands/test_commands.cpp#L88&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;src/mongo/db/commands/test_commands.cpp:88&lt;/a&gt;&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;https://github.com/mongodb/mongo/blob/4d82d10588dbeca498e46d51a36b6efdf8379af1/src/mongo/db/ops/update.cpp#L77&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;src/mongo/db/ops/update.cpp:77&lt;/a&gt; (&lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-47176&quot; title=&quot;Remove the Database MODE_X lock in update.cpp&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-47176&quot;&gt;&lt;del&gt;SERVER-47176&lt;/del&gt;&lt;/a&gt;)&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;https://github.com/mongodb/mongo/blob/4d82d10588dbeca498e46d51a36b6efdf8379af1/src/mongo/db/repair_database_and_check_version.cpp#L448&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;src/mongo/db/repair_database_and_check_version.cpp:448&lt;/a&gt;&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;https://github.com/mongodb/mongo/blob/4d82d10588dbeca498e46d51a36b6efdf8379af1/src/mongo/db/repl/replication_coordinator_external_state_impl.cpp#L579&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;src/mongo/db/repl/replication_coordinator_external_state_impl.cpp:579&lt;/a&gt;&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;https://github.com/mongodb/mongo/blob/4d82d10588dbeca498e46d51a36b6efdf8379af1/src/mongo/db/repl/rollback_impl.cpp#L1248&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;src/mongo/db/repl/rollback_impl.cpp:1248&lt;/a&gt;&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;https://github.com/mongodb/mongo/blob/4d82d10588dbeca498e46d51a36b6efdf8379af1/src/mongo/db/repl/rs_rollback.cpp#L909&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;src/mongo/db/repl/rs_rollback.cpp:909&lt;/a&gt;&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;https://github.com/mongodb/mongo/blob/4d82d10588dbeca498e46d51a36b6efdf8379af1/src/mongo/db/repl/rs_rollback.cpp#L1167&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;src/mongo/db/repl/rs_rollback.cpp:1167&lt;/a&gt;&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;https://github.com/mongodb/mongo/blob/4d82d10588dbeca498e46d51a36b6efdf8379af1/src/mongo/db/repl/rs_rollback.cpp#L1589&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;src/mongo/db/repl/rs_rollback.cpp:1589&lt;/a&gt;&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;https://github.com/mongodb/mongo/blob/4d82d10588dbeca498e46d51a36b6efdf8379af1/src/mongo/db/repl/rs_rollback.cpp#L1748&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;src/mongo/db/repl/rs_rollback.cpp:1748&lt;/a&gt;&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;https://github.com/mongodb/mongo/blob/4d82d10588dbeca498e46d51a36b6efdf8379af1/src/mongo/db/s/clone_catalog_data_command.cpp#L133&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;src/mongo/db/s/clone_catalog_data_command.cpp:133&lt;/a&gt;&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;https://github.com/mongodb/mongo/blob/4d82d10588dbeca498e46d51a36b6efdf8379af1/src/mongo/db/s/shard_filtering_metadata_refresh.cpp#L349&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;src/mongo/db/s/shard_filtering_metadata_refresh.cpp:349&lt;/a&gt;&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;https://github.com/mongodb/mongo/blob/4d82d10588dbeca498e46d51a36b6efdf8379af1/src/mongo/db/s/shard_filtering_metadata_refresh.cpp#L385&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;src/mongo/db/s/shard_filtering_metadata_refresh.cpp:385&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
</comment>
                    </comments>
                    <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                <customfield id="customfield_10050" key="com.atlassian.jira.toolkit:comments">
                        <customfieldname># Replies</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>2.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_10055" key="com.atlassian.jira.ext.charting:firstresponsedate">
                        <customfieldname>Date of 1st Reply</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Fri, 20 Mar 2020 20:56:11 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10052" key="com.atlassian.jira.toolkit:dayslastcommented">
                        <customfieldname>Days since reply</customfieldname>
                        <customfieldvalues>
                                        3 years, 43 weeks, 5 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>gregory.noma@mongodb.com</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_11151" key="com.atlassian.jira.toolkit:LastCommentDate">
                        <customfieldname>Last public comment date</customfieldname>
                        <customfieldvalues>
                            3 years, 43 weeks, 5 days ago
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                    <customfield id="customfield_10051" key="com.atlassian.jira.toolkit:participants">
                        <customfieldname>Participants</customfieldname>
                        <customfieldvalues>
                                        <customfieldvalue>geert.bosch@mongodb.com</customfieldvalue>
            <customfieldvalue>gregory.noma@mongodb.com</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_14254" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Product Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hx9zun:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_12550" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>2|hwyqtj:</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="3632">Execution Team 2020-03-23</customfieldvalue>
    <customfieldvalue id="3633">Execution Team 2020-04-06</customfieldvalue>
    <customfieldvalue id="3634">Execution Team 2020-04-20</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|hx9m3z:</customfieldvalue>

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