<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 05:44:22 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-58385] recovery oplog application updates multikey info on wrong collection</title>
                <link>https://jira.mongodb.org/browse/SERVER-58385</link>
                <project id="10000" key="SERVER">Core Server</project>
                    <description>&lt;p&gt;The list of multikey updates is batched and keyed by collection name during &lt;a href=&quot;https://github.com/mongodb/mongo/blob/927d7919f2537c9270953f944a15d2a013332702/src/mongo/db/repl/oplog_applier_impl.cpp#L589&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;oplog application OplogApplierImpl::_applyOplogBatch&lt;/a&gt;. In a recovery scenario where there may be multiple collections with the same name at different points in history, this mapping could be problematic. Downstream components such as the replication &lt;a href=&quot;https://github.com/mongodb/mongo/blob/927d7919f2537c9270953f944a15d2a013332702/src/mongo/db/repl/storage_interface_impl.cpp#L593&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;StorageInterface::setIndexIsMultikey()&lt;/a&gt; would be less prone to looking up the wrong collection from the collection catalog if given the collection UUID.&lt;/p&gt;

&lt;p&gt;A more robust way to maintain the multikey information to update would be to use the collection UUID rather than the namespace.&lt;/p&gt;</description>
                <environment></environment>
        <key id="1812959">SERVER-58385</key>
            <summary>recovery oplog application updates multikey info on wrong collection</summary>
                <type id="1" iconUrl="https://jira.mongodb.org/secure/viewavatar?size=xsmall&amp;avatarId=14703&amp;avatarType=issuetype">Bug</type>
                                            <priority id="3" iconUrl="https://jira.mongodb.org/images/icons/priorities/major.svg">Major - P3</priority>
                        <status id="6" iconUrl="https://jira.mongodb.org/images/icons/statuses/closed.png" description="The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.">Closed</status>
                    <statusCategory id="3" key="done" colorName="success"/>
                                    <resolution id="13201">Fixed</resolution>
                                        <assignee username="benety.goh@mongodb.com">Benety Goh</assignee>
                                    <reporter username="benety.goh@mongodb.com">Benety Goh</reporter>
                        <labels>
                    </labels>
                <created>Fri, 9 Jul 2021 11:47:59 +0000</created>
                <updated>Sun, 29 Oct 2023 21:51:09 +0000</updated>
                            <resolved>Tue, 5 Oct 2021 15:50:37 +0000</resolved>
                                                    <fixVersion>4.4.11</fixVersion>
                    <fixVersion>4.4.10</fixVersion>
                    <fixVersion>5.0.4</fixVersion>
                    <fixVersion>5.1.0-rc0</fixVersion>
                                                        <votes>0</votes>
                                    <watches>5</watches>
                                                                                                                <comments>
                            <comment id="4121593" author="xgen-internal-githook" created="Wed, 13 Oct 2021 14:50:01 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Benety Goh&apos;, &apos;email&apos;: &apos;benety@mongodb.com&apos;, &apos;username&apos;: &apos;benety&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-58385&quot; title=&quot;recovery oplog application updates multikey info on wrong collection&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-58385&quot;&gt;&lt;del&gt;SERVER-58385&lt;/del&gt;&lt;/a&gt; StorageInterfaceImpl::setIndexIsMultikey() looks up collection by UUID instead of namespace&lt;/p&gt;

&lt;p&gt;(cherry picked from commit 087c24f14c4dca91eade6dff3563649f6edbe6c7)&lt;br/&gt;
Branch: v4.4&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/556a8f646b06609857e96c9735e4669c2598af7f&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/556a8f646b06609857e96c9735e4669c2598af7f&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="4117156" author="xgen-internal-githook" created="Mon, 11 Oct 2021 23:33:59 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Benety Goh&apos;, &apos;email&apos;: &apos;benety@mongodb.com&apos;, &apos;username&apos;: &apos;benety&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-58385&quot; title=&quot;recovery oplog application updates multikey info on wrong collection&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-58385&quot;&gt;&lt;del&gt;SERVER-58385&lt;/del&gt;&lt;/a&gt; add SetIndexIsMultikeyLooksUpCollectionByUUID test case to StorageInterfaceImplTest suite&lt;/p&gt;

&lt;p&gt;This test characterizes the current behavior where we still look up the collection by namespace, so the&lt;br/&gt;
expected result from passing an invalid namespace together with the correct UUID should return&lt;br/&gt;
a NamespaceNotFound error.&lt;/p&gt;

&lt;p&gt;(cherry picked from commit d587a23122d5e64a828eb182bbe3f311541d89a2)&lt;br/&gt;
Branch: v4.4&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/1643c1534245331b67808d0dec834e6ece41d1be&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/1643c1534245331b67808d0dec834e6ece41d1be&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="4115464" author="xgen-internal-githook" created="Mon, 11 Oct 2021 12:51:41 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Benety Goh&apos;, &apos;email&apos;: &apos;benety@mongodb.com&apos;, &apos;username&apos;: &apos;benety&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-58385&quot; title=&quot;recovery oplog application updates multikey info on wrong collection&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-58385&quot;&gt;&lt;del&gt;SERVER-58385&lt;/del&gt;&lt;/a&gt; StorageInterface::setIndexIsMultikey() accepts collection UUID&lt;/p&gt;

&lt;p&gt;(cherry picked from commit faaca3440968820be133979d503bbe048eb69e4b)&lt;br/&gt;
Branch: v4.4&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/46aee5d6e90af75dacc46c3367cfb90a92260ffe&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/46aee5d6e90af75dacc46c3367cfb90a92260ffe&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="4107208" author="JIRAUSER1259052" created="Wed, 6 Oct 2021 18:20:20 +0000"  >&lt;p&gt;Updating the fixversion since branching activities occurred yesterday. This ticket will be in rc0 when it&#8217;s been triggered. For more active release information, please keep an eye on #server-release. Thank you!&lt;/p&gt;</comment>
                            <comment id="4100487" author="xgen-internal-githook" created="Mon, 4 Oct 2021 19:00:27 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Benety Goh&apos;, &apos;email&apos;: &apos;benety@mongodb.com&apos;, &apos;username&apos;: &apos;benety&apos;}
&lt;p&gt;Message: Revert &quot;&lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-58385&quot; title=&quot;recovery oplog application updates multikey info on wrong collection&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-58385&quot;&gt;&lt;del&gt;SERVER-58385&lt;/del&gt;&lt;/a&gt; StorageInterface::setIndexIsMultikey() accepts collection UUID&quot;&lt;/p&gt;

&lt;p&gt;This reverts commit a53ec12efc9f58a56fa7255ffed2e926d33e8269.&lt;br/&gt;
Branch: v4.4&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/6940a21899491ade7aab2fb95bfffc7fcd8d2e5c&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/6940a21899491ade7aab2fb95bfffc7fcd8d2e5c&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="4099377" author="xgen-internal-githook" created="Mon, 4 Oct 2021 14:37:01 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Benety Goh&apos;, &apos;email&apos;: &apos;benety@mongodb.com&apos;, &apos;username&apos;: &apos;benety&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-58385&quot; title=&quot;recovery oplog application updates multikey info on wrong collection&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-58385&quot;&gt;&lt;del&gt;SERVER-58385&lt;/del&gt;&lt;/a&gt; StorageInterface::setIndexIsMultikey() accepts collection UUID&lt;/p&gt;

&lt;p&gt;(cherry picked from commit faaca3440968820be133979d503bbe048eb69e4b)&lt;br/&gt;
Branch: v4.4&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/a53ec12efc9f58a56fa7255ffed2e926d33e8269&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/a53ec12efc9f58a56fa7255ffed2e926d33e8269&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="4096054" author="xgen-internal-githook" created="Fri, 1 Oct 2021 09:19:37 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Benety Goh&apos;, &apos;email&apos;: &apos;benety@mongodb.com&apos;, &apos;username&apos;: &apos;benety&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-58385&quot; title=&quot;recovery oplog application updates multikey info on wrong collection&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-58385&quot;&gt;&lt;del&gt;SERVER-58385&lt;/del&gt;&lt;/a&gt; add collection UUID to MultikeyPathInfo&lt;/p&gt;

&lt;p&gt;(cherry picked from commit 2bb9844342e8c4c3201cdcbb8e84cc0618505ea0)&lt;br/&gt;
Branch: v4.4&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/2fd7e5d8f09ffdc22ebbd229cf40b1c6dda1c8fc&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/2fd7e5d8f09ffdc22ebbd229cf40b1c6dda1c8fc&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="4073160" author="xgen-internal-githook" created="Mon, 20 Sep 2021 23:42:39 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Benety Goh&apos;, &apos;email&apos;: &apos;benety@mongodb.com&apos;, &apos;username&apos;: &apos;benety&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-58385&quot; title=&quot;recovery oplog application updates multikey info on wrong collection&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-58385&quot;&gt;&lt;del&gt;SERVER-58385&lt;/del&gt;&lt;/a&gt; StorageInterfaceImpl::setIndexIsMultikey() looks up collection by UUID instead of namespace&lt;/p&gt;

&lt;p&gt;(cherry picked from commit 087c24f14c4dca91eade6dff3563649f6edbe6c7)&lt;br/&gt;
Branch: v5.0&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/a4e6dbae87a2c801d3f2ea09b78fb9cba4cdd62c&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/a4e6dbae87a2c801d3f2ea09b78fb9cba4cdd62c&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="4073134" author="xgen-internal-githook" created="Mon, 20 Sep 2021 23:17:32 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Benety Goh&apos;, &apos;email&apos;: &apos;benety@mongodb.com&apos;, &apos;username&apos;: &apos;benety&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-58385&quot; title=&quot;recovery oplog application updates multikey info on wrong collection&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-58385&quot;&gt;&lt;del&gt;SERVER-58385&lt;/del&gt;&lt;/a&gt; add SetIndexIsMultikeyLooksUpCollectionByUUID test case to StorageInterfaceImplTest suite&lt;/p&gt;

&lt;p&gt;This test characterizes the current behavior where we still look up the collection by namespace, so the&lt;br/&gt;
expected result from passing an invalid namespace together with the correct UUID should return&lt;br/&gt;
a NamespaceNotFound error.&lt;/p&gt;

&lt;p&gt;(cherry picked from commit d587a23122d5e64a828eb182bbe3f311541d89a2)&lt;br/&gt;
Branch: v5.0&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/a7a9a9bc261f9bb34714d9ec05b8e93c548b1bb6&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/a7a9a9bc261f9bb34714d9ec05b8e93c548b1bb6&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="4073099" author="xgen-internal-githook" created="Mon, 20 Sep 2021 22:48:30 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Benety Goh&apos;, &apos;email&apos;: &apos;benety@mongodb.com&apos;, &apos;username&apos;: &apos;benety&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-58385&quot; title=&quot;recovery oplog application updates multikey info on wrong collection&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-58385&quot;&gt;&lt;del&gt;SERVER-58385&lt;/del&gt;&lt;/a&gt; StorageInterface::setIndexIsMultikey() accepts collection UUID&lt;/p&gt;

&lt;p&gt;(cherry picked from commit faaca3440968820be133979d503bbe048eb69e4b)&lt;br/&gt;
Branch: v5.0&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/324b793cfe9493c8ceae519a9fe58de131c91eb6&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/324b793cfe9493c8ceae519a9fe58de131c91eb6&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="4072934" author="xgen-internal-githook" created="Mon, 20 Sep 2021 22:01:52 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Benety Goh&apos;, &apos;email&apos;: &apos;benety@mongodb.com&apos;, &apos;username&apos;: &apos;benety&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-58385&quot; title=&quot;recovery oplog application updates multikey info on wrong collection&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-58385&quot;&gt;&lt;del&gt;SERVER-58385&lt;/del&gt;&lt;/a&gt; add collection UUID to MultikeyPathInfo&lt;/p&gt;

&lt;p&gt;(cherry picked from commit 2bb9844342e8c4c3201cdcbb8e84cc0618505ea0)&lt;br/&gt;
Branch: v5.0&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/f4f9b167fb9fabdcf19d1b09a81ca9c4f70624d7&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/f4f9b167fb9fabdcf19d1b09a81ca9c4f70624d7&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="3951784" author="xgen-internal-githook" created="Tue, 20 Jul 2021 12:11:21 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Benety Goh&apos;, &apos;email&apos;: &apos;benety@mongodb.com&apos;, &apos;username&apos;: &apos;benety&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-58385&quot; title=&quot;recovery oplog application updates multikey info on wrong collection&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-58385&quot;&gt;&lt;del&gt;SERVER-58385&lt;/del&gt;&lt;/a&gt; StorageInterfaceImpl::setIndexIsMultikey() looks up collection by UUID instead of namespace&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/087c24f14c4dca91eade6dff3563649f6edbe6c7&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/087c24f14c4dca91eade6dff3563649f6edbe6c7&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="3951656" author="xgen-internal-githook" created="Tue, 20 Jul 2021 11:02:28 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Benety Goh&apos;, &apos;email&apos;: &apos;benety@mongodb.com&apos;, &apos;username&apos;: &apos;benety&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-58385&quot; title=&quot;recovery oplog application updates multikey info on wrong collection&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-58385&quot;&gt;&lt;del&gt;SERVER-58385&lt;/del&gt;&lt;/a&gt; add SetIndexIsMultikeyLooksUpCollectionByUUID test case to StorageInterfaceImplTest suite&lt;/p&gt;

&lt;p&gt;This test characterizes the current behavior where we still look up the collection by namespace, so the&lt;br/&gt;
expected result from passing an invalid namespace together with the correct UUID should return&lt;br/&gt;
a NamespaceNotFound error.&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/d587a23122d5e64a828eb182bbe3f311541d89a2&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/d587a23122d5e64a828eb182bbe3f311541d89a2&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="3950795" author="xgen-internal-githook" created="Mon, 19 Jul 2021 22:18:33 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Benety Goh&apos;, &apos;email&apos;: &apos;benety@mongodb.com&apos;, &apos;username&apos;: &apos;benety&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-58385&quot; title=&quot;recovery oplog application updates multikey info on wrong collection&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-58385&quot;&gt;&lt;del&gt;SERVER-58385&lt;/del&gt;&lt;/a&gt; StorageInterface::setIndexIsMultikey() accepts collection UUID&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/faaca3440968820be133979d503bbe048eb69e4b&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/faaca3440968820be133979d503bbe048eb69e4b&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="3950617" author="xgen-internal-githook" created="Mon, 19 Jul 2021 20:57:17 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Benety Goh&apos;, &apos;email&apos;: &apos;benety@mongodb.com&apos;, &apos;username&apos;: &apos;benety&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-58385&quot; title=&quot;recovery oplog application updates multikey info on wrong collection&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-58385&quot;&gt;&lt;del&gt;SERVER-58385&lt;/del&gt;&lt;/a&gt; add collection UUID to MultikeyPathInfo&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/2bb9844342e8c4c3201cdcbb8e84cc0618505ea0&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/2bb9844342e8c4c3201cdcbb8e84cc0618505ea0&lt;/a&gt;&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10420">
                    <name>Backports</name>
                                            <outwardlinks description="backported by">
                                                        </outwardlinks>
                                                        </issuelinktype>
                            <issuelinktype id="10011">
                    <name>Depends</name>
                                                                <inwardlinks description="is depended on by">
                                                        </inwardlinks>
                                    </issuelinktype>
                            <issuelinktype id="10012">
                    <name>Related</name>
                                            <outwardlinks description="related to">
                                        <issuelink>
            <issuekey id="1812961">SERVER-58386</issuekey>
        </issuelink>
                            </outwardlinks>
                                                                <inwardlinks description="is related to">
                                                        </inwardlinks>
                                    </issuelinktype>
                    </issuelinks>
                <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                <customfield id="customfield_10050" key="com.atlassian.jira.toolkit:comments">
                        <customfieldname># Replies</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>15.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_12450" key="com.atlassian.jira.plugin.system.customfieldtypes:multicheckboxes">
                        <customfieldname>Backport Requested</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="21777"><![CDATA[v5.0]]></customfieldvalue>
    <customfieldvalue key="18953"><![CDATA[v4.4]]></customfieldvalue>
    <customfieldvalue key="16775"><![CDATA[v4.2]]></customfieldvalue>
    <customfieldvalue key="15640"><![CDATA[v4.0]]></customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10011" key="com.atlassian.jira.plugin.system.customfieldtypes:radiobuttons">
                        <customfieldname>Backwards Compatibility</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10038"><![CDATA[Fully Compatible]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                            <customfield id="customfield_10055" key="com.atlassian.jira.ext.charting:firstresponsedate">
                        <customfieldname>Date of 1st Reply</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Mon, 19 Jul 2021 20:57:17 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10052" key="com.atlassian.jira.toolkit:dayslastcommented">
                        <customfieldname>Days since reply</customfieldname>
                        <customfieldvalues>
                                        2 years, 17 weeks 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_17050" key="com.atlassian.jira.plugin.system.customfieldtypes:radiobuttons">
                        <customfieldname>Downstream Team Attention</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="16941"><![CDATA[Not Needed]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <customfield id="customfield_10057" key="com.atlassian.jira.toolkit:lastusercommented">
                        <customfieldname>Last comment by Customer</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>true</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                            <customfield id="customfield_10056" key="com.atlassian.jira.toolkit:lastupdaterorcommenter">
                        <customfieldname>Last commenter</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>luke.bonanomi@mongodb.com</customfieldvalue>

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

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

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_10051" key="com.atlassian.jira.toolkit:participants">
                        <customfieldname>Participants</customfieldname>
                        <customfieldvalues>
                                        <customfieldvalue>benety.goh@mongodb.com</customfieldvalue>
            <customfieldvalue>xgen-internal-githook</customfieldvalue>
            <customfieldvalue>vivian.ge@mongodb.com</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_14254" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Product Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hzr9iv:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_12550" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>2|hzbkrz:</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="4882">Execution Team 2021-07-26</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|hzqvrz:</customfieldvalue>

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