<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 06:56:57 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-85146] [CQF] Interaction between CQF fast path queries and plan cache tests</title>
                <link>https://jira.mongodb.org/browse/SERVER-85146</link>
                <project id="10000" key="SERVER">Core Server</project>
                    <description>&lt;p&gt;Many plan cache tests issue queries and then use $planCacheStats to examine the contents of the cache. Many of these are simple queries (single equality predicate) that qualify for the newly introduced CQF fast path (&lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-82171&quot; title=&quot;Translate queries with single predicate on a top-level field directly to SBE&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-82171&quot;&gt;&lt;del&gt;SERVER-82171&lt;/del&gt;&lt;/a&gt;). The fast path does not add plans to the cache nor does it consult the cache to get plans, causing many tests to fail which expect certain cache entries to be present. Since these test assume simple queries end up in the cache, but the fast path prevents this, I think we should disable the fast path for these tests. An alternative is to modify the tests to use more complex queries which are not eligible for the CQF fast path.&lt;/p&gt;

&lt;p&gt;A preliminary list of tests which I found that are affected is:&lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;jstests/core/index/index_filter_commands_invalidate_plan_cache_entries.js&lt;/li&gt;
	&lt;li&gt;jstests/core/query/plan_cache/plan_cache_clear.js&lt;/li&gt;
	&lt;li&gt;jstests/core/query/plan_cache/plan_cache_sbe.js&lt;/li&gt;
	&lt;li&gt;jstests/core/query/plan_cache/plan_cache_sbe_hinted.js&lt;/li&gt;
	&lt;li&gt;jstests/core/sbe/from_plan_cache_flag.js&lt;/li&gt;
	&lt;li&gt;jstests/core/sbe_plan_cache_autoparameterize_collscan.js&lt;/li&gt;
	&lt;li&gt;jstests/noPassthrough/plan_cache_hits_and_misses_metrics.js&lt;/li&gt;
	&lt;li&gt;jstests/noPassthrough/sbe_plan_cache_size_metric.js&lt;/li&gt;
&lt;/ul&gt;
</description>
                <environment></environment>
        <key id="2544401">SERVER-85146</key>
            <summary>[CQF] Interaction between CQF fast path queries and plan cache tests</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="william.qian@mongodb.com">William Qian</assignee>
                                    <reporter username="ben.shteinfeld@mongodb.com">Ben Shteinfeld</reporter>
                        <labels>
                            <label>auto-reverted</label>
                    </labels>
                <created>Fri, 12 Jan 2024 14:57:24 +0000</created>
                <updated>Fri, 2 Feb 2024 01:22:58 +0000</updated>
                            <resolved>Fri, 2 Feb 2024 01:22:58 +0000</resolved>
                                                    <fixVersion>7.3.0-rc2</fixVersion>
                                                        <votes>0</votes>
                                    <watches>1</watches>
                                                                                                                <comments>
                            <comment id="6051101" author="xgen-internal-githook" created="Tue, 30 Jan 2024 00:25:03 +0000"  >&lt;p&gt;Author: &lt;/p&gt;
{&apos;name&apos;: &apos;William L Qian&apos;, &apos;email&apos;: &apos;1192680+wqian94@users.noreply.github.com&apos;, &apos;username&apos;: &apos;wqian94&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-85146&quot; title=&quot;[CQF] Interaction between CQF fast path queries and plan cache tests&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-85146&quot;&gt;&lt;del&gt;SERVER-85146&lt;/del&gt;&lt;/a&gt;: Run CQF plan cache tests with fast path disabled) (#18461)&lt;/p&gt;

&lt;p&gt;GitOrigin-RevId: ad523c8b712b81848152a3e7ea1f37f543593c0f&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/350d434bd5fdf2ec2643cce4806fe220c2e84e6f&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/350d434bd5fdf2ec2643cce4806fe220c2e84e6f&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="6048075" author="xgen-internal-githook" created="Mon, 29 Jan 2024 06:54:43 +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-85146&quot; title=&quot;[CQF] Interaction between CQF fast path queries and plan cache tests&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-85146&quot;&gt;&lt;del&gt;SERVER-85146&lt;/del&gt;&lt;/a&gt;: Run CQF plan cache tests with fast path disabled (#18157)&quot;&lt;/p&gt;

&lt;p&gt;This reverts commit da6ec75ad6941b751da70b0599ebb74e86f17eef.&lt;/p&gt;

&lt;p&gt;GitOrigin-RevId: 03008dbdbaf50bc7763d40cb9ce6081b3e668e95&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/c8fb075316079be1d66960e2be163d07993e714c&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/c8fb075316079be1d66960e2be163d07993e714c&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="6047123" author="xgen-internal-githook" created="Sat, 27 Jan 2024 18:38:54 +0000"  >&lt;p&gt;Author: &lt;/p&gt;
{&apos;name&apos;: &apos;William L Qian&apos;, &apos;email&apos;: &apos;1192680+wqian94@users.noreply.github.com&apos;, &apos;username&apos;: &apos;wqian94&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-85146&quot; title=&quot;[CQF] Interaction between CQF fast path queries and plan cache tests&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-85146&quot;&gt;&lt;del&gt;SERVER-85146&lt;/del&gt;&lt;/a&gt;: Run CQF plan cache tests with fast path disabled (#18157)&lt;/p&gt;

&lt;p&gt;GitOrigin-RevId: da6ec75ad6941b751da70b0599ebb74e86f17eef&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/810b6663f79e5918e14c2279147c5cfdf70da8c1&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/810b6663f79e5918e14c2279147c5cfdf70da8c1&lt;/a&gt;&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10011">
                    <name>Depends</name>
                                                                <inwardlinks description="is depended on by">
                                        <issuelink>
            <issuekey id="2078730">SERVER-67607</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                            <issuelinktype id="10520">
                    <name>Problem/Incident</name>
                                            <outwardlinks description="causes">
                                        <issuelink>
            <issuekey id="2559720">SERVER-85852</issuekey>
        </issuelink>
                            </outwardlinks>
                                                        </issuelinktype>
                            <issuelinktype id="10012">
                    <name>Related</name>
                                            <outwardlinks description="related to">
                                        <issuelink>
            <issuekey id="2557512">SERVER-85728</issuekey>
        </issuelink>
                            </outwardlinks>
                                                        </issuelinktype>
                    </issuelinks>
                <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                <customfield id="customfield_10050" key="com.atlassian.jira.toolkit:comments">
                        <customfieldname># Replies</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>3.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_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="25126"><![CDATA[Query Optimization]]></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, 18 Jan 2024 20:27:01 +0000</customfieldvalue>

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


                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_15850" key="com.atlassian.jira.plugins.jira-development-integration-plugin:devsummary">
                        <customfieldname>Development</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                        <customfield id="customfield_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-2570</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>jess.balint@mongodb.com</customfieldvalue>

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

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_10051" key="com.atlassian.jira.toolkit:participants">
                        <customfieldname>Participants</customfieldname>
                        <customfieldvalues>
                                        <customfieldvalue>ben.shteinfeld@mongodb.com</customfieldvalue>
            <customfieldvalue>xgen-internal-githook</customfieldvalue>
            <customfieldvalue>william.qian@mongodb.com</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_14254" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Product Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|i37z13:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_12550" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>2|i2pook:</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_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="8113">QO 2024-02-05</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|i37l6f:</customfieldvalue>

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