<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 08:13:54 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>[DOCS-15797] Remove deprecated note for collection.drop()</title>
                <link>https://jira.mongodb.org/browse/DOCS-15797</link>
                <project id="10380" key="DOCS">Documentation</project>
                    <description>&lt;p&gt;In the &lt;a href=&quot;https://www.mongodb.com/docs/v6.0/reference/method/db.collection.drop/#mongodb-method-db.collection.drop&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;collection.drop()&lt;/a&gt; documentation we still have a note saying:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;For a sharded cluster, if you use &lt;a href=&quot;https://www.mongodb.com/docs/v6.0/reference/method/db.collection.drop/#mongodb-method-db.collection.drop&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;&lt;tt&gt;db.collection.drop()&lt;/tt&gt;&lt;/a&gt; and then create a new collection with the same name, you must either:&lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;Flush the cached routing table on every &lt;a href=&quot;https://www.mongodb.com/docs/v6.0/reference/program/mongos/#mongodb-binary-bin.mongos&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;&lt;tt&gt;mongos&lt;/tt&gt;&lt;/a&gt; using &lt;a href=&quot;https://www.mongodb.com/docs/v6.0/reference/command/flushRouterConfig/#mongodb-dbcommand-dbcmd.flushRouterConfig&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;&lt;tt&gt;flushRouterConfig&lt;/tt&gt;.&lt;/a&gt;&lt;/li&gt;
	&lt;li&gt;Use &lt;a href=&quot;https://www.mongodb.com/docs/v6.0/reference/method/db.collection.remove/#mongodb-method-db.collection.remove&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;&lt;tt&gt;db.collection.remove()&lt;/tt&gt;&lt;/a&gt; to remove the existing documents and reuse the collection. Use this approach to avoid flushing the cache.&lt;/li&gt;
&lt;/ul&gt;
&lt;/blockquote&gt;

&lt;p&gt;Running &lt;tt&gt;flushRouterConfig&lt;/tt&gt; after collection drop it is not necessary anymore starting from &lt;tt&gt;5.0&lt;/tt&gt;. In fact this note have been introduced in &lt;a href=&quot;https://jira.mongodb.org/browse/DOCS-13703&quot; title=&quot;drop collection in sharded environments should point out that all mongos instances need cache refreshed&quot; class=&quot;issue-link&quot; data-issue-key=&quot;DOCS-13703&quot;&gt;&lt;del&gt;DOCS-13703&lt;/del&gt;&lt;/a&gt; due to &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-17397&quot; title=&quot;Dropping a Database or Collection in a Sharded Cluster may not fully succeed&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-17397&quot;&gt;&lt;del&gt;SERVER-17397&lt;/del&gt;&lt;/a&gt; that was fixed in &lt;tt&gt;5.0&lt;/tt&gt;&lt;/p&gt;</description>
                <environment></environment>
        <key id="2217910">DOCS-15797</key>
            <summary>Remove deprecated note for collection.drop()</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="ian.fogelman@mongodb.com">Ian Fogelman</assignee>
                                    <reporter username="tommaso.tocci@mongodb.com">Tommaso Tocci</reporter>
                        <labels>
                    </labels>
                <created>Thu, 22 Dec 2022 16:22:01 +0000</created>
                <updated>Mon, 30 Oct 2023 19:47:43 +0000</updated>
                            <resolved>Fri, 6 Jan 2023 13:48:11 +0000</resolved>
                                    <version>6.0.4</version>
                    <version>5.0.15</version>
                                    <fixVersion>Server_Docs_20231030</fixVersion>
                                    <component>manual</component>
                    <component>Server</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>3</watches>
                                                                                                                <comments>
                            <comment id="5095447" author="xgen-internal-githook" created="Fri, 6 Jan 2023 13:47:28 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;ianf-mongodb&apos;, &apos;email&apos;: &apos;85948430+ianf-mongodb@users.noreply.github.com&apos;, &apos;username&apos;: &apos;ianf-mongodb&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/DOCS-15797&quot; title=&quot;Remove deprecated note for collection.drop()&quot; class=&quot;issue-link&quot; data-issue-key=&quot;DOCS-15797&quot;&gt;&lt;del&gt;DOCS-15797&lt;/del&gt;&lt;/a&gt; v5.0 (#2325)&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;&lt;a href=&quot;https://jira.mongodb.org/browse/DOCS-15797&quot; title=&quot;Remove deprecated note for collection.drop()&quot; class=&quot;issue-link&quot; data-issue-key=&quot;DOCS-15797&quot;&gt;&lt;del&gt;DOCS-15797&lt;/del&gt;&lt;/a&gt; Adding clarification for same name collection deletes&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;behavior section&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;add note&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;header name update&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;bullet list&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;indent&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;remove flushing cache&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;internal feedback .5&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;internal review 1&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;feedback 1&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;verbiage&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;Review Feedback 2&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;remove 6.0 content&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;remove note&lt;br/&gt;
Branch: v5.0&lt;br/&gt;
&lt;a href=&quot;https://github.com/10gen/docs-mongodb-internal/commit/79cd154e2e6e4d3a4e2b289659886f441286d24e&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/10gen/docs-mongodb-internal/commit/79cd154e2e6e4d3a4e2b289659886f441286d24e&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="5095446" author="xgen-internal-githook" created="Fri, 6 Jan 2023 13:47:17 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;ianf-mongodb&apos;, &apos;email&apos;: &apos;85948430+ianf-mongodb@users.noreply.github.com&apos;, &apos;username&apos;: &apos;ianf-mongodb&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/DOCS-15797&quot; title=&quot;Remove deprecated note for collection.drop()&quot; class=&quot;issue-link&quot; data-issue-key=&quot;DOCS-15797&quot;&gt;&lt;del&gt;DOCS-15797&lt;/del&gt;&lt;/a&gt; v6.0 (#2324)&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;&lt;a href=&quot;https://jira.mongodb.org/browse/DOCS-15797&quot; title=&quot;Remove deprecated note for collection.drop()&quot; class=&quot;issue-link&quot; data-issue-key=&quot;DOCS-15797&quot;&gt;&lt;del&gt;DOCS-15797&lt;/del&gt;&lt;/a&gt; Adding clarification for same name collection deletes&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;behavior section&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;add note&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;header name update&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;bullet list&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;indent&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;remove flushing cache&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;internal feedback .5&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;internal review 1&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;feedback 1&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;verbiage&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;Review Feedback 2&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;remove note&lt;br/&gt;
Branch: v6.0&lt;br/&gt;
&lt;a href=&quot;https://github.com/10gen/docs-mongodb-internal/commit/cf20b520687b7ae518bd4122761e001768ba1aad&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/10gen/docs-mongodb-internal/commit/cf20b520687b7ae518bd4122761e001768ba1aad&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="5095445" author="xgen-internal-githook" created="Fri, 6 Jan 2023 13:46:57 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;ianf-mongodb&apos;, &apos;email&apos;: &apos;85948430+ianf-mongodb@users.noreply.github.com&apos;, &apos;username&apos;: &apos;ianf-mongodb&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/DOCS-15797&quot; title=&quot;Remove deprecated note for collection.drop()&quot; class=&quot;issue-link&quot; data-issue-key=&quot;DOCS-15797&quot;&gt;&lt;del&gt;DOCS-15797&lt;/del&gt;&lt;/a&gt; Adding clarification for same name collection deletes (#2313)&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;&lt;a href=&quot;https://jira.mongodb.org/browse/DOCS-15797&quot; title=&quot;Remove deprecated note for collection.drop()&quot; class=&quot;issue-link&quot; data-issue-key=&quot;DOCS-15797&quot;&gt;&lt;del&gt;DOCS-15797&lt;/del&gt;&lt;/a&gt; Adding clarification for same name collection deletes&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;behavior section&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;add note&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;header name update&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;bullet list&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;indent&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;remove flushing cache&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;internal feedback .5&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;internal review 1&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;feedback 1&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;verbiage&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;Review Feedback 2&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;remove note&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/10gen/docs-mongodb-internal/commit/8c53150f5197931c7579031d61858c6f3ce757d8&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/10gen/docs-mongodb-internal/commit/8c53150f5197931c7579031d61858c6f3ce757d8&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10012">
                    <name>Related</name>
                                                                <inwardlinks description="is related to">
                                        <issuelink>
            <issuekey id="2221683">DOCS-15799</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="186484">SERVER-17397</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="1378301">DOCS-13703</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>3.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        <customfield id="customfield_10055" key="com.atlassian.jira.ext.charting:firstresponsedate">
                        <customfieldname>Date of 1st Reply</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Tue, 3 Jan 2023 15:09:19 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10052" key="com.atlassian.jira.toolkit:dayslastcommented">
                        <customfieldname>Days since reply</customfieldname>
                        <customfieldvalues>
                                        1 year, 4 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_10857" key="com.pyxis.greenhopper.jira:gh-epic-link">
                        <customfieldname>Epic Link</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>DOCSP-22649</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>emet.ozar@mongodb.com</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_11151" key="com.atlassian.jira.toolkit:LastCommentDate">
                        <customfieldname>Last public comment date</customfieldname>
                        <customfieldvalues>
                            1 year, 4 weeks, 5 days ago
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                            <customfield id="customfield_10051" key="com.atlassian.jira.toolkit:participants">
                        <customfieldname>Participants</customfieldname>
                        <customfieldvalues>
                                        <customfieldvalue>xgen-internal-githook</customfieldvalue>
            <customfieldvalue>ian.fogelman@mongodb.com</customfieldvalue>
            <customfieldvalue>tommaso.tocci@mongodb.com</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_14254" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Product Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|i1nzzz:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_12550" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>2|i16jx4:</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_10053" key="com.atlassian.jira.ext.charting:timeinstatus">
                        <customfieldname>Time In Status</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <customfield id="customfield_14350" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>serverRank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|i1nm5b:</customfieldvalue>

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