Last login: Mon Oct 19 11:15:17 on ttys003
|
MacPro:~ jlp$ mongod --version
|
db version v3.2.0-rc0
|
git version: bf28bd20fa507c4d8cc5919dfbbe87b7750ae8b0
|
OpenSSL version: OpenSSL 0.9.8zg 14 July 2015
|
allocator: system
|
modules: enterprise
|
build environment:
|
distarch: x86_64
|
target_arch: x86_64
|
MacPro:~ jlp$ mkdir /data/configtest
|
MacPro:~ jlp$ mongod --configsvr --replSet config --dbpath /data/configtest
|
2015-10-19T11:16:32.348+0100 I STORAGE [initandlisten] wiredtiger_open config: create,cache_size=4G,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),
|
2015-10-19T11:16:32.865+0100 I CONTROL [initandlisten] MongoDB starting : pid=17665 port=27019 dbpath=/data/configtest 64-bit host=MacPro.local
|
2015-10-19T11:16:32.865+0100 I CONTROL [initandlisten]
|
2015-10-19T11:16:32.865+0100 I CONTROL [initandlisten] ** WARNING: soft rlimits too low. Number of files is 256, should be at least 1000
|
2015-10-19T11:16:32.865+0100 I CONTROL [initandlisten] db version v3.2.0-rc0
|
2015-10-19T11:16:32.865+0100 I CONTROL [initandlisten] git version: bf28bd20fa507c4d8cc5919dfbbe87b7750ae8b0
|
2015-10-19T11:16:32.865+0100 I CONTROL [initandlisten] OpenSSL version: OpenSSL 0.9.8zg 14 July 2015
|
2015-10-19T11:16:32.865+0100 I CONTROL [initandlisten] allocator: system
|
2015-10-19T11:16:32.865+0100 I CONTROL [initandlisten] modules: enterprise
|
2015-10-19T11:16:32.865+0100 I CONTROL [initandlisten] build environment:
|
2015-10-19T11:16:32.865+0100 I CONTROL [initandlisten] distarch: x86_64
|
2015-10-19T11:16:32.865+0100 I CONTROL [initandlisten] target_arch: x86_64
|
2015-10-19T11:16:32.865+0100 I CONTROL [initandlisten] options: { replication: { replSet: "config" }, sharding: { clusterRole: "configsvr" }, storage: { dbPath: "/data/configtest" } }
|
2015-10-19T11:16:32.901+0100 I REPL [initandlisten] Did not find local voted for document at startup; NoMatchingDocument Did not find replica set lastVote document in local.replset.election
|
2015-10-19T11:16:32.901+0100 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
|
2015-10-19T11:16:32.901+0100 I NETWORK [HostnameCanonicalizationWorker] Starting hostname canonicalization worker
|
2015-10-19T11:16:32.901+0100 I FTDC [initandlisten] Starting full-time diagnostic data capture with directory '/data/configtest/diagnostic.data'
|
2015-10-19T11:16:32.940+0100 I NETWORK [initandlisten] waiting for connections on port 27019
|
2015-10-19T11:16:42.499+0100 I NETWORK [initandlisten] connection accepted from 127.0.0.1:49216 #1 (1 connection now open)
|
2015-10-19T11:16:46.736+0100 I COMMAND [conn1] initiate : no configuration specified. Using a default configuration for the set
|
2015-10-19T11:16:46.736+0100 I COMMAND [conn1] created this configuration for initiation : { _id: "config", version: 1, members: [ { _id: 0, host: "MacPro.local:27019" } ] }
|
2015-10-19T11:16:46.738+0100 I REPL [conn1] replSetInitiate admin command received from client
|
2015-10-19T11:16:46.867+0100 I REPL [conn1] replSetInitiate config object with 1 members parses ok
|
2015-10-19T11:16:47.986+0100 I REPL [ReplicationExecutor] New replica set config in use: { _id: "config", version: 1, configsvr: true, protocolVersion: 1, members: [ { _id: 0, host: "MacPro.local:27019", arbiterOnly: false, buildIndexes: true, hidden: false, priority: 1.0, tags: {}, slaveDelay: 0, votes: 1 } ], settings: { chainingAllowed: true, heartbeatIntervalMillis: 2000, heartbeatTimeoutSecs: 10, electionTimeoutMillis: 5000, getLastErrorModes: {}, getLastErrorDefaults: { w: 1, wtimeout: 0 } } }
|
2015-10-19T11:16:47.986+0100 I REPL [ReplicationExecutor] This node is MacPro.local:27019 in the config
|
2015-10-19T11:16:47.986+0100 I REPL [ReplicationExecutor] transition to STARTUP2
|
2015-10-19T11:16:47.990+0100 I REPL [conn1] ******
|
2015-10-19T11:16:47.990+0100 I REPL [conn1] creating replication oplog of size: 5MB...
|
2015-10-19T11:16:48.013+0100 I STORAGE [conn1] Starting WiredTigerRecordStoreThread local.oplog.rs
|
2015-10-19T11:16:48.013+0100 I STORAGE [conn1] Scanning the oplog to determine where to place markers for when to truncate
|
2015-10-19T11:16:48.234+0100 I REPL [conn1] ******
|
2015-10-19T11:16:48.236+0100 I REPL [conn1] Starting replication applier threads
|
2015-10-19T11:16:48.238+0100 I REPL [ReplicationExecutor] transition to RECOVERING
|
2015-10-19T11:16:48.239+0100 I COMMAND [conn1] command local.oplog.rs command: replSetInitiate { replSetInitiate: undefined } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:210 locks:{ Global: { acquireCount: { r: 6, w: 4, W: 2 }, acquireWaitCount: { W: 1 }, timeAcquiringMicros: { W: 1386 } }, Database: { acquireCount: { w: 2, W: 2 } }, Metadata: { acquireCount: { w: 1 } }, oplog: { acquireCount: { w: 2 } } } protocol:op_command 1534ms
|
2015-10-19T11:16:48.240+0100 I REPL [ReplicationExecutor] transition to SECONDARY
|
2015-10-19T11:16:48.240+0100 I REPL [ReplicationExecutor] conducting a dry run election to see if we could be elected
|
2015-10-19T11:16:48.240+0100 I REPL [ReplicationExecutor] dry election run succeeded, running for election
|
2015-10-19T11:16:48.266+0100 I REPL [ReplicationExecutor] election succeeded, assuming primary role in term 1
|
2015-10-19T11:16:48.266+0100 I REPL [ReplicationExecutor] transition to PRIMARY
|
2015-10-19T11:16:49.249+0100 I REPL [rsSync] transition to primary complete; database writes are now permitted
|
2015-10-19T11:17:08.329+0100 I NETWORK [conn1] end connection 127.0.0.1:49216 (0 connections now open)
|
2015-10-19T11:17:34.558+0100 I NETWORK [initandlisten] connection accepted from 127.0.0.1:49293 #2 (1 connection now open)
|
2015-10-19T11:17:34.560+0100 I NETWORK [initandlisten] connection accepted from 127.0.0.1:49294 #3 (2 connections now open)
|
2015-10-19T11:20:05.666+0100 I NETWORK [initandlisten] connection accepted from 127.0.0.1:49473 #4 (3 connections now open)
|
2015-10-19T11:20:05.666+0100 I NETWORK [initandlisten] connection accepted from 127.0.0.1:49474 #5 (4 connections now open)
|
2015-10-19T11:20:05.846+0100 I INDEX [conn5] build index on: config.chunks properties: { v: 1, unique: true, key: { ns: 1, min: 1 }, name: "ns_1_min_1", ns: "config.chunks" }
|
2015-10-19T11:20:05.846+0100 I INDEX [conn5] building index using bulk method
|
2015-10-19T11:20:05.853+0100 I INDEX [conn5] build index done. scanned 0 total records. 0 secs
|
2015-10-19T11:20:05.873+0100 I INDEX [conn5] build index on: config.chunks properties: { v: 1, unique: true, key: { ns: 1, shard: 1, min: 1 }, name: "ns_1_shard_1_min_1", ns: "config.chunks" }
|
2015-10-19T11:20:05.873+0100 I INDEX [conn5] building index using bulk method
|
2015-10-19T11:20:05.885+0100 I INDEX [conn5] build index done. scanned 0 total records. 0 secs
|
2015-10-19T11:20:05.916+0100 I INDEX [conn5] build index on: config.chunks properties: { v: 1, unique: true, key: { ns: 1, lastmod: 1 }, name: "ns_1_lastmod_1", ns: "config.chunks" }
|
2015-10-19T11:20:05.916+0100 I INDEX [conn5] building index using bulk method
|
2015-10-19T11:20:05.928+0100 I INDEX [conn5] build index done. scanned 0 total records. 0 secs
|
2015-10-19T11:20:05.985+0100 I INDEX [conn5] build index on: config.shards properties: { v: 1, unique: true, key: { host: 1 }, name: "host_1", ns: "config.shards" }
|
2015-10-19T11:20:05.985+0100 I INDEX [conn5] building index using bulk method
|
2015-10-19T11:20:05.991+0100 I INDEX [conn5] build index done. scanned 0 total records. 0 secs
|
2015-10-19T11:20:06.030+0100 I INDEX [conn5] build index on: config.locks properties: { v: 1, key: { ts: 1 }, name: "ts_1", ns: "config.locks" }
|
2015-10-19T11:20:06.030+0100 I INDEX [conn5] building index using bulk method
|
2015-10-19T11:20:06.043+0100 I INDEX [conn5] build index done. scanned 0 total records. 0 secs
|
2015-10-19T11:20:06.076+0100 I INDEX [conn5] build index on: config.locks properties: { v: 1, key: { state: 1, process: 1 }, name: "state_1_process_1", ns: "config.locks" }
|
2015-10-19T11:20:06.076+0100 I INDEX [conn5] building index using bulk method
|
2015-10-19T11:20:06.086+0100 I INDEX [conn5] build index done. scanned 0 total records. 0 secs
|
2015-10-19T11:20:06.111+0100 I INDEX [conn5] build index on: config.lockpings properties: { v: 1, key: { ping: 1 }, name: "ping_1", ns: "config.lockpings" }
|
2015-10-19T11:20:06.111+0100 I INDEX [conn5] building index using bulk method
|
2015-10-19T11:20:06.121+0100 I INDEX [conn5] build index done. scanned 1 total records. 0 secs
|
2015-10-19T11:20:06.159+0100 I INDEX [conn5] build index on: config.tags properties: { v: 1, unique: true, key: { ns: 1, min: 1 }, name: "ns_1_min_1", ns: "config.tags" }
|
2015-10-19T11:20:06.159+0100 I INDEX [conn5] building index using bulk method
|
2015-10-19T11:20:06.165+0100 I INDEX [conn5] build index done. scanned 0 total records. 0 secs
|
2015-10-19T11:20:37.051+0100 I COMMAND [conn5] command config.$cmd command: findAndModify { findAndModify: "lockpings", query: { _id: "MacPro.local:27017:1445249854:-672485777" }, update: { $set: { ping: new Date(1445250035703) } }, upsert: true, writeConcern: { w: "majority", wtimeout: 5000 }, maxTimeMS: 30000 } update: { $set: { ping: new Date(1445250035703) } } ntoreturn:1 ntoskip:0 keyUpdates:1 writeConflicts:0 numYields:0 reslen:405 locks:{ Global: { acquireCount: { r: 2, w: 2 } }, Database: { acquireCount: { w: 2 } }, Collection: { acquireCount: { w: 1 } }, Metadata: { acquireCount: { w: 1 } }, oplog: { acquireCount: { w: 1 } } } protocol:op_command 1348ms
|
2015-10-19T11:20:37.058+0100 I COMMAND [conn4] command config.$cmd command: update { update: "mongos", updates: [ { q: { _id: "MacPro.local:27017" }, u: { $set: { _id: "MacPro.local:27017", ping: new Date(1445250036389), up: 30, waiting: false, mongoVersion: "3.2.0-rc0" } }, multi: false, upsert: true } ], writeConcern: { w: "majority" }, maxTimeMS: 30000 } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:360 locks:{ Global: { acquireCount: { r: 2, w: 2 } }, Database: { acquireCount: { w: 2 } }, Collection: { acquireCount: { w: 1 } }, Metadata: { acquireCount: { w: 1 } }, oplog: { acquireCount: { w: 1 } } } protocol:op_command 667ms
|