dan:(git)mongo[master]/$ ./mongod --replSet dan --dbpath ~/wt-data/ 2015-08-26T14:14:54.140-0400 I STORAGE [initandlisten] wiredtiger_open config: create,cache_size=74G,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-08-26T14:14:54.219-0400 I CONTROL [initandlisten] MongoDB starting : pid=248057 port=27017 dbpath=/home/dan/wt-data/ 64-bit host=mortar 2015-08-26T14:14:54.220-0400 I CONTROL [initandlisten] 2015-08-26T14:14:54.220-0400 I CONTROL [initandlisten] ** NOTE: This is a development version (3.1.8-pre-) of MongoDB. 2015-08-26T14:14:54.220-0400 I CONTROL [initandlisten] ** Not recommended for production. 2015-08-26T14:14:54.220-0400 I CONTROL [initandlisten] 2015-08-26T14:14:54.222-0400 I CONTROL [initandlisten] 2015-08-26T14:14:54.222-0400 I CONTROL [initandlisten] ** WARNING: You are running on a NUMA machine. 2015-08-26T14:14:54.222-0400 I CONTROL [initandlisten] ** We suggest launching mongod like this to avoid performance problems: 2015-08-26T14:14:54.222-0400 I CONTROL [initandlisten] ** numactl --interleave=all mongod [other options] 2015-08-26T14:14:54.223-0400 I CONTROL [initandlisten] 2015-08-26T14:14:54.223-0400 I CONTROL [initandlisten] db version v3.1.8-pre- 2015-08-26T14:14:54.223-0400 I CONTROL [initandlisten] git version: f9deff7cc32e9705fe26272e398cb19d9c93a2a9 2015-08-26T14:14:54.223-0400 I CONTROL [initandlisten] allocator: tcmalloc 2015-08-26T14:14:54.223-0400 I CONTROL [initandlisten] options: { replication: { replSet: "dan" }, storage: { dbPath: "/home/dan/wt-data/" } } 2015-08-26T14:14:54.231-0400 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-08-26T14:14:54.232-0400 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-08-26T14:14:54.239-0400 I NETWORK [initandlisten] waiting for connections on port 27017 2015-08-26T14:15:03.980-0400 I NETWORK [initandlisten] connection accepted from 127.0.0.1:34000 #1 (1 connection now open) 2015-08-26T14:15:06.417-0400 I COMMAND [conn1] initiate : no configuration specified. Using a default configuration for the set 2015-08-26T14:15:06.417-0400 I COMMAND [conn1] created this configuration for initiation : { _id: "dan", version: 1, members: [ { _id: 0, host: "mortar:27017" } ] } 2015-08-26T14:15:06.417-0400 I REPL [conn1] replSetInitiate admin command received from client 2015-08-26T14:15:06.418-0400 I NETWORK [initandlisten] connection accepted from 127.0.0.1:44603 #2 (2 connections now open) 2015-08-26T14:15:06.419-0400 I REPL [conn1] replSetInitiate config object with 1 members parses ok 2015-08-26T14:15:06.419-0400 I NETWORK [conn2] end connection 127.0.0.1:44603 (1 connection now open) 2015-08-26T14:15:06.437-0400 I REPL [ReplicationExecutor] New replica set config in use: { _id: "dan", version: 1, members: [ { _id: 0, host: "mortar:27017", arbiterOnly: false, buildIndexes: true, hidden: false, priority: 1.0, tags: {}, slaveDelay: 0, votes: 1 } ], settings: { chainingAllowed: true, heartbeatIntervalMillis: 2000, heartbeatTimeoutSecs: 10, electionTimeoutMillis: 2000, getLastErrorModes: {}, getLastErrorDefaults: { w: 1, wtimeout: 0 } } } 2015-08-26T14:15:06.438-0400 I REPL [ReplicationExecutor] This node is mortar:27017 in the config 2015-08-26T14:15:06.438-0400 I REPL [ReplicationExecutor] transition to STARTUP2 2015-08-26T14:15:06.438-0400 I REPL [conn1] ****** 2015-08-26T14:15:06.438-0400 I REPL [conn1] creating replication oplog of size: 13465MB... 2015-08-26T14:15:06.446-0400 I STORAGE [conn1] Starting WiredTigerRecordStoreThread local.oplog.rs 2015-08-26T14:15:06.499-0400 I REPL [conn1] ****** 2015-08-26T14:15:06.500-0400 I REPL [conn1] Starting replication applier threads 2015-08-26T14:15:06.500-0400 I REPL [ReplicationExecutor] transition to RECOVERING 2015-08-26T14:15:06.502-0400 I REPL [ReplicationExecutor] transition to SECONDARY 2015-08-26T14:15:06.502-0400 I REPL [ReplicationExecutor] transition to PRIMARY 2015-08-26T14:15:07.501-0400 I REPL [rsSync] transition to primary complete; database writes are now permitted 2015-08-26T14:15:09.026-0400 I REPL [conn1] replSetReconfig admin command received from client 2015-08-26T14:15:09.027-0400 I NETWORK [initandlisten] connection accepted from 127.0.0.1:44604 #3 (2 connections now open) 2015-08-26T14:15:09.027-0400 I NETWORK [conn3] end connection 127.0.0.1:44604 (1 connection now open) 2015-08-26T14:15:09.028-0400 I REPL [conn1] replSetReconfig config object with 2 members parses ok 2015-08-26T14:15:09.030-0400 I REPL [ReplicationExecutor] New replica set config in use: { _id: "dan", version: 2, members: [ { _id: 0, host: "mortar:27017", arbiterOnly: false, buildIndexes: true, hidden: false, priority: 1.0, tags: {}, slaveDelay: 0, votes: 1 }, { _id: 1, host: "mortar:30000", arbiterOnly: false, buildIndexes: true, hidden: false, priority: 1.0, tags: {}, slaveDelay: 0, votes: 1 } ], settings: { chainingAllowed: true, heartbeatIntervalMillis: 2000, heartbeatTimeoutSecs: 10, electionTimeoutMillis: 2000, getLastErrorModes: {}, getLastErrorDefaults: { w: 1, wtimeout: 0 } } } 2015-08-26T14:15:09.030-0400 I NETWORK [initandlisten] connection accepted from 127.0.0.1:44607 #4 (2 connections now open) 2015-08-26T14:15:09.030-0400 I REPL [ReplicationExecutor] This node is mortar:27017 in the config 2015-08-26T14:15:09.030-0400 I REPL [ReplicationExecutor] Member mortar:30000 is now in state STARTUP 2015-08-26T14:15:09.031-0400 I NETWORK [initandlisten] connection accepted from 127.0.0.1:44608 #5 (3 connections now open) 2015-08-26T14:15:09.032-0400 I NETWORK [conn5] end connection 127.0.0.1:44608 (2 connections now open) 2015-08-26T14:15:10.098-0400 I NETWORK [initandlisten] connection accepted from 127.0.0.1:44610 #6 (3 connections now open) 2015-08-26T14:15:10.106-0400 I NETWORK [conn6] end connection 127.0.0.1:44610 (2 connections now open) 2015-08-26T14:15:11.031-0400 I REPL [ReplicationExecutor] Member mortar:30000 is now in state SECONDARY 2015-08-26T14:15:15.046-0400 I NETWORK [initandlisten] connection accepted from 127.0.0.1:44611 #7 (3 connections now open)