-
Notifications
You must be signed in to change notification settings - Fork 405
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #427 from Steve-Hand/changes_408_404_426
Fixed 408 and 426. Enabled mtools utilities to be run under debugger …
- Loading branch information
Showing
5 changed files
with
57 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
2016-08-14T14:36:30.641-0500 I CONTROL [initandlisten] MongoDB starting : pid=78886 port=28000 dbpath=/Users/shand/Documents/Development/mtools_steve/mtools/data_3_2/db 64-bit host=Stevens-MBP-2.attlocal.net | ||
2016-08-14T14:36:30.641-0500 I CONTROL [initandlisten] db version v3.2.8 | ||
2016-08-14T14:36:30.641-0500 I CONTROL [initandlisten] git version: ed70e33130c977bda0024c125b56d159573dbaf0 | ||
2016-08-14T14:36:30.641-0500 I CONTROL [initandlisten] allocator: system | ||
2016-08-14T14:36:30.642-0500 I CONTROL [initandlisten] modules: none | ||
2016-08-14T14:36:30.642-0500 I CONTROL [initandlisten] build environment: | ||
2016-08-14T14:36:30.642-0500 I CONTROL [initandlisten] distarch: x86_64 | ||
2016-08-14T14:36:30.642-0500 I CONTROL [initandlisten] target_arch: x86_64 | ||
2016-08-14T14:36:30.642-0500 I CONTROL [initandlisten] options: { net: { port: 28000 }, processManagement: { fork: true }, storage: { dbPath: "data_3_2/db", engine: "wiredTiger" }, systemLog: { destination: "file", logAppend: true, path: "data_3_2/mongod.log" } } | ||
2016-08-14T14:36:30.644-0500 I STORAGE [initandlisten] wiredtiger_open config: create,cache_size=9G,session_max=20000,eviction=(threads_max=4),config_base=false,statistics=(fast),log=(enabled=true,archive=true,path=journal,compressor=snappy),file_manager=(close_idle_time=100000),checkpoint=(wait=60,log_size=2GB),statistics_log=(wait=0), | ||
2016-08-14T14:36:31.036-0500 I CONTROL [initandlisten] | ||
2016-08-14T14:36:31.036-0500 I CONTROL [initandlisten] ** WARNING: soft rlimits too low. Number of files is 256, should be at least 1000 | ||
2016-08-14T14:36:31.037-0500 I NETWORK [HostnameCanonicalizationWorker] Starting hostname canonicalization worker | ||
2016-08-14T14:36:31.037-0500 I FTDC [initandlisten] Initializing full-time diagnostic data capture with directory '/Users/shand/Documents/Development/mtools_steve/mtools/data_3_2/db/diagnostic.data' | ||
2016-08-14T14:36:31.095-0500 I NETWORK [initandlisten] waiting for connections on port 28000 | ||
2016-08-14T14:36:39.474-0500 I NETWORK [initandlisten] connection accepted from 127.0.0.1:53732 #1 (1 connection now open) | ||
2016-08-14T14:36:45.625-0500 I NETWORK [conn1] end connection 127.0.0.1:53732 (0 connections now open) | ||
2016-08-14T14:37:14.753-0500 I CONTROL [signalProcessingThread] got signal 15 (Terminated: 15), will terminate after current cmd ends | ||
2016-08-14T14:37:14.753-0500 I FTDC [signalProcessingThread] Shutting down full-time diagnostic data capture | ||
2016-08-14T14:37:14.756-0500 I CONTROL [signalProcessingThread] now exiting | ||
2016-08-14T14:37:14.756-0500 I NETWORK [signalProcessingThread] shutdown: going to close listening sockets... | ||
2016-08-14T14:37:14.756-0500 I NETWORK [signalProcessingThread] closing listening socket: 6 | ||
2016-08-14T14:37:14.756-0500 I NETWORK [signalProcessingThread] closing listening socket: 7 | ||
2016-08-14T14:37:14.757-0500 I NETWORK [signalProcessingThread] removing socket file: /tmp/mongodb-28000.sock | ||
2016-08-14T14:37:14.758-0500 I NETWORK [signalProcessingThread] shutdown: going to flush diaglog... | ||
2016-08-14T14:37:14.758-0500 I NETWORK [signalProcessingThread] shutdown: going to close sockets... | ||
2016-08-14T14:37:14.758-0500 I STORAGE [signalProcessingThread] WiredTigerKVEngine shutting down | ||
2016-08-14T14:37:14.896-0500 I STORAGE [signalProcessingThread] shutdown: removing fs lock... | ||
2016-08-14T14:37:14.896-0500 I CONTROL [signalProcessingThread] dbexit: rc: 0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters