<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 05:45:45 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-58893] Internal commands should skip API validation checks</title>
                <link>https://jira.mongodb.org/browse/SERVER-58893</link>
                <project id="10000" key="SERVER">Core Server</project>
                    <description>&lt;p&gt;In &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-58794&quot; title=&quot;_configsvrCreateDatabase and _flushDatabaseCacheUpdates should accept any API version parameters&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-58794&quot;&gt;&lt;del&gt;SERVER-58794&lt;/del&gt;&lt;/a&gt;, we added &lt;tt&gt;Command::acceptsAnyApiVersionParameters&lt;/tt&gt; to two internal commands to skip API validation checks on those commands. We should consider applying that flag to all internal commands, since internal commands should not need to go through API validation. To implement this, we can rename the flag to something along like &lt;tt&gt;isInternalCommand()&lt;/tt&gt; and setting that flag to true for all internal commands.&lt;/p&gt;</description>
                <environment></environment>
        <key id="1832541">SERVER-58893</key>
            <summary>Internal commands should skip API validation checks</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="adi.zaimi@mongodb.com">Adi Zaimi</assignee>
                                    <reporter username="xuerui.fa@mongodb.com">Xuerui Fa</reporter>
                        <labels>
                    </labels>
                <created>Tue, 27 Jul 2021 19:03:56 +0000</created>
                <updated>Sun, 29 Oct 2023 21:50:17 +0000</updated>
                            <resolved>Thu, 9 Sep 2021 16:20:40 +0000</resolved>
                                                    <fixVersion>5.1.0-rc0</fixVersion>
                                                        <votes>0</votes>
                                    <watches>4</watches>
                                                                                                                <comments>
                            <comment id="4106841" author="JIRAUSER1259052" created="Wed, 6 Oct 2021 18:10:25 +0000"  >&lt;p&gt;Updating the fixversion since branching activities occurred yesterday. This ticket will be in rc0 when it&#8217;s been triggered. For more active release information, please keep an eye on #server-release. Thank you!&lt;/p&gt;</comment>
                            <comment id="4047800" author="JIRAUSER1261874" created="Thu, 9 Sep 2021 16:18:55 +0000"  >&lt;p&gt;Work for this was checked in and reviewed as part of &lt;a href=&quot;https://github.com/10gen/mongo/pull/460&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/10gen/mongo/pull/460&lt;/a&gt;.&lt;/p&gt;</comment>
                            <comment id="4047566" author="xgen-internal-githook" created="Thu, 9 Sep 2021 15:06:41 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Adi Zaimi&apos;, &apos;email&apos;: &apos;adizaimi@yahoo.com&apos;, &apos;username&apos;: &apos;adizaimi&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-58893&quot; title=&quot;Internal commands should skip API validation checks&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-58893&quot;&gt;&lt;del&gt;SERVER-58893&lt;/del&gt;&lt;/a&gt; more commands to skip api version check&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/1181ad492b061a582c7873c8ee610b098c9076b8&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/1181ad492b061a582c7873c8ee610b098c9076b8&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="4037564" author="JIRAUSER1261874" created="Thu, 2 Sep 2021 18:57:25 +0000"  >&lt;p&gt;Besides the deprecated commands (those with comment &quot;Can be removed once 6.0 is last LTS&quot;), the following commands do not seem to be Internal (server to server) commands thus I am not adding override:&lt;br/&gt;
 _hashBSONElement&#160;&lt;br/&gt;
 _mergeAuthzCollections&#160; &#160; &#160;&lt;br/&gt;
 _movePrimary&#160;&lt;br/&gt;
 _vectorClockPersist (this one I could not find the command cpp)&lt;br/&gt;
 availableQueryOptions&lt;br/&gt;
 godinsert&lt;br/&gt;
 httpClientRequest&lt;br/&gt;
 makeSnapshot&lt;br/&gt;
 netstat&lt;br/&gt;
 pinHistoryReplicated&lt;br/&gt;
 refreshLogicalSessionCacheNow&lt;br/&gt;
 reapLogicalSessionCacheNow&lt;br/&gt;
 sbe&lt;br/&gt;
 setCommittedSnapshot&lt;br/&gt;
 stageDebug&lt;br/&gt;
 startSession&lt;br/&gt;
 testDeprecation&lt;br/&gt;
 testDeprecationInVersion2&lt;br/&gt;
 testRemoval&lt;br/&gt;
 testReshardCloneCollection&lt;br/&gt;
 testVersion2&lt;br/&gt;
 testVersions1And2&lt;/p&gt;

&lt;p&gt;I am adding them here do document, as well as for visibility so if there are any which should be added, I can do so.&lt;/p&gt;</comment>
                            <comment id="4029902" author="xgen-internal-githook" created="Mon, 30 Aug 2021 19:00:27 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Adi Zaimi&apos;, &apos;email&apos;: &apos;adizaimi@yahoo.com&apos;, &apos;username&apos;: &apos;adizaimi&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-58893&quot; title=&quot;Internal commands should skip API validation checks&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-58893&quot;&gt;&lt;del&gt;SERVER-58893&lt;/del&gt;&lt;/a&gt; Rename flag to skipApiVersionCheck&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/02ea9d07a44abb83d96ca8fe517e18ea6f1ef426&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/02ea9d07a44abb83d96ca8fe517e18ea6f1ef426&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="4029580" author="JIRAUSER1261874" created="Mon, 30 Aug 2021 16:53:19 +0000"  >&lt;p&gt;After discussion with Moustafa and Xuerui we decided to call the property getter skipApiVersionCheck instead. This is the successful evergreen test run:&lt;br/&gt;
 &lt;a href=&quot;https://spruce.mongodb.com/version/6129ca382a60ed23ef718c6e/tasks?sorts=STATUS%3AASC%3BBASE_STATUS%3ADESC&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://spruce.mongodb.com/version/6129ca382a60ed23ef718c6e/tasks?sorts=STATUS%3AASC%3BBASE_STATUS%3ADESC&lt;/a&gt;&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10012">
                    <name>Related</name>
                                                                <inwardlinks description="is related to">
                                        <issuelink>
            <issuekey id="1829468">SERVER-58794</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>6.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>Thu, 26 Aug 2021 19:31:42 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10052" key="com.atlassian.jira.toolkit:dayslastcommented">
                        <customfieldname>Days since reply</customfieldname>
                        <customfieldvalues>
                                        2 years, 18 weeks 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>
                            2 years, 18 weeks ago
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                    <customfield id="customfield_10051" key="com.atlassian.jira.toolkit:participants">
                        <customfieldname>Participants</customfieldname>
                        <customfieldvalues>
                                        <customfieldvalue>adi.zaimi@mongodb.com</customfieldvalue>
            <customfieldvalue>xgen-internal-githook</customfieldvalue>
            <customfieldvalue>vivian.ge@mongodb.com</customfieldvalue>
            <customfieldvalue>xuerui.fa@mongodb.com</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_14254" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Product Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hzukyn:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_12550" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>2|hr2x1b:</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="5141">Repl 2021-08-23</customfieldvalue>
    <customfieldvalue id="5142">Repl 2021-09-06</customfieldvalue>
    <customfieldvalue id="5143">Repl 2021-09-20</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|hzu77r:</customfieldvalue>

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