<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 05:34:01 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-54613] [SBE] Use classic engine to execute queries against time-series collections</title>
                <link>https://jira.mongodb.org/browse/SERVER-54613</link>
                <project id="10000" key="SERVER">Core Server</project>
                    <description>&lt;p&gt;In SBE we have a &lt;a href=&quot;https://github.com/mongodb/mongo/blob/5a76da986da7166226cc3da2eed081bc5263bfe6/src/mongo/db/query/get_executor.cpp#L1109&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;fallback mechanism&lt;/a&gt; to execute queries containing unsupported features using the classic engine. Since we don&apos;t have full support of time-series collection in SBE yet, we should use this mechanism for time-series queries.&lt;/p&gt;</description>
                <environment></environment>
        <key id="1627582">SERVER-54613</key>
            <summary>[SBE] Use classic engine to execute queries against time-series collections</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="andrii.dobroshynski@mongodb.com">Andrii Dobroshynski</assignee>
                                    <reporter username="anton.korshunov@mongodb.com">Anton Korshunov</reporter>
                        <labels>
                    </labels>
                <created>Thu, 18 Feb 2021 17:08:24 +0000</created>
                <updated>Sun, 29 Oct 2023 21:57:21 +0000</updated>
                            <resolved>Tue, 23 Mar 2021 23:20:20 +0000</resolved>
                                                    <fixVersion>4.9.0</fixVersion>
                                                        <votes>0</votes>
                                    <watches>3</watches>
                                                                                                                <comments>
                            <comment id="3680178" author="xgen-internal-githook" created="Tue, 23 Mar 2021 20:08:50 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Andrii Dobroshynski&apos;, &apos;email&apos;: &apos;andrii.dobroshynski@mongodb.com&apos;, &apos;username&apos;: &apos;dobroshynski&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-54613&quot; title=&quot;[SBE] Use classic engine to execute queries against time-series collections&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-54613&quot;&gt;&lt;del&gt;SERVER-54613&lt;/del&gt;&lt;/a&gt; &lt;span class=&quot;error&quot;&gt;&amp;#91;SBE&amp;#93;&lt;/span&gt; Use classic engine to execute queries against time-series collections&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/d989d73216d0e3b7ac61f5368b41857de7b66de4&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/d989d73216d0e3b7ac61f5368b41857de7b66de4&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="3666687" author="mihai.andrei" created="Tue, 16 Mar 2021 15:16:49 +0000"  >&lt;p&gt;As part of the work on &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-54743&quot; title=&quot;Enable tests in noPassthrough that now pass with SBE on&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-54743&quot;&gt;&lt;del&gt;SERVER-54743&lt;/del&gt;&lt;/a&gt;, the &#8216;sbe_incompatible&#8217; tag has been removed from a number of timeseries tests. However, these tests currently don&#8217;t run in the SBE build variant because the timeseries collection feature flag is not enabled, so all of the tests will stop running due to &lt;a href=&quot;https://github.com/mongodb/mongo/blob/7eaad49e4b191fa04a3b596debb78a031fecd837/jstests/noPassthrough/timeseries_ttl.js#L22-L26&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;early returns like the following&lt;/a&gt;. As such, I think this task should investigate enabling the timeseries flag for the SBE build variant and verify that the following tests pass:&lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;jstests/noPassthrough/hybrid_index_timeseries.js&lt;/li&gt;
	&lt;li&gt;jstests/noPassthrough/resumable_timeseries_index_build_collection_scan_phase.js&lt;/li&gt;
	&lt;li&gt;jstests/noPassthrough/timeseries_collStats.js&lt;/li&gt;
	&lt;li&gt;jstests/noPassthrough/timeseries_downgrade_fcv.js&lt;/li&gt;
	&lt;li&gt;jstests/noPassthrough/timeseries_insert_invalid_timefield.js&lt;/li&gt;
	&lt;li&gt;jstests/noPassthrough/timeseries_insert_ordered_false.js&lt;/li&gt;
	&lt;li&gt;jstests/noPassthrough/timeseries_insert_ordered_true.js&lt;/li&gt;
	&lt;li&gt;jstests/noPassthrough/timeseries_retry_writes.js&lt;/li&gt;
	&lt;li&gt;jstests/noPassthrough/timeseries_serverStatus.js&lt;/li&gt;
	&lt;li&gt;jstests/noPassthrough/timeseries_server_parameters.js&lt;/li&gt;
	&lt;li&gt;jstests/noPassthrough/timeseries_startup.js&lt;/li&gt;
	&lt;li&gt;jstests/noPassthrough/timeseries_ttl.js&lt;/li&gt;
	&lt;li&gt;jstests/noPassthrough/timeseries_write_concern.js&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="3631828" author="JIRAUSER1257640" created="Wed, 24 Feb 2021 07:07:32 +0000"  >&lt;p&gt;Reminder: We need to update the timeseries js tests to remove the&#160;sbe_incompatible tag.&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10012">
                    <name>Related</name>
                                            <outwardlinks description="related to">
                                        <issuelink>
            <issuekey id="2129108">SERVER-69433</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>3.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>Wed, 24 Feb 2021 07:07:32 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10052" key="com.atlassian.jira.toolkit:dayslastcommented">
                        <customfieldname>Days since reply</customfieldname>
                        <customfieldvalues>
                                        2 years, 46 weeks, 1 day 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-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>luke.bonanomi@mongodb.com</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_11151" key="com.atlassian.jira.toolkit:LastCommentDate">
                        <customfieldname>Last public comment date</customfieldname>
                        <customfieldvalues>
                            2 years, 46 weeks, 1 day ago
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                    <customfield id="customfield_10051" key="com.atlassian.jira.toolkit:participants">
                        <customfieldname>Participants</customfieldname>
                        <customfieldvalues>
                                        <customfieldvalue>andrii.dobroshynski@mongodb.com</customfieldvalue>
            <customfieldvalue>anton.korshunov@mongodb.com</customfieldvalue>
            <customfieldvalue>ethan.zhang@mongodb.com</customfieldvalue>
            <customfieldvalue>xgen-internal-githook</customfieldvalue>
            <customfieldvalue>mihai.andrei@mongodb.com</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_14254" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Product Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hyvu8n:</customfieldvalue>

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

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