0

将secondary节点加入到副本集,secondary服务器的状态一直都是STARTUP2状态,从日志上来看,是在做admin库副本的时候崩溃了,但是这个错误不知道怎么去解决,也没有搜索到相关的错误码
`2019-03-25T20:24:15.878+0800 I CONTROL [initandlisten] MongoDB starting : pid=3928 port=21000 dbpath=/data/mongodb/mongoconf/data 64-bit host=localhost.localdomain
2019-03-25T20:24:15.878+0800 I CONTROL [initandlisten] db version v3.2.22
2019-03-25T20:24:15.878+0800 I CONTROL [initandlisten] git version: 105acca0d443f9a47c1a5bd608fd7133840a58dd
2019-03-25T20:24:15.878+0800 I CONTROL [initandlisten] OpenSSL version: OpenSSL 1.0.1e-fips 11 Feb 2013
2019-03-25T20:24:15.878+0800 I CONTROL [initandlisten] allocator: tcmalloc
2019-03-25T20:24:15.878+0800 I CONTROL [initandlisten] modules: none
2019-03-25T20:24:15.878+0800 I CONTROL [initandlisten] build environment:
2019-03-25T20:24:15.878+0800 I CONTROL [initandlisten] distmod: rhel70
2019-03-25T20:24:15.878+0800 I CONTROL [initandlisten] distarch: x86_64
2019-03-25T20:24:15.878+0800 I CONTROL [initandlisten] target_arch: x86_64
2019-03-25T20:24:15.878+0800 I CONTROL [initandlisten] options: { config: “conf/mongoconf.conf”, net: { bindIp: “0.0.0.0”, maxIncomingConnections: 2000, port: 21000 }, processManagement: { fork: true, pidFilePath: “/var/run/mongodb/configsrv.pid” }, replication: { replSet: “replconf” }, sharding: { clusterRole: “configsvr” }, storage: { dbPath: “/data/mongodb/mongoconf/data” }, systemLog: { destination: “file”, logAppend: true, path: “/data/mongodb/mongoconf/log/mongoconf.log” } }
2019-03-25T20:24:15.878+0800 I NETWORK [initandlisten] –maxConns too high, can only handle 819
2019-03-25T20:24:15.879+0800 I – [initandlisten] Detected data files in /data/mongodb/mongoconf/data created by the ‘wiredTiger’ storage engine, so setting the active storage engine to ‘wiredTiger’.
2019-03-25T20:24:15.879+0800 W – [initandlisten] Detected unclean shutdown – /data/mongodb/mongoconf/data/mongod.lock is not empty.
2019-03-25T20:24:15.879+0800 W STORAGE [initandlisten] Recovering data from the last clean checkpoint.
2019-03-25T20:24:15.879+0800 I STORAGE [initandlisten] wiredtiger_open config: create,cache_size=1G,session_max=20000,eviction=(threads_min=4,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),verbose=(recovery_progress),
2019-03-25T20:24:16.126+0800 I STORAGE [initandlisten] WiredTiger [1553516656:126389][3928:0x7fb54a75ddc0], txn-recover: Main recovery loop: starting at 11/387200
2019-03-25T20:24:16.126+0800 I STORAGE [initandlisten] WiredTiger [1553516656:126596][3928:0x7fb54a75ddc0], txn-recover: Recovering log 11 through 12
2019-03-25T20:24:16.135+0800 I STORAGE [initandlisten] WiredTiger [1553516656:135166][3928:0x7fb54a75ddc0], file:sizeStorer.wt, txn-recover: Recovering log 12 through 12
2019-03-25T20:24:16.348+0800 I STORAGE [initandlisten] Starting WiredTigerRecordStoreThread local.oplog.rs
2019-03-25T20:24:16.348+0800 I STORAGE [initandlisten] The size storer reports that the oplog contains 1 records totaling to 96 bytes
2019-03-25T20:24:16.348+0800 I STORAGE [initandlisten] Scanning the oplog to determine where to place markers for truncation
2019-03-25T20:24:16.423+0800 I CONTROL [initandlisten] ** WARNING: You are running this process as the root user, which is not recommended.
2019-03-25T20:24:16.423+0800 I CONTROL [initandlisten]
2019-03-25T20:24:16.423+0800 I CONTROL [initandlisten]
2019-03-25T20:24:16.423+0800 I CONTROL [initandlisten] ** WARNING: /sys/kernel/mm/transparent_hugepage/enabled is ‘always’.
2019-03-25T20:24:16.423+0800 I CONTROL [initandlisten] ** We suggest setting it to ‘never’
2019-03-25T20:24:16.423+0800 I CONTROL [initandlisten]
2019-03-25T20:24:16.423+0800 I CONTROL [initandlisten] ** WARNING: /sys/kernel/mm/transparent_hugepage/defrag is ‘always’.
2019-03-25T20:24:16.423+0800 I CONTROL [initandlisten] ** We suggest setting it to ‘never’
2019-03-25T20:24:16.423+0800 I CONTROL [initandlisten]
2019-03-25T20:24:16.438+0800 I FTDC [initandlisten] Initializing full-time diagnostic data capture with directory ‘/data/mongodb/mongoconf/data/diagnostic.data’
2019-03-25T20:24:16.438+0800 I NETWORK [initandlisten] waiting for connections on port 21000
2019-03-25T20:24:16.439+0800 I NETWORK [HostnameCanonicalizationWorker] Starting hostname canonicalization worker
2019-03-25T20:24:16.441+0800 W REPL [ReplicationExecutor] Failed to load timestamp of most recently applied operation: InitialSyncFailure: In the middle of an initial sync.
2019-03-25T20:24:16.442+0800 I REPL [ReplicationExecutor] New replica set config in use: { _id: “replconf”, version: 8, configsvr: true, protocolVersion: 1, members: [ { _id: 0, host: “10.0.10.237:21000”, arbiterOnly: false, buildIndexes: true, hidden: false, priority: 1.0, tags: {}, slaveDelay: 0, votes: 1 }, { _id: 1, host: “10.0.10.238:21000”, arbiterOnly: false, buildIndexes: true, hidden: false, priority: 1.0, tags: {}, slaveDelay: 0, votes: 1 } ], settings: { chainingAllowed: true, heartbeatIntervalMillis: 2000, heartbeatTimeoutSecs: 10, electionTimeoutMillis: 10000, getLastErrorModes: {}, getLastErrorDefaults: { w: 1, wtimeout: 0 }, replicaSetId: ObjectId(‘5c989a12f0136b8074b1bf6f’) } }
2019-03-25T20:24:16.442+0800 I REPL [ReplicationExecutor] This node is 10.0.10.238:21000 in the config
2019-03-25T20:24:16.442+0800 I REPL [ReplicationExecutor] transition to STARTUP2
2019-03-25T20:24:16.442+0800 I REPL [ReplicationExecutor] Starting replication applier threads
2019-03-25T20:24:16.442+0800 I ASIO [NetworkInterfaceASIO-Replication-0] Connecting to 10.0.10.237:21000
2019-03-25T20:24:16.442+0800 I REPL [rsSync] initial sync pending
2019-03-25T20:24:16.444+0800 I ASIO [NetworkInterfaceASIO-Replication-0] Successfully connected to 10.0.10.237:21000, took 2ms (1 connections now open to 10.0.10.237:21000)
2019-03-25T20:24:16.446+0800 I REPL [rsSync] no valid sync sources found in current replset to do an initial sync
2019-03-25T20:24:16.447+0800 I REPL [ReplicationExecutor] Member 10.0.10.237:21000 is now in state SECONDARY
2019-03-25T20:24:17.447+0800 I REPL [rsSync] initial sync pending
2019-03-25T20:24:17.447+0800 I REPL [rsSync] no valid sync sources found in current replset to do an initial sync
2019-03-25T20:24:18.447+0800 I REPL [rsSync] initial sync pending
2019-03-25T20:24:18.448+0800 I REPL [rsSync] no valid sync sources found in current replset to do an initial sync
2019-03-25T20:24:19.448+0800 I REPL [rsSync] initial sync pending
2019-03-25T20:24:19.448+0800 I REPL [rsSync] no valid sync sources found in current replset to do an initial sync
2019-03-25T20:24:20.450+0800 I REPL [rsSync] initial sync pending
2019-03-25T20:24:20.450+0800 I REPL [rsSync] no valid sync sources found in current replset to do an initial sync
2019-03-25T20:24:20.760+0800 I NETWORK [initandlisten] connection accepted from 10.0.10.237:36482 #1 (1 connection now open)
2019-03-25T20:24:20.760+0800 I NETWORK [conn1] received client metadata from 10.0.10.237:36482 conn1: { driver: { name: “NetworkInterfaceASIO-Replication”, version: “3.4.20” }, os: { type: “Linux”, name: “CentOS Linux release 7.6.1810 (Core) “, architecture: “x86_64”, version: “Kernel 3.10.0-957.10.1.el7.x86_64” } }
2019-03-25T20:24:21.450+0800 I REPL [rsSync] initial sync pending
2019-03-25T20:24:21.450+0800 I REPL [ReplicationExecutor] syncing from: 10.0.10.237:21000
2019-03-25T20:24:21.453+0800 I REPL [rsSync] initial sync ensuring correct oplog visibility. Starting at { ts: Timestamp 1553516608000|1, t: 10 }
2019-03-25T20:24:21.454+0800 I REPL [rsSync] initial sync drop all databases
2019-03-25T20:24:21.454+0800 I STORAGE [rsSync] dropAllDatabasesExceptLocal 3
2019-03-25T20:24:21.481+0800 I REPL [rsSync] initial sync clone all databases
2019-03-25T20:24:21.481+0800 I REPL [rsSync] fetching and creating collections for admin
2019-03-25T20:24:21.499+0800 I REPL [rsSync] fetching and creating collections for config
2019-03-25T20:24:21.670+0800 I REPL [rsSync] initial sync cloning db: admin
2019-03-25T20:24:21.682+0800 I INDEX [rsSync] build index on: admin.system.version properties: { v: 1, key: { _id: 1 }, name: “_id_”, ns: “admin.system.version” }
2019-03-25T20:24:21.682+0800 I INDEX [rsSync] building index using bulk method; build may temporarily use up to 500 megabytes of RAM
2019-03-25T20:24:21.686+0800 I INDEX [rsSync] build index done. scanned 1 total records. 0 secs
2019-03-25T20:24:21.686+0800 I REPL [rsSync] initial sync cloning db: config
2019-03-25T20:24:21.699+0800 I INDEX [rsSync] build index on: config.shards properties: { v: 1, key: { _id: 1 }, name: “_id_”, ns: “config.shards” }
2019-03-25T20:24:21.699+0800 I INDEX [rsSync] building index using bulk method; build may temporarily use up to 500 megabytes of RAM
2019-03-25T20:24:21.703+0800 I INDEX [rsSync] build index done. scanned 0 total records. 0 secs
2019-03-25T20:24:21.738+0800 I INDEX [rsSync] build index on: config.chunks properties: { v: 1, key: { _id: 1 }, name: “_id_”, ns: “config.chunks” }
2019-03-25T20:24:21.739+0800 I INDEX [rsSync] building index using bulk method; build may temporarily use up to 500 megabytes of RAM
2019-03-25T20:24:21.748+0800 I INDEX [rsSync] build index done. scanned 0 total records. 0 secs
2019-03-25T20:24:21.759+0800 I INDEX [rsSync] build index on: config.mongos properties: { v: 1, key: { _id: 1 }, name: “_id_”, ns: “config.mongos” }
2019-03-25T20:24:21.759+0800 I INDEX [rsSync] building index using bulk method; build may temporarily use up to 500 megabytes of RAM
2019-03-25T20:24:21.798+0800 I INDEX [rsSync] build index done. scanned 1 total records. 0 secs
2019-03-25T20:24:21.807+0800 I INDEX [rsSync] build index on: config.lockpings properties: { v: 1, key: { _id: 1 }, name: “_id_”, ns: “config.lockpings” }
2019-03-25T20:24:21.807+0800 I INDEX [rsSync] building index using bulk method; build may temporarily use up to 500 megabytes of RAM
2019-03-25T20:24:21.811+0800 I INDEX [rsSync] build index done. scanned 2 total records. 0 secs
2019-03-25T20:24:21.819+0800 I INDEX [rsSync] build index on: config.version properties: { v: 1, key: { _id: 1 }, name: “_id_”, ns: “config.version” }
2019-03-25T20:24:21.819+0800 I INDEX [rsSync] building index using bulk method; build may temporarily use up to 500 megabytes of RAM
2019-03-25T20:24:21.824+0800 I INDEX [rsSync] build index done. scanned 1 total records. 0 secs
2019-03-25T20:24:21.835+0800 I INDEX [rsSync] build index on: config.locks properties: { v: 1, key: { _id: 1 }, name: “_id_”, ns: “config.locks” }
2019-03-25T20:24:21.835+0800 I INDEX [rsSync] building index using bulk method; build may temporarily use up to 500 megabytes of RAM
2019-03-25T20:24:21.840+0800 I INDEX [rsSync] build index done. scanned 1 total records. 0 secs
2019-03-25T20:24:21.848+0800 I INDEX [rsSync] build index on: config.tags properties: { v: 1, key: { _id: 1 }, name: “_id_”, ns: “config.tags” }
2019-03-25T20:24:21.848+0800 I INDEX [rsSync] building index using bulk method; build may temporarily use up to 500 megabytes of RAM
2019-03-25T20:24:21.851+0800 I INDEX [rsSync] build index done. scanned 0 total records. 0 secs
2019-03-25T20:24:21.886+0800 I INDEX [rsSync] build index on: config.migrations properties: { v: 1, key: { _id: 1 }, name: “_id_”, ns: “config.migrations” }
2019-03-25T20:24:21.886+0800 I INDEX [rsSync] building index using bulk method; build may temporarily use up to 500 megabytes of RAM
2019-03-25T20:24:21.889+0800 I INDEX [rsSync] build index done. scanned 0 total records. 0 secs
2019-03-25T20:24:21.889+0800 I REPL [rsSync] initial sync data copy, starting syncup
2019-03-25T20:24:21.889+0800 I REPL [rsSync] oplog sync 1 of 3
2019-03-25T20:24:21.889+0800 I REPL [rsSync] oplog sync 2 of 3
2019-03-25T20:24:21.890+0800 I REPL [rsSync] initial sync building indexes
2019-03-25T20:24:21.890+0800 I REPL [rsSync] initial sync cloning indexes for : admin
2019-03-25T20:24:21.891+0800 I STORAGE [rsSync] copying indexes for: { name: “system.version”, type: “collection”, options: {}, info: { readOnly: false }, idIndex: { v: 1, key: { _id: 1 }, name: “_id_”, ns: “admin.system.version” } }
2019-03-25T20:24:21.892+0800 E REPL [rsSync] 22 Attempt to use a decimal BSON type when experimental decimal server support is not currently enabled.
2019-03-25T20:24:21.892+0800 E REPL [rsSync] initial sync attempt failed, 9 attempts remaining
2019-03-25T20:24:22.445+0800 I REPL [ReplicationExecutor] could not find member to sync from
2019-03-25T20:24:26.892+0800 I REPL [rsSync] initial sync pending
2019-03-25T20:24:26.893+0800 I REPL [ReplicationExecutor] syncing from: 10.0.10.237:21000
2019-03-25T20:24:26.894+0800 I REPL [rsSync] initial sync ensuring correct oplog visibility. Starting at { ts: Timestamp 1553516665000|3, t: 11 }
2019-03-25T20:24:26.895+0800 I REPL [rsSync] initial sync drop all databases
2019-03-25T20:24:26.895+0800 I STORAGE [rsSync] dropAllDatabasesExceptLocal 3
2019-03-25T20:24:26.914+0800 I REPL [rsSync] initial sync clone all databases
2019-03-25T20:24:26.915+0800 I REPL [rsSync] fetching and creating collections for admin
2019-03-25T20:24:26.925+0800 I REPL [rsSync] fetching and creating collections for config
2019-03-25T20:24:27.047+0800 I REPL [rsSync] initial sync cloning db: admin
2019-03-25T20:24:27.060+0800 I INDEX [rsSync] build index on: admin.system.version properties: { v: 1, key: { _id: 1 }, name: “_id_”, ns: “admin.system.version” }
2019-03-25T20:24:27.060+0800 I INDEX [rsSync] building index using bulk method; build may temporarily use up to 500 megabytes of RAM
2019-03-25T20:24:27.064+0800 I INDEX [rsSync] build index done. scanned 1 total records. 0 secs
2019-03-25T20:24:27.065+0800 I REPL [rsSync] initial sync cloning db: config
2019-03-25T20:24:27.078+0800 I INDEX [rsSync] build index on: config.shards properties: { v: 1, key: { _id: 1 }, name: “_id_”, ns: “config.shards” }
2019-03-25T20:24:27.078+0800 I INDEX [rsSync] building index using bulk method; build may temporarily use up to 500 megabytes of RAM
2019-03-25T20:24:27.083+0800 I INDEX [rsSync] build index done. scanned 0 total records. 0 secs
2019-03-25T20:24:27.095+0800 I INDEX [rsSync] build index on: config.chunks properties: { v: 1, key: { _id: 1 }, name: “_id_”, ns: “config.chunks” }
2019-03-25T20:24:27.095+0800 I INDEX [rsSync] building index using bulk method; build may temporarily use up to 500 megabytes of RAM
2019-03-25T20:24:27.098+0800 I INDEX [rsSync] build index done. scanned 0 total records. 0 secs
2019-03-25T20:24:27.108+0800 I INDEX [rsSync] build index on: config.mongos properties: { v: 1, key: { _id: 1 }, name: “_id_”, ns: “config.mongos” }
2019-03-25T20:24:27.108+0800 I INDEX [rsSync] building index using bulk method; build may temporarily use up to 500 megabytes of RAM
2019-03-25T20:24:27.113+0800 I INDEX [rsSync] build index done. scanned 1 total records. 0 secs
2019-03-25T20:24:27.121+0800 I INDEX [rsSync] build index on: config.lockpings properties: { v: 1, key: { _id: 1 }, name: “_id_”, ns: “config.lockpings” }
2019-03-25T20:24:27.121+0800 I INDEX [rsSync] building index using bulk method; build may temporarily use up to 500 megabytes of RAM
2019-03-25T20:24:27.125+0800 I INDEX [rsSync] build index done. scanned 2 total records. 0 secs
2019-03-25T20:24:27.134+0800 I INDEX [rsSync] build index on: config.version properties: { v: 1, key: { _id: 1 }, name: “_id_”, ns: “config.version” }
2019-03-25T20:24:27.134+0800 I INDEX [rsSync] building index using bulk method; build may temporarily use up to 500 megabytes of RAM
2019-03-25T20:24:27.137+0800 I INDEX [rsSync] build index done. scanned 1 total records. 0 secs
2019-03-25T20:24:27.147+0800 I INDEX [rsSync] build index on: config.locks properties: { v: 1, key: { _id: 1 }, name: “_id_”, ns: “config.locks” }
2019-03-25T20:24:27.147+0800 I INDEX [rsSync] building index using bulk method; build may temporarily use up to 500 megabytes of RAM
2019-03-25T20:24:27.151+0800 I INDEX [rsSync] build index done. scanned 1 total records. 0 secs
2019-03-25T20:24:27.159+0800 I INDEX [rsSync] build index on: config.tags properties: { v: 1, key: { _id: 1 }, name: “_id_”, ns: “config.tags” }
2019-03-25T20:24:27.159+0800 I INDEX [rsSync] building index using bulk method; build may temporarily use up to 500 megabytes of RAM
2019-03-25T20:24:27.163+0800 I INDEX [rsSync] build index done. scanned 0 total records. 0 secs
2019-03-25T20:24:27.176+0800 I INDEX [rsSync] build index on: config.migrations properties: { v: 1, key: { _id: 1 }, name: “_id_”, ns: “config.migrations” }
2019-03-25T20:24:27.176+0800 I INDEX [rsSync] building index using bulk method; build may temporarily use up to 500 megabytes of RAM
2019-03-25T20:24:27.179+0800 I INDEX [rsSync] build index done. scanned 0 total records. 0 secs
2019-03-25T20:24:27.179+0800 I REPL [rsSync] initial sync data copy, starting syncup
2019-03-25T20:24:27.179+0800 I REPL [rsSync] oplog sync 1 of 3
2019-03-25T20:24:27.180+0800 I REPL [rsSync] oplog sync 2 of 3
2019-03-25T20:24:27.180+0800 I REPL [rsSync] initial sync building indexes
2019-03-25T20:24:27.180+0800 I REPL [rsSync] initial sync cloning indexes for : admin
2019-03-25T20:24:27.181+0800 I STORAGE [rsSync] copying indexes for: { name: “system.version”, type: “collection”, options: {}, info: { readOnly: false }, idIndex: { v: 1, key: { _id: 1 }, name: “_id_”, ns: “admin.system.version” } }
2019-03-25T20:24:27.183+0800 E REPL [rsSync] 22 Attempt to use a decimal BSON type when experimental decimal server support is not currently enabled.
2019-03-25T20:24:27.183+0800 E REPL [rsSync] initial sync attempt failed, 8 attempts remaining
2019-03-25T20:24:27.447+0800 I REPL [ReplicationExecutor] Member 10.0.10.237:21000 is now in state PRIMARY
2019-03-25T20:24:27.448+0800 I REPL [ReplicationExecutor] could not find member to sync from
2019-03-25T20:24:32.184+0800 I REPL [rsSync] initial sync pending
2019-03-25T20:24:32.184+0800 I REPL [ReplicationExecutor] syncing from: 10.0.10.237:21000
2019-03-25T20:24:32.186+0800 I REPL [rsSync] initial sync ensuring correct oplog visibility. Starting at { ts: Timestamp 1553516670000|1, t: 11 }
2019-03-25T20:24:32.186+0800 I REPL [rsSync] initial sync drop all databases
2019-03-25T20:24:32.186+0800 I STORAGE [rsSync] dropAllDatabasesExceptLocal 3
2019-03-25T20:24:32.206+0800 I REPL [rsSync] initial sync clone all databases
2019-03-25T20:24:32.206+0800 I REPL [rsSync] fetching and creating collections for admin
2019-03-25T20:24:32.215+0800 I REPL [rsSync] fetching and creating collections for config
2019-03-25T20:24:32.363+0800 I REPL [rsSync] initial sync cloning db: admin
2019-03-25T20:24:32.373+0800 I INDEX [rsSync] build index on: admin.system.version properties: { v: 1, key: { _id: 1 }, name: “_id_”, ns: “admin.system.version” }
2019-03-25T20:24:32.373+0800 I INDEX [rsSync] building index using bulk method; build may temporarily use up to 500 megabytes of RAM
2019-03-25T20:24:32.378+0800 I INDEX [rsSync] build index done. scanned 1 total records. 0 secs
2019-03-25T20:24:32.378+0800 I REPL [rsSync] initial sync cloning db: config
2019-03-25T20:24:32.390+0800 I INDEX [rsSync] build index on: config.shards properties: { v: 1, key: { _id: 1 }, name: “_id_”, ns: “config.shards” }
2019-03-25T20:24:32.390+0800 I INDEX [rsSync] building index using bulk method; build may temporarily use up to 500 megabytes of RAM
2019-03-25T20:24:32.394+0800 I INDEX [rsSync] build index done. scanned 0 total records. 0 secs
2019-03-25T20:24:32.406+0800 I INDEX [rsSync] build index on: config.chunks properties: { v: 1, key: { _id: 1 }, name: “_id_”, ns: “config.chunks” }
2019-03-25T20:24:32.406+0800 I INDEX [rsSync] building index using bulk method; build may temporarily use up to 500 megabytes of RAM
2019-03-25T20:24:32.418+0800 I INDEX [rsSync] build index done. scanned 0 total records. 0 secs
2019-03-25T20:24:32.428+0800 I INDEX [rsSync] build index on: config.mongos properties: { v: 1, key: { _id: 1 }, name: “_id_”, ns: “config.mongos” }
2019-03-25T20:24:32.428+0800 I INDEX [rsSync] building index using bulk method; build may temporarily use up to 500 megabytes of RAM
2019-03-25T20:24:32.434+0800 I INDEX [rsSync] build index done. scanned 1 total records. 0 secs
2019-03-25T20:24:32.443+0800 I INDEX [rsSync] build index on: config.lockpings properties: { v: 1, key: { _id: 1 }, name: “_id_”, ns: “config.lockpings” }
2019-03-25T20:24:32.443+0800 I INDEX [rsSync] building index using bulk method; build may temporarily use up to 500 megabytes of RAM
2019-03-25T20:24:32.446+0800 I INDEX [rsSync] build index done. scanned 2 total records. 0 secs
2019-03-25T20:24:32.456+0800 I INDEX [rsSync] build index on: config.version properties: { v: 1, key: { _id: 1 }, name: “_id_”, ns: “config.version” }
2019-03-25T20:24:32.456+0800 I INDEX [rsSync] building index using bulk method; build may temporarily use up to 500 megabytes of RAM
2019-03-25T20:24:32.459+0800 I INDEX [rsSync] build index done. scanned 1 total records. 0 secs
2019-03-25T20:24:32.469+0800 I INDEX [rsSync] build index on: config.locks properties: { v: 1, key: { _id: 1 }, name: “_id_”, ns: “config.locks” }
2019-03-25T20:24:32.469+0800 I INDEX [rsSync] building index using bulk method; build may temporarily use up to 500 megabytes of RAM
2019-03-25T20:24:32.472+0800 I INDEX [rsSync] build index done. scanned 1 total records. 0 secs
2019-03-25T20:24:32.481+0800 I INDEX [rsSync] build index on: config.tags properties: { v: 1, key: { _id: 1 }, name: “_id_”, ns: “config.tags” }
2019-03-25T20:24:32.481+0800 I INDEX [rsSync] building index using bulk method; build may temporarily use up to 500 megabytes of RAM
2019-03-25T20:24:32.483+0800 I INDEX [rsSync] build index done. scanned 0 total records. 0 secs
2019-03-25T20:24:32.493+0800 I INDEX [rsSync] build index on: config.migrations properties: { v: 1, key: { _id: 1 }, name: “_id_”, ns: “config.migrations” }
2019-03-25T20:24:32.493+0800 I INDEX [rsSync] building index using bulk method; build may temporarily use up to 500 megabytes of RAM
2019-03-25T20:24:32.497+0800 I INDEX [rsSync] build index done. scanned 0 total records. 0 secs
2019-03-25T20:24:32.497+0800 I REPL [rsSync] initial sync data copy, starting syncup
2019-03-25T20:24:32.497+0800 I REPL [rsSync] oplog sync 1 of 3
2019-03-25T20:24:32.497+0800 I REPL [rsSync] oplog sync 2 of 3
2019-03-25T20:24:32.498+0800 I REPL [rsSync] initial sync building indexes
2019-03-25T20:24:32.498+0800 I REPL [rsSync] initial sync cloning indexes for : admin
2019-03-25T20:24:32.499+0800 I STORAGE [rsSync] copying indexes for: { name: “system.version”, type: “collection”, options: {}, info: { readOnly: false }, idIndex: { v: 1, key: { _id: 1 }, name: “_id_”, ns: “admin.system.version” } }
2019-03-25T20:24:32.500+0800 E REPL [rsSync] 22 Attempt to use a decimal BSON type when experimental decimal server support is not currently enabled.
2019-03-25T20:24:32.500+0800 E REPL [rsSync] initial sync attempt failed, 7 attempts remaining
2019-03-25T20:24:33.453+0800 I REPL [ReplicationExecutor] could not find member to sync from
2019-03-25T20:24:37.500+0800 I REPL [rsSync] initial sync pending
2019-03-25T20:24:37.501+0800 I REPL [ReplicationExecutor] syncing from: 10.0.10.237:21000
2019-03-25T20:24:37.503+0800 I REPL [rsSync] initial sync ensuring correct oplog visibility. Starting at { ts: Timestamp 1553516670000|1, t: 11 }
2019-03-25T20:24:37.503+0800 I REPL [rsSync] initial sync drop all databases
2019-03-25T20:24:37.503+0800 I STORAGE [rsSync] dropAllDatabasesExceptLocal 3
2019-03-25T20:24:37.526+0800 I REPL [rsSync] initial sync clone all databases
2019-03-25T20:24:37.526+0800 I REPL [rsSync] fetching and creating collections for admin
2019-03-25T20:24:37.534+0800 I REPL [rsSync] fetching and creating collections for config
2019-03-25T20:24:37.611+0800 I REPL [rsSync] initial sync cloning db: admin
2019-03-25T20:24:37.622+0800 I INDEX [rsSync] build index on: admin.system.version properties: { v: 1, key: { _id: 1 }, name: “_id_”, ns: “admin.system.version” }
2019-03-25T20:24:37.622+0800 I INDEX [rsSync] building index using bulk method; build may temporarily use up to 500 megabytes of RAM
2019-03-25T20:24:37.625+0800 I INDEX [rsSync] build index done. scanned 1 total records. 0 secs
2019-03-25T20:24:37.626+0800 I REPL [rsSync] initial sync cloning db: config
2019-03-25T20:24:37.638+0800 I INDEX [rsSync] build index on: config.shards properties: { v: 1, key: { _id: 1 }, name: “_id_”, ns: “config.shards” }
2019-03-25T20:24:37.638+0800 I INDEX [rsSync] building index using bulk method; build may temporarily use up to 500 megabytes of RAM
2019-03-25T20:24:37.641+0800 I INDEX [rsSync] build index done. scanned 0 total records. 0 secs
2019-03-25T20:24:37.652+0800 I INDEX [rsSync] build index on: config.chunks properties: { v: 1, key: { _id: 1 }, name: “_id_”, ns: “config.chunks” }
2019-03-25T20:24:37.652+0800 I INDEX [rsSync] building index using bulk method; build may temporarily use up to 500 megabytes of RAM
2019-03-25T20:24:37.656+0800 I INDEX [rsSync] build index done. scanned 0 total records. 0 secs
2019-03-25T20:24:37.668+0800 I INDEX [rsSync] build index on: config.mongos properties: { v: 1, key: { _id: 1 }, name: “_id_”, ns: “config.mongos” }
2019-03-25T20:24:37.668+0800 I INDEX [rsSync] building index using bulk method; build may temporarily use up to 500 megabytes of RAM
2019-03-25T20:24:37.671+0800 I INDEX [rsSync] build index done. scanned 1 total records. 0 secs
2019-03-25T20:24:37.682+0800 I INDEX [rsSync] build index on: config.lockpings properties: { v: 1, key: { _id: 1 }, name: “_id_”, ns: “config.lockpings” }
2019-03-25T20:24:37.682+0800 I INDEX [rsSync] building index using bulk method; build may temporarily use up to 500 megabytes of RAM
2019-03-25T20:24:37.687+0800 I INDEX [rsSync] build index done. scanned 2 total records. 0 secs
2019-03-25T20:24:37.698+0800 I INDEX [rsSync] build index on: config.version properties: { v: 1, key: { _id: 1 }, name: “_id_”, ns: “config.version” }
2019-03-25T20:24:37.698+0800 I INDEX [rsSync] building index using bulk method; build may temporarily use up to 500 megabytes of RAM
2019-03-25T20:24:37.702+0800 I INDEX [rsSync] build index done. scanned 1 total records. 0 secs
2019-03-25T20:24:37.714+0800 I INDEX [rsSync] build index on: config.locks properties: { v: 1, key: { _id: 1 }, name: “_id_”, ns: “config.locks” }
2019-03-25T20:24:37.714+0800 I INDEX [rsSync] building index using bulk method; build may temporarily use up to 500 megabytes of RAM
2019-03-25T20:24:37.717+0800 I INDEX [rsSync] build index done. scanned 1 total records. 0 secs
2019-03-25T20:24:37.726+0800 I INDEX [rsSync] build index on: config.tags properties: { v: 1, key: { _id: 1 }, name: “_id_”, ns: “config.tags” }
2019-03-25T20:24:37.727+0800 I INDEX [rsSync] building index using bulk method; build may temporarily use up to 500 megabytes of RAM
2019-03-25T20:24:37.731+0800 I INDEX [rsSync] build index done. scanned 0 total records. 0 secs
2019-03-25T20:24:37.743+0800 I INDEX [rsSync] build index on: config.migrations properties: { v: 1, key: { _id: 1 }, name: “_id_”, ns: “config.migrations” }
2019-03-25T20:24:37.743+0800 I INDEX [rsSync] building index using bulk method; build may temporarily use up to 500 megabytes of RAM
2019-03-25T20:24:37.746+0800 I INDEX [rsSync] build index done. scanned 0 total records. 0 secs
2019-03-25T20:24:37.746+0800 I REPL [rsSync] initial sync data copy, starting syncup
2019-03-25T20:24:37.746+0800 I REPL [rsSync] oplog sync 1 of 3
2019-03-25T20:24:37.746+0800 I REPL [rsSync] oplog sync 2 of 3
2019-03-25T20:24:37.746+0800 I REPL [rsSync] initial sync building indexes
2019-03-25T20:24:37.746+0800 I REPL [rsSync] initial sync cloning indexes for : admin
2019-03-25T20:24:37.747+0800 I STORAGE [rsSync] copying indexes for: { name: “system.version”, type: “collection”, options: {}, info: { readOnly: false }, idIndex: { v: 1, key: { _id: 1 }, name: “_id_”, ns: “admin.system.version” } }
2019-03-25T20:24:37.748+0800 E REPL [rsSync] 22 Attempt to use a decimal BSON type when experimental decimal server support is not currently enabled.
2019-03-25T20:24:37.748+0800 E REPL [rsSync] initial sync attempt failed, 6 attempts remaining
2019-03-25T20:24:38.455+0800 I REPL [ReplicationExecutor] could not find member to sync from
2019-03-25T20:24:38.456+0800 I ASIO [NetworkInterfaceASIO-Replication-0] Connecting to 10.0.10.237:21000
2019-03-25T20:24:38.456+0800 I ASIO [NetworkInterfaceASIO-Replication-0] Ending connection to host 10.0.10.237:21000 due to bad connection status; 1 connections to that host remain open
2019-03-25T20:24:38.459+0800 I ASIO [NetworkInterfaceASIO-Replication-0] Successfully connected to 10.0.10.237:21000, took 4ms (1 connections now open to 10.0.10.237:21000)
2019-03-25T20:24:42.748+0800 I REPL [rsSync] initial sync pending
2019-03-25T20:24:42.749+0800 I REPL [ReplicationExecutor] syncing from: 10.0.10.237:21000
2019-03-25T20:24:42.755+0800 I REPL [rsSync] initial sync ensuring correct oplog visibility. Starting at { ts: Timestamp 1553516670000|1, t: 11 }
2019-03-25T20:24:42.756+0800 I REPL [rsSync] initial sync drop all databases
2019-03-25T20:24:42.756+0800 I STORAGE [rsSync] dropAllDatabasesExceptLocal 3
2019-03-25T20:24:42.806+0800 I REPL [rsSync] initial sync clone all databases
2019-03-25T20:24:42.808+0800 I REPL [rsSync] fetching and creating collections for admin
2019-03-25T20:24:42.830+0800 I REPL [rsSync] fetching and creating collections for config
2019-03-25T20:24:43.065+0800 I REPL [rsSync] initial sync cloning db: admin
2019-03-25T20:24:43.084+0800 I INDEX [rsSync] build index on: admin.system.version properties: { v: 1, key: { _id: 1 }, name: “_id_”, ns: “admin.system.version” }
2019-03-25T20:24:43.084+0800 I INDEX [rsSync] building index using bulk method; build may temporarily use up to 500 megabytes of RAM
2019-03-25T20:24:43.097+0800 I INDEX [rsSync] build index done. scanned 1 total records. 0 secs
2019-03-25T20:24:43.098+0800 I REPL [rsSync] initial sync cloning db: config
2019-03-25T20:24:43.107+0800 I INDEX [rsSync] build index on: config.shards properties: { v: 1, key: { _id: 1 }, name: “_id_”, ns: “config.shards” }
2019-03-25T20:24:43.107+0800 I INDEX [rsSync] building index using bulk method; build may temporarily use up to 500 megabytes of RAM
2019-03-25T20:24:43.110+0800 I INDEX [rsSync] build index done. scanned 0 total records. 0 secs
2019-03-25T20:24:43.119+0800 I INDEX [rsSync] build index on: config.chunks properties: { v: 1, key: { _id: 1 }, name: “_id_”, ns: “config.chunks” }
2019-03-25T20:24:43.119+0800 I INDEX [rsSync] building index using bulk method; build may temporarily use up to 500 megabytes of RAM
2019-03-25T20:24:43.125+0800 I INDEX [rsSync] build index done. scanned 0 total records. 0 secs
2019-03-25T20:24:43.135+0800 I INDEX [rsSync] build index on: config.mongos properties: { v: 1, key: { _id: 1 }, name: “_id_”, ns: “config.mongos” }
2019-03-25T20:24:43.135+0800 I INDEX [rsSync] building index using bulk method; build may temporarily use up to 500 megabytes of RAM
2019-03-25T20:24:43.140+0800 I INDEX [rsSync] build index done. scanned 1 total records. 0 secs
2019-03-25T20:24:43.151+0800 I INDEX [rsSync] build index on: config.lockpings properties: { v: 1, key: { _id: 1 }, name: “_id_”, ns: “config.lockpings” }
2019-03-25T20:24:43.152+0800 I INDEX [rsSync] building index using bulk method; build may temporarily use up to 500 megabytes of RAM
2019-03-25T20:24:43.156+0800 I INDEX [rsSync] build index done. scanned 2 total records. 0 secs
2019-03-25T20:24:43.168+0800 I INDEX [rsSync] build index on: config.version properties: { v: 1, key: { _id: 1 }, name: “_id_”, ns: “config.version” }
2019-03-25T20:24:43.168+0800 I INDEX [rsSync] building index using bulk method; build may temporarily use up to 500 megabytes of RAM
2019-03-25T20:24:43.195+0800 I INDEX [rsSync] build index done. scanned 1 total records. 0 secs
2019-03-25T20:24:43.230+0800 I INDEX [rsSync] build index on: config.locks properties: { v: 1, key: { _id: 1 }, name: “_id_”, ns: “config.locks” }
2019-03-25T20:24:43.230+0800 I INDEX [rsSync] building index using bulk method; build may temporarily use up to 500 megabytes of RAM
2019-03-25T20:24:43.238+0800 I INDEX [rsSync] build index done. scanned 1 total records. 0 secs
2019-03-25T20:24:43.252+0800 I INDEX [rsSync] build index on: config.tags properties: { v: 1, key: { _id: 1 }, name: “_id_”, ns: “config.tags” }
2019-03-25T20:24:43.252+0800 I INDEX [rsSync] building index using bulk method; build may temporarily use up to 500 megabytes of RAM
2019-03-25T20:24:43.256+0800 I INDEX [rsSync] build index done. scanned 0 total records. 0 secs
2019-03-25T20:24:43.268+0800 I INDEX [rsSync] build index on: config.migrations properties: { v: 1, key: { _id: 1 }, name: “_id_”, ns: “config.migrations” }
2019-03-25T20:24:43.268+0800 I INDEX [rsSync] building index using bulk method; build may temporarily use up to 500 megabytes of RAM
2019-03-25T20:24:43.274+0800 I INDEX [rsSync] build index done. scanned 0 total records. 0 secs
2019-03-25T20:24:43.274+0800 I REPL [rsSync] initial sync data copy, starting syncup
2019-03-25T20:24:43.274+0800 I REPL [rsSync] oplog sync 1 of 3
2019-03-25T20:24:43.274+0800 I REPL [rsSync] oplog sync 2 of 3
2019-03-25T20:24:43.275+0800 I REPL [rsSync] initial sync building indexes
2019-03-25T20:24:43.275+0800 I REPL [rsSync] initial sync cloning indexes for : admin
2019-03-25T20:24:43.276+0800 I STORAGE [rsSync] copying indexes for: { name: “system.version”, type: “collection”, options: {}, info: { readOnly: false }, idIndex: { v: 1, key: { _id: 1 }, name: “_id_”, ns: “admin.system.version” } }
2019-03-25T20:24:43.277+0800 E REPL [rsSync] 22 Attempt to use a decimal BSON type when experimental decimal server support is not currently enabled.
2019-03-25T20:24:43.277+0800 E REPL [rsSync] initial sync attempt failed, 5 attempts remaining
2019-03-25T20:24:43.459+0800 I REPL [ReplicationExecutor] could not find member to sync from
2019-03-25T20:24:48.278+0800 I REPL [rsSync] initial sync pending
2019-03-25T20:24:48.278+0800 I REPL [ReplicationExecutor] syncing from: 10.0.10.237:21000
2019-03-25T20:24:48.281+0800 I REPL [rsSync] initial sync ensuring correct oplog visibility. Starting at { ts: Timestamp 1553516685000|1, t: 11 }
2019-03-25T20:24:48.281+0800 I REPL [rsSync] initial sync drop all databases
2019-03-25T20:24:48.281+0800 I STORAGE [rsSync] dropAllDatabasesExceptLocal 3
2019-03-25T20:24:48.301+0800 I REPL [rsSync] initial sync clone all databases
2019-03-25T20:24:48.302+0800 I REPL [rsSync] fetching and creating collections for admin
2019-03-25T20:24:48.312+0800 I REPL [rsSync] fetching and creating collections for config
2019-03-25T20:24:48.399+0800 I REPL [rsSync] initial sync cloning db: admin
2019-03-25T20:24:48.414+0800 I INDEX [rsSync] build index on: admin.system.version properties: { v: 1, key: { _id: 1 }, name: “_id_”, ns: “admin.system.version” }
2019-03-25T20:24:48.415+0800 I INDEX [rsSync] building index using bulk method; build may temporarily use up to 500 megabytes of RAM
2019-03-25T20:24:48.420+0800 I INDEX [rsSync] build index done. scanned 1 total records. 0 secs
2019-03-25T20:24:48.420+0800 I REPL [rsSync] initial sync cloning db: config
2019-03-25T20:24:48.432+0800 I INDEX [rsSync] build index on: config.shards properties: { v: 1, key: { _id: 1 }, name: “_id_”, ns: “config.shards” }
2019-03-25T20:24:48.432+0800 I INDEX [rsSync] building index using bulk method; build may temporarily use up to 500 megabytes of RAM
2019-03-25T20:24:48.435+0800 I INDEX [rsSync] build index done. scanned 0 total records. 0 secs
2019-03-25T20:24:48.445+0800 I INDEX [rsSync] build index on: config.chunks properties: { v: 1, key: { _id: 1 }, name: “_id_”, ns: “config.chunks” }
2019-03-25T20:24:48.445+0800 I INDEX [rsSync] building index using bulk method; build may temporarily use up to 500 megabytes of RAM
2019-03-25T20:24:48.448+0800 I INDEX [rsSync] build index done. scanned 0 total records. 0 secs
2019-03-25T20:24:48.459+0800 I INDEX [rsSync] build index on: config.mongos properties: { v: 1, key: { _id: 1 }, name: “_id_”, ns: “config.mongos” }
2019-03-25T20:24:48.459+0800 I INDEX [rsSync] building index using bulk method; build may temporarily use up to 500 megabytes of RAM
2019-03-25T20:24:48.464+0800 I INDEX [rsSync] build index done. scanned 1 total records. 0 secs
2019-03-25T20:24:48.475+0800 I INDEX [rsSync] build index on: config.lockpings properties: { v: 1, key: { _id: 1 }, name: “_id_”, ns: “config.lockpings” }
2019-03-25T20:24:48.475+0800 I INDEX [rsSync] building index using bulk method; build may temporarily use up to 500 megabytes of RAM
2019-03-25T20:24:48.480+0800 I INDEX [rsSync] build index done. scanned 2 total records. 0 secs
2019-03-25T20:24:48.492+0800 I INDEX [rsSync] build index on: config.version properties: { v: 1, key: { _id: 1 }, name: “_id_”, ns: “config.version” }
2019-03-25T20:24:48.492+0800 I INDEX [rsSync] building index using bulk method; build may temporarily use up to 500 megabytes of RAM
2019-03-25T20:24:48.496+0800 I INDEX [rsSync] build index done. scanned 1 total records. 0 secs
2019-03-25T20:24:48.506+0800 I INDEX [rsSync] build index on: config.locks properties: { v: 1, key: { _id: 1 }, name: “_id_”, ns: “config.locks” }
2019-03-25T20:24:48.506+0800 I INDEX [rsSync] building index using bulk method; build may temporarily use up to 500 megabytes of RAM
2019-03-25T20:24:48.509+0800 I INDEX [rsSync] build index done. scanned 1 total records. 0 secs
2019-03-25T20:24:48.519+0800 I INDEX [rsSync] build index on: config.tags properties: { v: 1, key: { _id: 1 }, name: “_id_”, ns: “config.tags” }
2019-03-25T20:24:48.519+0800 I INDEX [rsSync] building index using bulk method; build may temporarily use up to 500 megabytes of RAM
2019-03-25T20:24:48.521+0800 I INDEX [rsSync] build index done. scanned 0 total records. 0 secs
2019-03-25T20:24:48.534+0800 I INDEX [rsSync] build index on: config.migrations properties: { v: 1, key: { _id: 1 }, name: “_id_”, ns: “config.migrations” }
2019-03-25T20:24:48.534+0800 I INDEX [rsSync] building index using bulk method; build may temporarily use up to 500 megabytes of RAM
2019-03-25T20:24:48.537+0800 I INDEX [rsSync] build index done. scanned 0 total records. 0 secs
2019-03-25T20:24:48.537+0800 I REPL [rsSync] initial sync data copy, starting syncup
2019-03-25T20:24:48.537+0800 I REPL [rsSync] oplog sync 1 of 3
2019-03-25T20:24:48.537+0800 I REPL [rsSync] oplog sync 2 of 3
2019-03-25T20:24:48.538+0800 I REPL [rsSync] initial sync building indexes
2019-03-25T20:24:48.538+0800 I REPL [rsSync] initial sync cloning indexes for : admin
2019-03-25T20:24:48.539+0800 I STORAGE [rsSync] copying indexes for: { name: “system.version”, type: “collection”, options: {}, info: { readOnly: false }, idIndex: { v: 1, key: { _id: 1 }, name: “_id_”, ns: “admin.system.version” } }
2019-03-25T20:24:48.540+0800 E REPL [rsSync] 22 Attempt to use a decimal BSON type when experimental decimal server support is not currently enabled.
2019-03-25T20:24:48.540+0800 E REPL [rsSync] initial sync attempt failed, 4 attempts remaining
2019-03-25T20:24:49.462+0800 I REPL [ReplicationExecutor] could not find member to sync from
2019-03-25T20:24:53.540+0800 I REPL [rsSync] initial sync pending
2019-03-25T20:24:53.541+0800 I REPL [ReplicationExecutor] syncing from: 10.0.10.237:21000
2019-03-25T20:24:53.543+0800 I REPL [rsSync] initial sync ensuring correct oplog visibility. Starting at { ts: Timestamp 1553516685000|1, t: 11 }
2019-03-25T20:24:53.544+0800 I REPL [rsSync] initial sync drop all databases
2019-03-25T20:24:53.544+0800 I STORAGE [rsSync] dropAllDatabasesExceptLocal 3
2019-03-25T20:24:53.561+0800 I REPL [rsSync] initial sync clone all databases
2019-03-25T20:24:53.562+0800 I REPL [rsSync] fetching and creating collections for admin
2019-03-25T20:24:53.573+0800 I REPL [rsSync] fetching and creating collections for config
2019-03-25T20:24:53.646+0800 I REPL [rsSync] initial sync cloning db: admin
2019-03-25T20:24:53.657+0800 I INDEX [rsSync] build index on: admin.system.version properties: { v: 1, key: { _id: 1 }, name: “_id_”, ns: “admin.system.version” }
2019-03-25T20:24:53.657+0800 I INDEX [rsSync] building index using bulk method; build may temporarily use up to 500 megabytes of RAM
2019-03-25T20:24:53.660+0800 I INDEX [rsSync] build index done. scanned 1 total records. 0 secs
2019-03-25T20:24:53.661+0800 I REPL [rsSync] initial sync cloning db: config
2019-03-25T20:24:53.672+0800 I INDEX [rsSync] build index on: config.shards properties: { v: 1, key: { _id: 1 }, name: “_id_”, ns: “config.shards” }
2019-03-25T20:24:53.672+0800 I INDEX [rsSync] building index using bulk method; build may temporarily use up to 500 megabytes of RAM
2019-03-25T20:24:53.676+0800 I INDEX [rsSync] build index done. scanned 0 total records. 0 secs
2019-03-25T20:24:53.685+0800 I INDEX [rsSync] build index on: config.chunks properties: { v: 1, key: { _id: 1 }, name: “_id_”, ns: “config.chunks” }
2019-03-25T20:24:53.685+0800 I INDEX [rsSync] building index using bulk method; build may temporarily use up to 500 megabytes of RAM
2019-03-25T20:24:53.687+0800 I INDEX [rsSync] build index done. scanned 0 total records. 0 secs
2019-03-25T20:24:53.698+0800 I INDEX [rsSync] build index on: config.mongos properties: { v: 1, key: { _id: 1 }, name: “_id_”, ns: “config.mongos” }
2019-03-25T20:24:53.698+0800 I INDEX [rsSync] building index using bulk method; build may temporarily use up to 500 megabytes of RAM
2019-03-25T20:24:53.703+0800 I INDEX [rsSync] build index done. scanned 1 total records. 0 secs
2019-03-25T20:24:53.713+0800 I INDEX [rsSync] build index on: config.lockpings properties: { v: 1, key: { _id: 1 }, name: “_id_”, ns: “config.lockpings” }
2019-03-25T20:24:53.713+0800 I INDEX [rsSync] building index using bulk method; build may temporarily use up to 500 megabytes of RAM
2019-03-25T20:24:53.717+0800 I INDEX [rsSync] build index done. scanned 2 total records. 0 secs
2019-03-25T20:24:53.727+0800 I INDEX [rsSync] build index on: config.version properties: { v: 1, key: { _id: 1 }, name: “_id_”, ns: “config.version” }
2019-03-25T20:24:53.727+0800 I INDEX [rsSync] building index using bulk method; build may temporarily use up to 500 megabytes of RAM
2019-03-25T20:24:53.731+0800 I INDEX [rsSync] build index done. scanned 1 total records. 0 secs
2019-03-25T20:24:53.742+0800 I INDEX [rsSync] build index on: config.locks properties: { v: 1, key: { _id: 1 }, name: “_id_”, ns: “config.locks” }
2019-03-25T20:24:53.742+0800 I INDEX [rsSync] building index using bulk method; build may temporarily use up to 500 megabytes of RAM
2019-03-25T20:24:53.746+0800 I INDEX [rsSync] build index done. scanned 1 total records. 0 secs
2019-03-25T20:24:53.755+0800 I INDEX [rsSync] build index on: config.tags properties: { v: 1, key: { _id: 1 }, name: “_id_”, ns: “config.tags” }
2019-03-25T20:24:53.755+0800 I INDEX [rsSync] building index using bulk method; build may temporarily use up to 500 megabytes of RAM
2019-03-25T20:24:53.760+0800 I INDEX [rsSync] build index done. scanned 0 total records. 0 secs
2019-03-25T20:24:53.772+0800 I INDEX [rsSync] build index on: config.migrations properties: { v: 1, key: { _id: 1 }, name: “_id_”, ns: “config.migrations” }
2019-03-25T20:24:53.772+0800 I INDEX [rsSync] building index using bulk method; build may temporarily use up to 500 megabytes of RAM
2019-03-25T20:24:53.777+0800 I INDEX [rsSync] build index done. scanned 0 total records. 0 secs
2019-03-25T20:24:53.777+0800 I REPL [rsSync] initial sync data copy, starting syncup
2019-03-25T20:24:53.777+0800 I REPL [rsSync] oplog sync 1 of 3
2019-03-25T20:24:53.777+0800 I REPL [rsSync] oplog sync 2 of 3
2019-03-25T20:24:53.778+0800 I REPL [rsSync] initial sync building indexes
2019-03-25T20:24:53.778+0800 I REPL [rsSync] initial sync cloning indexes for : admin
2019-03-25T20:24:53.779+0800 I STORAGE [rsSync] copying indexes for: { name: “system.version”, type: “collection”, options: {}, info: { readOnly: false }, idIndex: { v: 1, key: { _id: 1 }, name: “_id_”, ns: “admin.system.version” } }
2019-03-25T20:24:53.780+0800 E REPL [rsSync] 22 Attempt to use a decimal BSON type when experimental decimal server support is not currently enabled.
2019-03-25T20:24:53.780+0800 E REPL [rsSync] initial sync attempt failed, 3 attempts remaining
2019-03-25T20:24:54.467+0800 I REPL [ReplicationExecutor] could not find member to sync from
2019-03-25T20:24:58.781+0800 I REPL [rsSync] initial sync pending
2019-03-25T20:24:58.782+0800 I REPL [ReplicationExecutor] syncing from: 10.0.10.237:21000
2019-03-25T20:24:58.784+0800 I REPL [rsSync] initial sync ensuring correct oplog visibility. Starting at { ts: Timestamp 1553516695000|1, t: 11 }
2019-03-25T20:24:58.784+0800 I REPL [rsSync] initial sync drop all databases
2019-03-25T20:24:58.784+0800 I STORAGE [rsSync] dropAllDatabasesExceptLocal 3
2019-03-25T20:24:58.802+0800 I REPL [rsSync] initial sync clone all databases
2019-03-25T20:24:58.802+0800 I REPL [rsSync] fetching and creating collections for admin
2019-03-25T20:24:58.813+0800 I REPL [rsSync] fetching and creating collections for config
2019-03-25T20:24:58.892+0800 I REPL [rsSync] initial sync cloning db: admin
2019-03-25T20:24:58.906+0800 I INDEX [rsSync] build index on: admin.system.version properties: { v: 1, key: { _id: 1 }, name: “_id_”, ns: “admin.system.version” }
2019-03-25T20:24:58.906+0800 I INDEX [rsSync] building index using bulk method; build may temporarily use up to 500 megabytes of RAM
2019-03-25T20:24:58.909+0800 I INDEX [rsSync] build index done. scanned 1 total records. 0 secs
2019-03-25T20:24:58.910+0800 I REPL [rsSync] initial sync cloning db: config
2019-03-25T20:24:58.923+0800 I INDEX [rsSync] build index on: config.shards properties: { v: 1, key: { _id: 1 }, name: “_id_”, ns: “config.shards” }
2019-03-25T20:24:58.923+0800 I INDEX [rsSync] building index using bulk method; build may temporarily use up to 500 megabytes of RAM
2019-03-25T20:24:58.926+0800 I INDEX [rsSync] build index done. scanned 0 total records. 0 secs
2019-03-25T20:24:58.935+0800 I INDEX [rsSync] build index on: config.chunks properties: { v: 1, key: { _id: 1 }, name: “_id_”, ns: “config.chunks” }
2019-03-25T20:24:58.935+0800 I INDEX [rsSync] building index using bulk method; build may temporarily use up to 500 megabytes of RAM
2019-03-25T20:24:58.938+0800 I INDEX [rsSync] build index done. scanned 0 total records. 0 secs
2019-03-25T20:24:58.948+0800 I INDEX [rsSync] build index on: config.mongos properties: { v: 1, key: { _id: 1 }, name: “_id_”, ns: “config.mongos” }
2019-03-25T20:24:58.948+0800 I INDEX [rsSync] building index using bulk method; build may temporarily use up to 500 megabytes of RAM
2019-03-25T20:24:58.951+0800 I INDEX [rsSync] build index done. scanned 1 total records. 0 secs
2019-03-25T20:24:58.960+0800 I INDEX [rsSync] build index on: config.lockpings properties: { v: 1, key: { _id: 1 }, name: “_id_”, ns: “config.lockpings” }
2019-03-25T20:24:58.960+0800 I INDEX [rsSync] building index using bulk method; build may temporarily use up to 500 megabytes of RAM
2019-03-25T20:24:58.965+0800 I INDEX [rsSync] build index done. scanned 2 total records. 0 secs
2019-03-25T20:24:58.975+0800 I INDEX [rsSync] build index on: config.version properties: { v: 1, key: { _id: 1 }, name: “_id_”, ns: “config.version” }
2019-03-25T20:24:58.975+0800 I INDEX [rsSync] building index using bulk method; build may temporarily use up to 500 megabytes of RAM
2019-03-25T20:24:58.979+0800 I INDEX [rsSync] build index done. scanned 1 total records. 0 secs
2019-03-25T20:24:58.990+0800 I INDEX [rsSync] build index on: config.locks properties: { v: 1, key: { _id: 1 }, name: “_id_”, ns: “config.locks” }
2019-03-25T20:24:58.990+0800 I INDEX [rsSync] building index using bulk method; build may temporarily use up to 500 megabytes of RAM
2019-03-25T20:24:58.993+0800 I INDEX [rsSync] build index done. scanned 1 total records. 0 secs
2019-03-25T20:24:59.014+0800 I INDEX [rsSync] build index on: config.tags properties: { v: 1, key: { _id: 1 }, name: “_id_”, ns: “config.tags” }
2019-03-25T20:24:59.014+0800 I INDEX [rsSync] building index using bulk method; build may temporarily use up to 500 megabytes of RAM
2019-03-25T20:24:59.018+0800 I INDEX [rsSync] build index done. scanned 0 total records. 0 secs
2019-03-25T20:24:59.034+0800 I INDEX [rsSync] build index on: config.migrations properties: { v: 1, key: { _id: 1 }, name: “_id_”, ns: “config.migrations” }
2019-03-25T20:24:59.034+0800 I INDEX [rsSync] building index using bulk method; build may temporarily use up to 500 megabytes of RAM
2019-03-25T20:24:59.037+0800 I INDEX [rsSync] build index done. scanned 0 total records. 0 secs
2019-03-25T20:24:59.037+0800 I REPL [rsSync] initial sync data copy, starting syncup
2019-03-25T20:24:59.037+0800 I REPL [rsSync] oplog sync 1 of 3
2019-03-25T20:24:59.038+0800 I REPL [rsSync] oplog sync 2 of 3
2019-03-25T20:24:59.038+0800 I REPL [rsSync] initial sync building indexes
2019-03-25T20:24:59.038+0800 I REPL [rsSync] initial sync cloning indexes for : admin
2019-03-25T20:24:59.039+0800 I STORAGE [rsSync] copying indexes for: { name: “system.version”, type: “collection”, options: {}, info: { readOnly: false }, idIndex: { v: 1, key: { _id: 1 }, name: “_id_”, ns: “admin.system.version” } }
2019-03-25T20:24:59.040+0800 E REPL [rsSync] 22 Attempt to use a decimal BSON type when experimental decimal server support is not currently enabled.
2019-03-25T20:24:59.040+0800 E REPL [rsSync] initial sync attempt failed, 2 attempts remaining
2019-03-25T20:24:59.470+0800 I REPL [ReplicationExecutor] could not find member to sync from
2019-03-25T20:25:04.041+0800 I REPL [rsSync] initial sync pending
2019-03-25T20:25:04.041+0800 I REPL [ReplicationExecutor] syncing from: 10.0.10.237:21000
2019-03-25T20:25:04.043+0800 I REPL [rsSync] initial sync ensuring correct oplog visibility. Starting at { ts: Timestamp 1553516703000|1, t: 11 }
2019-03-25T20:25:04.044+0800 I REPL [rsSync] initial sync drop all databases
2019-03-25T20:25:04.044+0800 I STORAGE [rsSync] dropAllDatabasesExceptLocal 3
2019-03-25T20:25:04.065+0800 I REPL [rsSync] initial sync clone all databases
2019-03-25T20:25:04.066+0800 I REPL [rsSync] fetching and creating collections for admin
2019-03-25T20:25:04.077+0800 I REPL [rsSync] fetching and creating collections for config
2019-03-25T20:25:04.155+0800 I REPL [rsSync] initial sync cloning db: admin
2019-03-25T20:25:04.168+0800 I INDEX [rsSync] build index on: admin.system.version properties: { v: 1, key: { _id: 1 }, name: “_id_”, ns: “admin.system.version” }
2019-03-25T20:25:04.168+0800 I INDEX [rsSync] building index using bulk method; build may temporarily use up to 500 megabytes of RAM
2019-03-25T20:25:04.173+0800 I INDEX [rsSync] build index done. scanned 1 total records. 0 secs
2019-03-25T20:25:04.174+0800 I REPL [rsSync] initial sync cloning db: config
2019-03-25T20:25:04.185+0800 I INDEX [rsSync] build index on: config.shards properties: { v: 1, key: { _id: 1 }, name: “_id_”, ns: “config.shards” }
2019-03-25T20:25:04.185+0800 I INDEX [rsSync] building index using bulk method; build may temporarily use up to 500 megabytes of RAM
2019-03-25T20:25:04.189+0800 I INDEX [rsSync] build index done. scanned 0 total records. 0 secs
2019-03-25T20:25:04.198+0800 I INDEX [rsSync] build index on: config.chunks properties: { v: 1, key: { _id: 1 }, name: “_id_”, ns: “config.chunks” }
2019-03-25T20:25:04.198+0800 I INDEX [rsSync] building index using bulk method; build may temporarily use up to 500 megabytes of RAM
2019-03-25T20:25:04.202+0800 I INDEX [rsSync] build index done. scanned 0 total records. 0 secs
2019-03-25T20:25:04.214+0800 I INDEX [rsSync] build index on: config.mongos properties: { v: 1, key: { _id: 1 }, name: “_id_”, ns: “config.mongos” }
2019-03-25T20:25:04.214+0800 I INDEX [rsSync] building index using bulk method; build may temporarily use up to 500 megabytes of RAM
2019-03-25T20:25:04.217+0800 I INDEX [rsSync] build index done. scanned 1 total records. 0 secs
2019-03-25T20:25:04.228+0800 I INDEX [rsSync] build index on: config.lockpings properties: { v: 1, key: { _id: 1 }, name: “_id_”, ns: “config.lockpings” }
2019-03-25T20:25:04.228+0800 I INDEX [rsSync] building index using bulk method; build may temporarily use up to 500 megabytes of RAM
2019-03-25T20:25:04.232+0800 I INDEX [rsSync] build index done. scanned 2 total records. 0 secs
2019-03-25T20:25:04.244+0800 I INDEX [rsSync] build index on: config.version properties: { v: 1, key: { _id: 1 }, name: “_id_”, ns: “config.version” }
2019-03-25T20:25:04.244+0800 I INDEX [rsSync] building index using bulk method; build may temporarily use up to 500 megabytes of RAM
2019-03-25T20:25:04.250+0800 I INDEX [rsSync] build index done. scanned 1 total records. 0 secs
2019-03-25T20:25:04.259+0800 I INDEX [rsSync] build index on: config.locks properties: { v: 1, key: { _id: 1 }, name: “_id_”, ns: “config.locks” }
2019-03-25T20:25:04.259+0800 I INDEX [rsSync] building index using bulk method; build may temporarily use up to 500 megabytes of RAM
2019-03-25T20:25:04.263+0800 I INDEX [rsSync] build index done. scanned 1 total records. 0 secs
2019-03-25T20:25:04.274+0800 I INDEX [rsSync] build index on: config.tags properties: { v: 1, key: { _id: 1 }, name: “_id_”, ns: “config.tags” }
2019-03-25T20:25:04.274+0800 I INDEX [rsSync] building index using bulk method; build may temporarily use up to 500 megabytes of RAM
2019-03-25T20:25:04.279+0800 I INDEX [rsSync] build index done. scanned 0 total records. 0 secs
2019-03-25T20:25:04.289+0800 I INDEX [rsSync] build index on: config.migrations properties: { v: 1, key: { _id: 1 }, name: “_id_”, ns: “config.migrations” }
2019-03-25T20:25:04.289+0800 I INDEX [rsSync] building index using bulk method; build may temporarily use up to 500 megabytes of RAM
2019-03-25T20:25:04.292+0800 I INDEX [rsSync] build index done. scanned 0 total records. 0 secs
2019-03-25T20:25:04.292+0800 I REPL [rsSync] initial sync data copy, starting syncup
2019-03-25T20:25:04.292+0800 I REPL [rsSync] oplog sync 1 of 3
2019-03-25T20:25:04.293+0800 I REPL [rsSync] oplog sync 2 of 3
2019-03-25T20:25:04.293+0800 I REPL [rsSync] initial sync building indexes
2019-03-25T20:25:04.293+0800 I REPL [rsSync] initial sync cloning indexes for : admin
2019-03-25T20:25:04.294+0800 I STORAGE [rsSync] copying indexes for: { name: “system.version”, type: “collection”, options: {}, info: { readOnly: false }, idIndex: { v: 1, key: { _id: 1 }, name: “_id_”, ns: “admin.system.version” } }
2019-03-25T20:25:04.295+0800 E REPL [rsSync] 22 Attempt to use a decimal BSON type when experimental decimal server support is not currently enabled.
2019-03-25T20:25:04.295+0800 E REPL [rsSync] initial sync attempt failed, 1 attempts remaining
2019-03-25T20:25:04.472+0800 I REPL [ReplicationExecutor] could not find member to sync from
2019-03-25T20:25:04.472+0800 I ASIO [NetworkInterfaceASIO-Replication-0] Connecting to 10.0.10.237:21000
2019-03-25T20:25:04.472+0800 I ASIO [NetworkInterfaceASIO-Replication-0] Ending connection to host 10.0.10.237:21000 due to bad connection status; 1 connections to that host remain open
2019-03-25T20:25:04.473+0800 I ASIO [NetworkInterfaceASIO-Replication-0] Successfully connected to 10.0.10.237:21000, took 1ms (1 connections now open to 10.0.10.237:21000)
2019-03-25T20:25:09.296+0800 I REPL [rsSync] initial sync pending
2019-03-25T20:25:09.296+0800 I REPL [ReplicationExecutor] syncing from: 10.0.10.237:21000
2019-03-25T20:25:09.299+0800 I REPL [rsSync] initial sync ensuring correct oplog visibility. Starting at { ts: Timestamp 1553516703000|1, t: 11 }
2019-03-25T20:25:09.299+0800 I REPL [rsSync] initial sync drop all databases
2019-03-25T20:25:09.299+0800 I STORAGE [rsSync] dropAllDatabasesExceptLocal 3
2019-03-25T20:25:09.317+0800 I REPL [rsSync] initial sync clone all databases
2019-03-25T20:25:09.318+0800 I REPL [rsSync] fetching and creating collections for admin
2019-03-25T20:25:09.328+0800 I REPL [rsSync] fetching and creating collections for config
2019-03-25T20:25:09.409+0800 I REPL [rsSync] initial sync cloning db: admin
2019-03-25T20:25:09.422+0800 I INDEX [rsSync] build index on: admin.system.version properties: { v: 1, key: { _id: 1 }, name: “_id_”, ns: “admin.system.version” }
2019-03-25T20:25:09.422+0800 I INDEX [rsSync] building index using bulk method; build may temporarily use up to 500 megabytes of RAM
2019-03-25T20:25:09.426+0800 I INDEX [rsSync] build index done. scanned 1 total records. 0 secs
2019-03-25T20:25:09.426+0800 I REPL [rsSync] initial sync cloning db: config
2019-03-25T20:25:09.437+0800 I INDEX [rsSync] build index on: config.shards properties: { v: 1, key: { _id: 1 }, name: “_id_”, ns: “config.shards” }
2019-03-25T20:25:09.437+0800 I INDEX [rsSync] building index using bulk method; build may temporarily use up to 500 megabytes of RAM
2019-03-25T20:25:09.441+0800 I INDEX [rsSync] build index done. scanned 0 total records. 0 secs
2019-03-25T20:25:09.452+0800 I INDEX [rsSync] build index on: config.chunks properties: { v: 1, key: { _id: 1 }, name: “_id_”, ns: “config.chunks” }
2019-03-25T20:25:09.452+0800 I INDEX [rsSync] building index using bulk method; build may temporarily use up to 500 megabytes of RAM
2019-03-25T20:25:09.457+0800 I INDEX [rsSync] build index done. scanned 0 total records. 0 secs
2019-03-25T20:25:09.469+0800 I INDEX [rsSync] build index on: config.mongos properties: { v: 1, key: { _id: 1 }, name: “_id_”, ns: “config.mongos” }
2019-03-25T20:25:09.469+0800 I INDEX [rsSync] building index using bulk method; build may temporarily use up to 500 megabytes of RAM
2019-03-25T20:25:09.474+0800 I INDEX [rsSync] build index done. scanned 1 total records. 0 secs
2019-03-25T20:25:09.485+0800 I INDEX [rsSync] build index on: config.lockpings properties: { v: 1, key: { _id: 1 }, name: “_id_”, ns: “config.lockpings” }
2019-03-25T20:25:09.485+0800 I INDEX [rsSync] building index using bulk method; build may temporarily use up to 500 megabytes of RAM
2019-03-25T20:25:09.489+0800 I INDEX [rsSync] build index done. scanned 2 total records. 0 secs
2019-03-25T20:25:09.499+0800 I INDEX [rsSync] build index on: config.version properties: { v: 1, key: { _id: 1 }, name: “_id_”, ns: “config.version” }
2019-03-25T20:25:09.499+0800 I INDEX [rsSync] building index using bulk method; build may temporarily use up to 500 megabytes of RAM
2019-03-25T20:25:09.503+0800 I INDEX [rsSync] build index done. scanned 1 total records. 0 secs
2019-03-25T20:25:09.513+0800 I INDEX [rsSync] build index on: config.locks properties: { v: 1, key: { _id: 1 }, name: “_id_”, ns: “config.locks” }
2019-03-25T20:25:09.513+0800 I INDEX [rsSync] building index using bulk method; build may temporarily use up to 500 megabytes of RAM
2019-03-25T20:25:09.517+0800 I INDEX [rsSync] build index done. scanned 1 total records. 0 secs
2019-03-25T20:25:09.526+0800 I INDEX [rsSync] build index on: config.tags properties: { v: 1, key: { _id: 1 }, name: “_id_”, ns: “config.tags” }
2019-03-25T20:25:09.526+0800 I INDEX [rsSync] building index using bulk method; build may temporarily use up to 500 megabytes of RAM
2019-03-25T20:25:09.530+0800 I INDEX [rsSync] build index done. scanned 0 total records. 0 secs
2019-03-25T20:25:09.540+0800 I INDEX [rsSync] build index on: config.migrations properties: { v: 1, key: { _id: 1 }, name: “_id_”, ns: “config.migrations” }
2019-03-25T20:25:09.540+0800 I INDEX [rsSync] building index using bulk method; build may temporarily use up to 500 megabytes of RAM
2019-03-25T20:25:09.544+0800 I INDEX [rsSync] build index done. scanned 0 total records. 0 secs
2019-03-25T20:25:09.544+0800 I REPL [rsSync] initial sync data copy, starting syncup
2019-03-25T20:25:09.544+0800 I REPL [rsSync] oplog sync 1 of 3
2019-03-25T20:25:09.544+0800 I REPL [rsSync] oplog sync 2 of 3
2019-03-25T20:25:09.545+0800 I REPL [rsSync] initial sync building indexes
2019-03-25T20:25:09.545+0800 I REPL [rsSync] initial sync cloning indexes for : admin
2019-03-25T20:25:09.545+0800 I STORAGE [rsSync] copying indexes for: { name: “system.version”, type: “collection”, options: {}, info: { readOnly: false }, idIndex: { v: 1, key: { _id: 1 }, name: “_id_”, ns: “admin.system.version” } }
2019-03-25T20:25:09.547+0800 E REPL [rsSync] 22 Attempt to use a decimal BSON type when experimental decimal server support is not currently enabled.
2019-03-25T20:25:09.547+0800 E REPL [rsSync] initial sync attempt failed, 0 attempts remaining
2019-03-25T20:25:10.475+0800 I REPL [ReplicationExecutor] could not find member to sync from
2019-03-25T20:25:14.547+0800 F REPL [rsSync] The maximum number of retries have been exhausted for initial sync.
2019-03-25T20:25:14.547+0800 I – [rsSync] Fatal Assertion 16233
2019-03-25T20:25:14.547+0800 I – [rsSync]

***aborting after fassert() failure`