<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 03:03:09 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-3471] Drop database caused collections in other DB&apos;s to dropped</title>
                <link>https://jira.mongodb.org/browse/SERVER-3471</link>
                <project id="10000" key="SERVER">Core Server</project>
                    <description>&lt;p&gt;Problem:&lt;/p&gt;

&lt;p&gt;As reported in Google Groups&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://groups.google.com/group/mongodb-user/browse_thread/thread/34cda5dac73edff7&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://groups.google.com/group/mongodb-user/browse_thread/thread/34cda5dac73edff7&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Database names called&lt;/p&gt;
&lt;ul class=&quot;alternate&quot; type=&quot;square&quot;&gt;
	&lt;li&gt;buy&lt;/li&gt;
	&lt;li&gt;buy_201107&lt;/li&gt;
	&lt;li&gt;buy_201108&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;User did&lt;br/&gt;
&amp;gt; use buy&lt;br/&gt;
&amp;gt; db.dropdatabse()&lt;/p&gt;

&lt;p&gt;From the logs it can be seen&lt;/p&gt;

&lt;p&gt;Sat Jul 23 23:49:38 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn663642&amp;#93;&lt;/span&gt; DROP DATABASE: buy &lt;br/&gt;
Sat Jul 23 23:49:38 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn663642&amp;#93;&lt;/span&gt; DBConfig::dropDatabase: buy &lt;br/&gt;
Sat Jul 23 23:49:39 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn663642&amp;#93;&lt;/span&gt; about to log metadata event: { _id: &lt;br/&gt;
&quot;mg03-2011-07-23T15:49:38-0&quot;, server: &quot;mg03&quot;, clientAddr: &quot;N/A&quot;, time: &lt;br/&gt;
new Date(1311436179027), what: &quot;dropDatabase.start&quot;, ns: &quot;buy&quot;, &lt;br/&gt;
details: {} } &lt;/p&gt;

&lt;p&gt;Look good, but next message it looks like the NS changed&lt;/p&gt;

&lt;p&gt;Sat Jul 23 23:49:39 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn663642&amp;#93;&lt;/span&gt; about to log metadata event: { _id: &lt;br/&gt;
&quot;mg03-2011-07-23T15:49:39-1&quot;, server: &quot;mg03&quot;, clientAddr: &quot;N/A&quot;, time: &lt;br/&gt;
new Date(1311436179091), what: &quot;dropCollection.start&quot;, ns: &lt;br/&gt;
&quot;buy_201107.data&quot;, details: {} } &lt;/p&gt;

&lt;p&gt;This message comes from chunk.cpp:775, however, the code path to here looks reasombale.&lt;/p&gt;</description>
                <environment>&lt;a href=&quot;http://groups.google.com/group/mongodb-user/browse_thread/thread/34cda5dac73edff7&quot;&gt;http://groups.google.com/group/mongodb-user/browse_thread/thread/34cda5dac73edff7&lt;/a&gt;</environment>
        <key id="20079">SERVER-3471</key>
            <summary>Drop database caused collections in other DB&apos;s to dropped</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="9">Done</resolution>
                                        <assignee username="greg_10gen">Greg Studer</assignee>
                                    <reporter username="alvin">Alvin Richards</reporter>
                        <labels>
                    </labels>
                <created>Mon, 25 Jul 2011 10:41:23 +0000</created>
                <updated>Tue, 12 Jul 2016 00:18:12 +0000</updated>
                            <resolved>Fri, 29 Jul 2011 20:04:17 +0000</resolved>
                                    <version>1.8.1</version>
                    <version>1.8.2</version>
                    <version>1.8.3</version>
                                                    <component>Sharding</component>
                                        <votes>2</votes>
                                    <watches>3</watches>
                                                                                                                <comments>
                            <comment id="45353" author="greg_10gen" created="Fri, 29 Jul 2011 20:04:01 +0000"  >&lt;p&gt;think this is a regex issue, should be fixed by the backport above in 1.8 branch.&lt;/p&gt;</comment>
                            <comment id="45349" author="auto" created="Fri, 29 Jul 2011 19:47:04 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;login&apos;: u&apos;gregstuder&apos;, u&apos;name&apos;: u&apos;gregs&apos;, u&apos;email&apos;: u&apos;greg@10gen.com&apos;}
&lt;p&gt;Message: escaping for regex - &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-3471&quot; title=&quot;Drop database caused collections in other DB&amp;#39;s to dropped&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-3471&quot;&gt;&lt;del&gt;SERVER-3471&lt;/del&gt;&lt;/a&gt;&lt;br/&gt;
Branch: v1.8&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/48d0219905699adfab7019ac951527875869a63c&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/48d0219905699adfab7019ac951527875869a63c&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="45119" author="auto" created="Thu, 28 Jul 2011 19:15:58 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;login&apos;: u&apos;gregstuder&apos;, u&apos;name&apos;: u&apos;gregs&apos;, u&apos;email&apos;: u&apos;greg@10gen.com&apos;}
&lt;p&gt;Message: escaping for regex - &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-3471&quot; title=&quot;Drop database caused collections in other DB&amp;#39;s to dropped&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-3471&quot;&gt;&lt;del&gt;SERVER-3471&lt;/del&gt;&lt;/a&gt;&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/af93c5d8771461d85052bcda918179c8259a387c&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/af93c5d8771461d85052bcda918179c8259a387c&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="45118" author="auto" created="Thu, 28 Jul 2011 19:15:56 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;login&apos;: u&apos;gregstuder&apos;, u&apos;name&apos;: u&apos;gregs&apos;, u&apos;email&apos;: u&apos;greg@10gen.com&apos;}
&lt;p&gt;Message: clean test case &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-3471&quot; title=&quot;Drop database caused collections in other DB&amp;#39;s to dropped&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-3471&quot;&gt;&lt;del&gt;SERVER-3471&lt;/del&gt;&lt;/a&gt;&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/05ed9407e35a03fb3fecd577471205cc6c659b50&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/05ed9407e35a03fb3fecd577471205cc6c659b50&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="44384" author="djwhitt" created="Mon, 25 Jul 2011 21:16:50 +0000"  >&lt;p&gt;I just encountered this as well on v1.8.1.&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10011">
                    <name>Depends</name>
                                            <outwardlinks description="depends on">
                                                        </outwardlinks>
                                                        </issuelinktype>
                            <issuelinktype id="10010">
                    <name>Duplicate</name>
                                                                <inwardlinks description="is duplicated by">
                                        <issuelink>
            <issuekey id="15212">SERVER-2817</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="17949">SERVER-3205</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>5.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <customfield id="customfield_10055" key="com.atlassian.jira.ext.charting:firstresponsedate">
                        <customfieldname>Date of 1st Reply</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Mon, 25 Jul 2011 21:16:50 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10052" key="com.atlassian.jira.toolkit:dayslastcommented">
                        <customfieldname>Days since reply</customfieldname>
                        <customfieldvalues>
                                        12 years, 29 weeks, 5 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/FREE-1839'>FREE-1839</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_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>ramon.fernandez@mongodb.com</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_11151" key="com.atlassian.jira.toolkit:LastCommentDate">
                        <customfieldname>Last public comment date</customfieldname>
                        <customfieldvalues>
                            12 years, 29 weeks, 5 days ago
                        </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>alvin</customfieldvalue>
            <customfieldvalue>auto</customfieldvalue>
            <customfieldvalue>djwhitt</customfieldvalue>
            <customfieldvalue>greg_10gen</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_14254" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Product Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hrovaf:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_12550" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>2|hris7r:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10558" key="com.pyxis.greenhopper.jira:gh-global-rank">
                        <customfieldname>Rank (Obsolete)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>23224</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_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|ht0byv:</customfieldvalue>

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