<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 06:42: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-79982] Batched catalog writers can run concurrently with  HistoricalCatalogIdTracker::cleanup() and lead to incorrect PIT find results.</title>
                <link>https://jira.mongodb.org/browse/SERVER-79982</link>
                <project id="10000" key="SERVER">Core Server</project>
                    <description>&lt;p&gt;&lt;a href=&quot;https://github.com/10gen/mongo/blob/eeac78cd8de74ca1cffb18eb4b798b8392df6192/src/mongo/db/storage/storage_engine_impl.cpp#L125-L126&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;This&lt;/a&gt; comment here is incorrect. Timestamp monitor doesn&apos;t take global lock while callbacks are executed. This means we can have concurrent batched catalog writers during HistoricalCatalogIdTracker::cleanup() and  can result in below bugs- 1) server crash due to  &lt;a href=&quot;https://github.com/10gen/mongo/blob/eeac78cd8de74ca1cffb18eb4b798b8392df6192/src/mongo/db/catalog/historical_catalogid_tracker.cpp#L414&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;this&lt;/a&gt; invariant failure 2) more serious data inconsistency bug -  Find command returning incorrect results when the sequence is as follows:&lt;/p&gt;

&lt;p&gt;1) HistoricalCatalogIdTracker::cleanup() makes a copy of _nss&lt;br/&gt;
2) HistoricalCatalogIdTracker::Create() updates _nss with  new catalog id info&lt;br/&gt;
3) HistoricalCatalogIdTracker::cleanup updates the persistent copy.&lt;/p&gt;</description>
                <environment></environment>
        <key id="2417033">SERVER-79982</key>
            <summary>Batched catalog writers can run concurrently with  HistoricalCatalogIdTracker::cleanup() and lead to incorrect PIT find results.</summary>
                <type id="1" iconUrl="https://jira.mongodb.org/secure/viewavatar?size=xsmall&amp;avatarId=14703&amp;avatarType=issuetype">Bug</type>
                                            <priority id="2" iconUrl="https://jira.mongodb.org/images/icons/priorities/critical.svg">Critical - P2</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="jordi.olivares-provencio@mongodb.com">Jordi Olivares Provencio</assignee>
                                    <reporter username="suganthi.mani@mongodb.com">Suganthi Mani</reporter>
                        <labels>
                            <label>auto-reverted</label>
                    </labels>
                <created>Mon, 14 Aug 2023 17:40:17 +0000</created>
                <updated>Fri, 15 Dec 2023 12:21:35 +0000</updated>
                            <resolved>Fri, 8 Sep 2023 16:44:06 +0000</resolved>
                                                    <fixVersion>7.2.0-rc0</fixVersion>
                    <fixVersion>7.0.2</fixVersion>
                    <fixVersion>7.1.0-rc2</fixVersion>
                    <fixVersion>6.0.13</fixVersion>
                    <fixVersion>5.0.24</fixVersion>
                                                        <votes>0</votes>
                                    <watches>12</watches>
                                                                                                                <comments>
                            <comment id="5953256" author="xgen-internal-githook" created="Fri, 15 Dec 2023 12:21:35 +0000"  >&lt;p&gt;Author: &lt;/p&gt;
{&apos;name&apos;: &apos;Jordi Olivares Provencio&apos;, &apos;email&apos;: &apos;jordi.olivares-provencio@mongodb.com&apos;, &apos;username&apos;: &apos;jordiolivares&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-79982&quot; title=&quot;Batched catalog writers can run concurrently with  HistoricalCatalogIdTracker::cleanup() and lead to incorrect PIT find results.&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-79982&quot;&gt;&lt;del&gt;SERVER-79982&lt;/del&gt;&lt;/a&gt; Take GlobalLock when cleaning up the catalog&lt;/p&gt;

&lt;p&gt;GitOrigin-RevId: 8bd81c2b26b0cddcabcfde059ac66344d7844383&lt;br/&gt;
Branch: v5.0&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/80a87c534aae0a620fb5d1a6c97e523330f0c0e9&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/80a87c534aae0a620fb5d1a6c97e523330f0c0e9&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="5953252" author="xgen-internal-githook" created="Fri, 15 Dec 2023 12:18:42 +0000"  >&lt;p&gt;Author: &lt;/p&gt;
{&apos;name&apos;: &apos;Jordi Olivares Provencio&apos;, &apos;email&apos;: &apos;jordi.olivares-provencio@mongodb.com&apos;, &apos;username&apos;: &apos;jordiolivares&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-79982&quot; title=&quot;Batched catalog writers can run concurrently with  HistoricalCatalogIdTracker::cleanup() and lead to incorrect PIT find results.&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-79982&quot;&gt;&lt;del&gt;SERVER-79982&lt;/del&gt;&lt;/a&gt; Take GlobalLock when cleaning up the catalog&lt;/p&gt;

&lt;p&gt;GitOrigin-RevId: 4a3fd232233a59e087f8d7376af573b944926161&lt;br/&gt;
Branch: v6.0&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/408d2797c21de2e5159d013447fc1ae1452e537a&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/408d2797c21de2e5159d013447fc1ae1452e537a&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="5690621" author="xgen-internal-githook" created="Fri, 8 Sep 2023 17:37:07 +0000"  >&lt;p&gt;Author: &lt;/p&gt;
{&apos;name&apos;: &apos;Jordi Olivares Provencio&apos;, &apos;email&apos;: &apos;jordi.olivares-provencio@mongodb.com&apos;, &apos;username&apos;: &apos;jordiolivares&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-79982&quot; title=&quot;Batched catalog writers can run concurrently with  HistoricalCatalogIdTracker::cleanup() and lead to incorrect PIT find results.&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-79982&quot;&gt;&lt;del&gt;SERVER-79982&lt;/del&gt;&lt;/a&gt; Take GlobalLock when cleaning up the catalog&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/b62885bf8b51816872684de6c92db8b2a4281d50&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/b62885bf8b51816872684de6c92db8b2a4281d50&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="5690602" author="xgen-internal-githook" created="Fri, 8 Sep 2023 17:28:56 +0000"  >&lt;p&gt;Author: &lt;/p&gt;
{&apos;name&apos;: &apos;Jordi Olivares Provencio&apos;, &apos;email&apos;: &apos;jordi.olivares-provencio@mongodb.com&apos;, &apos;username&apos;: &apos;jordiolivares&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-79982&quot; title=&quot;Batched catalog writers can run concurrently with  HistoricalCatalogIdTracker::cleanup() and lead to incorrect PIT find results.&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-79982&quot;&gt;&lt;del&gt;SERVER-79982&lt;/del&gt;&lt;/a&gt; Take GlobalLock when cleaning up the catalog&lt;br/&gt;
Branch: v7.1&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/dad4c5cfeeb009b7190cb23091dbc6de20a63cb7&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/dad4c5cfeeb009b7190cb23091dbc6de20a63cb7&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="5690524" author="xgen-internal-githook" created="Fri, 8 Sep 2023 17:03:48 +0000"  >&lt;p&gt;Author: &lt;/p&gt;
{&apos;name&apos;: &apos;Jordi Olivares Provencio&apos;, &apos;email&apos;: &apos;jordi.olivares-provencio@mongodb.com&apos;, &apos;username&apos;: &apos;jordiolivares&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-79982&quot; title=&quot;Batched catalog writers can run concurrently with  HistoricalCatalogIdTracker::cleanup() and lead to incorrect PIT find results.&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-79982&quot;&gt;&lt;del&gt;SERVER-79982&lt;/del&gt;&lt;/a&gt; Take GlobalLock when cleaning up the catalog&lt;br/&gt;
Branch: v7.0&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/3b4677e14e2198751facb8cd762cdb40f6d55aaf&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/3b4677e14e2198751facb8cd762cdb40f6d55aaf&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="5689114" author="xgen-internal-githook" created="Fri, 8 Sep 2023 09:39:25 +0000"  >&lt;p&gt;Author: &lt;/p&gt;
{&apos;name&apos;: &apos;Jordi Olivares Provencio&apos;, &apos;email&apos;: &apos;jordi.olivares-provencio@mongodb.com&apos;, &apos;username&apos;: &apos;jordiolivares&apos;}
&lt;p&gt;Message: Revert &quot;&lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-79982&quot; title=&quot;Batched catalog writers can run concurrently with  HistoricalCatalogIdTracker::cleanup() and lead to incorrect PIT find results.&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-79982&quot;&gt;&lt;del&gt;SERVER-79982&lt;/del&gt;&lt;/a&gt; Take GlobalLock when cleaning up the catalog&quot;&lt;/p&gt;

&lt;p&gt;This reverts commit d77c09cef3847855c6d12b8abfd909a85a2105b5.&lt;br/&gt;
Branch: v7.1&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/4f3972a7d990cea8cbb01047127be19ee3286ad2&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/4f3972a7d990cea8cbb01047127be19ee3286ad2&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="5689092" author="xgen-internal-githook" created="Fri, 8 Sep 2023 09:28:13 +0000"  >&lt;p&gt;Author: &lt;/p&gt;
{&apos;name&apos;: &apos;Jordi Olivares Provencio&apos;, &apos;email&apos;: &apos;jordi.olivares-provencio@mongodb.com&apos;, &apos;username&apos;: &apos;jordiolivares&apos;}
&lt;p&gt;Message: Revert &quot;&lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-79982&quot; title=&quot;Batched catalog writers can run concurrently with  HistoricalCatalogIdTracker::cleanup() and lead to incorrect PIT find results.&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-79982&quot;&gt;&lt;del&gt;SERVER-79982&lt;/del&gt;&lt;/a&gt; Take GlobalLock when cleaning up the catalog&quot;&lt;/p&gt;

&lt;p&gt;This reverts commit f9e5c019fb4f0f588a21836780d6cc510b0a90c7.&lt;br/&gt;
Branch: v7.0&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/0f4a646ea23887997c263d5e5e457a5299a3c0e9&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/0f4a646ea23887997c263d5e5e457a5299a3c0e9&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="5688362" author="xgen-buildbaron-user" created="Thu, 7 Sep 2023 21:55:10 +0000"  >&lt;p&gt;Ticket re-opened due to revert. &lt;a href=&quot;https://evergreen.mongodb.com/task/mongodb_mongo_master_enterprise_rhel_80_benchmarks_benchmarks_orphaned_second_half_3338e138622314b119bfa11ca68fbf1d98430f4f_23_09_06_13_26_47&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;benchmarks_orphaned_second_half&lt;/a&gt; began a consistent failure of build/install/bin/collection_catalog_bm&lt;/p&gt;</comment>
                            <comment id="5688358" author="xgen-internal-githook" created="Thu, 7 Sep 2023 21:54:22 +0000"  >&lt;p&gt;Author: &lt;/p&gt;
{&apos;name&apos;: &apos;auto-revert-processor&apos;, &apos;email&apos;: &apos;dev-prod-dag@mongodb.com&apos;, &apos;username&apos;: &apos;&apos;}
&lt;p&gt;Message: Revert &quot;&lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-79982&quot; title=&quot;Batched catalog writers can run concurrently with  HistoricalCatalogIdTracker::cleanup() and lead to incorrect PIT find results.&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-79982&quot;&gt;&lt;del&gt;SERVER-79982&lt;/del&gt;&lt;/a&gt; Take GlobalLock when cleaning up the catalog&quot;&lt;/p&gt;

&lt;p&gt;This reverts commit 3338e138622314b119bfa11ca68fbf1d98430f4f.&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/29243ed928ec4560efef793dd6e39d0d918c5d4c&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/29243ed928ec4560efef793dd6e39d0d918c5d4c&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="5684368" author="xgen-internal-githook" created="Wed, 6 Sep 2023 19:19:03 +0000"  >&lt;p&gt;Author: &lt;/p&gt;
{&apos;name&apos;: &apos;Jordi Olivares Provencio&apos;, &apos;email&apos;: &apos;jordi.olivares-provencio@mongodb.com&apos;, &apos;username&apos;: &apos;jordiolivares&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-79982&quot; title=&quot;Batched catalog writers can run concurrently with  HistoricalCatalogIdTracker::cleanup() and lead to incorrect PIT find results.&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-79982&quot;&gt;&lt;del&gt;SERVER-79982&lt;/del&gt;&lt;/a&gt; Take GlobalLock when cleaning up the catalog&lt;br/&gt;
Branch: v7.0&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/f9e5c019fb4f0f588a21836780d6cc510b0a90c7&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/f9e5c019fb4f0f588a21836780d6cc510b0a90c7&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="5683713" author="xgen-internal-githook" created="Wed, 6 Sep 2023 16:48:48 +0000"  >&lt;p&gt;Author: &lt;/p&gt;
{&apos;name&apos;: &apos;Jordi Olivares Provencio&apos;, &apos;email&apos;: &apos;jordi.olivares-provencio@mongodb.com&apos;, &apos;username&apos;: &apos;jordiolivares&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-79982&quot; title=&quot;Batched catalog writers can run concurrently with  HistoricalCatalogIdTracker::cleanup() and lead to incorrect PIT find results.&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-79982&quot;&gt;&lt;del&gt;SERVER-79982&lt;/del&gt;&lt;/a&gt; Take GlobalLock when cleaning up the catalog&lt;br/&gt;
Branch: v7.1&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/d77c09cef3847855c6d12b8abfd909a85a2105b5&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/d77c09cef3847855c6d12b8abfd909a85a2105b5&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="5682952" author="xgen-internal-githook" created="Wed, 6 Sep 2023 13:26:51 +0000"  >&lt;p&gt;Author: &lt;/p&gt;
{&apos;name&apos;: &apos;Jordi Olivares Provencio&apos;, &apos;email&apos;: &apos;jordi.olivares-provencio@mongodb.com&apos;, &apos;username&apos;: &apos;jordiolivares&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-79982&quot; title=&quot;Batched catalog writers can run concurrently with  HistoricalCatalogIdTracker::cleanup() and lead to incorrect PIT find results.&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-79982&quot;&gt;&lt;del&gt;SERVER-79982&lt;/del&gt;&lt;/a&gt; Take GlobalLock when cleaning up the catalog&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/3338e138622314b119bfa11ca68fbf1d98430f4f&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/3338e138622314b119bfa11ca68fbf1d98430f4f&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="5677744" author="JIRAUSER1264163" created="Mon, 4 Sep 2023 11:29:03 +0000"  >&lt;p&gt;As this code was introduced in 6.2 I&apos;m requesting a backport to 7.0 and 7.1&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10420">
                    <name>Backports</name>
                                            <outwardlinks description="backported by">
                                                        </outwardlinks>
                                                        </issuelinktype>
                            <issuelinktype id="10520">
                    <name>Problem/Incident</name>
                                            <outwardlinks description="causes">
                                                        </outwardlinks>
                                                        </issuelinktype>
                    </issuelinks>
                <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                <customfield id="customfield_10050" key="com.atlassian.jira.toolkit:comments">
                        <customfieldname># Replies</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>13.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_12751" key="com.atlassian.jira.plugin.system.customfieldtypes:multiselect">
                        <customfieldname>Assigned Teams</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="26008"><![CDATA[Storage Execution EMEA]]></customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_12450" key="com.atlassian.jira.plugin.system.customfieldtypes:multicheckboxes">
                        <customfieldname>Backport Requested</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="26243"><![CDATA[v7.1]]></customfieldvalue>
    <customfieldvalue key="25578"><![CDATA[v7.0]]></customfieldvalue>
    <customfieldvalue key="23470"><![CDATA[v6.0]]></customfieldvalue>
    <customfieldvalue key="21777"><![CDATA[v5.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>Thu, 24 Aug 2023 15:25:18 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10052" key="com.atlassian.jira.toolkit:dayslastcommented">
                        <customfieldname>Days since reply</customfieldname>
                        <customfieldvalues>
                                        7 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_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>xgen-internal-githook</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_11151" key="com.atlassian.jira.toolkit:LastCommentDate">
                        <customfieldname>Last public comment date</customfieldname>
                        <customfieldvalues>
                            7 weeks, 5 days ago
                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_16465" key="com.onresolve.jira.groovy.groovyrunner:scripted-field">
                        <customfieldname>Linked BF Score</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>167.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>xgen-internal-githook</customfieldvalue>
            <customfieldvalue>jordi.olivares-provencio@mongodb.com</customfieldvalue>
            <customfieldvalue>suganthi.mani@mongodb.com</customfieldvalue>
            <customfieldvalue>Xgen-BuildBaron-User</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_14254" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Product Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|i2m8dr:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_12550" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>2|hr23zs:</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_22250" key="com.atlassian.jira.plugin.system.customfieldtypes:radiobuttons">
                        <customfieldname>Special Downgrade Instructions Required</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="23343"><![CDATA[Not Needed]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10557" key="com.pyxis.greenhopper.jira:gh-sprint">
                        <customfieldname>Sprint</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue id="7684">Execution EMEA Team 2023-09-18</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|i2luj3:</customfieldvalue>

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