<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 02:56: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-1343] databases still show up after being dropped</title>
                <link>https://jira.mongodb.org/browse/SERVER-1343</link>
                <project id="10000" key="SERVER">Core Server</project>
                    <description>&lt;p&gt;&quot;show dbs&quot; still shows the database after it&apos;s dropped:&lt;/p&gt;

&lt;p&gt;&amp;gt; use foo&lt;br/&gt;
switched to db foo&lt;br/&gt;
&amp;gt; db.bar.insert(&lt;/p&gt;
{x:1}
&lt;p&gt;)&lt;br/&gt;
&amp;gt; db.dropDatabase()&lt;/p&gt;
{ &quot;dropped&quot; : &quot;foo&quot;, &quot;ok&quot; : 1 }
&lt;p&gt;&amp;gt; show dbs&lt;br/&gt;
admin&lt;br/&gt;
foo&lt;br/&gt;
local&lt;/p&gt;

</description>
                <environment>db version v1.5.4-pre-, pdfile version 4.5&lt;br/&gt;
Thu Jul  1 17:22:35 git version: 1d96219addad2a007375043b06731392fe388bbf</environment>
        <key id="12315">SERVER-1343</key>
            <summary>databases still show up after being 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="5">Cannot Reproduce</resolution>
                                        <assignee username="alerner">Alberto Lerner</assignee>
                                    <reporter username="kristina">Kristina Chodorow</reporter>
                        <labels>
                    </labels>
                <created>Thu, 1 Jul 2010 17:25:10 +0000</created>
                <updated>Thu, 28 Jun 2012 21:26:07 +0000</updated>
                            <resolved>Fri, 16 Jul 2010 09:34:42 +0000</resolved>
                                                                    <component>Sharding</component>
                                        <votes>0</votes>
                                    <watches>0</watches>
                                                                                                                <comments>
                            <comment id="15867" author="alerner" created="Fri, 16 Jul 2010 09:33:31 +0000"  >&lt;ul&gt;
	&lt;li&gt;
	&lt;ul&gt;
		&lt;li&gt;
		&lt;ul&gt;
			&lt;li&gt;
			&lt;ul&gt;
				&lt;li&gt;Sharded case&lt;/li&gt;
			&lt;/ul&gt;
			&lt;/li&gt;
		&lt;/ul&gt;
		&lt;/li&gt;
	&lt;/ul&gt;
	&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;&amp;gt; use admin&lt;br/&gt;
switched to db admin&lt;br/&gt;
&amp;gt; db.runCommand( &lt;/p&gt;
{ addshard : &quot;localhost:10000&quot;, allowLocal : true }
&lt;p&gt; )&lt;/p&gt;
{ &quot;added&quot; : &quot;localhost:10000&quot;, &quot;ok&quot; : 1 }
&lt;p&gt;&amp;gt; show dbs&lt;br/&gt;
admin&lt;br/&gt;
local&lt;br/&gt;
&amp;gt; use foo&lt;br/&gt;
switched to db foo&lt;br/&gt;
&amp;gt; db.bar.save(&lt;/p&gt;
{x:1}
&lt;p&gt;)&lt;br/&gt;
&amp;gt; db.dropDatabase()&lt;/p&gt;
{ &quot;dropped&quot; : &quot;foo&quot;, &quot;ok&quot; : 1 }
&lt;p&gt;&amp;gt; show dbs&lt;br/&gt;
admin&lt;br/&gt;
local&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;
	&lt;ul&gt;
		&lt;li&gt;
		&lt;ul&gt;
			&lt;li&gt;
			&lt;ul&gt;
				&lt;li&gt;Non-sharded case&lt;/li&gt;
			&lt;/ul&gt;
			&lt;/li&gt;
		&lt;/ul&gt;
		&lt;/li&gt;
	&lt;/ul&gt;
	&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;&amp;gt; use foo&lt;br/&gt;
switched to db foo&lt;br/&gt;
&amp;gt; db.bar.save(&lt;/p&gt;
{x:1}
&lt;p&gt;)&lt;br/&gt;
&amp;gt; db.dropDatabase()&lt;/p&gt;
{ &quot;dropped&quot; : &quot;foo&quot;, &quot;ok&quot; : 1 }
&lt;p&gt;&amp;gt; show dbs&lt;br/&gt;
admin&lt;br/&gt;
local&lt;/p&gt;</comment>
                            <comment id="15393" author="eliot" created="Mon, 5 Jul 2010 00:24:30 +0000"  >&lt;p&gt;@justin note it relates to sharding&lt;/p&gt;</comment>
                            <comment id="15392" author="zippy1981" created="Mon, 5 Jul 2010 00:21:31 +0000"  >&lt;p&gt;Cannot reproduce on windows 7 with Mongo 1.4.1 and A1.5.5-pre, current nightly. What OS are you running? If its a mac I can Test it Tuesday, anything else tomorrow.&lt;/p&gt;

&lt;p&gt;Reeks of a caching issue. Does restarting mongod fix the issue? What does the mongod stdout show?&lt;/p&gt;

&lt;p&gt;\mongodb-win32-i386-2010-07-04\bin&amp;gt;C:\Users\zippy\AppData\Local\Temp\FTMEEC.tmp\mongo.exe&lt;br/&gt;
MongoDB shell version: 1.5.5-pre-&lt;br/&gt;
connecting to: test&lt;br/&gt;
&amp;gt; use justin&lt;br/&gt;
switched to db justin&lt;br/&gt;
&amp;gt; db.tom.insert(&lt;/p&gt;
{song: &apos;You can go your own way!!!!&apos;}
&lt;p&gt;);&lt;br/&gt;
&amp;gt; db.tom.find()&lt;/p&gt;
{ &quot;_id&quot; : ObjectId(&quot;4c315bcb4f6c000000005d64&quot;), &quot;song&quot; : &quot;You can go your own way!!!!&quot; }
&lt;p&gt;&amp;gt; show dbs&lt;br/&gt;
admin&lt;br/&gt;
justin&lt;/p&gt;

&lt;p&gt;\mongodb-win32-i386-2010-07-04\bin&amp;gt;C:\Users\zippy\AppData\Local\Temp\FTMF64.tmp\mongod.exe&lt;br/&gt;
C:\Users\zippy\AppData\Local\Temp\FTMF64.tmp\mongod.exe --help for help and startup options&lt;br/&gt;
Mon Jul 05 00:10:57 MongoDB starting : pid=5828 port=27017 dbpath=/data/db/ 32-bit&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;
	&lt;ul&gt;
		&lt;li&gt;NOTE: This is a development version (1.5.5-pre-) of MongoDB.&lt;/li&gt;
		&lt;li&gt;Not recommended for production.&lt;/li&gt;
	&lt;/ul&gt;
	&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;
	&lt;ul&gt;
		&lt;li&gt;NOTE: when using MongoDB 32 bit, you are limited to about 2 gigabytes of data&lt;/li&gt;
		&lt;li&gt;see &lt;a href=&quot;http://blog.mongodb.org/post/137788967/32-bit-limitations&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://blog.mongodb.org/post/137788967/32-bit-limitations&lt;/a&gt;&lt;/li&gt;
	&lt;/ul&gt;
	&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;Mon Jul 05 00:10:58 db version v1.5.5-pre-, pdfile version 4.5&lt;br/&gt;
Mon Jul 05 00:10:58 git version: 812b647228b099457b5fd27002f9a44035ff7067&lt;br/&gt;
Mon Jul 05 00:10:58 sys info: windows (5, 1, 2600, 2, &apos;Service Pack 3&apos;) BOOST_LIB_VERSION=1_35&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;initandlisten&amp;#93;&lt;/span&gt; Mon Jul 05 00:10:58 waiting for connections on port 27017&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;websvr&amp;#93;&lt;/span&gt; Mon Jul 05 00:10:58 web admin interface listening on port 28017&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;initandlisten&amp;#93;&lt;/span&gt; Mon Jul 05 00:11:38 connection accepted from 127.0.0.1:14443 #1&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;conn1&amp;#93;&lt;/span&gt; Mon Jul 05 00:12:59 building new index on &lt;/p&gt;
{ _id: 1 }
&lt;p&gt; for justin.tom&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;conn1&amp;#93;&lt;/span&gt; Mon Jul 05 00:12:59 Buildindex justin.tom idxNo:0 { name: &quot;&lt;em&gt;id&lt;/em&gt;&quot;, ns: &quot;justin.tom&quot;, key: &lt;/p&gt;
{ _id: 1 }
&lt;p&gt; }&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;conn1&amp;#93;&lt;/span&gt; Mon Jul 05 00:12:59 done for 0 records 0.057secs&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;conn1&amp;#93;&lt;/span&gt; Mon Jul 05 00:12:59 insert justin.tom 345ms&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;conn1&amp;#93;&lt;/span&gt; Mon Jul 05 00:13:15 dropDatabase justin&lt;br/&gt;
local&lt;br/&gt;
test&lt;br/&gt;
&amp;gt; db.dropDatabase()&lt;/p&gt;
{ &quot;dropped&quot; : &quot;justin&quot;, &quot;ok&quot; : true }
&lt;p&gt;&amp;gt; show dbs&lt;br/&gt;
admin&lt;br/&gt;
local&lt;br/&gt;
test&lt;br/&gt;
&amp;gt;&lt;/p&gt;</comment>
                    </comments>
                    <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>Mon, 5 Jul 2010 00:21:31 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10052" key="com.atlassian.jira.toolkit:dayslastcommented">
                        <customfieldname>Days since reply</customfieldname>
                        <customfieldvalues>
                                        13 years, 31 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_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>ian@mongodb.com</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_11151" key="com.atlassian.jira.toolkit:LastCommentDate">
                        <customfieldname>Last public comment date</customfieldname>
                        <customfieldvalues>
                            13 years, 31 weeks, 5 days ago
                        </customfieldvalues>
                    </customfield>
                                                                                                                        <customfield id="customfield_10000" key="com.atlassian.jira.plugin.system.customfieldtypes:radiobuttons">
                        <customfieldname>Old_Backport</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10000"><![CDATA[No]]></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>alerner</customfieldvalue>
            <customfieldvalue>eliot</customfieldvalue>
            <customfieldvalue>zippy1981</customfieldvalue>
            <customfieldvalue>kristina</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_14254" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Product Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hrpkdr:</customfieldvalue>

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

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

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