<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 06:12:05 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-68921] Handle multiversion scenario when returning &apos;InvalidNamespace&apos; error in timeseries_collmod.js</title>
                <link>https://jira.mongodb.org/browse/SERVER-68921</link>
                <project id="10000" key="SERVER">Core Server</project>
                    <description>&lt;p&gt;In &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-64791&quot; title=&quot;Consider disallowing the &amp;#39;collMod&amp;#39; command on &amp;#39;system.buckets&amp;#39; collection&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-64791&quot;&gt;&lt;del&gt;SERVER-64791&lt;/del&gt;&lt;/a&gt;, we disallow calling the &quot;collMod&quot; command with a &apos;system.buckets.&apos; collection namespace.&lt;/p&gt;

&lt;p&gt;We also added a &lt;a href=&quot;https://github.com/10gen/mongo/blob/7b890cf2b37fbe2825a368e09e0543ef87368289/jstests/core/timeseries/timeseries_collmod.js#L62-L65&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;test case expecting an &apos;InvalidNamespace&apos; error&lt;/a&gt; for the scenario above but if the server is on version 6.0, the command will work when it should have failed.&#160;&lt;/p&gt;</description>
                <environment></environment>
        <key id="2116480">SERVER-68921</key>
            <summary>Handle multiversion scenario when returning &apos;InvalidNamespace&apos; error in timeseries_collmod.js</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="13201">Fixed</resolution>
                                        <assignee username="dianna.hohensee@mongodb.com">Dianna Hohensee</assignee>
                                    <reporter username="fausto.leyva@mongodb.com">Fausto Leyva</reporter>
                        <labels>
                    </labels>
                <created>Wed, 17 Aug 2022 21:53:48 +0000</created>
                <updated>Sun, 29 Oct 2023 21:34:22 +0000</updated>
                            <resolved>Thu, 25 Aug 2022 20:55:42 +0000</resolved>
                                                    <fixVersion>6.1.1</fixVersion>
                    <fixVersion>6.2.0-rc0</fixVersion>
                                                        <votes>0</votes>
                                    <watches>5</watches>
                                                                                                                <comments>
                            <comment id="4903465" author="xgen-internal-githook" created="Fri, 14 Oct 2022 14:04:27 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Dianna Hohensee&apos;, &apos;email&apos;: &apos;dianna.hohensee@mongodb.com&apos;, &apos;username&apos;: &apos;DiannaHohensee&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-68921&quot; title=&quot;Handle multiversion scenario when returning &amp;#39;InvalidNamespace&amp;#39; error in timeseries_collmod.js&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-68921&quot;&gt;&lt;del&gt;SERVER-68921&lt;/del&gt;&lt;/a&gt; Add requires_fcv_61 to timeseries_collmod.js for multiversion compatibility&lt;/p&gt;

&lt;p&gt;(cherry picked from commit 42aef32217428c8d349ceb80ef62d077eafb835e)&lt;br/&gt;
Branch: v6.1&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/a146b706963b7e1fc08860bca25c41e016930ead&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/a146b706963b7e1fc08860bca25c41e016930ead&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="4790914" author="JIRAUSER1259769" created="Wed, 31 Aug 2022 06:18:44 +0000"  >&lt;p&gt;Requesting backport as the issue reproduced on v6.1 in &lt;a href=&quot;https://buildbaron.corp.mongodb.com/ui/#/bfg/BFG-1446898&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;BFG-1446898&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="4777918" author="xgen-internal-githook" created="Thu, 25 Aug 2022 20:49:40 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Dianna Hohensee&apos;, &apos;email&apos;: &apos;dianna.hohensee@mongodb.com&apos;, &apos;username&apos;: &apos;DiannaHohensee&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-68921&quot; title=&quot;Handle multiversion scenario when returning &amp;#39;InvalidNamespace&amp;#39; error in timeseries_collmod.js&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-68921&quot;&gt;&lt;del&gt;SERVER-68921&lt;/del&gt;&lt;/a&gt; Add requires_fcv_61 to timeseries_collmod.js for multiversion compatibility&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/42aef32217428c8d349ceb80ef62d077eafb835e&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/42aef32217428c8d349ceb80ef62d077eafb835e&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="4760817" author="dianna.hohensee" created="Thu, 18 Aug 2022 15:42:50 +0000"  >&lt;p&gt;I&apos;m not actually familiar with &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-66934&quot; title=&quot;Remove deprecated CollModCoordinatorPre60Compatible&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-66934&quot;&gt;&lt;del&gt;SERVER-66934&lt;/del&gt;&lt;/a&gt; and it has little documentation: did it remove the internal {collMod: time-series-namespace} uses? I was blocked initially with the final &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-64791&quot; title=&quot;Consider disallowing the &amp;#39;collMod&amp;#39; command on &amp;#39;system.buckets&amp;#39; collection&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-64791&quot;&gt;&lt;del&gt;SERVER-64791&lt;/del&gt;&lt;/a&gt; solution by sharding internally converting the collMod namespace from timeseries to the underlying buckets.&lt;/p&gt;

&lt;p&gt;Looks like my &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-64791&quot; title=&quot;Consider disallowing the &amp;#39;collMod&amp;#39; command on &amp;#39;system.buckets&amp;#39; collection&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-64791&quot;&gt;&lt;del&gt;SERVER-64791&lt;/del&gt;&lt;/a&gt; changes tripped a multi version w/ v6.0 test suite incompatibility. Yeah, I wouldn&apos;t backport the collMod craziness for a BF: too complicated whether we want what changes in v6.0. I&apos;d recommend more simply disabling the test with 6.0.&lt;/p&gt;</comment>
                            <comment id="4760290" author="JIRAUSER1253362" created="Thu, 18 Aug 2022 14:14:59 +0000"  >&lt;p&gt;&lt;a href=&quot;https://jira.mongodb.org/secure/ViewProfile.jspa?name=dianna.hohensee%40mongodb.com&quot; class=&quot;user-hover&quot; rel=&quot;dianna.hohensee@mongodb.com&quot;&gt;dianna.hohensee@mongodb.com&lt;/a&gt; is it feasible to backport &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-64791&quot; title=&quot;Consider disallowing the &amp;#39;collMod&amp;#39; command on &amp;#39;system.buckets&amp;#39; collection&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-64791&quot;&gt;&lt;del&gt;SERVER-64791&lt;/del&gt;&lt;/a&gt; to 6.0? It looks like that ticket was enabled by &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-66934&quot; title=&quot;Remove deprecated CollModCoordinatorPre60Compatible&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-66934&quot;&gt;&lt;del&gt;SERVER-66934&lt;/del&gt;&lt;/a&gt; which was not backported, so I don&apos;t think so, but just checking since the changes in &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-64791&quot; title=&quot;Consider disallowing the &amp;#39;collMod&amp;#39; command on &amp;#39;system.buckets&amp;#39; collection&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-64791&quot;&gt;&lt;del&gt;SERVER-64791&lt;/del&gt;&lt;/a&gt; look like they prevent bad behaviour.&#160;&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10420">
                    <name>Backports</name>
                                            <outwardlinks description="backported by">
                                                        </outwardlinks>
                                                        </issuelinktype>
                            <issuelinktype id="10011">
                    <name>Depends</name>
                                                                <inwardlinks description="is depended on by">
                                                        </inwardlinks>
                                    </issuelinktype>
                    </issuelinks>
                <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                <customfield id="customfield_10050" key="com.atlassian.jira.toolkit:comments">
                        <customfieldname># Replies</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>5.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_12450" key="com.atlassian.jira.plugin.system.customfieldtypes:multicheckboxes">
                        <customfieldname>Backport Requested</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="24444"><![CDATA[v6.1]]></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 Aug 2022 15:42:50 +0000</customfieldvalue>

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


                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_15850" key="com.atlassian.jira.plugins.jira-development-integration-plugin:devsummary">
                        <customfieldname>Development</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                        <customfield id="customfield_17050" key="com.atlassian.jira.plugin.system.customfieldtypes:radiobuttons">
                        <customfieldname>Downstream Team Attention</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="16941"><![CDATA[Not Needed]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <customfield id="customfield_10057" key="com.atlassian.jira.toolkit:lastusercommented">
                        <customfieldname>Last comment by Customer</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>true</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                            <customfield id="customfield_10056" key="com.atlassian.jira.toolkit:lastupdaterorcommenter">
                        <customfieldname>Last commenter</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>luke.bonanomi@mongodb.com</customfieldvalue>

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

                        </customfieldvalues>
                    </customfield>
                                                                                                                        <customfield id="customfield_10032" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>Operating System</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10026"><![CDATA[ALL]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_10051" key="com.atlassian.jira.toolkit:participants">
                        <customfieldname>Participants</customfieldname>
                        <customfieldvalues>
                                        <customfieldvalue>dianna.hohensee@mongodb.com</customfieldvalue>
            <customfieldvalue>fausto.leyva@mongodb.com</customfieldvalue>
            <customfieldvalue>xgen-internal-githook</customfieldvalue>
            <customfieldvalue>liubov.molchanova@mongodb.com</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_14254" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Product Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|i16rzj:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_12550" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>2|i0nzxp:</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="6329">Execution Team 2022-09-05</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                        <customfield id="customfield_10750" key="com.atlassian.jira.plugin.system.customfieldtypes:textarea">
                        <customfieldname>Steps To Reproduce</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>&lt;ol&gt;
	&lt;li&gt;start up a mongod instance using a 6.0 binary&lt;/li&gt;
	&lt;li&gt;run the mongo shell using a 6.1 binary&lt;/li&gt;
	&lt;li&gt;run &apos;collMod&apos; command with a &apos;system.buckets&apos; NS and the command will not fail&lt;/li&gt;
&lt;/ol&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|i16e4v:</customfieldvalue>

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