<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 02:59: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>[SERVER-2414] no clean shutdown under cygwin bash shell on ctrl-C</title>
                <link>https://jira.mongodb.org/browse/SERVER-2414</link>
                <project id="10000" key="SERVER">Core Server</project>
                    <description>&lt;p&gt;I was running with --dur and did a ctrl-c and it shutdown, but didn&apos;t cleanup the lock file.&lt;/p&gt;

&lt;p&gt;When starting without --dur it complains about the lock, and when starting with --dur it started fine.&lt;/p&gt;

&lt;p&gt;After removing the lock file it says it can&apos;t  run without --dur because of the dur files.&lt;/p&gt;

&lt;p&gt;win7x64&lt;/p&gt;</description>
                <environment>Windows 7; Cygwin bash shell</environment>
        <key id="14322">SERVER-2414</key>
            <summary>no clean shutdown under cygwin bash shell on ctrl-C</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="3">Duplicate</resolution>
                                        <assignee username="tad">Tad Marshall</assignee>
                                    <reporter username="scotthernandez">Scott Hernandez</reporter>
                        <labels>
                            <label>Windows</label>
                    </labels>
                <created>Thu, 27 Jan 2011 00:22:53 +0000</created>
                <updated>Wed, 15 Aug 2012 14:04:20 +0000</updated>
                            <resolved>Sun, 3 Jun 2012 12:28:51 +0000</resolved>
                                    <version>1.7.5</version>
                                                                        <votes>1</votes>
                                    <watches>1</watches>
                                                                                                                <comments>
                            <comment id="125480" author="tad" created="Sun, 3 Jun 2012 12:28:51 +0000"  >&lt;p&gt;Issue is being tracked in &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-4423&quot; title=&quot;Using MongoDB in the Cygwin shell&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-4423&quot;&gt;&lt;del&gt;SERVER-4423&lt;/del&gt;&lt;/a&gt;.&lt;/p&gt;</comment>
                            <comment id="125479" author="tad" created="Sun, 3 Jun 2012 12:27:22 +0000"  >&lt;p&gt;This is the same issue we see with some configurations of Cygwin, where ctrl-C isn&apos;t delivered correctly.&lt;/p&gt;</comment>
                            <comment id="70681" author="tad" created="Sat, 3 Dec 2011 20:19:16 +0000"  >&lt;p&gt;I reopened this because of &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-4423&quot; title=&quot;Using MongoDB in the Cygwin shell&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-4423&quot;&gt;&lt;del&gt;SERVER-4423&lt;/del&gt;&lt;/a&gt; and some more testing with cygwin.  This is just to make sure we deal with this bug properly.&lt;/p&gt;</comment>
                            <comment id="69387" author="tad" created="Mon, 28 Nov 2011 22:12:53 +0000"  >&lt;p&gt;The problem is that our ctrl-C handler is written to run inside of a Windows console, and Cygwin doesn&apos;t provide one.  We could write our own code to try to detect when we are running under Cygwin and allocate our own console, or we could write Cygwin-based code to accept Cygwin Unix-like signals, but none of this brings any actual benefit to users since they could just run us as a service and not rely on ctrl-C, or issue shutdownServer() from a client, or run us in a normal Windows command window.  I&apos;m calling it &quot;Won&apos;t fix&quot;, it is not worth writing new code to deal with this.&lt;/p&gt;</comment>
                            <comment id="68867" author="dnlbtz" created="Fri, 25 Nov 2011 09:41:10 +0000"  >&lt;p&gt;The same issue appears with MongoDB 2.0.1 under msys bash.&lt;/p&gt;</comment>
                            <comment id="22753" author="scotthernandez" created="Thu, 27 Jan 2011 20:35:41 +0000"  >&lt;p&gt;I did some more tests and there is indeed a difference in the behavior with 1.7.4/5. It is not some cygwin change...&lt;/p&gt;


&lt;p&gt;//ctlr-c killed, and resulted in clean shutdown, but no shutdown output&lt;/p&gt;

&lt;p&gt;$ ./mongod&lt;br/&gt;
C:\temp\mongodb-win32-x86_64-1.7.4\bin\mongod.exe --help for help and startup options&lt;br/&gt;
Thu Jan 27 10:29:02 MongoDB starting : pid=5044 port=27017 dbpath=/data/db/ 64-bit&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;
	&lt;ul&gt;
		&lt;li&gt;NOTE: This is a development version (1.7.4) 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;p&gt;Thu Jan 27 10:29:02 db version v1.7.4, pdfile version 4.5&lt;br/&gt;
Thu Jan 27 10:29:02 git version: fecf14def3bd51b91e0af55d61e9de2b9f918dcf&lt;br/&gt;
Thu Jan 27 10:29:02 sys info: windows (6, 1, 7600, 2, &apos;&apos;) BOOST_LIB_VERSION=1_42&lt;br/&gt;
Thu Jan 27 10:29:02 &lt;span class=&quot;error&quot;&gt;&amp;#91;initandlisten&amp;#93;&lt;/span&gt; waiting for connections on port 27017&lt;br/&gt;
Thu Jan 27 10:29:02 &lt;span class=&quot;error&quot;&gt;&amp;#91;websvr&amp;#93;&lt;/span&gt; web admin interface listening on port 28017&lt;/p&gt;


&lt;p&gt;//&quot;shutdown&quot; command issued from client&lt;/p&gt;

&lt;p&gt;skot@tip ~/temp/mongodb-win32-x86_64-1.7.4/bin&lt;br/&gt;
$ ./mongod&lt;br/&gt;
C:\temp\mongodb-win32-x86_64-1.7.4\bin\mongod.exe --help for help and startup options&lt;br/&gt;
Thu Jan 27 10:29:23 MongoDB starting : pid=5520 port=27017 dbpath=/data/db/ 64-bit&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;
	&lt;ul&gt;
		&lt;li&gt;NOTE: This is a development version (1.7.4) 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;p&gt;Thu Jan 27 10:29:23 db version v1.7.4, pdfile version 4.5&lt;br/&gt;
Thu Jan 27 10:29:23 git version: fecf14def3bd51b91e0af55d61e9de2b9f918dcf&lt;br/&gt;
Thu Jan 27 10:29:23 sys info: windows (6, 1, 7600, 2, &apos;&apos;) BOOST_LIB_VERSION=1_42&lt;br/&gt;
Thu Jan 27 10:29:23 &lt;span class=&quot;error&quot;&gt;&amp;#91;initandlisten&amp;#93;&lt;/span&gt; waiting for connections on port 27017&lt;br/&gt;
Thu Jan 27 10:29:23 &lt;span class=&quot;error&quot;&gt;&amp;#91;websvr&amp;#93;&lt;/span&gt; web admin interface listening on port 28017&lt;br/&gt;
Thu Jan 27 10:29:31 &lt;span class=&quot;error&quot;&gt;&amp;#91;initandlisten&amp;#93;&lt;/span&gt; connection accepted from 127.0.0.1:63845 #1&lt;br/&gt;
Thu Jan 27 10:29:51 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn1&amp;#93;&lt;/span&gt; terminating, shutdown command received&lt;br/&gt;
Thu Jan 27 10:29:51 dbexit: shutdown called&lt;br/&gt;
Thu Jan 27 10:29:51 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn1&amp;#93;&lt;/span&gt; shutdown: going to close listening sockets...&lt;br/&gt;
Thu Jan 27 10:29:51 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn1&amp;#93;&lt;/span&gt; closing listening socket: 252&lt;br/&gt;
Thu Jan 27 10:29:51 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn1&amp;#93;&lt;/span&gt; closing listening socket: 276&lt;br/&gt;
Thu Jan 27 10:29:51 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn1&amp;#93;&lt;/span&gt; shutdown: going to flush oplog...&lt;br/&gt;
Thu Jan 27 10:29:51 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn1&amp;#93;&lt;/span&gt; shutdown: going to close sockets...&lt;br/&gt;
Thu Jan 27 10:29:51 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn1&amp;#93;&lt;/span&gt; shutdown: waiting for fs preallocator...&lt;br/&gt;
Thu Jan 27 10:29:51 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn1&amp;#93;&lt;/span&gt; shutdown: closing all files...&lt;br/&gt;
Thu Jan 27 10:29:51 closeAllFiles() finished&lt;br/&gt;
Thu Jan 27 10:29:51 dbexit: really exiting now&lt;/p&gt;




&lt;p&gt;//Now, with 1.7.5 things have changed (same order: ctrl-c, shutdown command):&lt;/p&gt;

&lt;p&gt;skot@tip ~/temp/mongodb-win32-x86_64-1.7.5/bin&lt;br/&gt;
$ ./mongod&lt;br/&gt;
C:\temp\mongodb-win32-x86_64-1.7.5\bin\mongod.exe --help for help and startup options&lt;br/&gt;
Thu Jan 27 12:32:23 &lt;span class=&quot;error&quot;&gt;&amp;#91;initandlisten&amp;#93;&lt;/span&gt; MongoDB starting : pid=8544 port=27017 dbpath=/data/db/ 64-bit&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;
	&lt;ul&gt;
		&lt;li&gt;NOTE: This is a development version (1.7.5) 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;p&gt;Thu Jan 27 12:32:23 &lt;span class=&quot;error&quot;&gt;&amp;#91;initandlisten&amp;#93;&lt;/span&gt; db version v1.7.5, pdfile version 4.5&lt;br/&gt;
Thu Jan 27 12:32:23 &lt;span class=&quot;error&quot;&gt;&amp;#91;initandlisten&amp;#93;&lt;/span&gt; git version: 1978898d7a013657e5400133defdc996fb4c2c15&lt;br/&gt;
Thu Jan 27 12:32:23 &lt;span class=&quot;error&quot;&gt;&amp;#91;initandlisten&amp;#93;&lt;/span&gt; sys info: windows (6, 1, 7600, 2, &apos;&apos;) BOOST_LIB_VERSION=1_42&lt;br/&gt;
Thu Jan 27 12:32:23 &lt;span class=&quot;error&quot;&gt;&amp;#91;initandlisten&amp;#93;&lt;/span&gt; waiting for connections on port 27017&lt;br/&gt;
Thu Jan 27 12:32:23 &lt;span class=&quot;error&quot;&gt;&amp;#91;websvr&amp;#93;&lt;/span&gt; web admin interface listening on port 28017&lt;/p&gt;

&lt;p&gt;skot@tip ~/temp/mongodb-win32-x86_64-1.7.5/bin&lt;br/&gt;
$ ./mongod&lt;br/&gt;
C:\temp\mongodb-win32-x86_64-1.7.5\bin\mongod.exe --help for help and startup options&lt;br/&gt;
Thu Jan 27 12:32:28 &lt;span class=&quot;error&quot;&gt;&amp;#91;initandlisten&amp;#93;&lt;/span&gt; MongoDB starting : pid=7516 port=27017 dbpath=/data/db/ 64-bit&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;
	&lt;ul&gt;
		&lt;li&gt;NOTE: This is a development version (1.7.5) 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;p&gt;Thu Jan 27 12:32:28 &lt;span class=&quot;error&quot;&gt;&amp;#91;initandlisten&amp;#93;&lt;/span&gt; db version v1.7.5, pdfile version 4.5&lt;br/&gt;
Thu Jan 27 12:32:28 &lt;span class=&quot;error&quot;&gt;&amp;#91;initandlisten&amp;#93;&lt;/span&gt; git version: 1978898d7a013657e5400133defdc996fb4c2c15&lt;br/&gt;
Thu Jan 27 12:32:28 &lt;span class=&quot;error&quot;&gt;&amp;#91;initandlisten&amp;#93;&lt;/span&gt; sys info: windows (6, 1, 7600, 2, &apos;&apos;) BOOST_LIB_VERSION=1_42&lt;br/&gt;
**************&lt;br/&gt;
old lock file: \data\db\mongod.lock.  probably means unclean shutdown&lt;br/&gt;
recommend removing file and running --repair&lt;br/&gt;
see: &lt;a href=&quot;http://dochub.mongodb.org/core/repair&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://dochub.mongodb.org/core/repair&lt;/a&gt; for more information&lt;br/&gt;
*************&lt;br/&gt;
Thu Jan 27 12:32:28 &lt;span class=&quot;error&quot;&gt;&amp;#91;initandlisten&amp;#93;&lt;/span&gt; exception in initAndListen std::exception: old lock file, terminating&lt;br/&gt;
Thu Jan 27 12:32:28 dbexit:&lt;br/&gt;
Thu Jan 27 12:32:28 &lt;span class=&quot;error&quot;&gt;&amp;#91;initandlisten&amp;#93;&lt;/span&gt; shutdown: going to close listening sockets...&lt;br/&gt;
Thu Jan 27 12:32:28 &lt;span class=&quot;error&quot;&gt;&amp;#91;initandlisten&amp;#93;&lt;/span&gt; shutdown: going to flush diaglog...&lt;br/&gt;
Thu Jan 27 12:32:28 &lt;span class=&quot;error&quot;&gt;&amp;#91;initandlisten&amp;#93;&lt;/span&gt; shutdown: going to close sockets...&lt;br/&gt;
Thu Jan 27 12:32:28 &lt;span class=&quot;error&quot;&gt;&amp;#91;initandlisten&amp;#93;&lt;/span&gt; shutdown: waiting for fs preallocator...&lt;br/&gt;
Thu Jan 27 12:32:28 &lt;span class=&quot;error&quot;&gt;&amp;#91;initandlisten&amp;#93;&lt;/span&gt; shutdown: closing all files...&lt;br/&gt;
Thu Jan 27 12:32:28 closeAllFiles() finished&lt;br/&gt;
Thu Jan 27 12:32:28 dbexit: really exiting now&lt;/p&gt;

&lt;p&gt;skot@tip ~/temp/mongodb-win32-x86_64-1.7.5/bin&lt;br/&gt;
$ rm /cygdrive/c/data/db/mongod.lock&lt;/p&gt;

&lt;p&gt;skot@tip ~/temp/mongodb-win32-x86_64-1.7.5/bin&lt;br/&gt;
$ ./mongod&lt;br/&gt;
C:\temp\mongodb-win32-x86_64-1.7.5\bin\mongod.exe --help for help and startup options&lt;br/&gt;
Thu Jan 27 12:33:00 &lt;span class=&quot;error&quot;&gt;&amp;#91;initandlisten&amp;#93;&lt;/span&gt; MongoDB starting : pid=5916 port=27017 dbpath=/data/db/ 64-bit&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;
	&lt;ul&gt;
		&lt;li&gt;NOTE: This is a development version (1.7.5) 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;p&gt;Thu Jan 27 12:33:00 &lt;span class=&quot;error&quot;&gt;&amp;#91;initandlisten&amp;#93;&lt;/span&gt; db version v1.7.5, pdfile version 4.5&lt;br/&gt;
Thu Jan 27 12:33:00 &lt;span class=&quot;error&quot;&gt;&amp;#91;initandlisten&amp;#93;&lt;/span&gt; git version: 1978898d7a013657e5400133defdc996fb4c2c15&lt;br/&gt;
Thu Jan 27 12:33:00 &lt;span class=&quot;error&quot;&gt;&amp;#91;initandlisten&amp;#93;&lt;/span&gt; sys info: windows (6, 1, 7600, 2, &apos;&apos;) BOOST_LIB_VERSION=1_42&lt;br/&gt;
Thu Jan 27 12:33:00 &lt;span class=&quot;error&quot;&gt;&amp;#91;initandlisten&amp;#93;&lt;/span&gt; waiting for connections on port 27017&lt;br/&gt;
Thu Jan 27 12:33:00 &lt;span class=&quot;error&quot;&gt;&amp;#91;websvr&amp;#93;&lt;/span&gt; web admin interface listening on port 28017&lt;br/&gt;
Thu Jan 27 12:33:05 &lt;span class=&quot;error&quot;&gt;&amp;#91;initandlisten&amp;#93;&lt;/span&gt; connection accepted from 127.0.0.1:64206 #1&lt;br/&gt;
Thu Jan 27 12:33:05 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn1&amp;#93;&lt;/span&gt; terminating, shutdown command received&lt;br/&gt;
Thu Jan 27 12:33:05 dbexit: shutdown called&lt;br/&gt;
Thu Jan 27 12:33:05 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn1&amp;#93;&lt;/span&gt; shutdown: going to close listening sockets...&lt;br/&gt;
Thu Jan 27 12:33:05 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn1&amp;#93;&lt;/span&gt; closing listening socket: 260&lt;br/&gt;
Thu Jan 27 12:33:05 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn1&amp;#93;&lt;/span&gt; closing listening socket: 276&lt;br/&gt;
Thu Jan 27 12:33:05 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn1&amp;#93;&lt;/span&gt; shutdown: going to flush diaglog...&lt;br/&gt;
Thu Jan 27 12:33:05 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn1&amp;#93;&lt;/span&gt; shutdown: going to close sockets...&lt;br/&gt;
Thu Jan 27 12:33:05 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn1&amp;#93;&lt;/span&gt; shutdown: waiting for fs preallocator...&lt;br/&gt;
Thu Jan 27 12:33:05 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn1&amp;#93;&lt;/span&gt; shutdown: closing all files...&lt;br/&gt;
Thu Jan 27 12:33:05 closeAllFiles() finished&lt;br/&gt;
Thu Jan 27 12:33:05 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn1&amp;#93;&lt;/span&gt; shutdown: removing fs lock...&lt;br/&gt;
Thu Jan 27 12:33:05 dbexit: really exiting now&lt;/p&gt;

</comment>
                            <comment id="22745" author="scotthernandez" created="Thu, 27 Jan 2011 17:32:08 +0000"  >&lt;p&gt;This seems to be a problem with my current (or maybe new, in that it changed) cygwin env. It is not working for 1.7.4 anymore either. I don&apos;t think this is a new issue with 1.7.5, but I will continue to debug on my end.&lt;/p&gt;</comment>
                            <comment id="22722" author="scotthernandez" created="Thu, 27 Jan 2011 01:56:03 +0000"  >&lt;p&gt;Only happens when started in bash/cygwin.&lt;/p&gt;

&lt;p&gt;Under cygwin:&lt;/p&gt;

&lt;p&gt;Wed Jan 26 16:59:27 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn445&amp;#93;&lt;/span&gt; dropDatabase morphia_test&lt;br/&gt;
Wed Jan 26 16:59:28 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn445&amp;#93;&lt;/span&gt; building new index on &lt;/p&gt;
{ _id: 1 }
&lt;p&gt; for morphia_test.E&lt;br/&gt;
Wed Jan 26 16:59:28 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn445&amp;#93;&lt;/span&gt; done for 0 records 0.002secs&lt;br/&gt;
Wed Jan 26 16:59:28 &lt;span class=&quot;error&quot;&gt;&amp;#91;conn445&amp;#93;&lt;/span&gt; end connection 127.0.0.1:58449&lt;/p&gt;

&lt;p&gt;skot@tip ~/temp/mongodb-win32-x86_64-1.7.5/bin&lt;br/&gt;
$&lt;/p&gt;



&lt;p&gt;here is output from cmd.exe console:&lt;br/&gt;
Wed Jan 26 17:53:40 &lt;span class=&quot;error&quot;&gt;&amp;#91;websvr&amp;#93;&lt;/span&gt; web admin interface listening on port 28017&lt;br/&gt;
Wed Jan 26 17:53:43 Ctrl-C signal&lt;br/&gt;
Wed Jan 26 17:53:43 got kill or ctrl-c signal, will terminate after current cmd ends&lt;br/&gt;
Wed Jan 26 17:53:43 &lt;span class=&quot;error&quot;&gt;&amp;#91;ctrlCTerminate&amp;#93;&lt;/span&gt; now exiting&lt;br/&gt;
Wed Jan 26 17:53:43 dbexit:&lt;br/&gt;
Wed Jan 26 17:53:43 &lt;span class=&quot;error&quot;&gt;&amp;#91;ctrlCTerminate&amp;#93;&lt;/span&gt; shutdown: going to close listening sockets...&lt;br/&gt;
Wed Jan 26 17:53:44 &lt;span class=&quot;error&quot;&gt;&amp;#91;ctrlCTerminate&amp;#93;&lt;/span&gt; closing listening socket: 176&lt;br/&gt;
Wed Jan 26 17:53:44 &lt;span class=&quot;error&quot;&gt;&amp;#91;ctrlCTerminate&amp;#93;&lt;/span&gt; closing listening socket: 192&lt;br/&gt;
Wed Jan 26 17:53:44 &lt;span class=&quot;error&quot;&gt;&amp;#91;ctrlCTerminate&amp;#93;&lt;/span&gt; shutdown: going to flush diaglog...&lt;br/&gt;
Wed Jan 26 17:53:44 &lt;span class=&quot;error&quot;&gt;&amp;#91;ctrlCTerminate&amp;#93;&lt;/span&gt; shutdown: going to close sockets...&lt;br/&gt;
Wed Jan 26 17:53:44 &lt;span class=&quot;error&quot;&gt;&amp;#91;ctrlCTerminate&amp;#93;&lt;/span&gt; shutdown: waiting for fs preallocator...&lt;br/&gt;
Wed Jan 26 17:53:44 &lt;span class=&quot;error&quot;&gt;&amp;#91;ctrlCTerminate&amp;#93;&lt;/span&gt; shutdown: closing all files...&lt;br/&gt;
Wed Jan 26 17:53:44 closeAllFiles() finished&lt;br/&gt;
Wed Jan 26 17:53:44 &lt;span class=&quot;error&quot;&gt;&amp;#91;ctrlCTerminate&amp;#93;&lt;/span&gt; shutdown: removing fs lock...&lt;br/&gt;
Wed Jan 26 17:53:44 dbexit: really exiting now&lt;/p&gt;

&lt;p&gt;C:\temp\mongodb-win32-x86_64-1.7.5\bin&amp;gt;&lt;/p&gt;</comment>
                            <comment id="22721" author="eliot" created="Thu, 27 Jan 2011 01:38:35 +0000"  >&lt;p&gt;Can you send the console output?&lt;br/&gt;
I can&apos;t reproduce.&lt;/p&gt;</comment>
                            <comment id="22720" author="scotthernandez" created="Thu, 27 Jan 2011 00:38:05 +0000"  >&lt;p&gt;Upon further investigation this seems to be an unclean shutdown. ctrl-c no longer seems to work; It worked on 1.7.4&lt;/p&gt;</comment>
                            <comment id="22717" author="scotthernandez" created="Thu, 27 Jan 2011 00:29:34 +0000"  >&lt;p&gt;This seems to be unrelated to --dur. ctrl-c seems to leave the lock file no matter what.&lt;/p&gt;
</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10010">
                    <name>Duplicate</name>
                                            <outwardlinks description="duplicates">
                                        <issuelink>
            <issuekey id="25954">SERVER-4423</issuekey>
        </issuelink>
                            </outwardlinks>
                                                        </issuelinktype>
                    </issuelinks>
                <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                <customfield id="customfield_10050" key="com.atlassian.jira.toolkit:comments">
                        <customfieldname># Replies</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>11.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <customfield id="customfield_10055" key="com.atlassian.jira.ext.charting:firstresponsedate">
                        <customfieldname>Date of 1st Reply</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Thu, 27 Jan 2011 01:38:35 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10052" key="com.atlassian.jira.toolkit:dayslastcommented">
                        <customfieldname>Days since reply</customfieldname>
                        <customfieldvalues>
                                        11 years, 37 weeks, 3 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>
                            11 years, 37 weeks, 3 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="10022"><![CDATA[Windows]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_10051" key="com.atlassian.jira.toolkit:participants">
                        <customfieldname>Participants</customfieldname>
                        <customfieldvalues>
                                        <customfieldvalue>dnlbtz</customfieldvalue>
            <customfieldvalue>eliot</customfieldvalue>
            <customfieldvalue>scotthernandez</customfieldvalue>
            <customfieldvalue>tad</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_14254" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Product Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hrp7vz:</customfieldvalue>

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

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

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