Created
May 19, 2017 15:52
-
-
Save dasl-/9b4e9c8ccd037b902d76664c91dad90e to your computer and use it in GitHub Desktop.
This file contains hidden or 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
[INFO] DOCKER> [mongo:3.2.12] "mongo1": Start container 36790a9aaed2 | |
11:40:43.870 mongo1> 2017-05-19T15:40:43.870+0000 I CONTROL [initandlisten] MongoDB starting : pid=1 port=27017 dbpath=/data/db 64-bit host=36790a9aaed2 | |
11:40:43.870 mongo1> 2017-05-19T15:40:43.870+0000 I CONTROL [initandlisten] db version v3.2.12 | |
11:40:43.870 mongo1> 2017-05-19T15:40:43.870+0000 I CONTROL [initandlisten] git version: ef3e1bc78e997f0d9f22f45aeb1d8e3b6ac14a14 | |
11:40:43.870 mongo1> 2017-05-19T15:40:43.870+0000 I CONTROL [initandlisten] OpenSSL version: OpenSSL 1.0.1t 3 May 2016 | |
11:40:43.870 mongo1> 2017-05-19T15:40:43.870+0000 I CONTROL [initandlisten] allocator: tcmalloc | |
11:40:43.870 mongo1> 2017-05-19T15:40:43.870+0000 I CONTROL [initandlisten] modules: none | |
11:40:43.870 mongo1> 2017-05-19T15:40:43.870+0000 I CONTROL [initandlisten] build environment: | |
11:40:43.870 mongo1> 2017-05-19T15:40:43.870+0000 I CONTROL [initandlisten] distmod: debian81 | |
11:40:43.870 mongo1> 2017-05-19T15:40:43.870+0000 I CONTROL [initandlisten] distarch: x86_64 | |
11:40:43.870 mongo1> 2017-05-19T15:40:43.870+0000 I CONTROL [initandlisten] target_arch: x86_64 | |
11:40:43.870 mongo1> 2017-05-19T15:40:43.870+0000 I CONTROL [initandlisten] options: { replication: { enableMajorityReadConcern: true, oplogSizeMB: 2, replSet: "rs0" } } | |
11:40:43.875 mongo1> 2017-05-19T15:40:43.875+0000 I STORAGE [initandlisten] wiredtiger_open config: create,cache_size=1G,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), | |
11:40:44.743 mongo1> 2017-05-19T15:40:44.742+0000 I REPL [initandlisten] Did not find local voted for document at startup. | |
11:40:44.743 mongo1> 2017-05-19T15:40:44.742+0000 I REPL [initandlisten] Did not find local replica set configuration document at startup; NoMatchingDocument: Did not find replica set configuration document in local.system.replset | |
11:40:44.745 mongo1> 2017-05-19T15:40:44.744+0000 I FTDC [initandlisten] Initializing full-time diagnostic data capture with directory '/data/db/diagnostic.data' | |
11:40:44.745 mongo1> 2017-05-19T15:40:44.744+0000 I NETWORK [HostnameCanonicalizationWorker] Starting hostname canonicalization worker | |
11:40:44.898 mongo1> 2017-05-19T15:40:44.898+0000 I NETWORK [initandlisten] waiting for connections on port 27017 | |
[ERROR] DOCKER> Cannot process chunk response: java.io.IOException: Bad file descriptor | |
[ERROR] DOCKER> [mongo:3.2.12] "mongo1": Timeout after 30163 ms while waiting on log out '(?s)waiting for connections on port 27017.*waiting for connections on port 27017' | |
[ERROR] DOCKER> Error occurred during container startup, shutting down... | |
11:41:14.104 mongo1> 2017-05-19T15:41:14.104+0000 I CONTROL [signalProcessingThread] got signal 15 (Terminated), will terminate after current cmd ends | |
11:41:14.104 mongo1> 2017-05-19T15:41:14.104+0000 I FTDC [signalProcessingThread] Shutting down full-time diagnostic data capture | |
11:41:14.106 mongo1> 2017-05-19T15:41:14.106+0000 I CONTROL [signalProcessingThread] now exiting | |
11:41:14.106 mongo1> 2017-05-19T15:41:14.106+0000 I NETWORK [signalProcessingThread] shutdown: going to close listening sockets... | |
11:41:14.106 mongo1> 2017-05-19T15:41:14.106+0000 I NETWORK [signalProcessingThread] closing listening socket: 5 | |
11:41:14.106 mongo1> 2017-05-19T15:41:14.106+0000 I NETWORK [signalProcessingThread] closing listening socket: 6 | |
11:41:14.106 mongo1> 2017-05-19T15:41:14.106+0000 I NETWORK [signalProcessingThread] removing socket file: /tmp/mongodb-27017.sock | |
11:41:14.106 mongo1> 2017-05-19T15:41:14.106+0000 I NETWORK [signalProcessingThread] shutdown: going to flush diaglog... | |
11:41:14.106 mongo1> 2017-05-19T15:41:14.106+0000 I NETWORK [signalProcessingThread] shutdown: going to close sockets... | |
11:41:14.106 mongo1> 2017-05-19T15:41:14.106+0000 I STORAGE [signalProcessingThread] WiredTigerKVEngine shutting down | |
11:41:14.652 mongo1> 2017-05-19T15:41:14.652+0000 I STORAGE [signalProcessingThread] shutdown: removing fs lock... | |
11:41:14.652 mongo1> 2017-05-19T15:41:14.652+0000 I CONTROL [signalProcessingThread] dbexit: rc: 0 | |
[INFO] DOCKER> [mongo:3.2.12] "mongo1": Stop and removed container 36790a9aaed2 after 0 ms |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment