dan:(git)mongo[master]/$ ./mongod --replSet dan --dbpath ~/wt-data2/ --port 30000 2015-08-26T14:14:55.804-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:55.866-0400 I CONTROL [initandlisten] MongoDB starting : pid=248076 port=30000 dbpath=/home/dan/wt-data2/ 64-bit host=mortar 2015-08-26T14:14:55.866-0400 I CONTROL [initandlisten] 2015-08-26T14:14:55.866-0400 I CONTROL [initandlisten] ** NOTE: This is a development version (3.1.8-pre-) of MongoDB. 2015-08-26T14:14:55.866-0400 I CONTROL [initandlisten] ** Not recommended for production. 2015-08-26T14:14:55.866-0400 I CONTROL [initandlisten] 2015-08-26T14:14:55.869-0400 I CONTROL [initandlisten] 2015-08-26T14:14:55.869-0400 I CONTROL [initandlisten] ** WARNING: You are running on a NUMA machine. 2015-08-26T14:14:55.869-0400 I CONTROL [initandlisten] ** We suggest launching mongod like this to avoid performance problems: 2015-08-26T14:14:55.869-0400 I CONTROL [initandlisten] ** numactl --interleave=all mongod [other options] 2015-08-26T14:14:55.869-0400 I CONTROL [initandlisten] 2015-08-26T14:14:55.869-0400 I CONTROL [initandlisten] db version v3.1.8-pre- 2015-08-26T14:14:55.870-0400 I CONTROL [initandlisten] git version: f9deff7cc32e9705fe26272e398cb19d9c93a2a9 2015-08-26T14:14:55.870-0400 I CONTROL [initandlisten] allocator: tcmalloc 2015-08-26T14:14:55.870-0400 I CONTROL [initandlisten] options: { net: { port: 30000 }, replication: { replSet: "dan" }, storage: { dbPath: "/home/dan/wt-data2/" } } 2015-08-26T14:14:55.879-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:55.879-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:55.889-0400 I NETWORK [initandlisten] waiting for connections on port 30000 2015-08-26T14:15:09.028-0400 I NETWORK [initandlisten] connection accepted from 127.0.0.1:38726 #1 (1 connection now open) 2015-08-26T14:15:09.028-0400 I NETWORK [conn1] end connection 127.0.0.1:38726 (0 connections now open) 2015-08-26T14:15:09.029-0400 I NETWORK [initandlisten] connection accepted from 127.0.0.1:38727 #2 (1 connection now open) 2015-08-26T14:15:09.033-0400 I NETWORK [initandlisten] connection accepted from 127.0.0.1:38730 #3 (2 connections now open) 2015-08-26T14:15:09.033-0400 I NETWORK [conn3] end connection 127.0.0.1:38730 (1 connection now open) 2015-08-26T14:15:09.043-0400 I REPL [replExecDBWorker-0] Starting replication applier threads 2015-08-26T14:15:09.044-0400 W REPL [rsSync] did not receive a valid config yet 2015-08-26T14:15:09.044-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.044-0400 I REPL [ReplicationExecutor] This node is mortar:30000 in the config 2015-08-26T14:15:09.044-0400 I REPL [ReplicationExecutor] transition to STARTUP2 2015-08-26T14:15:09.044-0400 I REPL [ReplicationExecutor] Member mortar:27017 is now in state PRIMARY 2015-08-26T14:15:10.044-0400 I REPL [rsSync] ****** 2015-08-26T14:15:10.044-0400 I REPL [rsSync] creating replication oplog of size: 13465MB... 2015-08-26T14:15:10.050-0400 I STORAGE [rsSync] Starting WiredTigerRecordStoreThread local.oplog.rs 2015-08-26T14:15:10.085-0400 I REPL [rsSync] ****** 2015-08-26T14:15:10.086-0400 I REPL [rsSync] initial sync pending 2015-08-26T14:15:10.097-0400 I REPL [ReplicationExecutor] syncing from: mortar:27017 2015-08-26T14:15:10.100-0400 I REPL [rsSync] initial sync drop all databases 2015-08-26T14:15:10.100-0400 I STORAGE [rsSync] dropAllDatabasesExceptLocal 1 2015-08-26T14:15:10.100-0400 I REPL [rsSync] initial sync clone all databases 2015-08-26T14:15:10.101-0400 I REPL [rsSync] initial sync data copy, starting syncup 2015-08-26T14:15:10.101-0400 I REPL [rsSync] oplog sync 1 of 3 2015-08-26T14:15:10.101-0400 I REPL [rsSync] oplog sync 2 of 3 2015-08-26T14:15:10.101-0400 I REPL [rsSync] initial sync building indexes 2015-08-26T14:15:10.101-0400 I REPL [rsSync] oplog sync 3 of 3 2015-08-26T14:15:10.103-0400 I REPL [rsSync] initial sync finishing up 2015-08-26T14:15:10.103-0400 I REPL [rsSync] set minValid=(term: -1, timestamp: Aug 26 14:15:09:1) 2015-08-26T14:15:10.103-0400 I REPL [rsSync] initial sync done 2015-08-26T14:15:10.106-0400 I REPL [ReplicationExecutor] transition to RECOVERING 2015-08-26T14:15:10.107-0400 I REPL [ReplicationExecutor] transition to SECONDARY 2015-08-26T14:15:11.044-0400 I REPL [ReplicationExecutor] could not find member to sync from