<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 05:29:30 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-52958] [SBE] Add support for the COUNT_SCAN stage to the SBE stage builders</title>
                <link>https://jira.mongodb.org/browse/SERVER-52958</link>
                <project id="10000" key="SERVER">Core Server</project>
                    <description>&lt;p&gt;When I tried to run the &quot;bestbuy_agg_query_comparison.js&quot; benchmark (from&#160;&lt;a href=&quot;https://github.com/10gen/workloads&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/10gen/workloads&lt;/a&gt;) with useAgg=true and with SBE mode enabled, the benchmark failed with an error message saying &quot;Can&apos;t build exec tree for node: COUNT&quot;.&lt;/p&gt;

&lt;p&gt;I&apos;ve created a simple example that reproduces the failure:&lt;/p&gt;
&lt;p/&gt;
&lt;div id=&quot;syntaxplugin&quot; class=&quot;syntaxplugin&quot; style=&quot;border: 1px dashed #bbb; border-radius: 5px !important; overflow: auto; max-height: 30em;&quot;&gt;
&lt;table cellspacing=&quot;0&quot; cellpadding=&quot;0&quot; border=&quot;0&quot; width=&quot;100%&quot; style=&quot;font-size: 1em; line-height: 1.4em !important; font-weight: normal; font-style: normal; color: black;&quot;&gt;
		&lt;tbody &gt;
				&lt;tr id=&quot;syntaxplugin_code_and_gutter&quot;&gt;
						&lt;td  style=&quot; line-height: 1.4em !important; padding: 0em; vertical-align: top;&quot;&gt;
					&lt;pre style=&quot;font-size: 1em; margin: 0 10px;  margin-top: 10px;   width: auto; padding: 0;&quot;&gt;&lt;span style=&quot;color: black; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt;&amp;gt; db.adminCommand({setParameter:1, internalQueryEnableSlotBasedExecutionEngine:true});&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
				&lt;tr id=&quot;syntaxplugin_code_and_gutter&quot;&gt;
						&lt;td  style=&quot; line-height: 1.4em !important; padding: 0em; vertical-align: top;&quot;&gt;
					&lt;pre style=&quot;font-size: 1em; margin: 0 10px;   width: auto; padding: 0;&quot;&gt;&lt;span style=&quot;color: black; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt;&amp;gt; db.c.insert({a: 1})&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
				&lt;tr id=&quot;syntaxplugin_code_and_gutter&quot;&gt;
						&lt;td  style=&quot; line-height: 1.4em !important; padding: 0em; vertical-align: top;&quot;&gt;
					&lt;pre style=&quot;font-size: 1em; margin: 0 10px;   width: auto; padding: 0;&quot;&gt;&lt;span style=&quot;color: black; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt;&amp;gt; db.c.createIndex({a: 1})&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
				&lt;tr id=&quot;syntaxplugin_code_and_gutter&quot;&gt;
						&lt;td  style=&quot; line-height: 1.4em !important; padding: 0em; vertical-align: top;&quot;&gt;
					&lt;pre style=&quot;font-size: 1em; margin: 0 10px;   margin-bottom: 10px;  width: auto; padding: 0;&quot;&gt;&lt;span style=&quot;color: black; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt;&amp;gt; db.c.aggregate([{$match: {a: 1}}, {$count: &quot;count&quot;}]).itcount();&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
			&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;p/&gt;
&lt;p&gt;The goal of this task is to implement support for the COUNT stage so that these kinds of queries work correctly when SBE mode is enabled.&lt;/p&gt;</description>
                <environment></environment>
        <key id="1547348">SERVER-52958</key>
            <summary>[SBE] Add support for the COUNT_SCAN stage to the SBE stage builders</summary>
                <type id="3" iconUrl="https://jira.mongodb.org/secure/viewavatar?size=xsmall&amp;avatarId=14718&amp;avatarType=issuetype">Task</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="zixuan.zhuang@mongodb.com">Zixuan Zhuang</assignee>
                                    <reporter username="andrew.paroski@mongodb.com">Drew Paroski</reporter>
                        <labels>
                            <label>auto-reverted</label>
                            <label>qexec-team</label>
                    </labels>
                <created>Fri, 20 Nov 2020 04:57:36 +0000</created>
                <updated>Sun, 29 Oct 2023 22:00:14 +0000</updated>
                            <resolved>Fri, 2 Jun 2023 17:27:44 +0000</resolved>
                                                    <fixVersion>7.1.0-rc0</fixVersion>
                                    <component>Querying</component>
                                        <votes>0</votes>
                                    <watches>8</watches>
                                                                                                                <comments>
                            <comment id="5529291" author="xgen-internal-githook" created="Tue, 27 Jun 2023 20:46:33 +0000"  >&lt;p&gt;Author: &lt;/p&gt;
{&apos;name&apos;: &apos;Zixuan&apos;, &apos;email&apos;: &apos;leozzx@users.noreply.github.com&apos;, &apos;username&apos;: &apos;leozzx&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-52958&quot; title=&quot;[SBE] Add support for the COUNT_SCAN stage to the SBE stage builders&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-52958&quot;&gt;&lt;del&gt;SERVER-52958&lt;/del&gt;&lt;/a&gt; Add more perf test for COUNT SCAN (#134)&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo-perf/commit/d4562b5d2d941613af2424192557b10b9cc24934&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo-perf/commit/d4562b5d2d941613af2424192557b10b9cc24934&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="5465326" author="xgen-internal-githook" created="Wed, 31 May 2023 19:37:40 +0000"  >&lt;p&gt;Author: &lt;/p&gt;
{&apos;name&apos;: &apos;Zixuan Zhuang&apos;, &apos;email&apos;: &apos;zixuan.zhuang@mongodb.com&apos;, &apos;username&apos;: &apos;leozzx&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-52958&quot; title=&quot;[SBE] Add support for the COUNT_SCAN stage to the SBE stage builders&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-52958&quot;&gt;&lt;del&gt;SERVER-52958&lt;/del&gt;&lt;/a&gt; Support COUNT_SCAN in SBE&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/5560c0329545b07a475f74a4bf7501881b9eed07&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/5560c0329545b07a475f74a4bf7501881b9eed07&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="5463111" author="xgen-buildbaron-user" created="Wed, 31 May 2023 06:52:36 +0000"  >&lt;p&gt;Ticket re-opened due to revert. &lt;a href=&quot;https://evergreen.mongodb.com/task/mongodb_mongo_master_linux_64_debug_required_replica_sets_multi_stmt_txn_jscore_passthrough_0bc76a695b1128d34cc506e903b03bc325a25398_23_05_31_01_54_45&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;replica_sets_multi_stmt_txn_jscore_passthrough&lt;/a&gt; began a consistent failure of jstests/core/index/index_count_scan.js&lt;/p&gt;</comment>
                            <comment id="5463110" author="xgen-internal-githook" created="Wed, 31 May 2023 06:52:09 +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-52958&quot; title=&quot;[SBE] Add support for the COUNT_SCAN stage to the SBE stage builders&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-52958&quot;&gt;&lt;del&gt;SERVER-52958&lt;/del&gt;&lt;/a&gt; Support COUNT_SCAN in SBE&quot;&lt;/p&gt;

&lt;p&gt;This reverts commit 0bc76a695b1128d34cc506e903b03bc325a25398.&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/55d0e62ab4069a06fa47de6eec8b3b24faed6bf0&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/55d0e62ab4069a06fa47de6eec8b3b24faed6bf0&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="5462780" author="xgen-internal-githook" created="Wed, 31 May 2023 01:54:48 +0000"  >&lt;p&gt;Author: &lt;/p&gt;
{&apos;name&apos;: &apos;Zixuan Zhuang&apos;, &apos;email&apos;: &apos;zixuan.zhuang@mongodb.com&apos;, &apos;username&apos;: &apos;leozzx&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-52958&quot; title=&quot;[SBE] Add support for the COUNT_SCAN stage to the SBE stage builders&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-52958&quot;&gt;&lt;del&gt;SERVER-52958&lt;/del&gt;&lt;/a&gt; Support COUNT_SCAN in SBE&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/0bc76a695b1128d34cc506e903b03bc325a25398&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/0bc76a695b1128d34cc506e903b03bc325a25398&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="5418596" author="xgen-internal-githook" created="Thu, 11 May 2023 17:52:10 +0000"  >&lt;p&gt;Author: &lt;/p&gt;
{&apos;name&apos;: &apos;Zixuan Zhuang&apos;, &apos;email&apos;: &apos;zixuan.zhuang@mongodb.com&apos;, &apos;username&apos;: &apos;leozzx&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-52958&quot; title=&quot;[SBE] Add support for the COUNT_SCAN stage to the SBE stage builders&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-52958&quot;&gt;&lt;del&gt;SERVER-52958&lt;/del&gt;&lt;/a&gt; Add more perf test for COUNT SCAN&lt;br/&gt;
Branch: zixuan/&lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-52958&quot; title=&quot;[SBE] Add support for the COUNT_SCAN stage to the SBE stage builders&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-52958&quot;&gt;&lt;del&gt;SERVER-52958&lt;/del&gt;&lt;/a&gt;_perf&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo-perf/commit/293036877c53ae332b0de91d62aaef7bbe46e81c&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo-perf/commit/293036877c53ae332b0de91d62aaef7bbe46e81c&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="5279409" author="david.storch" created="Thu, 16 Mar 2023 23:10:23 +0000"  >&lt;p&gt;I&apos;m re-opening this ticket for re-triage and clarified the title to indicate that this is specifically about the COUNT_SCAN &lt;tt&gt;QuerySolutionNode&lt;/tt&gt;. The logic for selecting between the classic engine and SBE has changed quite a bit since this ticket was filed. Of particular relevance is &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-70617&quot; title=&quot;Allow use of column indexes for count queries&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-70617&quot;&gt;&lt;del&gt;SERVER-70617&lt;/del&gt;&lt;/a&gt;. The goal of &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-70617&quot; title=&quot;Allow use of column indexes for count queries&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-70617&quot;&gt;&lt;del&gt;SERVER-70617&lt;/del&gt;&lt;/a&gt;, as I understand it, was to allow count-like aggregation queries to run in SBE specifically in the case of columnstore indexes.&lt;/p&gt;

&lt;p&gt;If there is no columnstore index but any of the &lt;tt&gt;QuerySolution&lt;/tt&gt; trees produced by the classic &lt;tt&gt;QueryPlanner&lt;/tt&gt; have a COUNT_SCAN node, then we have &lt;a href=&quot;https://github.com/mongodb/mongo/blob/974ea40d1f7849b6fb5a87d09f3ddb729890f11f/src/mongo/db/query/query_utils.cpp#L100-L106&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;special logic to bail out and fall back to the classic engine&lt;/a&gt;. This is notable because generally we select between the classic engine and SBE at a higher level, before doing any query planning. The presence of a COUNT_SCAN node is one of the few reasons that we can bail out of SBE after getting further into the planning process.&lt;/p&gt;

&lt;p&gt;For this reason &amp;#8211; in addition to the more straightforward reasons that supporting more features in SBE is good for our engineering progress and often good for performance &amp;#8211; now might be a good time to add support for COUNT_SCAN in the SBE stage builders. Note that I am &lt;em&gt;not&lt;/em&gt; suggesting that we allow &lt;tt&gt;count&lt;/tt&gt; commands to use SBE, but rather that we allow count-like aggregate commands which result in a COUNT_SCAN to use SBE.&lt;/p&gt;

&lt;p&gt;Hopefully it will be possible to provide a performant implementation of COUNT_SCAN in SBE without adding any new concepts to the core SBE engine.&lt;/p&gt;

&lt;p&gt;cc &lt;a href=&quot;https://jira.mongodb.org/secure/ViewProfile.jspa?name=mihai.andrei%40mongodb.com&quot; class=&quot;user-hover&quot; rel=&quot;mihai.andrei@mongodb.com&quot;&gt;mihai.andrei@mongodb.com&lt;/a&gt; &lt;a href=&quot;https://jira.mongodb.org/secure/ViewProfile.jspa?name=alyssa.wagenmaker%40mongodb.com&quot; class=&quot;user-hover&quot; rel=&quot;alyssa.wagenmaker@mongodb.com&quot;&gt;alyssa.wagenmaker@mongodb.com&lt;/a&gt;&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10011">
                    <name>Depends</name>
                                            <outwardlinks description="depends on">
                                        <issuelink>
            <issuekey id="2342855">SERVER-77203</issuekey>
        </issuelink>
                            </outwardlinks>
                                                                <inwardlinks description="is depended on by">
                                        <issuelink>
            <issuekey id="2331456">SERVER-76815</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="2364591">SERVER-77973</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                            <issuelinktype id="10010">
                    <name>Duplicate</name>
                                            <outwardlinks description="duplicates">
                                        <issuelink>
            <issuekey id="1524121">SERVER-51823</issuekey>
        </issuelink>
                            </outwardlinks>
                                                        </issuelinktype>
                            <issuelinktype id="10520">
                    <name>Problem/Incident</name>
                                            <outwardlinks description="causes">
                                                        </outwardlinks>
                                                        </issuelinktype>
                            <issuelinktype id="10012">
                    <name>Related</name>
                                                                <inwardlinks description="is related to">
                                        <issuelink>
            <issuekey id="1515528">SERVER-51655</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="2160493">SERVER-70617</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                    </issuelinks>
                <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                <customfield id="customfield_10050" key="com.atlassian.jira.toolkit:comments">
                        <customfieldname># Replies</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>7.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_12751" key="com.atlassian.jira.plugin.system.customfieldtypes:multiselect">
                        <customfieldname>Assigned Teams</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="25125"><![CDATA[Query Execution]]></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>Sat, 21 Nov 2020 08:55:55 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10052" key="com.atlassian.jira.toolkit:dayslastcommented">
                        <customfieldname>Days since reply</customfieldname>
                        <customfieldvalues>
                                        32 weeks, 1 day ago
    
                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_18254" key="com.onresolve.jira.groovy.groovyrunner:scripted-field">
                        <customfieldname>Dependencies</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue><![CDATA[<a href='https://jira.mongodb.org/browse/SERVER-77203'>SERVER-77203</a>]]></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_10857" key="com.pyxis.greenhopper.jira:gh-epic-link">
                        <customfieldname>Epic Link</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>PM-3065</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>
                            32 weeks, 1 day ago
                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_16465" key="com.onresolve.jira.groovy.groovyrunner:scripted-field">
                        <customfieldname>Linked BF Score</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1.0</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_10051" key="com.atlassian.jira.toolkit:participants">
                        <customfieldname>Participants</customfieldname>
                        <customfieldvalues>
                                        <customfieldvalue>david.storch@mongodb.com</customfieldvalue>
            <customfieldvalue>andrew.paroski@mongodb.com</customfieldvalue>
            <customfieldvalue>xgen-internal-githook</customfieldvalue>
            <customfieldvalue>Xgen-BuildBaron-User</customfieldvalue>
            <customfieldvalue>zixuan.zhuang@mongodb.com</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_14254" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Product Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hyi9kn:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_12550" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>2|hy49nr:</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="7229">QE 2023-05-15</customfieldvalue>
    <customfieldvalue id="7233">QE 2023-05-29</customfieldvalue>
    <customfieldvalue id="7236">QE 2023-06-12</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|hyhvtz:</customfieldvalue>

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