<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 05:33:13 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-54321] [SBE] jstests/aggregation/optimize_away_pipeline.js fails</title>
                <link>https://jira.mongodb.org/browse/SERVER-54321</link>
                <project id="10000" key="SERVER">Core Server</project>
                    <description></description>
                <environment></environment>
        <key id="1613256">SERVER-54321</key>
            <summary>[SBE] jstests/aggregation/optimize_away_pipeline.js fails</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="3">Duplicate</resolution>
                                        <assignee username="anton.korshunov@mongodb.com">Anton Korshunov</assignee>
                                    <reporter username="anton.korshunov@mongodb.com">Anton Korshunov</reporter>
                        <labels>
                    </labels>
                <created>Thu, 4 Feb 2021 22:48:38 +0000</created>
                <updated>Fri, 27 Oct 2023 19:34:51 +0000</updated>
                            <resolved>Thu, 4 Mar 2021 23:38:49 +0000</resolved>
                                                                                        <votes>0</votes>
                                    <watches>4</watches>
                                                                                                                <comments>
                            <comment id="3648262" author="andrew.paroski" created="Thu, 4 Mar 2021 23:33:31 +0000"  >&lt;p&gt;Apologies for all the Jira churn.&lt;/p&gt;

&lt;p&gt;With &lt;a href=&quot;https://jira.mongodb.org/secure/ViewProfile.jspa?name=mickey.winters&quot; class=&quot;user-hover&quot; rel=&quot;mickey.winters&quot;&gt;mickey.winters&lt;/a&gt;&apos; diff for &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-54552&quot; title=&quot;[SBE] Reverse index scan may produce wrong results&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-54552&quot;&gt;&lt;del&gt;SERVER-54552&lt;/del&gt;&lt;/a&gt;, the following tests now pass when SBE mode is enabled:&lt;br/&gt;
&#160; &#160; jstests/core/index_check3.js&lt;br/&gt;
&#160; &#160; jstests/core/wildcard_index_nonblocking_sort.js&lt;br/&gt;
&#160; &#160; jstests/core/min_max_bounds.js&lt;/p&gt;

&lt;p&gt;I&apos;ve re-purposed this task to track whatever remaining issue(s) are causing &quot;optimize_away_pipeline.js&quot; to fail when SBE mode is enabled.&lt;/p&gt;

&lt;p&gt;It appears&#160;&quot;optimize_away_pipeline.js&quot; is failing (at least in part) due to &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-54322&quot; title=&quot;Text query plans are not shown properly in SBE explain&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-54322&quot;&gt;&lt;del&gt;SERVER-54322&lt;/del&gt;&lt;/a&gt;&#160;(&quot;Text query plans are not shown properly in SBE explain&quot;).&lt;/p&gt;</comment>
                            <comment id="3634800" author="JIRAUSER1255444" created="Thu, 25 Feb 2021 13:32:02 +0000"  >&lt;p&gt;&lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-54548&quot; title=&quot;[SBE] Not all documents are matched or wrong result in jstests/core/min_max_bounds.js&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-54548&quot;&gt;&lt;del&gt;SERVER-54548&lt;/del&gt;&lt;/a&gt; has very similar symptoms: it returns less documents performing a backwards index scan while sorting in the descending order. Attaching the test from&#160;&lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-54548&quot; title=&quot;[SBE] Not all documents are matched or wrong result in jstests/core/min_max_bounds.js&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-54548&quot;&gt;&lt;del&gt;SERVER-54548&lt;/del&gt;&lt;/a&gt; to this ticket and marking it as duplicate.&lt;/p&gt;</comment>
                            <comment id="3623099" author="JIRAUSER1255444" created="Thu, 18 Feb 2021 15:31:01 +0000"  >&lt;p&gt;After offline discussion with &lt;a href=&quot;https://jira.mongodb.org/secure/ViewProfile.jspa?name=anton.korshunov&quot; class=&quot;user-hover&quot; rel=&quot;anton.korshunov&quot;&gt;anton.korshunov&lt;/a&gt;, we have figured out that test jstests/core/wildcard_index_nonblocking_sort.js (originally part of &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-54490&quot; title=&quot;[SBE] Fix tests producing incorrect sort order&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-54490&quot;&gt;&lt;del&gt;SERVER-54490&lt;/del&gt;&lt;/a&gt;) fails due to the problem in backwards index scan, which Anton already investigates in this ticket. Attaching the test to this ticket and removing it from&#160;&lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-54490&quot; title=&quot;[SBE] Fix tests producing incorrect sort order&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-54490&quot;&gt;&lt;del&gt;SERVER-54490&lt;/del&gt;&lt;/a&gt;.&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10010">
                    <name>Duplicate</name>
                                            <outwardlinks description="duplicates">
                                        <issuelink>
            <issuekey id="1613260">SERVER-54322</issuekey>
        </issuelink>
                            </outwardlinks>
                                                        </issuelinktype>
                            <issuelinktype id="10012">
                    <name>Related</name>
                                            <outwardlinks description="related to">
                                        <issuelink>
            <issuekey id="2484688">SERVER-82525</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="1698459">SERVER-56552</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="1699049">SERVER-56564</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>2.0</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    <customfield id="customfield_10055" key="com.atlassian.jira.ext.charting:firstresponsedate">
                        <customfieldname>Date of 1st Reply</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Thu, 18 Feb 2021 15:31:01 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10052" key="com.atlassian.jira.toolkit:dayslastcommented">
                        <customfieldname>Days since reply</customfieldname>
                        <customfieldvalues>
                                        2 years, 48 weeks, 6 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_10857" key="com.pyxis.greenhopper.jira:gh-epic-link">
                        <customfieldname>Epic Link</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>PM-1829</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>dbeng-pm-bot</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_11151" key="com.atlassian.jira.toolkit:LastCommentDate">
                        <customfieldname>Last public comment date</customfieldname>
                        <customfieldvalues>
                            2 years, 48 weeks, 6 days ago
                        </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>anton.korshunov@mongodb.com</customfieldvalue>
            <customfieldvalue>andrew.paroski@mongodb.com</customfieldvalue>
            <customfieldvalue>nikita.lapkov@mongodb.com</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_14254" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Product Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hytf2n:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_12550" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>2|hyeyn3:</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="4462">Query Execution 2021-02-22</customfieldvalue>
    <customfieldvalue id="4464">Query Execution 2021-03-08</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                        <customfield id="customfield_10750" key="com.atlassian.jira.plugin.system.customfieldtypes:textarea">
                        <customfieldname>Steps To Reproduce</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>&lt;p&gt;resmoke run --suite=aggregation_sbe&#160;jstests/aggregation/optimize_away_pipeline.js&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;</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|hyt1br:</customfieldvalue>

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