<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 06:02:47 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-65456] Make NamespaceString::db_deprecated() private</title>
                <link>https://jira.mongodb.org/browse/SERVER-65456</link>
                <project id="10000" key="SERVER">Core Server</project>
                    <description>&lt;p&gt;In this ticket, we will go through all the call sites of &quot;NamespaceString::db()&quot; to make it call &quot;NamespaceString::dbName()&quot; so that the tenant information will not be dropped.&lt;/p&gt;

&lt;p&gt;If a call site does not accept DatabaseName object, we should change the function to take in DatabaseName first.&lt;/p&gt;</description>
                <environment></environment>
        <key id="2022355">SERVER-65456</key>
            <summary>Make NamespaceString::db_deprecated() private</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="mathis.bessa@mongodb.com">Mathis Bessa</assignee>
                                    <reporter username="janna.golden@mongodb.com">Janna Golden</reporter>
                        <labels>
                            <label>ntdi_must_have</label>
                    </labels>
                <created>Mon, 11 Apr 2022 18:06:30 +0000</created>
                <updated>Sun, 29 Oct 2023 21:39:40 +0000</updated>
                            <resolved>Fri, 8 Sep 2023 13:32:33 +0000</resolved>
                                                    <fixVersion>7.2.0-rc0</fixVersion>
                                                        <votes>1</votes>
                                    <watches>7</watches>
                                                                                                                <comments>
                            <comment id="5688533" author="xgen-internal-githook" created="Thu, 7 Sep 2023 23:25:41 +0000"  >&lt;p&gt;Author: &lt;/p&gt;
{&apos;name&apos;: &apos;Mathis Bessa&apos;, &apos;email&apos;: &apos;mathis.bessa@mongodb.com&apos;, &apos;username&apos;: &apos;mathisbessamdb&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-65456&quot; title=&quot;Make NamespaceString::db_deprecated() private&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-65456&quot;&gt;&lt;del&gt;SERVER-65456&lt;/del&gt;&lt;/a&gt; Make NamespaceString::db_deprecated() private&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/3c8c4cddc7ba1300b3e5f366eec17e50046d0bac&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/3c8c4cddc7ba1300b3e5f366eec17e50046d0bac&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="5673477" author="JIRAUSER1262621" created="Thu, 31 Aug 2023 22:40:13 +0000"  >&lt;p&gt;I have created a new PR for this :&#160;&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://github.com/10gen/mongo/pull/15335&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/10gen/mongo/pull/15335&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="5409937" author="JIRAUSER1262803" created="Mon, 8 May 2023 22:00:16 +0000"  >&lt;p&gt;&lt;a href=&quot;https://jira.mongodb.org/secure/ViewProfile.jspa?name=mathis.bessa%40mongodb.com&quot; class=&quot;user-hover&quot; rel=&quot;mathis.bessa@mongodb.com&quot;&gt;mathis.bessa@mongodb.com&lt;/a&gt; &lt;a href=&quot;https://jira.mongodb.org/secure/ViewProfile.jspa?name=henrik.edin%40mongodb.com&quot; class=&quot;user-hover&quot; rel=&quot;henrik.edin@mongodb.com&quot;&gt;henrik.edin@mongodb.com&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Two reasons that we are going to keep &quot;NamespaceString::dbName()&quot; as it was:&lt;/p&gt;

&lt;ul class=&quot;alternate&quot; type=&quot;square&quot;&gt;
	&lt;li&gt;the &quot;db()&quot; function will be changed to be private instead of be removed. It&apos;s because other functions of NamespaceString still need this function to grab db string name.&lt;/li&gt;
&lt;/ul&gt;


&lt;ul class=&quot;alternate&quot; type=&quot;square&quot;&gt;
	&lt;li&gt;If the we rename it to `db()`, to get a string db name on nss will become `nss.db().db()`. I think `nss.dbName().db()` is a better choice.&#160;&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="5355074" author="matt.broadstone" created="Tue, 18 Apr 2023 10:43:37 +0000"  >&lt;p&gt;From the review on &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-76222&quot; title=&quot;Avoid temporary allocations of DatabaseName &quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-76222&quot;&gt;&lt;del&gt;SERVER-76222&lt;/del&gt;&lt;/a&gt;, &lt;a href=&quot;https://jira.mongodb.org/secure/ViewProfile.jspa?name=henrik.edin%40mongodb.com&quot; class=&quot;user-hover&quot; rel=&quot;henrik.edin@mongodb.com&quot;&gt;henrik.edin@mongodb.com&lt;/a&gt; asks if we would consider renaming &lt;tt&gt;NamespaceString::dbName()&lt;/tt&gt; to &lt;tt&gt;NamespaceString::db()&lt;/tt&gt; when we eventually remove the version of that function that returns a &lt;tt&gt;StringData&lt;/tt&gt;&lt;/p&gt;</comment>
                            <comment id="5122029" author="janna.golden" created="Wed, 18 Jan 2023 20:36:33 +0000"  >&lt;p&gt;Yeah, that&apos;s a good idea. We will also be removing the DatabaseName constructors that provide a default for tenantId, so strings should not be able to be implicitly converted to DatabaseName objects as well, which should help with this as well! Ty for the suggestion &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;.&lt;/p&gt;</comment>
                            <comment id="5121856" author="dianna.hohensee" created="Wed, 18 Jan 2023 19:46:23 +0000"  >&lt;p&gt;An additional suggestion: might we mark the &lt;tt&gt;DatabaseName&lt;/tt&gt; constructor &lt;tt&gt;explicit&lt;/tt&gt;?&lt;/p&gt;

&lt;p&gt;That would prevent the situation where a function &lt;tt&gt;Foo&lt;/tt&gt; takes a &lt;tt&gt;DatabaseName&lt;/tt&gt; as a parameter, and a caller passes in a &lt;tt&gt;string&lt;/tt&gt; that &lt;tt&gt;Foo&lt;/tt&gt; implicitly turns from a &lt;tt&gt;string&lt;/tt&gt; into a &lt;tt&gt;DatabaseName&lt;/tt&gt; instance. Here&apos;s &lt;a href=&quot;https://gist.github.com/DiannaHohensee/5a2d8c30d4b21eec1eb4b9870ce7346b&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;an example of what I mean precisely&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;For motivation, I recently had trouble debugging one of my patches because I mistakenly passed &lt;tt&gt;NamespaceString::db()&lt;/tt&gt; instead of &lt;tt&gt;NamespaceString::dbName()&lt;/tt&gt; into &lt;a href=&quot;https://github.com/mongodb/mongo/blob/cf7ea6775b39f192a751c61fed982374dff2ba15/src/mongo/db/catalog/database_holder_impl.cpp#L48&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;this function&lt;/a&gt;. This ticket removes &lt;tt&gt;NamespaceString::db()&lt;/tt&gt;, but perhaps there are / will be other ways to inadvertently pass strings.&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10011">
                    <name>Depends</name>
                                            <outwardlinks description="depends on">
                                        <issuelink>
            <issuekey id="2003775">SERVER-64608</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="2032184">SERVER-65920</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="2253964">SERVER-73658</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="2333975">SERVER-76899</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="2334984">SERVER-76918</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="2335302">SERVER-76931</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="2375877">SERVER-78395</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="2375883">SERVER-78396</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="2395209">SERVER-79074</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="2396985">SERVER-79153</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="2397009">SERVER-79154</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="2412487">SERVER-79863</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="2419105">SERVER-80147</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="2419126">SERVER-80148</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="2419421">SERVER-80167</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="2419965">SERVER-80199</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="2316422">SERVER-76195</issuekey>
        </issuelink>
                            </outwardlinks>
                                                                <inwardlinks description="is depended on by">
                                        <issuelink>
            <issuekey id="2435925">SERVER-80833</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                            <issuelinktype id="10020">
                    <name>Gantt Dependency</name>
                                                                <inwardlinks description="has to be done after">
                                        <issuelink>
            <issuekey id="2351991">SERVER-77537</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                            <issuelinktype id="10012">
                    <name>Related</name>
                                                                <inwardlinks description="is related to">
                                        <issuelink>
            <issuekey id="2388013">SERVER-78844</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="2408350">SERVER-79691</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>6.0</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                    <customfield id="customfield_12751" key="com.atlassian.jira.plugin.system.customfieldtypes:multiselect">
                        <customfieldname>Assigned Teams</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="25131"><![CDATA[Serverless]]></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, 18 Jan 2023 19:46:23 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10052" key="com.atlassian.jira.toolkit:dayslastcommented">
                        <customfieldname>Days since reply</customfieldname>
                        <customfieldvalues>
                                        21 weeks, 6 days ago
    
                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_18254" key="com.onresolve.jira.groovy.groovyrunner:scripted-field">
                        <customfieldname>Dependencies</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue><![CDATA[<s><a href='https://jira.mongodb.org/browse/SERVER-64608'>SERVER-64608</a></s>, <s><a href='https://jira.mongodb.org/browse/SERVER-76899'>SERVER-76899</a></s>, <s><a href='https://jira.mongodb.org/browse/SERVER-76918'>SERVER-76918</a></s>, <s><a href='https://jira.mongodb.org/browse/SERVER-76195'>SERVER-76195</a></s>, <s><a href='https://jira.mongodb.org/browse/SERVER-76931'>SERVER-76931</a></s>, <s><a href='https://jira.mongodb.org/browse/SERVER-78395'>SERVER-78395</a></s>, <s><a href='https://jira.mongodb.org/browse/SERVER-78396'>SERVER-78396</a></s>, <s><a href='https://jira.mongodb.org/browse/SERVER-79074'>SERVER-79074</a></s>, <s><a href='https://jira.mongodb.org/browse/SERVER-79153'>SERVER-79153</a></s>, <s><a href='https://jira.mongodb.org/browse/SERVER-79154'>SERVER-79154</a></s>, <s><a href='https://jira.mongodb.org/browse/SERVER-65920'>SERVER-65920</a></s>, <s><a href='https://jira.mongodb.org/browse/SERVER-79863'>SERVER-79863</a></s>, <s><a href='https://jira.mongodb.org/browse/SERVER-73658'>SERVER-73658</a></s>, <s><a href='https://jira.mongodb.org/browse/SERVER-80147'>SERVER-80147</a></s>, <s><a href='https://jira.mongodb.org/browse/SERVER-80148'>SERVER-80148</a></s>, <s><a href='https://jira.mongodb.org/browse/SERVER-80167'>SERVER-80167</a></s>, <s><a href='https://jira.mongodb.org/browse/SERVER-80199'>SERVER-80199</a></s>]]></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-2346</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>
                            21 weeks, 6 days ago
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                    <customfield id="customfield_10051" key="com.atlassian.jira.toolkit:participants">
                        <customfieldname>Participants</customfieldname>
                        <customfieldvalues>
                                        <customfieldvalue>dianna.hohensee@mongodb.com</customfieldvalue>
            <customfieldvalue>xgen-internal-githook</customfieldvalue>
            <customfieldvalue>janna.golden@mongodb.com</customfieldvalue>
            <customfieldvalue>mathis.bessa@mongodb.com</customfieldvalue>
            <customfieldvalue>matt.broadstone@mongodb.com</customfieldvalue>
            <customfieldvalue>sophia.tan@mongodb.com</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_14254" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Product Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|i0qqkv:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_12550" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>2|i24j6y:</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="7294">Server Serverless 2023-05-15</customfieldvalue>
    <customfieldvalue id="7506">Server Serverless 2023-07-10</customfieldvalue>
    <customfieldvalue id="7631">Server Serverless 2023-08-07</customfieldvalue>
    <customfieldvalue id="7632">Server Serverless 2023-08-21</customfieldvalue>
    <customfieldvalue id="7668">Server Serverless 2023-09-04</customfieldvalue>
    <customfieldvalue id="7773">Server Serverless 2023-09-18</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                        <customfield id="customfield_10555" key="com.atlassian.jira.plugin.system.customfieldtypes:float">
                        <customfieldname>Story Points</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>5.0</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|i0qcq7:</customfieldvalue>

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