2015-12-17T14:20:52.982-0500 I CONTROL [initandlisten] MongoDB starting : pid=32557 port=27020 dbpath=/data/apps/mongo/MONGO_DB 64-bit host=sec-dev-mongo008 2015-12-17T14:20:52.982-0500 I CONTROL [initandlisten] db version v3.2.0-rc6-6-gfbb8433 2015-12-17T14:20:52.982-0500 I CONTROL [initandlisten] git version: fbb8433c210c2a028fad3524ad6c87817ccff0d8 2015-12-17T14:20:52.982-0500 I CONTROL [initandlisten] allocator: tcmalloc 2015-12-17T14:20:52.982-0500 I CONTROL [initandlisten] modules: none 2015-12-17T14:20:52.982-0500 I CONTROL [initandlisten] build environment: 2015-12-17T14:20:52.982-0500 I CONTROL [initandlisten] distarch: x86_64 2015-12-17T14:20:52.982-0500 I CONTROL [initandlisten] target_arch: x86_64 2015-12-17T14:20:52.982-0500 I CONTROL [initandlisten] options: { net: { port: 27020 }, processManagement: { fork: true }, replication: { replSet: "sec-dev-rs3" }, storage: { dbPath: "/data/apps/mongo/MONGO_DB", engine: "wiredTiger" }, systemLog: { destination: "file", path: "/var/log/mongo_db.log" } } 2015-12-17T14:20:53.002-0500 I STORAGE [initandlisten] wiredtiger_open config: create,cache_size=226G,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-12-17T14:20:53.026-0500 I CONTROL [initandlisten] ** WARNING: You are running this process as the root user, which is not recommended. 2015-12-17T14:20:53.026-0500 I CONTROL [initandlisten] 2015-12-17T14:20:53.026-0500 I CONTROL [initandlisten] 2015-12-17T14:20:53.026-0500 I CONTROL [initandlisten] ** WARNING: You are running on a NUMA machine. 2015-12-17T14:20:53.026-0500 I CONTROL [initandlisten] ** We suggest launching mongod like this to avoid performance problems: 2015-12-17T14:20:53.026-0500 I CONTROL [initandlisten] ** numactl --interleave=all mongod [other options] 2015-12-17T14:20:53.026-0500 I CONTROL [initandlisten] 2015-12-17T14:20:53.026-0500 I CONTROL [initandlisten] ** WARNING: /proc/sys/vm/overcommit_memory is 2 2015-12-17T14:20:53.026-0500 I CONTROL [initandlisten] ** Journaling works best with it set to 0 or 1 2015-12-17T14:20:53.026-0500 I CONTROL [initandlisten] 2015-12-17T14:20:53.029-0500 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-12-17T14:20:53.029-0500 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-12-17T14:20:53.029-0500 I FTDC [initandlisten] Initializing full-time diagnostic data capture with directory '/data/apps/mongo/MONGO_DB/diagnostic.data' 2015-12-17T14:20:53.029-0500 I NETWORK [HostnameCanonicalizationWorker] Starting hostname canonicalization worker 2015-12-17T14:20:53.031-0500 I NETWORK [initandlisten] waiting for connections on port 27020 2015-12-17T14:20:53.083-0500 I NETWORK [initandlisten] connection accepted from 10.175.73.50:51623 #1 (1 connection now open) 2015-12-17T14:20:53.083-0500 I NETWORK [conn1] end connection 10.175.73.50:51623 (0 connections now open) 2015-12-17T14:20:53.973-0500 I NETWORK [initandlisten] connection accepted from 127.0.0.1:60728 #2 (1 connection now open) 2015-12-17T14:20:53.973-0500 I NETWORK [conn2] end connection 127.0.0.1:60728 (0 connections now open) 2015-12-17T14:20:58.139-0500 I NETWORK [initandlisten] connection accepted from 10.175.73.50:51634 #3 (1 connection now open) 2015-12-17T14:20:58.139-0500 I NETWORK [conn3] end connection 10.175.73.50:51634 (0 connections now open) 2015-12-17T14:20:58.140-0500 I NETWORK [initandlisten] connection accepted from 10.175.73.50:51635 #4 (1 connection now open) 2015-12-17T14:20:58.141-0500 I ASIO [NetworkInterfaceASIO-Replication-0] Successfully connected to sec-dev-mongo004:27020 2015-12-17T14:20:58.145-0500 I REPL [replExecDBWorker-0] Starting replication applier threads 2015-12-17T14:20:58.145-0500 W REPL [rsSync] did not receive a valid config yet 2015-12-17T14:20:58.145-0500 I REPL [ReplicationExecutor] New replica set config in use: { _id: "sec-dev-rs3", version: 2, protocolVersion: 1, members: [ { _id: 0, host: "sec-dev-mongo004:27020", arbiterOnly: false, buildIndexes: true, hidden: false, priority: 1.0, tags: {}, slaveDelay: 0, votes: 1 }, { _id: 1, host: "sec-dev-mongo008:27020", 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 } } } 2015-12-17T14:20:58.145-0500 I REPL [ReplicationExecutor] This node is sec-dev-mongo008:27020 in the config 2015-12-17T14:20:58.145-0500 I REPL [ReplicationExecutor] transition to STARTUP2 2015-12-17T14:20:58.145-0500 I REPL [ReplicationExecutor] Member sec-dev-mongo004:27020 is now in state PRIMARY 2015-12-17T14:20:58.183-0500 I NETWORK [initandlisten] connection accepted from 10.175.73.50:51637 #5 (2 connections now open) 2015-12-17T14:20:58.183-0500 I NETWORK [conn5] end connection 10.175.73.50:51637 (1 connection now open) 2015-12-17T14:20:58.189-0500 I REPL [ReplicationExecutor] New replica set config in use: { _id: "sec-dev-rs3", version: 3, protocolVersion: 1, members: [ { _id: 0, host: "sec-dev-mongo004:27020", arbiterOnly: false, buildIndexes: true, hidden: false, priority: 1.0, tags: {}, slaveDelay: 0, votes: 1 }, { _id: 1, host: "sec-dev-mongo008:27020", arbiterOnly: false, buildIndexes: true, hidden: false, priority: 1.0, tags: {}, slaveDelay: 0, votes: 1 }, { _id: 2, host: "sec-dev-mongo012:27020", 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 } } } 2015-12-17T14:20:58.189-0500 I REPL [ReplicationExecutor] This node is sec-dev-mongo008:27020 in the config 2015-12-17T14:20:58.189-0500 I ASIO [NetworkInterfaceASIO-Replication-0] Successfully connected to sec-dev-mongo012:27020 2015-12-17T14:20:58.189-0500 I REPL [ReplicationExecutor] Member sec-dev-mongo012:27020 is now in state STARTUP 2015-12-17T14:20:58.190-0500 I NETWORK [initandlisten] connection accepted from 10.175.73.251:33470 #6 (2 connections now open) 2015-12-17T14:20:58.190-0500 I NETWORK [conn6] end connection 10.175.73.251:33470 (1 connection now open) 2015-12-17T14:20:58.190-0500 I NETWORK [initandlisten] connection accepted from 10.175.73.251:33471 #7 (2 connections now open) 2015-12-17T14:20:59.145-0500 I REPL [rsSync] ****** 2015-12-17T14:20:59.145-0500 I REPL [rsSync] creating replication oplog of size: 51200MB... 2015-12-17T14:20:59.146-0500 I STORAGE [rsSync] Starting WiredTigerRecordStoreThread local.oplog.rs 2015-12-17T14:20:59.146-0500 I STORAGE [rsSync] The size storer reports that the oplog contains 0 records totaling to 0 bytes 2015-12-17T14:20:59.146-0500 I STORAGE [rsSync] Scanning the oplog to determine where to place markers for truncation 2015-12-17T14:20:59.150-0500 I REPL [rsSync] ****** 2015-12-17T14:20:59.150-0500 I REPL [rsSync] initial sync pending 2015-12-17T14:20:59.152-0500 I REPL [ReplicationExecutor] syncing from: sec-dev-mongo004:27020 2015-12-17T14:20:59.154-0500 I REPL [rsSync] initial sync drop all databases 2015-12-17T14:20:59.154-0500 I STORAGE [rsSync] dropAllDatabasesExceptLocal 1 2015-12-17T14:20:59.154-0500 I REPL [rsSync] initial sync clone all databases 2015-12-17T14:20:59.154-0500 I REPL [rsSync] initial sync data copy, starting syncup 2015-12-17T14:20:59.154-0500 I REPL [rsSync] oplog sync 1 of 3 2015-12-17T14:20:59.154-0500 I REPL [rsSync] oplog sync 2 of 3 2015-12-17T14:20:59.154-0500 I REPL [rsSync] initial sync building indexes 2015-12-17T14:20:59.154-0500 I REPL [rsSync] oplog sync 3 of 3 2015-12-17T14:20:59.155-0500 I REPL [rsSync] initial sync finishing up 2015-12-17T14:20:59.155-0500 I REPL [rsSync] set minValid=(term: 1, timestamp: Dec 17 14:20:57:2) 2015-12-17T14:20:59.155-0500 I REPL [rsSync] initial sync done 2015-12-17T14:20:59.155-0500 I REPL [ReplicationExecutor] transition to RECOVERING 2015-12-17T14:20:59.156-0500 I REPL [ReplicationExecutor] transition to SECONDARY 2015-12-17T14:21:00.145-0500 I REPL [ReplicationExecutor] could not find member to sync from 2015-12-17T14:21:00.146-0500 I REPL [ReplicationExecutor] Member sec-dev-mongo012:27020 is now in state SECONDARY 2015-12-17T14:21:02.999-0500 I NETWORK [initandlisten] connection accepted from 10.175.73.50:51660 #8 (3 connections now open) 2015-12-17T14:21:07.389-0500 I NETWORK [initandlisten] connection accepted from 10.175.73.133:45472 #9 (4 connections now open) 2015-12-17T14:21:07.964-0500 I NETWORK [initandlisten] connection accepted from 10.175.73.135:40691 #10 (5 connections now open) 2015-12-17T14:21:08.140-0500 I NETWORK [initandlisten] connection accepted from 10.175.73.49:54810 #11 (6 connections now open) 2015-12-17T14:21:08.551-0500 I NETWORK [initandlisten] connection accepted from 10.175.73.50:51673 #12 (7 connections now open) 2015-12-17T14:21:09.498-0500 I NETWORK [initandlisten] connection accepted from 10.175.73.160:43668 #13 (8 connections now open) 2015-12-17T14:21:10.649-0500 I NETWORK [initandlisten] connection accepted from 10.175.73.190:58551 #14 (9 connections now open) 2015-12-17T14:21:11.672-0500 I NETWORK [initandlisten] connection accepted from 10.175.73.191:48330 #15 (10 connections now open) 2015-12-17T14:21:12.982-0500 I NETWORK [initandlisten] connection accepted from 10.175.73.203:56722 #16 (11 connections now open) 2015-12-17T14:21:14.391-0500 I NETWORK [initandlisten] connection accepted from 10.175.73.204:39428 #17 (12 connections now open) 2015-12-17T14:21:15.375-0500 I NETWORK [initandlisten] connection accepted from 10.175.73.215:34517 #18 (13 connections now open) 2015-12-17T14:21:16.478-0500 I NETWORK [initandlisten] connection accepted from 10.175.73.216:36600 #19 (14 connections now open) 2015-12-17T14:21:17.715-0500 I NETWORK [initandlisten] connection accepted from 10.175.73.251:33492 #20 (15 connections now open) 2015-12-17T14:22:39.520-0500 I NETWORK [initandlisten] connection accepted from 10.175.73.133:45547 #21 (16 connections now open) 2015-12-17T14:23:00.685-0500 I NETWORK [initandlisten] connection accepted from 10.175.73.135:40759 #22 (17 connections now open) 2015-12-17T14:23:10.154-0500 I REPL [ReplicationExecutor] syncing from: sec-dev-mongo004:27020 2015-12-17T14:23:10.156-0500 I REPL [SyncSourceFeedback] setting syncSourceFeedback to sec-dev-mongo004:27020 2015-12-17T14:23:10.157-0500 I ASIO [NetworkInterfaceASIO-BGSync-0] Successfully connected to sec-dev-mongo004:27020 2015-12-17T14:23:10.160-0500 I INDEX [repl writer worker 1] build index on: sec-dev-testmangold.mangold4 properties: { v: 1, key: { ENTITY_ID: 1 }, name: "ENTITY_ID_1", ns: "sec-dev-testmangold.mangold4" } 2015-12-17T14:23:10.160-0500 I INDEX [repl writer worker 1] building index using bulk method 2015-12-17T14:23:10.161-0500 I INDEX [repl writer worker 1] build index done. scanned 0 total records. 0 secs 2015-12-17T14:23:10.225-0500 I NETWORK [initandlisten] connection accepted from 10.175.73.251:33554 #23 (18 connections now open) 2015-12-17T14:23:10.226-0500 I NETWORK [conn23] end connection 10.175.73.251:33554 (17 connections now open) 2015-12-17T14:23:10.226-0500 I NETWORK [initandlisten] connection accepted from 10.175.73.251:33555 #24 (18 connections now open) 2015-12-17T14:23:10.226-0500 I NETWORK [initandlisten] connection accepted from 10.175.73.251:33556 #25 (19 connections now open) 2015-12-17T14:25:59.182-0500 I INDEX [repl writer worker 5] build index on: sec-dev-testmangold.mangold5 properties: { v: 1, key: { ENTITY_ID: 1 }, name: "ENTITY_ID_1", ns: "sec-dev-testmangold.mangold5" } 2015-12-17T14:25:59.182-0500 I INDEX [repl writer worker 5] building index using bulk method 2015-12-17T14:25:59.183-0500 I INDEX [repl writer worker 5] build index done. scanned 0 total records. 0 secs 2015-12-17T14:25:59.792-0500 I NETWORK [initandlisten] connection accepted from 10.175.73.49:54962 #26 (20 connections now open) 2015-12-17T14:36:34.475-0500 I COMMAND [repl writer worker 9] CMD: drop sec-dev-testmangold.mangold5 2015-12-17T14:36:36.868-0500 I INDEX [repl writer worker 12] build index on: sec-dev-testmangold.mangold5 properties: { v: 1, key: { ENTITY_ID: 1 }, name: "ENTITY_ID_1", ns: "sec-dev-testmangold.mangold5" } 2015-12-17T14:36:36.868-0500 I INDEX [repl writer worker 12] building index using bulk method 2015-12-17T14:36:36.868-0500 I INDEX [repl writer worker 12] build index done. scanned 0 total records. 0 secs 2015-12-17T14:38:45.904-0500 I COMMAND [repl writer worker 13] CMD: drop sec-dev-testmangold.mangold5 2015-12-17T14:38:48.115-0500 I INDEX [repl writer worker 0] build index on: sec-dev-testmangold.mangold5 properties: { v: 1, key: { ENTITY_ID: 1 }, name: "ENTITY_ID_1", ns: "sec-dev-testmangold.mangold5" } 2015-12-17T14:38:48.115-0500 I INDEX [repl writer worker 0] building index using bulk method 2015-12-17T14:38:48.116-0500 I INDEX [repl writer worker 0] build index done. scanned 0 total records. 0 secs 2015-12-17T14:40:06.330-0500 I NETWORK [initandlisten] connection accepted from 10.175.73.251:34080 #27 (21 connections now open) 2015-12-17T14:45:12.540-0500 I COMMAND [repl writer worker 3] CMD: drop sec-dev-testmangold.mangold5 2015-12-17T14:45:14.877-0500 I INDEX [repl writer worker 6] build index on: sec-dev-testmangold.mangold5 properties: { v: 1, key: { ENTITY_ID: 1 }, name: "ENTITY_ID_1", ns: "sec-dev-testmangold.mangold5" } 2015-12-17T14:45:14.877-0500 I INDEX [repl writer worker 6] building index using bulk method 2015-12-17T14:45:14.877-0500 I INDEX [repl writer worker 6] build index done. scanned 0 total records. 0 secs 2015-12-17T14:54:48.589-0500 I ASIO [NetworkInterfaceASIO-BGSync-0] Successfully connected to sec-dev-mongo004:27020 2015-12-17T16:05:02.671-0500 I COMMAND [repl writer worker 9] CMD: drop sec-dev-testmangold.mangold5 2015-12-17T16:05:05.695-0500 I INDEX [repl writer worker 12] build index on: sec-dev-testmangold.mangold5 properties: { v: 1, key: { ENTITY_ID: 1 }, name: "ENTITY_ID_1", ns: "sec-dev-testmangold.mangold5" } 2015-12-17T16:05:05.695-0500 I INDEX [repl writer worker 12] building index using bulk method 2015-12-17T16:05:05.696-0500 I INDEX [repl writer worker 12] build index done. scanned 0 total records. 0 secs 2015-12-17T16:42:49.359-0500 I INDEX [repl writer worker 15] build index on: sec-dev-testmangold1.mangold1 properties: { v: 1, key: { ENTITY_ID: 1 }, name: "ENTITY_ID_1", ns: "sec-dev-testmangold1.mangold1" } 2015-12-17T16:42:49.359-0500 I INDEX [repl writer worker 15] building index using bulk method 2015-12-17T16:42:49.360-0500 I INDEX [repl writer worker 15] build index done. scanned 0 total records. 0 secs 2015-12-17T16:45:50.545-0500 I COMMAND [repl writer worker 14] CMD: drop sec-dev-testmangold1.mangold1 2015-12-17T16:45:53.466-0500 I INDEX [repl writer worker 1] build index on: sec-dev-testmangold1.mangold1 properties: { v: 1, key: { ENTITY_ID: 1 }, name: "ENTITY_ID_1", ns: "sec-dev-testmangold1.mangold1" } 2015-12-17T16:45:53.466-0500 I INDEX [repl writer worker 1] building index using bulk method 2015-12-17T16:45:53.467-0500 I INDEX [repl writer worker 1] build index done. scanned 0 total records. 0 secs 2015-12-17T16:58:03.277-0500 I INDEX [repl writer worker 8] build index on: OMEGA.MarketState properties: { v: 1, key: { ENTITY_ID: 1 }, name: "ENTITY_ID_1", ns: "OMEGA.MarketState" } 2015-12-17T16:58:03.277-0500 I INDEX [repl writer worker 8] building index using bulk method 2015-12-17T16:58:03.278-0500 I INDEX [repl writer worker 8] build index done. scanned 0 total records. 0 secs 2015-12-17T16:58:03.351-0500 I INDEX [repl writer worker 11] build index on: OMEGA.EntityGroupEvaluationConfig properties: { v: 1, key: { ENTITY_ID: 1 }, name: "ENTITY_ID_1", ns: "OMEGA.EntityGroupEvaluationConfig" } 2015-12-17T16:58:03.351-0500 I INDEX [repl writer worker 11] building index using bulk method 2015-12-17T16:58:03.352-0500 I INDEX [repl writer worker 11] build index done. scanned 0 total records. 0 secs 2015-12-17T16:58:03.441-0500 I INDEX [repl writer worker 3] build index on: OMEGA.ListingEvent properties: { v: 1, key: { ENTITY_ID: 1 }, name: "ENTITY_ID_1", ns: "OMEGA.ListingEvent" } 2015-12-17T16:58:03.441-0500 I INDEX [repl writer worker 3] building index using bulk method 2015-12-17T16:58:03.441-0500 I INDEX [repl writer worker 3] build index done. scanned 0 total records. 0 secs 2015-12-17T16:58:06.940-0500 I INDEX [repl writer worker 7] build index on: OMEGA.ScorecardData properties: { v: 1, key: { ENTITY_ID: 1 }, name: "ENTITY_ID_1", ns: "OMEGA.ScorecardData" } 2015-12-17T16:58:06.940-0500 I INDEX [repl writer worker 7] building index using bulk method 2015-12-17T16:58:06.940-0500 I INDEX [repl writer worker 7] build index done. scanned 0 total records. 0 secs 2015-12-17T16:58:07.962-0500 I INDEX [repl writer worker 14] build index on: OMEGA.CorpActionText properties: { v: 1, key: { ENTITY_ID: 1 }, name: "ENTITY_ID_1", ns: "OMEGA.CorpActionText" } 2015-12-17T16:58:07.962-0500 I INDEX [repl writer worker 14] building index using bulk method 2015-12-17T16:58:07.963-0500 I INDEX [repl writer worker 14] build index done. scanned 0 total records. 0 secs 2015-12-17T16:58:09.768-0500 I INDEX [repl writer worker 1] build index on: OMEGA.Dividend properties: { v: 1, key: { ENTITY_ID: 1 }, name: "ENTITY_ID_1", ns: "OMEGA.Dividend" } 2015-12-17T16:58:09.768-0500 I INDEX [repl writer worker 1] building index using bulk method 2015-12-17T16:58:09.769-0500 I INDEX [repl writer worker 1] build index done. scanned 0 total records. 0 secs 2015-12-17T16:58:09.802-0500 I INDEX [repl writer worker 13] build index on: OMEGA.CorpAction properties: { v: 1, key: { ENTITY_ID: 1 }, name: "ENTITY_ID_1", ns: "OMEGA.CorpAction" } 2015-12-17T16:58:09.802-0500 I INDEX [repl writer worker 13] building index using bulk method 2015-12-17T16:58:09.802-0500 I INDEX [repl writer worker 13] build index done. scanned 0 total records. 0 secs 2015-12-17T16:58:09.835-0500 I INDEX [repl writer worker 9] build index on: OMEGA.MifidData properties: { v: 1, key: { ENTITY_ID: 1 }, name: "ENTITY_ID_1", ns: "OMEGA.MifidData" } 2015-12-17T16:58:09.835-0500 I INDEX [repl writer worker 9] building index using bulk method 2015-12-17T16:58:09.835-0500 I INDEX [repl writer worker 9] build index done. scanned 0 total records. 0 secs 2015-12-17T16:58:09.868-0500 I INDEX [repl writer worker 9] build index on: OMEGA.DealerMarketColor properties: { v: 1, key: { ENTITY_ID: 1 }, name: "ENTITY_ID_1", ns: "OMEGA.DealerMarketColor" } 2015-12-17T16:58:09.868-0500 I INDEX [repl writer worker 9] building index using bulk method 2015-12-17T16:58:09.869-0500 I INDEX [repl writer worker 9] build index done. scanned 0 total records. 0 secs 2015-12-17T16:58:09.901-0500 I INDEX [repl writer worker 3] build index on: OMEGA.Redemption properties: { v: 1, key: { ENTITY_ID: 1 }, name: "ENTITY_ID_1", ns: "OMEGA.Redemption" } 2015-12-17T16:58:09.901-0500 I INDEX [repl writer worker 3] building index using bulk method 2015-12-17T16:58:09.902-0500 I INDEX [repl writer worker 3] build index done. scanned 0 total records. 0 secs 2015-12-17T16:58:09.935-0500 I INDEX [repl writer worker 0] build index on: OMEGA.MuniRedemption properties: { v: 1, key: { ENTITY_ID: 1 }, name: "ENTITY_ID_1", ns: "OMEGA.MuniRedemption" } 2015-12-17T16:58:09.935-0500 I INDEX [repl writer worker 0] building index using bulk method 2015-12-17T16:58:09.935-0500 I INDEX [repl writer worker 0] build index done. scanned 0 total records. 0 secs 2015-12-17T16:58:09.968-0500 I INDEX [repl writer worker 2] build index on: OMEGA.Rating properties: { v: 1, key: { ENTITY_ID: 1 }, name: "ENTITY_ID_1", ns: "OMEGA.Rating" } 2015-12-17T16:58:09.968-0500 I INDEX [repl writer worker 2] building index using bulk method 2015-12-17T16:58:09.969-0500 I INDEX [repl writer worker 2] build index done. scanned 0 total records. 0 secs 2015-12-17T16:58:21.274-0500 I INDEX [repl writer worker 0] build index on: OMEGA.DailyEntityGroupEvaluationStatus properties: { v: 1, key: { ENTITY_ID: 1 }, name: "ENTITY_ID_1", ns: "OMEGA.DailyEntityGroupEvaluationStatus" } 2015-12-17T16:58:21.274-0500 I INDEX [repl writer worker 0] building index using bulk method 2015-12-17T16:58:21.275-0500 I INDEX [repl writer worker 0] build index done. scanned 0 total records. 0 secs 2015-12-17T16:58:40.484-0500 I INDEX [repl writer worker 15] build index on: OMEGA.DailyEntityGroupEvaluationStatus properties: { v: 1, key: { ENTITY_ID: 1, SOURCE: 1, ENTITY_GROUP: 1, DATE: 1 }, name: "ENTITY_ID_1_SOURCE_1_ENTITY_GROUP_1_DATE_1", ns: "OMEGA.DailyEntityGroupEvaluationStatus" } 2015-12-17T16:58:40.484-0500 I INDEX [repl writer worker 15] building index using bulk method 2015-12-17T16:58:40.485-0500 I INDEX [repl writer worker 15] build index done. scanned 0 total records. 0 secs 2015-12-18T09:14:28.069-0500 I INDEX [repl writer worker 5] build index on: OMEGA.CorpActionContact properties: { v: 1, key: { ENTITY_ID: 1 }, name: "ENTITY_ID_1", ns: "OMEGA.CorpActionContact" } 2015-12-18T09:14:28.069-0500 I INDEX [repl writer worker 5] building index using bulk method 2015-12-18T09:14:28.069-0500 I INDEX [repl writer worker 5] build index done. scanned 0 total records. 0 secs 2015-12-18T09:14:29.153-0500 I INDEX [repl writer worker 3] build index on: OMEGA.Xref properties: { v: 1, key: { ENTITY_ID: 1 }, name: "ENTITY_ID_1", ns: "OMEGA.Xref" } 2015-12-18T09:14:29.153-0500 I INDEX [repl writer worker 3] building index using bulk method 2015-12-18T09:14:29.153-0500 I INDEX [repl writer worker 3] build index done. scanned 0 total records. 0 secs 2015-12-18T09:15:50.243-0500 I INDEX [repl writer worker 10] build index on: OMEGA.Basket properties: { v: 1, key: { ENTITY_ID: 1 }, name: "ENTITY_ID_1", ns: "OMEGA.Basket" } 2015-12-18T09:15:50.243-0500 I INDEX [repl writer worker 10] building index using bulk method 2015-12-18T09:15:50.243-0500 I INDEX [repl writer worker 10] build index done. scanned 0 total records. 0 secs 2015-12-18T09:15:54.395-0500 I INDEX [repl writer worker 1] build index on: OMEGA.MonthlyStatistic properties: { v: 1, key: { ENTITY_ID: 1 }, name: "ENTITY_ID_1", ns: "OMEGA.MonthlyStatistic" } 2015-12-18T09:15:54.395-0500 I INDEX [repl writer worker 1] building index using bulk method 2015-12-18T09:15:54.396-0500 I INDEX [repl writer worker 1] build index done. scanned 0 total records. 0 secs 2015-12-18T09:16:25.144-0500 I INDEX [repl writer worker 1] build index on: OMEGA.MuniSandPRXRating properties: { v: 1, key: { ENTITY_ID: 1 }, name: "ENTITY_ID_1", ns: "OMEGA.MuniSandPRXRating" } 2015-12-18T09:16:25.144-0500 I INDEX [repl writer worker 1] building index using bulk method 2015-12-18T09:16:25.145-0500 I INDEX [repl writer worker 1] build index done. scanned 0 total records. 0 secs 2015-12-18T09:16:26.218-0500 I INDEX [repl writer worker 8] build index on: OMEGA.RTSXref properties: { v: 1, key: { ENTITY_ID: 1 }, name: "ENTITY_ID_1", ns: "OMEGA.RTSXref" } 2015-12-18T09:16:26.218-0500 I INDEX [repl writer worker 8] building index using bulk method 2015-12-18T09:16:26.219-0500 I INDEX [repl writer worker 8] build index done. scanned 0 total records. 0 secs 2015-12-18T09:19:34.775-0500 I INDEX [repl writer worker 11] build index on: OMEGA.InformationAnnouncement properties: { v: 1, key: { ENTITY_ID: 1 }, name: "ENTITY_ID_1", ns: "OMEGA.InformationAnnouncement" } 2015-12-18T09:19:34.775-0500 I INDEX [repl writer worker 11] building index using bulk method 2015-12-18T09:19:34.776-0500 I INDEX [repl writer worker 11] build index done. scanned 0 total records. 0 secs 2015-12-18T09:19:35.829-0500 I INDEX [repl writer worker 9] build index on: OMEGA.RoutingDirectory properties: { v: 1, key: { ENTITY_ID: 1 }, name: "ENTITY_ID_1", ns: "OMEGA.RoutingDirectory" } 2015-12-18T09:19:35.829-0500 I INDEX [repl writer worker 9] building index using bulk method 2015-12-18T09:19:35.830-0500 I INDEX [repl writer worker 9] build index done. scanned 0 total records. 0 secs 2015-12-18T09:20:44.503-0500 I INDEX [repl writer worker 6] build index on: OMEGA.DailyPrice properties: { v: 1, key: { ENTITY_ID: 1 }, name: "ENTITY_ID_1", ns: "OMEGA.DailyPrice" } 2015-12-18T09:20:44.503-0500 I INDEX [repl writer worker 6] building index using bulk method 2015-12-18T09:20:44.503-0500 I INDEX [repl writer worker 6] build index done. scanned 0 total records. 0 secs 2015-12-18T09:22:13.101-0500 I INDEX [repl writer worker 14] build index on: OMEGA.EquationContext properties: { v: 1, key: { ENTITY_ID: 1 }, name: "ENTITY_ID_1", ns: "OMEGA.EquationContext" } 2015-12-18T09:22:13.101-0500 I INDEX [repl writer worker 14] building index using bulk method 2015-12-18T09:22:13.102-0500 I INDEX [repl writer worker 14] build index done. scanned 0 total records. 0 secs 2015-12-18T09:23:22.785-0500 I INDEX [repl writer worker 1] build index on: OMEGA.IdentifierChange2 properties: { v: 1, key: { ENTITY_ID: 1 }, name: "ENTITY_ID_1", ns: "OMEGA.IdentifierChange2" } 2015-12-18T09:23:22.785-0500 I INDEX [repl writer worker 1] building index using bulk method 2015-12-18T09:23:22.786-0500 I INDEX [repl writer worker 1] build index done. scanned 0 total records. 0 secs 2015-12-18T09:23:24.855-0500 I INDEX [repl writer worker 15] build index on: OMEGA.MuniPartialRedemption properties: { v: 1, key: { ENTITY_ID: 1 }, name: "ENTITY_ID_1", ns: "OMEGA.MuniPartialRedemption" } 2015-12-18T09:23:24.855-0500 I INDEX [repl writer worker 15] building index using bulk method 2015-12-18T09:23:24.856-0500 I INDEX [repl writer worker 15] build index done. scanned 0 total records. 0 secs 2015-12-18T09:23:31.811-0500 I INDEX [repl writer worker 5] build index on: OMEGA.EntityGroupTenorData properties: { v: 1, key: { ENTITY_ID: 1 }, name: "ENTITY_ID_1", ns: "OMEGA.EntityGroupTenorData" } 2015-12-18T09:23:31.811-0500 I INDEX [repl writer worker 5] building index using bulk method 2015-12-18T09:23:31.811-0500 I INDEX [repl writer worker 5] build index done. scanned 0 total records. 0 secs 2015-12-18T09:23:31.811-0500 I COMMAND [conn25] command local.oplog.rs command: getMore { getMore: 22910350323, collection: "oplog.rs", maxTimeMS: 5000, term: 1, lastKnownCommittedOpTime: { ts: Timestamp 1450448607000|26599, t: 1 } } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:465 locks:{ Global: { acquireCount: { r: 2 }, acquireWaitCount: { r: 1 }, timeAcquiringMicros: { r: 202900 } }, Database: { acquireCount: { r: 1 }, acquireWaitCount: { r: 1 }, timeAcquiringMicros: { r: 78 } }, oplog: { acquireCount: { r: 1 } } } protocol:op_command 203ms 2015-12-18T09:26:07.020-0500 I INDEX [repl writer worker 5] build index on: OMEGA.EvaluationConfig properties: { v: 1, key: { ENTITY_ID: 1 }, name: "ENTITY_ID_1", ns: "OMEGA.EvaluationConfig" } 2015-12-18T09:26:07.020-0500 I INDEX [repl writer worker 5] building index using bulk method 2015-12-18T09:26:07.021-0500 I INDEX [repl writer worker 5] build index done. scanned 0 total records. 0 secs 2015-12-18T09:29:59.757-0500 I INDEX [repl writer worker 13] build index on: OMEGA.RefData properties: { v: 1, key: { ENTITY_ID: 1 }, name: "ENTITY_ID_1", ns: "OMEGA.RefData" } 2015-12-18T09:29:59.758-0500 I INDEX [repl writer worker 13] building index using bulk method 2015-12-18T09:29:59.758-0500 I INDEX [repl writer worker 13] build index done. scanned 0 total records. 0 secs 2015-12-18T09:32:09.983-0500 I INDEX [repl writer worker 0] build index on: OMEGA.ClearstreamEnrichmentRequest properties: { v: 1, key: { ENTITY_ID: 1 }, name: "ENTITY_ID_1", ns: "OMEGA.ClearstreamEnrichmentRequest" } 2015-12-18T09:32:09.983-0500 I INDEX [repl writer worker 0] building index using bulk method 2015-12-18T09:32:09.984-0500 I INDEX [repl writer worker 0] build index done. scanned 0 total records. 0 secs 2015-12-18T09:36:50.222-0500 I INDEX [repl writer worker 9] build index on: OMEGA.WarrantAgentGuarantor properties: { v: 1, key: { ENTITY_ID: 1 }, name: "ENTITY_ID_1", ns: "OMEGA.WarrantAgentGuarantor" } 2015-12-18T09:36:50.222-0500 I INDEX [repl writer worker 9] building index using bulk method 2015-12-18T09:36:50.223-0500 I INDEX [repl writer worker 9] build index done. scanned 0 total records. 0 secs 2015-12-18T09:36:53.478-0500 I INDEX [repl writer worker 2] build index on: OMEGA.FileStatus properties: { v: 1, key: { ENTITY_ID: 1 }, name: "ENTITY_ID_1", ns: "OMEGA.FileStatus" } 2015-12-18T09:36:53.478-0500 I INDEX [repl writer worker 2] building index using bulk method 2015-12-18T09:36:53.479-0500 I INDEX [repl writer worker 2] build index done. scanned 0 total records. 0 secs 2015-12-18T09:41:14.432-0500 I INDEX [repl writer worker 8] build index on: OMEGA.DailyIssuerData properties: { v: 1, key: { ENTITY_ID: 1 }, name: "ENTITY_ID_1", ns: "OMEGA.DailyIssuerData" } 2015-12-18T09:41:14.432-0500 I INDEX [repl writer worker 8] building index using bulk method 2015-12-18T09:41:14.433-0500 I INDEX [repl writer worker 8] build index done. scanned 0 total records. 0 secs 2015-12-18T09:41:14.645-0500 I INDEX [repl writer worker 13] build index on: OMEGA.DailyTenorData properties: { v: 1, key: { ENTITY_ID: 1 }, name: "ENTITY_ID_1", ns: "OMEGA.DailyTenorData" } 2015-12-18T09:41:14.645-0500 I INDEX [repl writer worker 13] building index using bulk method 2015-12-18T09:41:14.646-0500 I INDEX [repl writer worker 13] build index done. scanned 0 total records. 0 secs 2015-12-18T09:41:14.756-0500 I INDEX [repl writer worker 7] build index on: OMEGA.AiRates properties: { v: 1, key: { ENTITY_ID: 1 }, name: "ENTITY_ID_1", ns: "OMEGA.AiRates" } 2015-12-18T09:41:14.757-0500 I INDEX [repl writer worker 7] building index using bulk method 2015-12-18T09:41:14.757-0500 I INDEX [repl writer worker 7] build index done. scanned 0 total records. 0 secs 2015-12-18T09:49:29.934-0500 I INDEX [repl writer worker 8] build index on: OMEGA.BloombergRefData properties: { v: 1, key: { ENTITY_ID: 1 }, name: "ENTITY_ID_1", ns: "OMEGA.BloombergRefData" } 2015-12-18T09:49:29.934-0500 I INDEX [repl writer worker 8] building index using bulk method 2015-12-18T09:49:29.935-0500 I INDEX [repl writer worker 8] build index done. scanned 0 total records. 0 secs 2015-12-18T09:51:37.109-0500 I INDEX [repl writer worker 0] build index on: OMEGA.PartialRedemption properties: { v: 1, key: { ENTITY_ID: 1 }, name: "ENTITY_ID_1", ns: "OMEGA.PartialRedemption" } 2015-12-18T09:51:37.109-0500 I INDEX [repl writer worker 0] building index using bulk method 2015-12-18T09:51:37.110-0500 I INDEX [repl writer worker 0] build index done. scanned 0 total records. 0 secs 2015-12-18T09:53:22.754-0500 I INDEX [repl writer worker 14] build index on: OMEGA.MuniPricingRefData properties: { v: 1, key: { ENTITY_ID: 1 }, name: "ENTITY_ID_1", ns: "OMEGA.MuniPricingRefData" } 2015-12-18T09:53:22.754-0500 I INDEX [repl writer worker 14] building index using bulk method 2015-12-18T09:53:22.755-0500 I INDEX [repl writer worker 14] build index done. scanned 0 total records. 0 secs 2015-12-18T09:55:42.839-0500 I INDEX [repl writer worker 0] build index on: OMEGA.MuniMaterialEvent2 properties: { v: 1, key: { ENTITY_ID: 1 }, name: "ENTITY_ID_1", ns: "OMEGA.MuniMaterialEvent2" } 2015-12-18T09:55:42.839-0500 I INDEX [repl writer worker 0] building index using bulk method 2015-12-18T09:55:42.839-0500 I INDEX [repl writer worker 0] build index done. scanned 0 total records. 0 secs 2015-12-18T10:33:47.591-0500 I INDEX [repl writer worker 0] build index on: OMEGA.MuniUnique properties: { v: 1, key: { ENTITY_ID: 1 }, name: "ENTITY_ID_1", ns: "OMEGA.MuniUnique" } 2015-12-18T10:33:47.591-0500 I INDEX [repl writer worker 0] building index using bulk method 2015-12-18T10:33:47.593-0500 I INDEX [repl writer worker 0] build index done. scanned 0 total records. 0 secs 2015-12-18T10:34:09.125-0500 I INDEX [repl writer worker 9] build index on: OMEGA.TransactionCostConfig properties: { v: 1, key: { ENTITY_ID: 1 }, name: "ENTITY_ID_1", ns: "OMEGA.TransactionCostConfig" } 2015-12-18T10:34:09.125-0500 I INDEX [repl writer worker 9] building index using bulk method 2015-12-18T10:34:09.126-0500 I INDEX [repl writer worker 9] build index done. scanned 0 total records. 0 secs 2015-12-18T10:34:11.206-0500 I INDEX [repl writer worker 6] build index on: OMEGA.SenderFileStatus properties: { v: 1, key: { ENTITY_ID: 1 }, name: "ENTITY_ID_1", ns: "OMEGA.SenderFileStatus" } 2015-12-18T10:34:11.206-0500 I INDEX [repl writer worker 6] building index using bulk method 2015-12-18T10:34:11.207-0500 I INDEX [repl writer worker 6] build index done. scanned 0 total records. 0 secs 2015-12-18T10:34:11.747-0500 I INDEX [repl writer worker 15] build index on: OMEGA.MatrixData properties: { v: 1, key: { ENTITY_ID: 1 }, name: "ENTITY_ID_1", ns: "OMEGA.MatrixData" } 2015-12-18T10:34:11.747-0500 I INDEX [repl writer worker 15] building index using bulk method 2015-12-18T10:34:11.748-0500 I INDEX [repl writer worker 15] build index done. scanned 0 total records. 0 secs 2015-12-18T10:34:15.872-0500 I INDEX [repl writer worker 2] build index on: OMEGA.MarketColor properties: { v: 1, key: { ENTITY_ID: 1 }, name: "ENTITY_ID_1", ns: "OMEGA.MarketColor" } 2015-12-18T10:34:15.872-0500 I INDEX [repl writer worker 2] building index using bulk method 2015-12-18T10:34:15.873-0500 I INDEX [repl writer worker 2] build index done. scanned 0 total records. 0 secs 2015-12-18T10:34:18.969-0500 I INDEX [repl writer worker 0] build index on: OMEGA.Feature properties: { v: 1, key: { ENTITY_ID: 1 }, name: "ENTITY_ID_1", ns: "OMEGA.Feature" } 2015-12-18T10:34:18.969-0500 I INDEX [repl writer worker 0] building index using bulk method 2015-12-18T10:34:18.969-0500 I INDEX [repl writer worker 0] build index done. scanned 0 total records. 0 secs 2015-12-18T10:34:21.060-0500 I INDEX [repl writer worker 15] build index on: OMEGA.DailyEvaluationStatus properties: { v: 1, key: { ENTITY_ID: 1 }, name: "ENTITY_ID_1", ns: "OMEGA.DailyEvaluationStatus" } 2015-12-18T10:34:21.060-0500 I INDEX [repl writer worker 15] building index using bulk method 2015-12-18T10:34:21.061-0500 I INDEX [repl writer worker 15] build index done. scanned 0 total records. 0 secs 2015-12-18T10:35:13.327-0500 I INDEX [repl writer worker 10] build index on: OMEGA.DefaultModel properties: { v: 1, key: { ENTITY_ID: 1 }, name: "ENTITY_ID_1", ns: "OMEGA.DefaultModel" } 2015-12-18T10:35:13.327-0500 I INDEX [repl writer worker 10] building index using bulk method 2015-12-18T10:35:13.328-0500 I INDEX [repl writer worker 10] build index done. scanned 0 total records. 0 secs 2015-12-18T10:35:16.432-0500 I INDEX [repl writer worker 15] build index on: OMEGA.ClearstreamProgram properties: { v: 1, key: { ENTITY_ID: 1 }, name: "ENTITY_ID_1", ns: "OMEGA.ClearstreamProgram" } 2015-12-18T10:35:16.432-0500 I INDEX [repl writer worker 15] building index using bulk method 2015-12-18T10:35:16.432-0500 I INDEX [repl writer worker 15] build index done. scanned 0 total records. 0 secs 2015-12-18T10:35:18.537-0500 I INDEX [repl writer worker 14] build index on: OMEGA.LastComment properties: { v: 1, key: { ENTITY_ID: 1 }, name: "ENTITY_ID_1", ns: "OMEGA.LastComment" } 2015-12-18T10:35:18.537-0500 I INDEX [repl writer worker 14] building index using bulk method 2015-12-18T10:35:18.538-0500 I INDEX [repl writer worker 14] build index done. scanned 0 total records. 0 secs 2015-12-18T10:35:20.618-0500 I INDEX [repl writer worker 8] build index on: OMEGA.MifidRefData properties: { v: 1, key: { ENTITY_ID: 1 }, name: "ENTITY_ID_1", ns: "OMEGA.MifidRefData" } 2015-12-18T10:35:20.618-0500 I INDEX [repl writer worker 8] building index using bulk method 2015-12-18T10:35:20.619-0500 I INDEX [repl writer worker 8] build index done. scanned 0 total records. 0 secs 2015-12-18T10:35:22.723-0500 I INDEX [repl writer worker 7] build index on: OMEGA.RedemptionTermsSummary properties: { v: 1, key: { ENTITY_ID: 1 }, name: "ENTITY_ID_1", ns: "OMEGA.RedemptionTermsSummary" } 2015-12-18T10:35:22.723-0500 I INDEX [repl writer worker 7] building index using bulk method 2015-12-18T10:35:22.724-0500 I INDEX [repl writer worker 7] build index done. scanned 0 total records. 0 secs 2015-12-18T10:35:25.851-0500 I INDEX [repl writer worker 13] build index on: OMEGA.MifidTradeVenue properties: { v: 1, key: { ENTITY_ID: 1 }, name: "ENTITY_ID_1", ns: "OMEGA.MifidTradeVenue" } 2015-12-18T10:35:25.851-0500 I INDEX [repl writer worker 13] building index using bulk method 2015-12-18T10:35:25.851-0500 I INDEX [repl writer worker 13] build index done. scanned 0 total records. 0 secs 2015-12-18T10:35:28.081-0500 I INDEX [repl writer worker 6] build index on: sec-dev-testmangold.mangold1 properties: { v: 1, key: { ENTITY_ID: 1 }, name: "ENTITY_ID_1", ns: "sec-dev-testmangold.mangold1" } 2015-12-18T10:35:28.081-0500 I INDEX [repl writer worker 6] building index using bulk method 2015-12-18T10:35:28.082-0500 I INDEX [repl writer worker 6] build index done. scanned 0 total records. 0 secs 2015-12-18T10:50:32.598-0500 I INDEX [repl writer worker 12] build index on: OMEGA.OriginalStatistic properties: { v: 1, key: { ENTITY_ID: 1 }, name: "ENTITY_ID_1", ns: "OMEGA.OriginalStatistic" } 2015-12-18T10:50:32.598-0500 I INDEX [repl writer worker 12] building index using bulk method 2015-12-18T10:50:32.598-0500 I INDEX [repl writer worker 12] build index done. scanned 0 total records. 0 secs 2015-12-18T11:03:29.089-0500 I INDEX [repl writer worker 2] build index on: OMEGA.MifidCompAuthMostRelevantMarket properties: { v: 1, key: { ENTITY_ID: 1 }, name: "ENTITY_ID_1", ns: "OMEGA.MifidCompAuthMostRelevantMarket" } 2015-12-18T11:03:29.089-0500 I INDEX [repl writer worker 2] building index using bulk method 2015-12-18T11:03:29.090-0500 I INDEX [repl writer worker 2] build index done. scanned 0 total records. 0 secs 2015-12-18T11:10:17.661-0500 I COMMAND [conn27] command local.oplog.rs command: getMore { getMore: 22910350323, collection: "oplog.rs", maxTimeMS: 5000, term: 1, lastKnownCommittedOpTime: { ts: Timestamp 1450455016000|4122, t: 1 } } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:23863 locks:{ Global: { acquireCount: { r: 2 }, acquireWaitCount: { r: 1 }, timeAcquiringMicros: { r: 120140 } }, Database: { acquireCount: { r: 1 }, acquireWaitCount: { r: 1 }, timeAcquiringMicros: { r: 110 } }, oplog: { acquireCount: { r: 1 } } } protocol:op_command 120ms 2015-12-18T11:21:17.861-0500 I INDEX [repl writer worker 0] build index on: OMEGA.Address properties: { v: 1, key: { ENTITY_ID: 1 }, name: "ENTITY_ID_1", ns: "OMEGA.Address" } 2015-12-18T11:21:17.861-0500 I INDEX [repl writer worker 0] building index using bulk method 2015-12-18T11:21:17.862-0500 I INDEX [repl writer worker 0] build index done. scanned 0 total records. 0 secs 2015-12-18T11:26:24.150-0500 I COMMAND [conn27] command local.oplog.rs command: getMore { getMore: 22910350323, collection: "oplog.rs", maxTimeMS: 5000, term: 1, lastKnownCommittedOpTime: { ts: Timestamp 1450455982000|2296, t: 1 } } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:266 locks:{ Global: { acquireCount: { r: 2 } }, Database: { acquireCount: { r: 1 }, acquireWaitCount: { r: 1 }, timeAcquiringMicros: { r: 174932 } }, oplog: { acquireCount: { r: 1 } } } protocol:op_command 175ms 2015-12-18T11:30:19.141-0500 I COMMAND [conn25] command local.oplog.rs command: getMore { getMore: 22910350323, collection: "oplog.rs", maxTimeMS: 5000, term: 1, lastKnownCommittedOpTime: { ts: Timestamp 1450456217000|3597, t: 1 } } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:266 locks:{ Global: { acquireCount: { r: 2 } }, Database: { acquireCount: { r: 1 }, acquireWaitCount: { r: 1 }, timeAcquiringMicros: { r: 161531 } }, oplog: { acquireCount: { r: 1 } } } protocol:op_command 161ms 2015-12-18T11:33:59.720-0500 I COMMAND [conn25] command local.oplog.rs command: getMore { getMore: 22910350323, collection: "oplog.rs", maxTimeMS: 5000, term: 1, lastKnownCommittedOpTime: { ts: Timestamp 1450456438000|2851, t: 1 } } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:266 locks:{ Global: { acquireCount: { r: 2 } }, Database: { acquireCount: { r: 1 }, acquireWaitCount: { r: 1 }, timeAcquiringMicros: { r: 161568 } }, oplog: { acquireCount: { r: 1 } } } protocol:op_command 161ms 2015-12-18T11:37:40.582-0500 I COMMAND [conn27] command local.oplog.rs command: getMore { getMore: 22910350323, collection: "oplog.rs", maxTimeMS: 5000, term: 1, lastKnownCommittedOpTime: { ts: Timestamp 1450456659000|762, t: 1 } } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:266 locks:{ Global: { acquireCount: { r: 2 } }, Database: { acquireCount: { r: 1 }, acquireWaitCount: { r: 1 }, timeAcquiringMicros: { r: 180337 } }, oplog: { acquireCount: { r: 1 } } } protocol:op_command 180ms 2015-12-18T11:40:44.832-0500 I COMMAND [conn25] command local.oplog.rs command: getMore { getMore: 22910350323, collection: "oplog.rs", maxTimeMS: 5000, term: 1, lastKnownCommittedOpTime: { ts: Timestamp 1450456843000|1779, t: 1 } } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:266 locks:{ Global: { acquireCount: { r: 2 } }, Database: { acquireCount: { r: 1 }, acquireWaitCount: { r: 1 }, timeAcquiringMicros: { r: 184666 } }, oplog: { acquireCount: { r: 1 } } } protocol:op_command 184ms 2015-12-18T11:44:31.225-0500 I COMMAND [conn27] command local.oplog.rs command: getMore { getMore: 22910350323, collection: "oplog.rs", maxTimeMS: 5000, term: 1, lastKnownCommittedOpTime: { ts: Timestamp 1450457069000|7062, t: 1 } } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:266 locks:{ Global: { acquireCount: { r: 2 } }, Database: { acquireCount: { r: 1 }, acquireWaitCount: { r: 1 }, timeAcquiringMicros: { r: 186046 } }, oplog: { acquireCount: { r: 1 } } } protocol:op_command 186ms 2015-12-18T11:45:38.486-0500 I INDEX [repl writer worker 0] build index on: OMEGA.CouponPaymentRefData properties: { v: 1, key: { ENTITY_ID: 1 }, name: "ENTITY_ID_1", ns: "OMEGA.CouponPaymentRefData" } 2015-12-18T11:45:38.486-0500 I INDEX [repl writer worker 0] building index using bulk method 2015-12-18T11:45:38.486-0500 I INDEX [repl writer worker 0] build index done. scanned 0 total records. 0 secs 2015-12-18T11:48:29.430-0500 I COMMAND [conn25] command local.oplog.rs command: getMore { getMore: 22910350323, collection: "oplog.rs", maxTimeMS: 5000, term: 1, lastKnownCommittedOpTime: { ts: Timestamp 1450457308000|166, t: 1 } } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:266 locks:{ Global: { acquireCount: { r: 2 } }, Database: { acquireCount: { r: 1 }, acquireWaitCount: { r: 1 }, timeAcquiringMicros: { r: 179173 } }, oplog: { acquireCount: { r: 1 } } } protocol:op_command 179ms 2015-12-18T11:52:17.379-0500 I COMMAND [conn25] command local.oplog.rs command: getMore { getMore: 22910350323, collection: "oplog.rs", maxTimeMS: 5000, term: 1, lastKnownCommittedOpTime: { ts: Timestamp 1450457535000|4346, t: 1 } } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:266 locks:{ Global: { acquireCount: { r: 2 } }, Database: { acquireCount: { r: 1 }, acquireWaitCount: { r: 1 }, timeAcquiringMicros: { r: 196571 } }, oplog: { acquireCount: { r: 1 } } } protocol:op_command 196ms 2015-12-18T11:52:49.886-0500 I INDEX [repl writer worker 11] build index on: OMEGA.MifidZoneIndicator properties: { v: 1, key: { ENTITY_ID: 1 }, name: "ENTITY_ID_1", ns: "OMEGA.MifidZoneIndicator" } 2015-12-18T11:52:49.886-0500 I INDEX [repl writer worker 11] building index using bulk method 2015-12-18T11:52:49.886-0500 I INDEX [repl writer worker 11] build index done. scanned 0 total records. 0 secs 2015-12-18T11:56:12.625-0500 I COMMAND [conn25] command local.oplog.rs command: getMore { getMore: 22910350323, collection: "oplog.rs", maxTimeMS: 5000, term: 1, lastKnownCommittedOpTime: { ts: Timestamp 1450457771000|191, t: 1 } } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:266 locks:{ Global: { acquireCount: { r: 2 } }, Database: { acquireCount: { r: 1 }, acquireWaitCount: { r: 1 }, timeAcquiringMicros: { r: 247230 } }, oplog: { acquireCount: { r: 1 } } } protocol:op_command 247ms 2015-12-18T11:56:57.923-0500 I COMMAND [conn25] command local.oplog.rs command: getMore { getMore: 22910350323, collection: "oplog.rs", maxTimeMS: 5000, term: 1, lastKnownCommittedOpTime: { ts: Timestamp 1450457816000|6582, t: 1 } } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:58258 locks:{ Global: { acquireCount: { r: 2 } }, Database: { acquireCount: { r: 1 }, acquireWaitCount: { r: 1 }, timeAcquiringMicros: { r: 197826 } }, oplog: { acquireCount: { r: 1 } } } protocol:op_command 197ms 2015-12-18T11:59:22.656-0500 I COMMAND [conn27] command local.oplog.rs command: getMore { getMore: 22910350323, collection: "oplog.rs", maxTimeMS: 5000, term: 1, lastKnownCommittedOpTime: { ts: Timestamp 1450457961000|11703, t: 1 } } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:266 locks:{ Global: { acquireCount: { r: 2 } }, Database: { acquireCount: { r: 1 }, acquireWaitCount: { r: 1 }, timeAcquiringMicros: { r: 190041 } }, oplog: { acquireCount: { r: 1 } } } protocol:op_command 190ms 2015-12-18T12:01:43.279-0500 I COMMAND [conn27] command local.oplog.rs command: getMore { getMore: 22910350323, collection: "oplog.rs", maxTimeMS: 5000, term: 1, lastKnownCommittedOpTime: { ts: Timestamp 1450458101000|13269, t: 1 } } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:266 locks:{ Global: { acquireCount: { r: 2 } }, Database: { acquireCount: { r: 1 }, acquireWaitCount: { r: 1 }, timeAcquiringMicros: { r: 182261 } }, oplog: { acquireCount: { r: 1 } } } protocol:op_command 182ms 2015-12-18T12:03:15.049-0500 I COMMAND [conn27] command local.oplog.rs command: getMore { getMore: 22910350323, collection: "oplog.rs", maxTimeMS: 5000, term: 1, lastKnownCommittedOpTime: { ts: Timestamp 1450458193000|22766, t: 1 } } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:266 locks:{ Global: { acquireCount: { r: 2 } }, Database: { acquireCount: { r: 1 }, acquireWaitCount: { r: 1 }, timeAcquiringMicros: { r: 192720 } }, oplog: { acquireCount: { r: 1 } } } protocol:op_command 192ms 2015-12-18T12:04:37.529-0500 I INDEX [repl writer worker 15] build index on: OMEGA.EffectiveCashDate properties: { v: 1, key: { ENTITY_ID: 1 }, name: "ENTITY_ID_1", ns: "OMEGA.EffectiveCashDate" } 2015-12-18T12:04:37.529-0500 I INDEX [repl writer worker 15] building index using bulk method 2015-12-18T12:04:37.530-0500 I INDEX [repl writer worker 15] build index done. scanned 0 total records. 0 secs 2015-12-18T12:04:44.314-0500 I COMMAND [conn25] command local.oplog.rs command: getMore { getMore: 22910350323, collection: "oplog.rs", maxTimeMS: 5000, term: 1, lastKnownCommittedOpTime: { ts: Timestamp 1450458282000|9464, t: 1 } } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:266 locks:{ Global: { acquireCount: { r: 2 } }, Database: { acquireCount: { r: 1 }, acquireWaitCount: { r: 1 }, timeAcquiringMicros: { r: 167526 } }, oplog: { acquireCount: { r: 1 } } } protocol:op_command 167ms 2015-12-18T12:05:39.196-0500 I COMMAND [conn25] command local.oplog.rs command: getMore { getMore: 22910350323, collection: "oplog.rs", maxTimeMS: 5000, term: 1, lastKnownCommittedOpTime: { ts: Timestamp 1450458337000|15109, t: 1 } } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:37219 locks:{ Global: { acquireCount: { r: 2 } }, Database: { acquireCount: { r: 1 }, acquireWaitCount: { r: 1 }, timeAcquiringMicros: { r: 173843 } }, oplog: { acquireCount: { r: 1 } } } protocol:op_command 174ms 2015-12-18T12:06:29.292-0500 I COMMAND [conn27] command local.oplog.rs command: getMore { getMore: 22910350323, collection: "oplog.rs", maxTimeMS: 5000, term: 1, lastKnownCommittedOpTime: { ts: Timestamp 1450458387000|25745, t: 1 } } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:266 locks:{ Global: { acquireCount: { r: 2 } }, Database: { acquireCount: { r: 1 }, acquireWaitCount: { r: 1 }, timeAcquiringMicros: { r: 301061 } }, oplog: { acquireCount: { r: 1 } } } protocol:op_command 301ms 2015-12-18T12:07:24.327-0500 I COMMAND [conn27] command local.oplog.rs command: getMore { getMore: 22910350323, collection: "oplog.rs", maxTimeMS: 5000, term: 1, lastKnownCommittedOpTime: { ts: Timestamp 1450458442000|13413, t: 1 } } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:18399 locks:{ Global: { acquireCount: { r: 2 } }, Database: { acquireCount: { r: 1 }, acquireWaitCount: { r: 1 }, timeAcquiringMicros: { r: 208285 } }, oplog: { acquireCount: { r: 1 } } } protocol:op_command 208ms 2015-12-18T12:08:19.738-0500 I COMMAND [conn25] command local.oplog.rs command: getMore { getMore: 22910350323, collection: "oplog.rs", maxTimeMS: 5000, term: 1, lastKnownCommittedOpTime: { ts: Timestamp 1450458498000|13320, t: 1 } } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:266 locks:{ Global: { acquireCount: { r: 2 } }, Database: { acquireCount: { r: 1 }, acquireWaitCount: { r: 1 }, timeAcquiringMicros: { r: 268591 } }, oplog: { acquireCount: { r: 1 } } } protocol:op_command 268ms 2015-12-18T12:09:09.973-0500 I COMMAND [conn27] command local.oplog.rs command: getMore { getMore: 22910350323, collection: "oplog.rs", maxTimeMS: 5000, term: 1, lastKnownCommittedOpTime: { ts: Timestamp 1450458548000|17153, t: 1 } } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:266 locks:{ Global: { acquireCount: { r: 2 } }, Database: { acquireCount: { r: 1 }, acquireWaitCount: { r: 1 }, timeAcquiringMicros: { r: 273087 } }, oplog: { acquireCount: { r: 1 } } } protocol:op_command 273ms 2015-12-18T12:10:00.612-0500 I COMMAND [conn25] command local.oplog.rs command: getMore { getMore: 22910350323, collection: "oplog.rs", maxTimeMS: 5000, term: 1, lastKnownCommittedOpTime: { ts: Timestamp 1450458599000|7009, t: 1 } } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:43477 locks:{ Global: { acquireCount: { r: 2 } }, Database: { acquireCount: { r: 1 }, acquireWaitCount: { r: 1 }, timeAcquiringMicros: { r: 204160 } }, oplog: { acquireCount: { r: 1 } } } protocol:op_command 204ms 2015-12-18T12:10:56.993-0500 I COMMAND [conn27] command local.oplog.rs command: getMore { getMore: 22910350323, collection: "oplog.rs", maxTimeMS: 5000, term: 1, lastKnownCommittedOpTime: { ts: Timestamp 1450458655000|25002, t: 1 } } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:45896 locks:{ Global: { acquireCount: { r: 2 } }, Database: { acquireCount: { r: 1 }, acquireWaitCount: { r: 1 }, timeAcquiringMicros: { r: 206948 } }, oplog: { acquireCount: { r: 1 } } } protocol:op_command 207ms 2015-12-18T12:11:47.991-0500 I COMMAND [conn27] command local.oplog.rs command: getMore { getMore: 22910350323, collection: "oplog.rs", maxTimeMS: 5000, term: 1, lastKnownCommittedOpTime: { ts: Timestamp 1450458706000|22336, t: 1 } } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:33022 locks:{ Global: { acquireCount: { r: 2 } }, Database: { acquireCount: { r: 1 }, acquireWaitCount: { r: 1 }, timeAcquiringMicros: { r: 179484 } }, oplog: { acquireCount: { r: 1 } } } protocol:op_command 179ms 2015-12-18T12:12:42.104-0500 I COMMAND [conn27] command local.oplog.rs command: getMore { getMore: 22910350323, collection: "oplog.rs", maxTimeMS: 5000, term: 1, lastKnownCommittedOpTime: { ts: Timestamp 1450458760000|15696, t: 1 } } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:266 locks:{ Global: { acquireCount: { r: 2 } }, Database: { acquireCount: { r: 1 }, acquireWaitCount: { r: 1 }, timeAcquiringMicros: { r: 167155 } }, oplog: { acquireCount: { r: 1 } } } protocol:op_command 167ms 2015-12-18T12:13:31.595-0500 I COMMAND [conn25] command local.oplog.rs command: getMore { getMore: 22910350323, collection: "oplog.rs", maxTimeMS: 5000, term: 1, lastKnownCommittedOpTime: { ts: Timestamp 1450458810000|10367, t: 1 } } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:1 reslen:70953 locks:{ Global: { acquireCount: { r: 4 }, acquireWaitCount: { r: 1 }, timeAcquiringMicros: { r: 229 } }, Database: { acquireCount: { r: 2 }, acquireWaitCount: { r: 2 }, timeAcquiringMicros: { r: 189259 } }, oplog: { acquireCount: { r: 2 } } } protocol:op_command 189ms 2015-12-18T12:14:18.623-0500 I COMMAND [conn25] command local.oplog.rs command: getMore { getMore: 22910350323, collection: "oplog.rs", maxTimeMS: 5000, term: 1, lastKnownCommittedOpTime: { ts: Timestamp 1450458857000|9843, t: 1 } } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:266 locks:{ Global: { acquireCount: { r: 2 } }, Database: { acquireCount: { r: 1 }, acquireWaitCount: { r: 1 }, timeAcquiringMicros: { r: 173608 } }, oplog: { acquireCount: { r: 1 } } } protocol:op_command 173ms 2015-12-18T12:15:11.208-0500 I COMMAND [conn25] command local.oplog.rs command: getMore { getMore: 22910350323, collection: "oplog.rs", maxTimeMS: 5000, term: 1, lastKnownCommittedOpTime: { ts: Timestamp 1450458909000|13287, t: 1 } } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:266 locks:{ Global: { acquireCount: { r: 2 } }, Database: { acquireCount: { r: 1 }, acquireWaitCount: { r: 1 }, timeAcquiringMicros: { r: 185980 } }, oplog: { acquireCount: { r: 1 } } } protocol:op_command 186ms 2015-12-18T12:16:04.248-0500 I COMMAND [conn25] command local.oplog.rs command: getMore { getMore: 22910350323, collection: "oplog.rs", maxTimeMS: 5000, term: 1, lastKnownCommittedOpTime: { ts: Timestamp 1450458962000|18867, t: 1 } } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:266 locks:{ Global: { acquireCount: { r: 2 } }, Database: { acquireCount: { r: 1 }, acquireWaitCount: { r: 1 }, timeAcquiringMicros: { r: 155133 } }, oplog: { acquireCount: { r: 1 } } } protocol:op_command 155ms 2015-12-18T12:16:54.960-0500 I COMMAND [conn27] command local.oplog.rs command: getMore { getMore: 22910350323, collection: "oplog.rs", maxTimeMS: 5000, term: 1, lastKnownCommittedOpTime: { ts: Timestamp 1450459013000|17860, t: 1 } } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:266 locks:{ Global: { acquireCount: { r: 2 } }, Database: { acquireCount: { r: 1 }, acquireWaitCount: { r: 1 }, timeAcquiringMicros: { r: 176760 } }, oplog: { acquireCount: { r: 1 } } } protocol:op_command 176ms 2015-12-18T12:17:36.206-0500 I COMMAND [conn27] command local.oplog.rs command: getMore { getMore: 22910350323, collection: "oplog.rs", maxTimeMS: 5000, term: 1, lastKnownCommittedOpTime: { ts: Timestamp 1450459054000|32386, t: 1 } } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:48983 locks:{ Global: { acquireCount: { r: 2 } }, Database: { acquireCount: { r: 1 }, acquireWaitCount: { r: 1 }, timeAcquiringMicros: { r: 232677 } }, oplog: { acquireCount: { r: 1 } } } protocol:op_command 232ms 2015-12-18T12:18:17.534-0500 I COMMAND [conn25] command local.oplog.rs command: getMore { getMore: 22910350323, collection: "oplog.rs", maxTimeMS: 5000, term: 1, lastKnownCommittedOpTime: { ts: Timestamp 1450459096000|1657, t: 1 } } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:1 reslen:58626 locks:{ Global: { acquireCount: { r: 4 } }, Database: { acquireCount: { r: 2 }, acquireWaitCount: { r: 2 }, timeAcquiringMicros: { r: 280832 } }, oplog: { acquireCount: { r: 2 } } } protocol:op_command 281ms 2015-12-18T12:18:58.645-0500 I COMMAND [conn25] command local.oplog.rs command: getMore { getMore: 22910350323, collection: "oplog.rs", maxTimeMS: 5000, term: 1, lastKnownCommittedOpTime: { ts: Timestamp 1450459137000|6629, t: 1 } } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:53992 locks:{ Global: { acquireCount: { r: 2 } }, Database: { acquireCount: { r: 1 }, acquireWaitCount: { r: 1 }, timeAcquiringMicros: { r: 286288 } }, oplog: { acquireCount: { r: 1 } } } protocol:op_command 286ms 2015-12-18T12:20:21.147-0500 I COMMAND [conn25] command local.oplog.rs command: getMore { getMore: 22910350323, collection: "oplog.rs", maxTimeMS: 5000, term: 1, lastKnownCommittedOpTime: { ts: Timestamp 1450459219000|15613, t: 1 } } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:266 locks:{ Global: { acquireCount: { r: 2 } }, Database: { acquireCount: { r: 1 }, acquireWaitCount: { r: 1 }, timeAcquiringMicros: { r: 276207 } }, oplog: { acquireCount: { r: 1 } } } protocol:op_command 276ms 2015-12-18T12:21:01.276-0500 I COMMAND [conn25] command local.oplog.rs command: getMore { getMore: 22910350323, collection: "oplog.rs", maxTimeMS: 5000, term: 1, lastKnownCommittedOpTime: { ts: Timestamp 1450459259000|27235, t: 1 } } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:26429 locks:{ Global: { acquireCount: { r: 2 } }, Database: { acquireCount: { r: 1 }, acquireWaitCount: { r: 1 }, timeAcquiringMicros: { r: 275728 } }, oplog: { acquireCount: { r: 1 } } } protocol:op_command 275ms 2015-12-18T12:21:43.666-0500 I COMMAND [conn27] command local.oplog.rs command: getMore { getMore: 22910350323, collection: "oplog.rs", maxTimeMS: 5000, term: 1, lastKnownCommittedOpTime: { ts: Timestamp 1450459302000|3809, t: 1 } } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:266 locks:{ Global: { acquireCount: { r: 2 } }, Database: { acquireCount: { r: 1 }, acquireWaitCount: { r: 1 }, timeAcquiringMicros: { r: 271401 } }, oplog: { acquireCount: { r: 1 } } } protocol:op_command 271ms 2015-12-18T12:22:25.744-0500 I COMMAND [conn27] command local.oplog.rs command: getMore { getMore: 22910350323, collection: "oplog.rs", maxTimeMS: 5000, term: 1, lastKnownCommittedOpTime: { ts: Timestamp 1450459344000|9428, t: 1 } } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:266 locks:{ Global: { acquireCount: { r: 2 } }, Database: { acquireCount: { r: 1 }, acquireWaitCount: { r: 1 }, timeAcquiringMicros: { r: 274533 } }, oplog: { acquireCount: { r: 1 } } } protocol:op_command 274ms 2015-12-18T12:22:36.317-0500 I COMMAND [conn25] command local.oplog.rs command: getMore { getMore: 22910350323, collection: "oplog.rs", maxTimeMS: 5000, term: 1, lastKnownCommittedOpTime: { ts: Timestamp 1450459354000|30246, t: 1 } } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:8593 locks:{ Global: { acquireCount: { r: 2 }, acquireWaitCount: { r: 1 }, timeAcquiringMicros: { r: 110224 } }, Database: { acquireCount: { r: 1 }, acquireWaitCount: { r: 1 }, timeAcquiringMicros: { r: 113 } }, oplog: { acquireCount: { r: 1 } } } protocol:op_command 110ms 2015-12-18T12:23:12.353-0500 I COMMAND [conn25] command local.oplog.rs command: getMore { getMore: 22910350323, collection: "oplog.rs", maxTimeMS: 5000, term: 1, lastKnownCommittedOpTime: { ts: Timestamp 1450459390000|17823, t: 1 } } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:35882 locks:{ Global: { acquireCount: { r: 2 } }, Database: { acquireCount: { r: 1 }, acquireWaitCount: { r: 1 }, timeAcquiringMicros: { r: 260393 } }, oplog: { acquireCount: { r: 1 } } } protocol:op_command 260ms 2015-12-18T12:23:56.331-0500 I COMMAND [conn25] command local.oplog.rs command: getMore { getMore: 22910350323, collection: "oplog.rs", maxTimeMS: 5000, term: 1, lastKnownCommittedOpTime: { ts: Timestamp 1450459434000|16385, t: 1 } } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:37827 locks:{ Global: { acquireCount: { r: 2 } }, Database: { acquireCount: { r: 1 }, acquireWaitCount: { r: 1 }, timeAcquiringMicros: { r: 292766 } }, oplog: { acquireCount: { r: 1 } } } protocol:op_command 292ms 2015-12-18T12:24:39.462-0500 I COMMAND [conn27] command local.oplog.rs command: getMore { getMore: 22910350323, collection: "oplog.rs", maxTimeMS: 5000, term: 1, lastKnownCommittedOpTime: { ts: Timestamp 1450459477000|24801, t: 1 } } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:266 locks:{ Global: { acquireCount: { r: 2 } }, Database: { acquireCount: { r: 1 }, acquireWaitCount: { r: 1 }, timeAcquiringMicros: { r: 251002 } }, oplog: { acquireCount: { r: 1 } } } protocol:op_command 251ms 2015-12-18T12:25:23.019-0500 I COMMAND [conn25] command local.oplog.rs command: getMore { getMore: 22910350323, collection: "oplog.rs", maxTimeMS: 5000, term: 1, lastKnownCommittedOpTime: { ts: Timestamp 1450459521000|3190, t: 1 } } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:1 reslen:53198 locks:{ Global: { acquireCount: { r: 4 } }, Database: { acquireCount: { r: 2 }, acquireWaitCount: { r: 2 }, timeAcquiringMicros: { r: 255725 } }, oplog: { acquireCount: { r: 2 } } } protocol:op_command 255ms 2015-12-18T12:26:49.521-0500 I COMMAND [conn25] command local.oplog.rs command: getMore { getMore: 22910350323, collection: "oplog.rs", maxTimeMS: 5000, term: 1, lastKnownCommittedOpTime: { ts: Timestamp 1450459608000|1447, t: 1 } } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:1 reslen:66148 locks:{ Global: { acquireCount: { r: 4 }, acquireWaitCount: { r: 1 }, timeAcquiringMicros: { r: 389 } }, Database: { acquireCount: { r: 2 }, acquireWaitCount: { r: 2 }, timeAcquiringMicros: { r: 264975 } }, oplog: { acquireCount: { r: 2 } } } protocol:op_command 265ms 2015-12-18T12:27:33.364-0500 I COMMAND [conn25] command local.oplog.rs command: getMore { getMore: 22910350323, collection: "oplog.rs", maxTimeMS: 5000, term: 1, lastKnownCommittedOpTime: { ts: Timestamp 1450459651000|41162, t: 1 } } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:38509 locks:{ Global: { acquireCount: { r: 2 } }, Database: { acquireCount: { r: 1 }, acquireWaitCount: { r: 1 }, timeAcquiringMicros: { r: 266239 } }, oplog: { acquireCount: { r: 1 } } } protocol:op_command 266ms 2015-12-18T12:29:42.064-0500 I COMMAND [conn27] command local.oplog.rs command: getMore { getMore: 22910350323, collection: "oplog.rs", maxTimeMS: 5000, term: 1, lastKnownCommittedOpTime: { ts: Timestamp 1450459780000|4613, t: 1 } } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:27074 locks:{ Global: { acquireCount: { r: 2 } }, Database: { acquireCount: { r: 1 }, acquireWaitCount: { r: 1 }, timeAcquiringMicros: { r: 294450 } }, oplog: { acquireCount: { r: 1 } } } protocol:op_command 294ms 2015-12-18T12:30:25.243-0500 I COMMAND [conn25] command local.oplog.rs command: getMore { getMore: 22910350323, collection: "oplog.rs", maxTimeMS: 5000, term: 1, lastKnownCommittedOpTime: { ts: Timestamp 1450459823000|11960, t: 1 } } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:51631 locks:{ Global: { acquireCount: { r: 2 }, acquireWaitCount: { r: 1 }, timeAcquiringMicros: { r: 225 } }, Database: { acquireCount: { r: 1 }, acquireWaitCount: { r: 1 }, timeAcquiringMicros: { r: 263514 } }, oplog: { acquireCount: { r: 1 } } } protocol:op_command 263ms 2015-12-18T12:31:08.414-0500 I COMMAND [conn25] command local.oplog.rs command: getMore { getMore: 22910350323, collection: "oplog.rs", maxTimeMS: 5000, term: 1, lastKnownCommittedOpTime: { ts: Timestamp 1450459866000|21040, t: 1 } } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:266 locks:{ Global: { acquireCount: { r: 2 } }, Database: { acquireCount: { r: 1 }, acquireWaitCount: { r: 1 }, timeAcquiringMicros: { r: 303771 } }, oplog: { acquireCount: { r: 1 } } } protocol:op_command 303ms 2015-12-18T12:32:34.240-0500 I COMMAND [conn27] command local.oplog.rs command: getMore { getMore: 22910350323, collection: "oplog.rs", maxTimeMS: 5000, term: 1, lastKnownCommittedOpTime: { ts: Timestamp 1450459952000|12564, t: 1 } } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:266 locks:{ Global: { acquireCount: { r: 2 } }, Database: { acquireCount: { r: 1 }, acquireWaitCount: { r: 1 }, timeAcquiringMicros: { r: 306212 } }, oplog: { acquireCount: { r: 1 } } } protocol:op_command 306ms 2015-12-18T12:33:55.529-0500 I COMMAND [conn25] command local.oplog.rs command: getMore { getMore: 22910350323, collection: "oplog.rs", maxTimeMS: 5000, term: 1, lastKnownCommittedOpTime: { ts: Timestamp 1450460034000|1366, t: 1 } } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:266 locks:{ Global: { acquireCount: { r: 2 } }, Database: { acquireCount: { r: 1 }, acquireWaitCount: { r: 1 }, timeAcquiringMicros: { r: 273121 } }, oplog: { acquireCount: { r: 1 } } } protocol:op_command 273ms 2015-12-18T12:34:42.462-0500 I COMMAND [conn27] command local.oplog.rs command: getMore { getMore: 22910350323, collection: "oplog.rs", maxTimeMS: 5000, term: 1, lastKnownCommittedOpTime: { ts: Timestamp 1450460081000|6534, t: 1 } } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:1 reslen:67845 locks:{ Global: { acquireCount: { r: 4 }, acquireWaitCount: { r: 1 }, timeAcquiringMicros: { r: 101054 } }, Database: { acquireCount: { r: 2 }, acquireWaitCount: { r: 1 }, timeAcquiringMicros: { r: 100 } }, oplog: { acquireCount: { r: 2 } } } protocol:op_command 101ms 2015-12-18T12:35:13.963-0500 I COMMAND [conn25] command local.oplog.rs command: getMore { getMore: 22910350323, collection: "oplog.rs", maxTimeMS: 5000, term: 1, lastKnownCommittedOpTime: { ts: Timestamp 1450460112000|13785, t: 1 } } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:1 reslen:56174 locks:{ Global: { acquireCount: { r: 4 } }, Database: { acquireCount: { r: 2 }, acquireWaitCount: { r: 2 }, timeAcquiringMicros: { r: 288598 } }, oplog: { acquireCount: { r: 2 } } } protocol:op_command 288ms 2015-12-18T12:35:49.513-0500 I COMMAND [conn27] command local.oplog.rs command: getMore { getMore: 22910350323, collection: "oplog.rs", maxTimeMS: 5000, term: 1, lastKnownCommittedOpTime: { ts: Timestamp 1450460147000|33972, t: 1 } } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:1 reslen:69649 locks:{ Global: { acquireCount: { r: 4 }, acquireWaitCount: { r: 1 }, timeAcquiringMicros: { r: 260 } }, Database: { acquireCount: { r: 2 }, acquireWaitCount: { r: 2 }, timeAcquiringMicros: { r: 295743 } }, oplog: { acquireCount: { r: 2 } } } protocol:op_command 296ms 2015-12-18T12:36:26.349-0500 I COMMAND [conn25] command local.oplog.rs command: getMore { getMore: 22910350323, collection: "oplog.rs", maxTimeMS: 5000, term: 1, lastKnownCommittedOpTime: { ts: Timestamp 1450460184000|29396, t: 1 } } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:1 reslen:54468 locks:{ Global: { acquireCount: { r: 4 } }, Database: { acquireCount: { r: 2 }, acquireWaitCount: { r: 2 }, timeAcquiringMicros: { r: 331665 } }, oplog: { acquireCount: { r: 2 } } } protocol:op_command 331ms 2015-12-18T12:37:04.544-0500 I COMMAND [conn27] command local.oplog.rs command: getMore { getMore: 22910350323, collection: "oplog.rs", maxTimeMS: 5000, term: 1, lastKnownCommittedOpTime: { ts: Timestamp 1450460223000|1279, t: 1 } } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:1 reslen:60935 locks:{ Global: { acquireCount: { r: 4 } }, Database: { acquireCount: { r: 2 }, acquireWaitCount: { r: 1 }, timeAcquiringMicros: { r: 286372 } }, oplog: { acquireCount: { r: 2 } } } protocol:op_command 286ms 2015-12-18T12:38:49.108-0500 I COMMAND [conn27] command local.oplog.rs command: getMore { getMore: 22910350323, collection: "oplog.rs", maxTimeMS: 5000, term: 1, lastKnownCommittedOpTime: { ts: Timestamp 1450460327000|14246, t: 1 } } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:1 reslen:54730 locks:{ Global: { acquireCount: { r: 4 }, acquireWaitCount: { r: 1 }, timeAcquiringMicros: { r: 9 } }, Database: { acquireCount: { r: 2 }, acquireWaitCount: { r: 2 }, timeAcquiringMicros: { r: 272899 } }, oplog: { acquireCount: { r: 2 } } } protocol:op_command 273ms 2015-12-18T12:39:59.605-0500 I COMMAND [conn27] command local.oplog.rs command: getMore { getMore: 22910350323, collection: "oplog.rs", maxTimeMS: 5000, term: 1, lastKnownCommittedOpTime: { ts: Timestamp 1450460398000|4754, t: 1 } } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:266 locks:{ Global: { acquireCount: { r: 2 } }, Database: { acquireCount: { r: 1 }, acquireWaitCount: { r: 1 }, timeAcquiringMicros: { r: 261700 } }, oplog: { acquireCount: { r: 1 } } } protocol:op_command 261ms 2015-12-18T12:40:35.073-0500 I COMMAND [conn27] command local.oplog.rs command: getMore { getMore: 22910350323, collection: "oplog.rs", maxTimeMS: 5000, term: 1, lastKnownCommittedOpTime: { ts: Timestamp 1450460433000|30368, t: 1 } } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:43824 locks:{ Global: { acquireCount: { r: 2 }, acquireWaitCount: { r: 1 }, timeAcquiringMicros: { r: 23 } }, Database: { acquireCount: { r: 1 }, acquireWaitCount: { r: 1 }, timeAcquiringMicros: { r: 280050 } }, oplog: { acquireCount: { r: 1 } } } protocol:op_command 280ms 2015-12-18T12:41:08.905-0500 I COMMAND [conn27] command local.oplog.rs command: getMore { getMore: 22910350323, collection: "oplog.rs", maxTimeMS: 5000, term: 1, lastKnownCommittedOpTime: { ts: Timestamp 1450460467000|21319, t: 1 } } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:1 reslen:53796 locks:{ Global: { acquireCount: { r: 4 }, acquireWaitCount: { r: 1 }, timeAcquiringMicros: { r: 232 } }, Database: { acquireCount: { r: 2 }, acquireWaitCount: { r: 2 }, timeAcquiringMicros: { r: 233752 } }, oplog: { acquireCount: { r: 2 } } } protocol:op_command 234ms 2015-12-18T12:41:44.880-0500 I COMMAND [conn27] command local.oplog.rs command: getMore { getMore: 22910350323, collection: "oplog.rs", maxTimeMS: 5000, term: 1, lastKnownCommittedOpTime: { ts: Timestamp 1450460503000|5515, t: 1 } } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:1 reslen:57786 locks:{ Global: { acquireCount: { r: 4 }, acquireWaitCount: { r: 1 }, timeAcquiringMicros: { r: 270 } }, Database: { acquireCount: { r: 2 }, acquireWaitCount: { r: 1 }, timeAcquiringMicros: { r: 264261 } }, oplog: { acquireCount: { r: 2 } } } protocol:op_command 264ms 2015-12-18T12:44:05.895-0500 I COMMAND [conn27] command local.oplog.rs command: getMore { getMore: 22910350323, collection: "oplog.rs", maxTimeMS: 5000, term: 1, lastKnownCommittedOpTime: { ts: Timestamp 1450460644000|18439, t: 1 } } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:266 locks:{ Global: { acquireCount: { r: 2 } }, Database: { acquireCount: { r: 1 }, acquireWaitCount: { r: 1 }, timeAcquiringMicros: { r: 195325 } }, oplog: { acquireCount: { r: 1 } } } protocol:op_command 195ms 2015-12-18T12:44:40.995-0500 I COMMAND [conn25] command local.oplog.rs command: getMore { getMore: 22910350323, collection: "oplog.rs", maxTimeMS: 5000, term: 1, lastKnownCommittedOpTime: { ts: Timestamp 1450460679000|18295, t: 1 } } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:40891 locks:{ Global: { acquireCount: { r: 2 } }, Database: { acquireCount: { r: 1 }, acquireWaitCount: { r: 1 }, timeAcquiringMicros: { r: 217739 } }, oplog: { acquireCount: { r: 1 } } } protocol:op_command 217ms 2015-12-18T12:45:17.921-0500 I COMMAND [conn25] command local.oplog.rs command: getMore { getMore: 22910350323, collection: "oplog.rs", maxTimeMS: 5000, term: 1, lastKnownCommittedOpTime: { ts: Timestamp 1450460716000|9959, t: 1 } } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:25965 locks:{ Global: { acquireCount: { r: 2 } }, Database: { acquireCount: { r: 1 }, acquireWaitCount: { r: 1 }, timeAcquiringMicros: { r: 227794 } }, oplog: { acquireCount: { r: 1 } } } protocol:op_command 227ms 2015-12-18T12:45:18.108-0500 I COMMAND [conn25] command local.oplog.rs command: getMore { getMore: 22910350323, collection: "oplog.rs", maxTimeMS: 5000, term: 1, lastKnownCommittedOpTime: { ts: Timestamp 1450460716000|20684, t: 1 } } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:71 reslen:4194657 locks:{ Global: { acquireCount: { r: 144 }, acquireWaitCount: { r: 14 }, timeAcquiringMicros: { r: 103444 } }, Database: { acquireCount: { r: 72 }, acquireWaitCount: { r: 28 }, timeAcquiringMicros: { r: 2275 } }, oplog: { acquireCount: { r: 72 } } } protocol:op_command 111ms 2015-12-18T12:45:52.570-0500 I COMMAND [conn25] command local.oplog.rs command: getMore { getMore: 22910350323, collection: "oplog.rs", maxTimeMS: 5000, term: 1, lastKnownCommittedOpTime: { ts: Timestamp 1450460751000|4286, t: 1 } } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:27838 locks:{ Global: { acquireCount: { r: 2 } }, Database: { acquireCount: { r: 1 }, acquireWaitCount: { r: 1 }, timeAcquiringMicros: { r: 250484 } }, oplog: { acquireCount: { r: 1 } } } protocol:op_command 250ms 2015-12-18T12:46:27.511-0500 I COMMAND [conn25] command local.oplog.rs command: getMore { getMore: 22910350323, collection: "oplog.rs", maxTimeMS: 5000, term: 1, lastKnownCommittedOpTime: { ts: Timestamp 1450460785000|36160, t: 1 } } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:1 reslen:61976 locks:{ Global: { acquireCount: { r: 4 }, acquireWaitCount: { r: 1 }, timeAcquiringMicros: { r: 147 } }, Database: { acquireCount: { r: 2 }, acquireWaitCount: { r: 1 }, timeAcquiringMicros: { r: 290469 } }, oplog: { acquireCount: { r: 2 } } } protocol:op_command 290ms 2015-12-18T12:47:01.994-0500 I COMMAND [conn27] command local.oplog.rs command: getMore { getMore: 22910350323, collection: "oplog.rs", maxTimeMS: 5000, term: 1, lastKnownCommittedOpTime: { ts: Timestamp 1450460820000|25089, t: 1 } } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:1 reslen:59336 locks:{ Global: { acquireCount: { r: 4 } }, Database: { acquireCount: { r: 2 }, acquireWaitCount: { r: 2 }, timeAcquiringMicros: { r: 301033 } }, oplog: { acquireCount: { r: 2 } } } protocol:op_command 301ms 2015-12-18T12:48:12.441-0500 I COMMAND [conn25] command local.oplog.rs command: getMore { getMore: 22910350323, collection: "oplog.rs", maxTimeMS: 5000, term: 1, lastKnownCommittedOpTime: { ts: Timestamp 1450460890000|45742, t: 1 } } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:1 reslen:67824 locks:{ Global: { acquireCount: { r: 4 } }, Database: { acquireCount: { r: 2 }, acquireWaitCount: { r: 2 }, timeAcquiringMicros: { r: 290862 } }, oplog: { acquireCount: { r: 2 } } } protocol:op_command 291ms 2015-12-18T12:48:49.853-0500 I COMMAND [conn25] command local.oplog.rs command: getMore { getMore: 22910350323, collection: "oplog.rs", maxTimeMS: 5000, term: 1, lastKnownCommittedOpTime: { ts: Timestamp 1450460928000|17903, t: 1 } } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:266 locks:{ Global: { acquireCount: { r: 2 } }, Database: { acquireCount: { r: 1 }, acquireWaitCount: { r: 1 }, timeAcquiringMicros: { r: 257505 } }, oplog: { acquireCount: { r: 1 } } } protocol:op_command 257ms 2015-12-18T12:49:26.488-0500 I COMMAND [conn27] command local.oplog.rs command: getMore { getMore: 22910350323, collection: "oplog.rs", maxTimeMS: 5000, term: 1, lastKnownCommittedOpTime: { ts: Timestamp 1450460964000|27612, t: 1 } } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:266 locks:{ Global: { acquireCount: { r: 2 } }, Database: { acquireCount: { r: 1 }, acquireWaitCount: { r: 1 }, timeAcquiringMicros: { r: 291904 } }, oplog: { acquireCount: { r: 1 } } } protocol:op_command 291ms 2015-12-18T12:50:36.494-0500 I COMMAND [conn27] command local.oplog.rs command: getMore { getMore: 22910350323, collection: "oplog.rs", maxTimeMS: 5000, term: 1, lastKnownCommittedOpTime: { ts: Timestamp 1450461034000|35172, t: 1 } } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:28282 locks:{ Global: { acquireCount: { r: 2 } }, Database: { acquireCount: { r: 1 }, acquireWaitCount: { r: 1 }, timeAcquiringMicros: { r: 307898 } }, oplog: { acquireCount: { r: 1 } } } protocol:op_command 308ms 2015-12-18T12:51:47.189-0500 I COMMAND [conn25] command local.oplog.rs command: getMore { getMore: 22910350323, collection: "oplog.rs", maxTimeMS: 5000, term: 1, lastKnownCommittedOpTime: { ts: Timestamp 1450461105000|34086, t: 1 } } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:29108 locks:{ Global: { acquireCount: { r: 2 } }, Database: { acquireCount: { r: 1 }, acquireWaitCount: { r: 1 }, timeAcquiringMicros: { r: 273620 } }, oplog: { acquireCount: { r: 1 } } } protocol:op_command 273ms 2015-12-18T12:52:22.071-0500 I COMMAND [conn25] command local.oplog.rs command: getMore { getMore: 22910350323, collection: "oplog.rs", maxTimeMS: 5000, term: 1, lastKnownCommittedOpTime: { ts: Timestamp 1450461140000|21263, t: 1 } } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:1 reslen:53852 locks:{ Global: { acquireCount: { r: 4 } }, Database: { acquireCount: { r: 2 }, acquireWaitCount: { r: 2 }, timeAcquiringMicros: { r: 285962 } }, oplog: { acquireCount: { r: 2 } } } protocol:op_command 286ms 2015-12-18T12:54:08.861-0500 I COMMAND [conn27] command local.oplog.rs command: getMore { getMore: 22910350323, collection: "oplog.rs", maxTimeMS: 5000, term: 1, lastKnownCommittedOpTime: { ts: Timestamp 1450461247000|21702, t: 1 } } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:1 reslen:61925 locks:{ Global: { acquireCount: { r: 4 }, acquireWaitCount: { r: 1 }, timeAcquiringMicros: { r: 381 } }, Database: { acquireCount: { r: 2 }, acquireWaitCount: { r: 1 }, timeAcquiringMicros: { r: 245529 } }, oplog: { acquireCount: { r: 2 } } } protocol:op_command 246ms 2015-12-18T12:54:45.186-0500 I COMMAND [conn25] command local.oplog.rs command: getMore { getMore: 22910350323, collection: "oplog.rs", maxTimeMS: 5000, term: 1, lastKnownCommittedOpTime: { ts: Timestamp 1450461283000|30278, t: 1 } } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:34006 locks:{ Global: { acquireCount: { r: 2 } }, Database: { acquireCount: { r: 1 }, acquireWaitCount: { r: 1 }, timeAcquiringMicros: { r: 315600 } }, oplog: { acquireCount: { r: 1 } } } protocol:op_command 315ms 2015-12-18T12:55:22.635-0500 I COMMAND [conn25] command local.oplog.rs command: getMore { getMore: 22910350323, collection: "oplog.rs", maxTimeMS: 5000, term: 1, lastKnownCommittedOpTime: { ts: Timestamp 1450461321000|3202, t: 1 } } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:1 reslen:80820 locks:{ Global: { acquireCount: { r: 4 }, acquireWaitCount: { r: 1 }, timeAcquiringMicros: { r: 162 } }, Database: { acquireCount: { r: 2 }, acquireWaitCount: { r: 1 }, timeAcquiringMicros: { r: 303987 } }, oplog: { acquireCount: { r: 2 } } } protocol:op_command 304ms 2015-12-18T12:57:32.365-0500 I COMMAND [conn27] command local.oplog.rs command: getMore { getMore: 22910350323, collection: "oplog.rs", maxTimeMS: 5000, term: 1, lastKnownCommittedOpTime: { ts: Timestamp 1450461450000|4476, t: 1 } } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:266 locks:{ Global: { acquireCount: { r: 2 } }, Database: { acquireCount: { r: 1 }, acquireWaitCount: { r: 1 }, timeAcquiringMicros: { r: 257220 } }, oplog: { acquireCount: { r: 1 } } } protocol:op_command 257ms 2015-12-18T12:59:28.071-0500 I COMMAND [conn27] command local.oplog.rs command: getMore { getMore: 22910350323, collection: "oplog.rs", maxTimeMS: 5000, term: 1, lastKnownCommittedOpTime: { ts: Timestamp 1450461566000|1325, t: 1 } } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:266 locks:{ Global: { acquireCount: { r: 2 } }, Database: { acquireCount: { r: 1 }, acquireWaitCount: { r: 1 }, timeAcquiringMicros: { r: 285878 } }, oplog: { acquireCount: { r: 1 } } } protocol:op_command 285ms 2015-12-18T13:01:27.551-0500 I COMMAND [conn27] command local.oplog.rs command: getMore { getMore: 22910350323, collection: "oplog.rs", maxTimeMS: 5000, term: 1, lastKnownCommittedOpTime: { ts: Timestamp 1450461686000|885, t: 1 } } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:266 locks:{ Global: { acquireCount: { r: 2 } }, Database: { acquireCount: { r: 1 }, acquireWaitCount: { r: 1 }, timeAcquiringMicros: { r: 267508 } }, oplog: { acquireCount: { r: 1 } } } protocol:op_command 267ms 2015-12-18T13:03:22.470-0500 I COMMAND [conn25] command local.oplog.rs command: getMore { getMore: 22910350323, collection: "oplog.rs", maxTimeMS: 5000, term: 1, lastKnownCommittedOpTime: { ts: Timestamp 1450461800000|3484, t: 1 } } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:266 locks:{ Global: { acquireCount: { r: 2 } }, Database: { acquireCount: { r: 1 }, acquireWaitCount: { r: 1 }, timeAcquiringMicros: { r: 293809 } }, oplog: { acquireCount: { r: 1 } } } protocol:op_command 293ms 2015-12-18T13:05:28.557-0500 I COMMAND [conn25] command local.oplog.rs command: getMore { getMore: 22910350323, collection: "oplog.rs", maxTimeMS: 5000, term: 1, lastKnownCommittedOpTime: { ts: Timestamp 1450461927000|469, t: 1 } } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:266 locks:{ Global: { acquireCount: { r: 2 } }, Database: { acquireCount: { r: 1 }, acquireWaitCount: { r: 1 }, timeAcquiringMicros: { r: 249794 } }, oplog: { acquireCount: { r: 1 } } } protocol:op_command 249ms 2015-12-18T13:08:01.553-0500 I COMMAND [conn25] command local.oplog.rs command: getMore { getMore: 22910350323, collection: "oplog.rs", maxTimeMS: 5000, term: 1, lastKnownCommittedOpTime: { ts: Timestamp 1450462080000|302, t: 1 } } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:47583 locks:{ Global: { acquireCount: { r: 2 } }, Database: { acquireCount: { r: 1 }, acquireWaitCount: { r: 1 }, timeAcquiringMicros: { r: 257578 } }, oplog: { acquireCount: { r: 1 } } } protocol:op_command 257ms 2015-12-18T13:10:44.173-0500 I COMMAND [conn25] command local.oplog.rs command: getMore { getMore: 22910350323, collection: "oplog.rs", maxTimeMS: 5000, term: 1, lastKnownCommittedOpTime: { ts: Timestamp 1450462242000|4685, t: 1 } } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:266 locks:{ Global: { acquireCount: { r: 2 } }, Database: { acquireCount: { r: 1 }, acquireWaitCount: { r: 1 }, timeAcquiringMicros: { r: 263001 } }, oplog: { acquireCount: { r: 1 } } } protocol:op_command 263ms 2015-12-18T13:14:49.262-0500 I COMMAND [conn25] command local.oplog.rs command: getMore { getMore: 22910350323, collection: "oplog.rs", maxTimeMS: 5000, term: 1, lastKnownCommittedOpTime: { ts: Timestamp 1450462487000|2905, t: 1 } } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:266 locks:{ Global: { acquireCount: { r: 2 } }, Database: { acquireCount: { r: 1 }, acquireWaitCount: { r: 1 }, timeAcquiringMicros: { r: 286640 } }, oplog: { acquireCount: { r: 1 } } } protocol:op_command 286ms 2015-12-18T13:19:27.252-0500 I COMMAND [conn25] command local.oplog.rs command: getMore { getMore: 22910350323, collection: "oplog.rs", maxTimeMS: 5000, term: 1, lastKnownCommittedOpTime: { ts: Timestamp 1450462765000|4432, t: 1 } } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:266 locks:{ Global: { acquireCount: { r: 2 } }, Database: { acquireCount: { r: 1 }, acquireWaitCount: { r: 1 }, timeAcquiringMicros: { r: 314079 } }, oplog: { acquireCount: { r: 1 } } } protocol:op_command 314ms 2015-12-18T13:23:20.900-0500 I COMMAND [conn27] command local.oplog.rs command: getMore { getMore: 22910350323, collection: "oplog.rs", maxTimeMS: 5000, term: 1, lastKnownCommittedOpTime: { ts: Timestamp 1450462999000|5551, t: 1 } } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:266 locks:{ Global: { acquireCount: { r: 2 } }, Database: { acquireCount: { r: 1 }, acquireWaitCount: { r: 1 }, timeAcquiringMicros: { r: 327579 } }, oplog: { acquireCount: { r: 1 } } } protocol:op_command 328ms 2015-12-18T13:24:18.286-0500 I COMMAND [conn25] command local.oplog.rs command: getMore { getMore: 22910350323, collection: "oplog.rs", maxTimeMS: 5000, term: 1, lastKnownCommittedOpTime: { ts: Timestamp 1450463056000|8633, t: 1 } } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:52587 locks:{ Global: { acquireCount: { r: 2 }, acquireWaitCount: { r: 1 }, timeAcquiringMicros: { r: 137 } }, Database: { acquireCount: { r: 1 }, acquireWaitCount: { r: 1 }, timeAcquiringMicros: { r: 274498 } }, oplog: { acquireCount: { r: 1 } } } protocol:op_command 274ms 2015-12-18T13:25:06.758-0500 I COMMAND [conn27] command local.oplog.rs command: getMore { getMore: 22910350323, collection: "oplog.rs", maxTimeMS: 5000, term: 1, lastKnownCommittedOpTime: { ts: Timestamp 1450463105000|7357, t: 1 } } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:42012 locks:{ Global: { acquireCount: { r: 2 } }, Database: { acquireCount: { r: 1 }, acquireWaitCount: { r: 1 }, timeAcquiringMicros: { r: 272937 } }, oplog: { acquireCount: { r: 1 } } } protocol:op_command 273ms 2015-12-18T13:25:50.879-0500 I COMMAND [conn25] command local.oplog.rs command: getMore { getMore: 22910350323, collection: "oplog.rs", maxTimeMS: 5000, term: 1, lastKnownCommittedOpTime: { ts: Timestamp 1450463149000|5918, t: 1 } } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:42602 locks:{ Global: { acquireCount: { r: 2 } }, Database: { acquireCount: { r: 1 }, acquireWaitCount: { r: 1 }, timeAcquiringMicros: { r: 257929 } }, oplog: { acquireCount: { r: 1 } } } protocol:op_command 258ms 2015-12-18T13:26:28.495-0500 I COMMAND [conn27] command local.oplog.rs command: getMore { getMore: 22910350323, collection: "oplog.rs", maxTimeMS: 5000, term: 1, lastKnownCommittedOpTime: { ts: Timestamp 1450463186000|37249, t: 1 } } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:49020 locks:{ Global: { acquireCount: { r: 2 } }, Database: { acquireCount: { r: 1 }, acquireWaitCount: { r: 1 }, timeAcquiringMicros: { r: 306485 } }, oplog: { acquireCount: { r: 1 } } } protocol:op_command 306ms 2015-12-18T13:26:34.333-0500 I COMMAND [conn25] command local.oplog.rs command: getMore { getMore: 22910350323, collection: "oplog.rs", maxTimeMS: 5000, term: 1, lastKnownCommittedOpTime: { ts: Timestamp 1450463192000|27480, t: 1 } } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:58277 locks:{ Global: { acquireCount: { r: 2 }, acquireWaitCount: { r: 1 }, timeAcquiringMicros: { r: 101948 } }, Database: { acquireCount: { r: 1 }, acquireWaitCount: { r: 1 }, timeAcquiringMicros: { r: 116 } }, oplog: { acquireCount: { r: 1 } } } protocol:op_command 102ms 2015-12-18T13:27:05.954-0500 I COMMAND [conn27] command local.oplog.rs command: getMore { getMore: 22910350323, collection: "oplog.rs", maxTimeMS: 5000, term: 1, lastKnownCommittedOpTime: { ts: Timestamp 1450463224000|13341, t: 1 } } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:266 locks:{ Global: { acquireCount: { r: 2 } }, Database: { acquireCount: { r: 1 }, acquireWaitCount: { r: 1 }, timeAcquiringMicros: { r: 334451 } }, oplog: { acquireCount: { r: 1 } } } protocol:op_command 334ms 2015-12-18T13:27:58.643-0500 I COMMAND [conn25] command local.oplog.rs command: getMore { getMore: 22910350323, collection: "oplog.rs", maxTimeMS: 5000, term: 1, lastKnownCommittedOpTime: { ts: Timestamp 1450463277000|2127, t: 1 } } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:17207 locks:{ Global: { acquireCount: { r: 2 } }, Database: { acquireCount: { r: 1 }, acquireWaitCount: { r: 1 }, timeAcquiringMicros: { r: 283087 } }, oplog: { acquireCount: { r: 1 } } } protocol:op_command 283ms 2015-12-18T13:29:25.753-0500 I COMMAND [conn25] command local.oplog.rs command: getMore { getMore: 22910350323, collection: "oplog.rs", maxTimeMS: 5000, term: 1, lastKnownCommittedOpTime: { ts: Timestamp 1450463364000|6895, t: 1 } } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:1 reslen:59861 locks:{ Global: { acquireCount: { r: 4 }, acquireWaitCount: { r: 1 }, timeAcquiringMicros: { r: 231 } }, Database: { acquireCount: { r: 2 }, acquireWaitCount: { r: 2 }, timeAcquiringMicros: { r: 304734 } }, oplog: { acquireCount: { r: 2 } } } protocol:op_command 305ms 2015-12-18T13:30:42.681-0500 I COMMAND [conn27] command local.oplog.rs command: getMore { getMore: 22910350323, collection: "oplog.rs", maxTimeMS: 5000, term: 1, lastKnownCommittedOpTime: { ts: Timestamp 1450463441000|4171, t: 1 } } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:266 locks:{ Global: { acquireCount: { r: 2 } }, Database: { acquireCount: { r: 1 }, acquireWaitCount: { r: 1 }, timeAcquiringMicros: { r: 315822 } }, oplog: { acquireCount: { r: 1 } } } protocol:op_command 315ms 2015-12-18T13:31:04.613-0500 I COMMAND [conn27] command local.oplog.rs command: getMore { getMore: 22910350323, collection: "oplog.rs", maxTimeMS: 5000, term: 1, lastKnownCommittedOpTime: { ts: Timestamp 1450463463000|7446, t: 1 } } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:28943 locks:{ Global: { acquireCount: { r: 2 }, acquireWaitCount: { r: 1 }, timeAcquiringMicros: { r: 115122 } }, Database: { acquireCount: { r: 1 } }, oplog: { acquireCount: { r: 1 } } } protocol:op_command 115ms 2015-12-18T13:31:51.416-0500 I COMMAND [conn25] command local.oplog.rs command: getMore { getMore: 22910350323, collection: "oplog.rs", maxTimeMS: 5000, term: 1, lastKnownCommittedOpTime: { ts: Timestamp 1450463509000|21301, t: 1 } } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:266 locks:{ Global: { acquireCount: { r: 2 } }, Database: { acquireCount: { r: 1 }, acquireWaitCount: { r: 1 }, timeAcquiringMicros: { r: 312573 } }, oplog: { acquireCount: { r: 1 } } } protocol:op_command 312ms 2015-12-18T13:32:19.280-0500 I COMMAND [conn27] command local.oplog.rs command: getMore { getMore: 22910350323, collection: "oplog.rs", maxTimeMS: 5000, term: 1, lastKnownCommittedOpTime: { ts: Timestamp 1450463537000|7694, t: 1 } } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:22 reslen:1185441 locks:{ Global: { acquireCount: { r: 46 }, acquireWaitCount: { r: 3 }, timeAcquiringMicros: { r: 257778 } }, Database: { acquireCount: { r: 23 }, acquireWaitCount: { r: 5 }, timeAcquiringMicros: { r: 318 } }, oplog: { acquireCount: { r: 23 } } } protocol:op_command 259ms 2015-12-18T13:32:19.580-0500 I COMMAND [conn27] command local.oplog.rs command: getMore { getMore: 22910350323, collection: "oplog.rs", maxTimeMS: 5000, term: 1, lastKnownCommittedOpTime: { ts: Timestamp 1450463537000|10822, t: 1 } } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:2 reslen:110239 locks:{ Global: { acquireCount: { r: 6 }, acquireWaitCount: { r: 1 }, timeAcquiringMicros: { r: 244935 } }, Database: { acquireCount: { r: 3 }, acquireWaitCount: { r: 2 }, timeAcquiringMicros: { r: 137 } }, oplog: { acquireCount: { r: 3 } } } protocol:op_command 245ms 2015-12-18T13:32:19.839-0500 I COMMAND [conn27] command local.oplog.rs command: getMore { getMore: 22910350323, collection: "oplog.rs", maxTimeMS: 5000, term: 1, lastKnownCommittedOpTime: { ts: Timestamp 1450463538000|1536, t: 1 } } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:44520 locks:{ Global: { acquireCount: { r: 2 }, acquireWaitCount: { r: 1 }, timeAcquiringMicros: { r: 234744 } }, Database: { acquireCount: { r: 1 } }, oplog: { acquireCount: { r: 1 } } } protocol:op_command 234ms 2015-12-18T13:32:20.701-0500 I COMMAND [conn27] command local.oplog.rs command: getMore { getMore: 22910350323, collection: "oplog.rs", maxTimeMS: 5000, term: 1, lastKnownCommittedOpTime: { ts: Timestamp 1450463539000|8807, t: 1 } } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:31750 locks:{ Global: { acquireCount: { r: 2 }, acquireWaitCount: { r: 1 }, timeAcquiringMicros: { r: 125950 } }, Database: { acquireCount: { r: 1 } }, oplog: { acquireCount: { r: 1 } } } protocol:op_command 126ms 2015-12-18T13:32:21.059-0500 I COMMAND [conn27] command local.oplog.rs command: getMore { getMore: 22910350323, collection: "oplog.rs", maxTimeMS: 5000, term: 1, lastKnownCommittedOpTime: { ts: Timestamp 1450463539000|13788, t: 1 } } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:27803 locks:{ Global: { acquireCount: { r: 2 }, acquireWaitCount: { r: 1 }, timeAcquiringMicros: { r: 266018 } }, Database: { acquireCount: { r: 1 } }, oplog: { acquireCount: { r: 1 } } } protocol:op_command 266ms 2015-12-18T13:32:24.350-0500 I COMMAND [conn27] command local.oplog.rs command: getMore { getMore: 22910350323, collection: "oplog.rs", maxTimeMS: 5000, term: 1, lastKnownCommittedOpTime: { ts: Timestamp 1450463542000|6460, t: 1 } } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:34089 locks:{ Global: { acquireCount: { r: 2 }, acquireWaitCount: { r: 1 }, timeAcquiringMicros: { r: 749373 } }, Database: { acquireCount: { r: 1 } }, oplog: { acquireCount: { r: 1 } } } protocol:op_command 749ms 2015-12-18T13:32:24.604-0500 I COMMAND [conn27] command local.oplog.rs command: getMore { getMore: 22910350323, collection: "oplog.rs", maxTimeMS: 5000, term: 1, lastKnownCommittedOpTime: { ts: Timestamp 1450463542000|6736, t: 1 } } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:38253 locks:{ Global: { acquireCount: { r: 2 }, acquireWaitCount: { r: 1 }, timeAcquiringMicros: { r: 250857 } }, Database: { acquireCount: { r: 1 } }, oplog: { acquireCount: { r: 1 } } } protocol:op_command 251ms 2015-12-18T13:32:24.775-0500 I COMMAND [conn27] command local.oplog.rs command: getMore { getMore: 22910350323, collection: "oplog.rs", maxTimeMS: 5000, term: 1, lastKnownCommittedOpTime: { ts: Timestamp 1450463542000|6736, t: 1 } } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:39 reslen:2135012 locks:{ Global: { acquireCount: { r: 80 }, acquireWaitCount: { r: 3 }, timeAcquiringMicros: { r: 164421 } }, Database: { acquireCount: { r: 40 }, acquireWaitCount: { r: 4 }, timeAcquiringMicros: { r: 346 } }, oplog: { acquireCount: { r: 40 } } } protocol:op_command 168ms 2015-12-18T13:32:26.841-0500 I COMMAND [conn25] command local.oplog.rs command: getMore { getMore: 22910350323, collection: "oplog.rs", maxTimeMS: 5000, term: 1, lastKnownCommittedOpTime: { ts: Timestamp 1450463545000|5280, t: 1 } } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:30875 locks:{ Global: { acquireCount: { r: 2 }, acquireWaitCount: { r: 1 }, timeAcquiringMicros: { r: 196224 } }, Database: { acquireCount: { r: 1 } }, oplog: { acquireCount: { r: 1 } } } protocol:op_command 196ms 2015-12-18T13:32:58.885-0500 I COMMAND [conn27] command local.oplog.rs command: getMore { getMore: 22910350323, collection: "oplog.rs", maxTimeMS: 5000, term: 1, lastKnownCommittedOpTime: { ts: Timestamp 1450463577000|3494, t: 1 } } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:266 locks:{ Global: { acquireCount: { r: 2 } }, Database: { acquireCount: { r: 1 }, acquireWaitCount: { r: 1 }, timeAcquiringMicros: { r: 314247 } }, oplog: { acquireCount: { r: 1 } } } protocol:op_command 314ms 2015-12-18T13:34:14.706-0500 I COMMAND [conn25] command local.oplog.rs command: getMore { getMore: 22910350323, collection: "oplog.rs", maxTimeMS: 5000, term: 1, lastKnownCommittedOpTime: { ts: Timestamp 1450463653000|2665, t: 1 } } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:266 locks:{ Global: { acquireCount: { r: 2 } }, Database: { acquireCount: { r: 1 }, acquireWaitCount: { r: 1 }, timeAcquiringMicros: { r: 330452 } }, oplog: { acquireCount: { r: 1 } } } protocol:op_command 330ms 2015-12-18T13:35:53.517-0500 I COMMAND [conn25] command local.oplog.rs command: getMore { getMore: 22910350323, collection: "oplog.rs", maxTimeMS: 5000, term: 1, lastKnownCommittedOpTime: { ts: Timestamp 1450463751000|17380, t: 1 } } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:266 locks:{ Global: { acquireCount: { r: 2 } }, Database: { acquireCount: { r: 1 }, acquireWaitCount: { r: 1 }, timeAcquiringMicros: { r: 334403 } }, oplog: { acquireCount: { r: 1 } } } protocol:op_command 334ms 2015-12-18T13:38:04.342-0500 I COMMAND [conn25] command local.oplog.rs command: getMore { getMore: 22910350323, collection: "oplog.rs", maxTimeMS: 5000, term: 1, lastKnownCommittedOpTime: { ts: Timestamp 1450463882000|7036, t: 1 } } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:16839 locks:{ Global: { acquireCount: { r: 2 } }, Database: { acquireCount: { r: 1 }, acquireWaitCount: { r: 1 }, timeAcquiringMicros: { r: 326574 } }, oplog: { acquireCount: { r: 1 } } } protocol:op_command 326ms 2015-12-18T13:38:58.074-0500 I INDEX [repl writer worker 15] build index on: OMEGA.MifidInstrumentType properties: { v: 1, key: { ENTITY_ID: 1 }, name: "ENTITY_ID_1", ns: "OMEGA.MifidInstrumentType" } 2015-12-18T13:38:58.074-0500 I INDEX [repl writer worker 15] building index using bulk method 2015-12-18T13:38:58.075-0500 I INDEX [repl writer worker 15] build index done. scanned 0 total records. 0 secs 2015-12-18T13:39:44.541-0500 I INDEX [repl writer worker 2] build index on: OMEGA.RedemptionTermsParentDefaults properties: { v: 1, key: { ENTITY_ID: 1 }, name: "ENTITY_ID_1", ns: "OMEGA.RedemptionTermsParentDefaults" } 2015-12-18T13:39:44.541-0500 I INDEX [repl writer worker 2] building index using bulk method 2015-12-18T13:39:44.542-0500 I INDEX [repl writer worker 2] build index done. scanned 0 total records. 0 secs 2015-12-18T13:40:43.984-0500 I INDEX [repl writer worker 12] build index on: OMEGA.MifidComplexProductIndicator properties: { v: 1, key: { ENTITY_ID: 1 }, name: "ENTITY_ID_1", ns: "OMEGA.MifidComplexProductIndicator" } 2015-12-18T13:40:43.984-0500 I INDEX [repl writer worker 12] building index using bulk method 2015-12-18T13:40:43.985-0500 I INDEX [repl writer worker 12] build index done. scanned 0 total records. 0 secs 2015-12-18T13:41:18.565-0500 I COMMAND [conn27] command local.oplog.rs command: getMore { getMore: 22910350323, collection: "oplog.rs", maxTimeMS: 5000, term: 1, lastKnownCommittedOpTime: { ts: Timestamp 1450464076000|7472, t: 1 } } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:266 locks:{ Global: { acquireCount: { r: 2 } }, Database: { acquireCount: { r: 1 }, acquireWaitCount: { r: 1 }, timeAcquiringMicros: { r: 364028 } }, oplog: { acquireCount: { r: 1 } } } protocol:op_command 364ms 2015-12-18T13:41:31.178-0500 I INDEX [repl writer worker 13] build index on: OMEGA.AccruedInterestSettlement properties: { v: 1, key: { ENTITY_ID: 1 }, name: "ENTITY_ID_1", ns: "OMEGA.AccruedInterestSettlement" } 2015-12-18T13:41:31.178-0500 I INDEX [repl writer worker 13] building index using bulk method 2015-12-18T13:41:31.179-0500 I INDEX [repl writer worker 13] build index done. scanned 0 total records. 0 secs 2015-12-18T13:43:14.655-0500 I INDEX [repl writer worker 5] build index on: OMEGA.MifidTradeVenue3 properties: { v: 1, key: { ENTITY_ID: 1 }, name: "ENTITY_ID_1", ns: "OMEGA.MifidTradeVenue3" } 2015-12-18T13:43:14.655-0500 I INDEX [repl writer worker 5] building index using bulk method 2015-12-18T13:43:14.656-0500 I INDEX [repl writer worker 5] build index done. scanned 0 total records. 0 secs 2015-12-18T13:43:30.116-0500 I COMMAND [conn27] command local.oplog.rs command: getMore { getMore: 22910350323, collection: "oplog.rs", maxTimeMS: 5000, term: 1, lastKnownCommittedOpTime: { ts: Timestamp 1450464208000|4243, t: 1 } } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:9145 locks:{ Global: { acquireCount: { r: 2 }, acquireWaitCount: { r: 1 }, timeAcquiringMicros: { r: 215100 } }, Database: { acquireCount: { r: 1 } }, oplog: { acquireCount: { r: 1 } } } protocol:op_command 215ms 2015-12-18T13:52:49.074-0500 I INDEX [repl writer worker 8] build index on: OMEGA.MonthlyTransferStatistic properties: { v: 1, key: { ENTITY_ID: 1 }, name: "ENTITY_ID_1", ns: "OMEGA.MonthlyTransferStatistic" } 2015-12-18T13:52:49.074-0500 I INDEX [repl writer worker 8] building index using bulk method 2015-12-18T13:52:49.075-0500 I INDEX [repl writer worker 8] build index done. scanned 0 total records. 0 secs 2015-12-18T13:52:52.173-0500 I INDEX [repl writer worker 11] build index on: OMEGA.MonthlyOriginationStatistic properties: { v: 1, key: { ENTITY_ID: 1 }, name: "ENTITY_ID_1", ns: "OMEGA.MonthlyOriginationStatistic" } 2015-12-18T13:52:52.173-0500 I INDEX [repl writer worker 11] building index using bulk method 2015-12-18T13:52:52.174-0500 I INDEX [repl writer worker 11] build index done. scanned 0 total records. 0 secs 2015-12-18T13:52:54.246-0500 I INDEX [repl writer worker 12] build index on: OMEGA.MonthlyNextRateChangeDateStatistic properties: { v: 1, key: { ENTITY_ID: 1 }, name: "ENTITY_ID_1", ns: "OMEGA.MonthlyNextRateChangeDateStatistic" } 2015-12-18T13:52:54.246-0500 I INDEX [repl writer worker 12] building index using bulk method 2015-12-18T13:52:54.247-0500 I INDEX [repl writer worker 12] build index done. scanned 0 total records. 0 secs 2015-12-18T13:52:56.315-0500 I INDEX [repl writer worker 9] build index on: OMEGA.MonthlyIssuerStatistic2 properties: { v: 1, key: { ENTITY_ID: 1 }, name: "ENTITY_ID_1", ns: "OMEGA.MonthlyIssuerStatistic2" } 2015-12-18T13:52:56.315-0500 I INDEX [repl writer worker 9] building index using bulk method 2015-12-18T13:52:56.316-0500 I INDEX [repl writer worker 9] build index done. scanned 0 total records. 0 secs 2015-12-18T13:52:58.393-0500 I INDEX [repl writer worker 8] build index on: OMEGA.MonthlyMortgageInsurancePremiumStatistic properties: { v: 1, key: { ENTITY_ID: 1 }, name: "ENTITY_ID_1", ns: "OMEGA.MonthlyMortgageInsurancePremiumStatistic" } 2015-12-18T13:52:58.393-0500 I INDEX [repl writer worker 8] building index using bulk method 2015-12-18T13:52:58.394-0500 I INDEX [repl writer worker 8] build index done. scanned 0 total records. 0 secs 2015-12-18T13:53:08.723-0500 I INDEX [repl writer worker 14] build index on: OMEGA.LargerInstrumentMapStatistic properties: { v: 1, key: { ENTITY_ID: 1 }, name: "ENTITY_ID_1", ns: "OMEGA.LargerInstrumentMapStatistic" } 2015-12-18T13:53:08.723-0500 I INDEX [repl writer worker 14] building index using bulk method 2015-12-18T13:53:08.724-0500 I INDEX [repl writer worker 14] build index done. scanned 0 total records. 0 secs 2015-12-18T13:55:36.254-0500 I INDEX [repl writer worker 6] build index on: OMEGA.MonthlyPoolLoanPropertyStatistic properties: { v: 1, key: { ENTITY_ID: 1 }, name: "ENTITY_ID_1", ns: "OMEGA.MonthlyPoolLoanPropertyStatistic" } 2015-12-18T13:55:36.254-0500 I INDEX [repl writer worker 6] building index using bulk method 2015-12-18T13:55:36.254-0500 I INDEX [repl writer worker 6] build index done. scanned 0 total records. 0 secs 2015-12-18T13:55:46.523-0500 I INDEX [repl writer worker 15] build index on: OMEGA.PoolLoan properties: { v: 1, key: { ENTITY_ID: 1 }, name: "ENTITY_ID_1", ns: "OMEGA.PoolLoan" } 2015-12-18T13:55:46.523-0500 I INDEX [repl writer worker 15] building index using bulk method 2015-12-18T13:55:46.523-0500 I INDEX [repl writer worker 15] build index done. scanned 0 total records. 0 secs 2015-12-18T13:55:48.604-0500 I INDEX [repl writer worker 4] build index on: OMEGA.PoolLoanProperty properties: { v: 1, key: { ENTITY_ID: 1 }, name: "ENTITY_ID_1", ns: "OMEGA.PoolLoanProperty" } 2015-12-18T13:55:48.605-0500 I INDEX [repl writer worker 4] building index using bulk method 2015-12-18T13:55:48.605-0500 I INDEX [repl writer worker 4] build index done. scanned 0 total records. 0 secs 2015-12-18T13:55:58.877-0500 I INDEX [repl writer worker 0] build index on: OMEGA.MonthlyPoolLoanStatistic properties: { v: 1, key: { ENTITY_ID: 1 }, name: "ENTITY_ID_1", ns: "OMEGA.MonthlyPoolLoanStatistic" } 2015-12-18T13:55:58.877-0500 I INDEX [repl writer worker 0] building index using bulk method 2015-12-18T13:55:58.878-0500 I INDEX [repl writer worker 0] build index done. scanned 0 total records. 0 secs 2015-12-18T13:56:06.071-0500 I INDEX [repl writer worker 12] build index on: OMEGA.PoolAggregate properties: { v: 1, key: { ENTITY_ID: 1 }, name: "ENTITY_ID_1", ns: "OMEGA.PoolAggregate" } 2015-12-18T13:56:06.071-0500 I INDEX [repl writer worker 12] building index using bulk method 2015-12-18T13:56:06.071-0500 I INDEX [repl writer worker 12] build index done. scanned 0 total records. 0 secs 2015-12-18T13:56:08.142-0500 I INDEX [repl writer worker 9] build index on: OMEGA.OriginalPrepaymentPremiumOptionStatistic properties: { v: 1, key: { ENTITY_ID: 1 }, name: "ENTITY_ID_1", ns: "OMEGA.OriginalPrepaymentPremiumOptionStatistic" } 2015-12-18T13:56:08.142-0500 I INDEX [repl writer worker 9] building index using bulk method 2015-12-18T13:56:08.143-0500 I INDEX [repl writer worker 9] build index done. scanned 0 total records. 0 secs 2015-12-18T13:56:11.237-0500 I INDEX [repl writer worker 12] build index on: OMEGA.MonthlyRemainingMonthsStatistic properties: { v: 1, key: { ENTITY_ID: 1 }, name: "ENTITY_ID_1", ns: "OMEGA.MonthlyRemainingMonthsStatistic" } 2015-12-18T13:56:11.237-0500 I INDEX [repl writer worker 12] building index using bulk method 2015-12-18T13:56:11.238-0500 I INDEX [repl writer worker 12] build index done. scanned 0 total records. 0 secs 2015-12-18T13:56:13.327-0500 I INDEX [repl writer worker 3] build index on: OMEGA.OriginalNotAvailableStatistic properties: { v: 1, key: { ENTITY_ID: 1 }, name: "ENTITY_ID_1", ns: "OMEGA.OriginalNotAvailableStatistic" } 2015-12-18T13:56:13.327-0500 I INDEX [repl writer worker 3] building index using bulk method 2015-12-18T13:56:13.327-0500 I INDEX [repl writer worker 3] build index done. scanned 0 total records. 0 secs 2015-12-18T13:56:26.728-0500 I COMMAND [conn25] command local.oplog.rs command: getMore { getMore: 22910350323, collection: "oplog.rs", maxTimeMS: 5000, term: 1, lastKnownCommittedOpTime: { ts: Timestamp 1450464985000|21, t: 1 } } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:266 locks:{ Global: { acquireCount: { r: 2 } }, Database: { acquireCount: { r: 1 }, acquireWaitCount: { r: 1 }, timeAcquiringMicros: { r: 415500 } }, oplog: { acquireCount: { r: 1 } } } protocol:op_command 415ms 2015-12-18T13:57:02.546-0500 I INDEX [repl writer worker 15] build index on: OMEGA.OriginalQuartileStatistic properties: { v: 1, key: { ENTITY_ID: 1 }, name: "ENTITY_ID_1", ns: "OMEGA.OriginalQuartileStatistic" } 2015-12-18T13:57:02.546-0500 I INDEX [repl writer worker 15] building index using bulk method 2015-12-18T13:57:02.547-0500 I INDEX [repl writer worker 15] build index done. scanned 0 total records. 0 secs 2015-12-18T13:58:22.484-0500 I INDEX [repl writer worker 10] build index on: OMEGA.OriginalSpecialLoanProgramStatistic properties: { v: 1, key: { ENTITY_ID: 1 }, name: "ENTITY_ID_1", ns: "OMEGA.OriginalSpecialLoanProgramStatistic" } 2015-12-18T13:58:22.484-0500 I INDEX [repl writer worker 10] building index using bulk method 2015-12-18T13:58:22.484-0500 I INDEX [repl writer worker 10] build index done. scanned 0 total records. 0 secs 2015-12-18T13:59:04.540-0500 I INDEX [repl writer worker 0] build index on: OMEGA.OriginalPaydownStatistic properties: { v: 1, key: { ENTITY_ID: 1 }, name: "ENTITY_ID_1", ns: "OMEGA.OriginalPaydownStatistic" } 2015-12-18T13:59:04.540-0500 I INDEX [repl writer worker 0] building index using bulk method 2015-12-18T13:59:04.540-0500 I INDEX [repl writer worker 0] build index done. scanned 0 total records. 0 secs 2015-12-18T14:00:43.928-0500 I INDEX [repl writer worker 3] build index on: OMEGA.OriginalOrigYearStatistic properties: { v: 1, key: { ENTITY_ID: 1 }, name: "ENTITY_ID_1", ns: "OMEGA.OriginalOrigYearStatistic" } 2015-12-18T14:00:43.928-0500 I INDEX [repl writer worker 3] building index using bulk method 2015-12-18T14:00:43.928-0500 I INDEX [repl writer worker 3] build index done. scanned 0 total records. 0 secs 2015-12-18T14:01:31.081-0500 I INDEX [repl writer worker 5] build index on: OMEGA.OriginalPropertyTypeStatistic properties: { v: 1, key: { ENTITY_ID: 1 }, name: "ENTITY_ID_1", ns: "OMEGA.OriginalPropertyTypeStatistic" } 2015-12-18T14:01:31.081-0500 I INDEX [repl writer worker 5] building index using bulk method 2015-12-18T14:01:31.081-0500 I INDEX [repl writer worker 5] build index done. scanned 0 total records. 0 secs 2015-12-18T14:02:20.979-0500 I INDEX [repl writer worker 5] build index on: OMEGA.OriginalLoanTypeStatistic properties: { v: 1, key: { ENTITY_ID: 1 }, name: "ENTITY_ID_1", ns: "OMEGA.OriginalLoanTypeStatistic" } 2015-12-18T14:02:20.979-0500 I INDEX [repl writer worker 5] building index using bulk method 2015-12-18T14:02:20.979-0500 I INDEX [repl writer worker 5] build index done. scanned 0 total records. 0 secs 2015-12-18T14:03:59.755-0500 I INDEX [repl writer worker 13] build index on: OMEGA.OriginalGeoStatistic properties: { v: 1, key: { ENTITY_ID: 1 }, name: "ENTITY_ID_1", ns: "OMEGA.OriginalGeoStatistic" } 2015-12-18T14:03:59.755-0500 I INDEX [repl writer worker 13] building index using bulk method 2015-12-18T14:03:59.755-0500 I INDEX [repl writer worker 13] build index done. scanned 0 total records. 0 secs 2015-12-18T14:04:36.328-0500 I COMMAND [conn27] command local.oplog.rs command: getMore { getMore: 22910350323, collection: "oplog.rs", maxTimeMS: 5000, term: 1, lastKnownCommittedOpTime: { ts: Timestamp 1450465474000|9115, t: 1 } } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:15133 locks:{ Global: { acquireCount: { r: 2 }, acquireWaitCount: { r: 1 }, timeAcquiringMicros: { r: 351117 } }, Database: { acquireCount: { r: 1 } }, oplog: { acquireCount: { r: 1 } } } protocol:op_command 351ms 2015-12-18T14:04:36.495-0500 I COMMAND [conn27] command local.oplog.rs command: getMore { getMore: 22910350323, collection: "oplog.rs", maxTimeMS: 5000, term: 1, lastKnownCommittedOpTime: { ts: Timestamp 1450465474000|9153, t: 1 } } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:36 reslen:1917864 locks:{ Global: { acquireCount: { r: 74 }, acquireWaitCount: { r: 8 }, timeAcquiringMicros: { r: 158176 } }, Database: { acquireCount: { r: 37 }, acquireWaitCount: { r: 15 }, timeAcquiringMicros: { r: 892 } }, oplog: { acquireCount: { r: 37 } } } protocol:op_command 162ms 2015-12-18T14:05:09.476-0500 I COMMAND [conn25] command local.oplog.rs command: getMore { getMore: 22910350323, collection: "oplog.rs", maxTimeMS: 5000, term: 1, lastKnownCommittedOpTime: { ts: Timestamp 1450465507000|9632, t: 1 } } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:266 locks:{ Global: { acquireCount: { r: 2 } }, Database: { acquireCount: { r: 1 }, acquireWaitCount: { r: 1 }, timeAcquiringMicros: { r: 419064 } }, oplog: { acquireCount: { r: 1 } } } protocol:op_command 419ms 2015-12-18T14:05:46.188-0500 I COMMAND [conn27] command local.oplog.rs command: getMore { getMore: 22910350323, collection: "oplog.rs", maxTimeMS: 5000, term: 1, lastKnownCommittedOpTime: { ts: Timestamp 1450465544000|6360, t: 1 } } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:7 reslen:385106 locks:{ Global: { acquireCount: { r: 16 }, acquireWaitCount: { r: 3 }, timeAcquiringMicros: { r: 254181 } }, Database: { acquireCount: { r: 8 }, acquireWaitCount: { r: 5 }, timeAcquiringMicros: { r: 892 } }, oplog: { acquireCount: { r: 8 } } } protocol:op_command 255ms 2015-12-18T14:06:28.504-0500 I COMMAND [conn27] command local.oplog.rs command: getMore { getMore: 22910350323, collection: "oplog.rs", maxTimeMS: 5000, term: 1, lastKnownCommittedOpTime: { ts: Timestamp 1450465586000|21723, t: 1 } } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:266 locks:{ Global: { acquireCount: { r: 2 } }, Database: { acquireCount: { r: 1 }, acquireWaitCount: { r: 1 }, timeAcquiringMicros: { r: 379932 } }, oplog: { acquireCount: { r: 1 } } } protocol:op_command 380ms 2015-12-18T14:06:52.931-0500 I COMMAND [conn25] command local.oplog.rs command: getMore { getMore: 22910350323, collection: "oplog.rs", maxTimeMS: 5000, term: 1, lastKnownCommittedOpTime: { ts: Timestamp 1450465611000|12792, t: 1 } } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:33730 locks:{ Global: { acquireCount: { r: 2 }, acquireWaitCount: { r: 1 }, timeAcquiringMicros: { r: 114668 } }, Database: { acquireCount: { r: 1 } }, oplog: { acquireCount: { r: 1 } } } protocol:op_command 114ms 2015-12-18T14:07:24.757-0500 I COMMAND [conn27] command local.oplog.rs command: getMore { getMore: 22910350323, collection: "oplog.rs", maxTimeMS: 5000, term: 1, lastKnownCommittedOpTime: { ts: Timestamp 1450465643000|2367, t: 1 } } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:26568 locks:{ Global: { acquireCount: { r: 2 } }, Database: { acquireCount: { r: 1 }, acquireWaitCount: { r: 1 }, timeAcquiringMicros: { r: 375246 } }, oplog: { acquireCount: { r: 1 } } } protocol:op_command 375ms 2015-12-18T14:08:01.815-0500 I COMMAND [conn27] command local.oplog.rs command: getMore { getMore: 22910350323, collection: "oplog.rs", maxTimeMS: 5000, term: 1, lastKnownCommittedOpTime: { ts: Timestamp 1450465680000|2860, t: 1 } } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:14 reslen:854039 locks:{ Global: { acquireCount: { r: 30 }, acquireWaitCount: { r: 3 }, timeAcquiringMicros: { r: 255371 } }, Database: { acquireCount: { r: 15 }, acquireWaitCount: { r: 6 }, timeAcquiringMicros: { r: 396 } }, oplog: { acquireCount: { r: 15 } } } protocol:op_command 257ms 2015-12-18T14:08:19.221-0500 I INDEX [repl writer worker 4] build index on: OMEGA.ClearstreamComment3 properties: { v: 1, key: { ENTITY_ID: 1 }, name: "ENTITY_ID_1", ns: "OMEGA.ClearstreamComment3" } 2015-12-18T14:08:19.221-0500 I INDEX [repl writer worker 4] building index using bulk method 2015-12-18T14:08:19.222-0500 I INDEX [repl writer worker 4] build index done. scanned 0 total records. 0 secs 2015-12-18T14:08:34.930-0500 I COMMAND [conn27] command local.oplog.rs command: getMore { getMore: 22910350323, collection: "oplog.rs", maxTimeMS: 5000, term: 1, lastKnownCommittedOpTime: { ts: Timestamp 1450465713000|3063, t: 1 } } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:266 locks:{ Global: { acquireCount: { r: 2 } }, Database: { acquireCount: { r: 1 }, acquireWaitCount: { r: 1 }, timeAcquiringMicros: { r: 367003 } }, oplog: { acquireCount: { r: 1 } } } protocol:op_command 367ms 2015-12-18T14:08:43.619-0500 I INDEX [repl writer worker 4] build index on: OMEGA.OriginalOccupancyStatistic properties: { v: 1, key: { ENTITY_ID: 1 }, name: "ENTITY_ID_1", ns: "OMEGA.OriginalOccupancyStatistic" } 2015-12-18T14:08:43.619-0500 I INDEX [repl writer worker 4] building index using bulk method 2015-12-18T14:08:43.619-0500 I INDEX [repl writer worker 4] build index done. scanned 0 total records. 0 secs 2015-12-18T14:09:09.039-0500 I COMMAND [conn25] command local.oplog.rs command: getMore { getMore: 22910350323, collection: "oplog.rs", maxTimeMS: 5000, term: 1, lastKnownCommittedOpTime: { ts: Timestamp 1450465747000|8801, t: 1 } } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:40 reslen:2620711 locks:{ Global: { acquireCount: { r: 82 }, acquireWaitCount: { r: 4 }, timeAcquiringMicros: { r: 323446 } }, Database: { acquireCount: { r: 41 }, acquireWaitCount: { r: 7 }, timeAcquiringMicros: { r: 921 } }, oplog: { acquireCount: { r: 41 } } } protocol:op_command 328ms 2015-12-18T14:09:37.341-0500 I COMMAND [conn25] command local.oplog.rs command: getMore { getMore: 22910350323, collection: "oplog.rs", maxTimeMS: 5000, term: 1, lastKnownCommittedOpTime: { ts: Timestamp 1450465775000|13664, t: 1 } } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:2 reslen:155976 locks:{ Global: { acquireCount: { r: 6 }, acquireWaitCount: { r: 1 }, timeAcquiringMicros: { r: 106577 } }, Database: { acquireCount: { r: 3 }, acquireWaitCount: { r: 2 }, timeAcquiringMicros: { r: 128 } }, oplog: { acquireCount: { r: 3 } } } protocol:op_command 106ms 2015-12-18T14:09:41.004-0500 I INDEX [repl writer worker 2] build index on: OMEGA.OriginalFirstAmortizationDateStatistic properties: { v: 1, key: { ENTITY_ID: 1 }, name: "ENTITY_ID_1", ns: "OMEGA.OriginalFirstAmortizationDateStatistic" } 2015-12-18T14:09:41.004-0500 I INDEX [repl writer worker 2] building index using bulk method 2015-12-18T14:09:41.005-0500 I INDEX [repl writer worker 2] build index done. scanned 0 total records. 0 secs 2015-12-18T14:09:43.084-0500 I INDEX [repl writer worker 10] build index on: OMEGA.OriginalInterestRateRangeStatistic properties: { v: 1, key: { ENTITY_ID: 1 }, name: "ENTITY_ID_1", ns: "OMEGA.OriginalInterestRateRangeStatistic" } 2015-12-18T14:09:43.084-0500 I INDEX [repl writer worker 10] building index using bulk method 2015-12-18T14:09:43.085-0500 I INDEX [repl writer worker 10] build index done. scanned 0 total records. 0 secs 2015-12-18T14:09:44.188-0500 I COMMAND [conn25] command local.oplog.rs command: getMore { getMore: 22910350323, collection: "oplog.rs", maxTimeMS: 5000, term: 1, lastKnownCommittedOpTime: { ts: Timestamp 1450465782000|6919, t: 1 } } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:266 locks:{ Global: { acquireCount: { r: 2 } }, Database: { acquireCount: { r: 1 }, acquireWaitCount: { r: 1 }, timeAcquiringMicros: { r: 354880 } }, oplog: { acquireCount: { r: 1 } } } protocol:op_command 354ms 2015-12-18T14:09:47.215-0500 I INDEX [repl writer worker 5] build index on: OMEGA.OriginalWeightedAvgGrossMarginStatistic properties: { v: 1, key: { ENTITY_ID: 1 }, name: "ENTITY_ID_1", ns: "OMEGA.OriginalWeightedAvgGrossMarginStatistic" } 2015-12-18T14:09:47.215-0500 I INDEX [repl writer worker 5] building index using bulk method 2015-12-18T14:09:47.215-0500 I INDEX [repl writer worker 5] build index done. scanned 0 total records. 0 secs 2015-12-18T14:09:59.540-0500 I INDEX [repl writer worker 4] build index on: OMEGA.OriginalNextRateChangeDateStatistic properties: { v: 1, key: { ENTITY_ID: 1 }, name: "ENTITY_ID_1", ns: "OMEGA.OriginalNextRateChangeDateStatistic" } 2015-12-18T14:09:59.540-0500 I INDEX [repl writer worker 4] building index using bulk method 2015-12-18T14:09:59.541-0500 I INDEX [repl writer worker 4] build index done. scanned 0 total records. 0 secs 2015-12-18T14:10:01.612-0500 I INDEX [repl writer worker 9] build index on: OMEGA.OriginalFirstPaymentOrigRateComboStatistic properties: { v: 1, key: { ENTITY_ID: 1 }, name: "ENTITY_ID_1", ns: "OMEGA.OriginalFirstPaymentOrigRateComboStatistic" } 2015-12-18T14:10:01.612-0500 I INDEX [repl writer worker 9] building index using bulk method 2015-12-18T14:10:01.612-0500 I INDEX [repl writer worker 9] build index done. scanned 0 total records. 0 secs 2015-12-18T14:10:07.802-0500 I INDEX [repl writer worker 13] build index on: OMEGA.OriginalSellerStatistic properties: { v: 1, key: { ENTITY_ID: 1 }, name: "ENTITY_ID_1", ns: "OMEGA.OriginalSellerStatistic" } 2015-12-18T14:10:07.802-0500 I INDEX [repl writer worker 13] building index using bulk method 2015-12-18T14:10:07.803-0500 I INDEX [repl writer worker 13] build index done. scanned 0 total records. 0 secs 2015-12-18T14:10:09.875-0500 I INDEX [repl writer worker 8] build index on: OMEGA.OriginalIssuerStatistic2 properties: { v: 1, key: { ENTITY_ID: 1 }, name: "ENTITY_ID_1", ns: "OMEGA.OriginalIssuerStatistic2" } 2015-12-18T14:10:09.875-0500 I INDEX [repl writer worker 8] building index using bulk method 2015-12-18T14:10:16.366-0500 I INDEX [repl writer worker 8] build index done. scanned 0 total records. 6 secs 2015-12-18T14:10:16.410-0500 I COMMAND [conn25] command local.oplog.rs command: getMore { getMore: 22910350323, collection: "oplog.rs", maxTimeMS: 5000, term: 1, lastKnownCommittedOpTime: { ts: Timestamp 1450465808000|5298, t: 1 } } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 exception: operation exceeded time limit code:50 numYields:0 reslen:74 locks:{ Global: { acquireCount: { r: 2 }, acquireWaitCount: { r: 1 }, timeAcquiringMicros: { r: 6489645 } }, Database: { acquireCount: { r: 1 }, acquireWaitCount: { r: 1 }, timeAcquiringMicros: { r: 123 } }, oplog: { acquireCount: { r: 1 } } } protocol:op_command 6533ms 2015-12-18T14:10:16.412-0500 I NETWORK [initandlisten] connection accepted from 10.175.73.251:48110 #28 (22 connections now open) 2015-12-18T14:10:16.412-0500 I NETWORK [conn28] end connection 10.175.73.251:48110 (21 connections now open) 2015-12-18T14:10:16.615-0500 I COMMAND [conn25] command local.oplog.rs command: getMore { getMore: 23930761689, collection: "oplog.rs", maxTimeMS: 5000, term: 1, lastKnownCommittedOpTime: { ts: Timestamp 1450465809000|2599, t: 1 } } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:74 reslen:4194691 locks:{ Global: { acquireCount: { r: 150 }, acquireWaitCount: { r: 4 }, timeAcquiringMicros: { r: 113847 } }, Database: { acquireCount: { r: 75 }, acquireWaitCount: { r: 7 }, timeAcquiringMicros: { r: 591 } }, oplog: { acquireCount: { r: 75 } } } protocol:op_command 120ms 2015-12-18T14:10:16.968-0500 I COMMAND [conn25] command local.oplog.rs command: getMore { getMore: 23930761689, collection: "oplog.rs", maxTimeMS: 5000, term: 1, lastKnownCommittedOpTime: { ts: Timestamp 1450465813000|1562, t: 1 } } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:72 reslen:4194573 locks:{ Global: { acquireCount: { r: 146 }, acquireWaitCount: { r: 3 }, timeAcquiringMicros: { r: 102654 } }, Database: { acquireCount: { r: 73 }, acquireWaitCount: { r: 6 }, timeAcquiringMicros: { r: 506 } }, oplog: { acquireCount: { r: 73 } } } protocol:op_command 108ms 2015-12-18T14:11:07.619-0500 I COMMAND [conn27] command local.oplog.rs command: getMore { getMore: 23930761689, collection: "oplog.rs", maxTimeMS: 5000, term: 1, lastKnownCommittedOpTime: { ts: Timestamp 1450465865000|10429, t: 1 } } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:266 locks:{ Global: { acquireCount: { r: 2 } }, Database: { acquireCount: { r: 1 }, acquireWaitCount: { r: 1 }, timeAcquiringMicros: { r: 407618 } }, oplog: { acquireCount: { r: 1 } } } protocol:op_command 407ms 2015-12-18T14:11:49.344-0500 I INDEX [repl writer worker 9] build index on: OMEGA.CashSecSchedule properties: { v: 1, key: { ENTITY_ID: 1 }, name: "ENTITY_ID_1", ns: "OMEGA.CashSecSchedule" } 2015-12-18T14:11:49.344-0500 I INDEX [repl writer worker 9] building index using bulk method 2015-12-18T14:11:49.345-0500 I INDEX [repl writer worker 9] build index done. scanned 0 total records. 0 secs 2015-12-18T14:12:10.896-0500 I INDEX [repl writer worker 9] build index on: OMEGA.CashSchedule properties: { v: 1, key: { ENTITY_ID: 1 }, name: "ENTITY_ID_1", ns: "OMEGA.CashSchedule" } 2015-12-18T14:12:10.896-0500 I INDEX [repl writer worker 9] building index using bulk method 2015-12-18T14:12:10.897-0500 I INDEX [repl writer worker 9] build index done. scanned 0 total records. 0 secs 2015-12-18T14:13:00.106-0500 I INDEX [repl writer worker 10] build index on: OMEGA.EquityClawbackCashSchedule properties: { v: 1, key: { ENTITY_ID: 1 }, name: "ENTITY_ID_1", ns: "OMEGA.EquityClawbackCashSchedule" } 2015-12-18T14:13:00.106-0500 I INDEX [repl writer worker 10] building index using bulk method 2015-12-18T14:13:00.106-0500 I INDEX [repl writer worker 10] build index done. scanned 0 total records. 0 secs 2015-12-18T14:19:37.233-0500 I REPL [ReplicationExecutor] re-evaluating sync source because our current sync source's most recent OpTime is (term: 1, timestamp: Dec 18 14:18:55:219) which is more than 30s behind member sec-dev-mongo012:27020 whose most recent OpTime is (term: 1, timestamp: Dec 18 14:19:35:2) 2015-12-18T14:19:37.233-0500 I REPL [ReplicationExecutor] could not find member to sync from 2015-12-18T14:19:38.233-0500 I REPL [ReplicationExecutor] syncing from: sec-dev-mongo004:27020 2015-12-18T14:19:38.234-0500 I NETWORK [conn24] end connection 10.175.73.251:33555 (20 connections now open) 2015-12-18T14:24:24.565-0500 I INDEX [repl writer worker 10] build index on: OMEGA.ClearstreamBusinessCentreData3 properties: { v: 1, key: { ENTITY_ID: 1 }, name: "ENTITY_ID_1", ns: "OMEGA.ClearstreamBusinessCentreData3" } 2015-12-18T14:24:24.565-0500 I INDEX [repl writer worker 10] building index using bulk method 2015-12-18T14:24:24.566-0500 I INDEX [repl writer worker 10] build index done. scanned 0 total records. 0 secs 2015-12-18T14:24:37.232-0500 I NETWORK [conn27] end connection 10.175.73.251:34080 (19 connections now open) 2015-12-18T14:24:37.232-0500 I NETWORK [conn25] end connection 10.175.73.251:33556 (19 connections now open) 2015-12-18T14:33:26.256-0500 I INDEX [repl writer worker 15] build index on: OMEGA.MifidCFICodeDetail properties: { v: 1, key: { ENTITY_ID: 1 }, name: "ENTITY_ID_1", ns: "OMEGA.MifidCFICodeDetail" } 2015-12-18T14:33:26.256-0500 I INDEX [repl writer worker 15] building index using bulk method 2015-12-18T14:33:26.257-0500 I INDEX [repl writer worker 15] build index done. scanned 0 total records. 0 secs 2015-12-18T14:33:50.998-0500 I INDEX [repl writer worker 3] build index on: OMEGA.MonthlyServicerStatistic properties: { v: 1, key: { ENTITY_ID: 1 }, name: "ENTITY_ID_1", ns: "OMEGA.MonthlyServicerStatistic" } 2015-12-18T14:33:50.998-0500 I INDEX [repl writer worker 3] building index using bulk method 2015-12-18T14:33:50.998-0500 I INDEX [repl writer worker 3] build index done. scanned 0 total records. 0 secs 2015-12-18T14:33:52.063-0500 I INDEX [repl writer worker 2] build index on: OMEGA.MonthlyGeoStatistic properties: { v: 1, key: { ENTITY_ID: 1 }, name: "ENTITY_ID_1", ns: "OMEGA.MonthlyGeoStatistic" } 2015-12-18T14:33:52.063-0500 I INDEX [repl writer worker 2] building index using bulk method 2015-12-18T14:33:52.064-0500 I INDEX [repl writer worker 2] build index done. scanned 0 total records. 0 secs 2015-12-18T14:34:23.848-0500 I INDEX [repl writer worker 13] build index on: OMEGA.MonthlyPropertyTypeStatistic properties: { v: 1, key: { ENTITY_ID: 1 }, name: "ENTITY_ID_1", ns: "OMEGA.MonthlyPropertyTypeStatistic" } 2015-12-18T14:34:23.848-0500 I INDEX [repl writer worker 13] building index using bulk method 2015-12-18T14:34:23.849-0500 I INDEX [repl writer worker 13] build index done. scanned 0 total records. 0 secs 2015-12-18T14:34:24.896-0500 I INDEX [repl writer worker 14] build index on: OMEGA.Monthly3rdPartyOriginationStatistic properties: { v: 1, key: { ENTITY_ID: 1 }, name: "ENTITY_ID_1", ns: "OMEGA.Monthly3rdPartyOriginationStatistic" } 2015-12-18T14:34:24.896-0500 I INDEX [repl writer worker 14] building index using bulk method 2015-12-18T14:34:24.896-0500 I INDEX [repl writer worker 14] build index done. scanned 0 total records. 0 secs 2015-12-18T14:34:25.953-0500 I INDEX [repl writer worker 10] build index on: OMEGA.MonthlyHistoricalSpecificSpeeds properties: { v: 1, key: { ENTITY_ID: 1 }, name: "ENTITY_ID_1", ns: "OMEGA.MonthlyHistoricalSpecificSpeeds" } 2015-12-18T14:34:25.953-0500 I INDEX [repl writer worker 10] building index using bulk method 2015-12-18T14:34:25.954-0500 I INDEX [repl writer worker 10] build index done. scanned 0 total records. 0 secs 2015-12-18T14:34:28.027-0500 I INDEX [repl writer worker 13] build index on: OMEGA.MonthlyLoanTypeStatistic properties: { v: 1, key: { ENTITY_ID: 1 }, name: "ENTITY_ID_1", ns: "OMEGA.MonthlyLoanTypeStatistic" } 2015-12-18T14:34:28.027-0500 I INDEX [repl writer worker 13] building index using bulk method 2015-12-18T14:34:28.027-0500 I INDEX [repl writer worker 13] build index done. scanned 0 total records. 0 secs 2015-12-18T14:34:29.081-0500 I INDEX [repl writer worker 11] build index on: OMEGA.MonthlyOccupancyStatistic properties: { v: 1, key: { ENTITY_ID: 1 }, name: "ENTITY_ID_1", ns: "OMEGA.MonthlyOccupancyStatistic" } 2015-12-18T14:34:29.081-0500 I INDEX [repl writer worker 11] building index using bulk method 2015-12-18T14:34:29.083-0500 I INDEX [repl writer worker 11] build index done. scanned 0 total records. 0 secs 2015-12-18T14:34:31.192-0500 I INDEX [repl writer worker 13] build index on: OMEGA.MonthlyOrigYearStatistic properties: { v: 1, key: { ENTITY_ID: 1 }, name: "ENTITY_ID_1", ns: "OMEGA.MonthlyOrigYearStatistic" } 2015-12-18T14:34:31.192-0500 I INDEX [repl writer worker 13] building index using bulk method 2015-12-18T14:34:31.193-0500 I INDEX [repl writer worker 13] build index done. scanned 0 total records. 0 secs 2015-12-18T14:35:34.734-0500 I INDEX [repl writer worker 0] build index on: OMEGA.MonthlyNotAvailableStatistic properties: { v: 1, key: { ENTITY_ID: 1 }, name: "ENTITY_ID_1", ns: "OMEGA.MonthlyNotAvailableStatistic" } 2015-12-18T14:35:34.734-0500 I INDEX [repl writer worker 0] building index using bulk method 2015-12-18T14:35:34.734-0500 I INDEX [repl writer worker 0] build index done. scanned 0 total records. 0 secs 2015-12-18T14:35:42.963-0500 I INDEX [repl writer worker 11] build index on: OMEGA.MonthlyQuartileStatistic properties: { v: 1, key: { ENTITY_ID: 1 }, name: "ENTITY_ID_1", ns: "OMEGA.MonthlyQuartileStatistic" } 2015-12-18T14:35:42.963-0500 I INDEX [repl writer worker 11] building index using bulk method 2015-12-18T14:35:42.964-0500 I INDEX [repl writer worker 11] build index done. scanned 0 total records. 0 secs 2015-12-18T14:36:06.576-0500 I INDEX [repl writer worker 12] build index on: OMEGA.OriginalServicerStatistic properties: { v: 1, key: { ENTITY_ID: 1 }, name: "ENTITY_ID_1", ns: "OMEGA.OriginalServicerStatistic" } 2015-12-18T14:36:06.576-0500 I INDEX [repl writer worker 12] building index using bulk method 2015-12-18T14:36:06.577-0500 I INDEX [repl writer worker 12] build index done. scanned 0 total records. 0 secs 2015-12-18T14:37:03.959-0500 I INDEX [repl writer worker 14] build index on: OMEGA.MonthlyDelinquencyStatistic properties: { v: 1, key: { ENTITY_ID: 1 }, name: "ENTITY_ID_1", ns: "OMEGA.MonthlyDelinquencyStatistic" } 2015-12-18T14:37:03.959-0500 I INDEX [repl writer worker 14] building index using bulk method 2015-12-18T14:37:03.959-0500 I INDEX [repl writer worker 14] build index done. scanned 0 total records. 0 secs 2015-12-18T14:37:06.032-0500 I INDEX [repl writer worker 4] build index on: OMEGA.MonthlyPaydownStatistic properties: { v: 1, key: { ENTITY_ID: 1 }, name: "ENTITY_ID_1", ns: "OMEGA.MonthlyPaydownStatistic" } 2015-12-18T14:37:06.032-0500 I INDEX [repl writer worker 4] building index using bulk method 2015-12-18T14:37:06.033-0500 I INDEX [repl writer worker 4] build index done. scanned 0 total records. 0 secs 2015-12-18T14:37:07.081-0500 I INDEX [repl writer worker 2] build index on: OMEGA.MonthlyIssuerPaydownStatistic properties: { v: 1, key: { ENTITY_ID: 1 }, name: "ENTITY_ID_1", ns: "OMEGA.MonthlyIssuerPaydownStatistic" } 2015-12-18T14:37:07.081-0500 I INDEX [repl writer worker 2] building index using bulk method 2015-12-18T14:37:07.082-0500 I INDEX [repl writer worker 2] build index done. scanned 0 total records. 0 secs 2015-12-18T14:37:08.125-0500 I INDEX [repl writer worker 1] build index on: OMEGA.MonthlyIssuerRemovalStatistic properties: { v: 1, key: { ENTITY_ID: 1 }, name: "ENTITY_ID_1", ns: "OMEGA.MonthlyIssuerRemovalStatistic" } 2015-12-18T14:37:08.125-0500 I INDEX [repl writer worker 1] building index using bulk method 2015-12-18T14:37:08.125-0500 I INDEX [repl writer worker 1] build index done. scanned 0 total records. 0 secs 2015-12-18T14:37:09.193-0500 I INDEX [repl writer worker 15] build index on: OMEGA.MonthlyFirstPaymentNoteRateComboStatistic properties: { v: 1, key: { ENTITY_ID: 1 }, name: "ENTITY_ID_1", ns: "OMEGA.MonthlyFirstPaymentNoteRateComboStatistic" } 2015-12-18T14:37:09.193-0500 I INDEX [repl writer worker 15] building index using bulk method 2015-12-18T14:37:09.194-0500 I INDEX [repl writer worker 15] build index done. scanned 0 total records. 0 secs 2015-12-18T14:37:40.063-0500 I NETWORK [conn19] end connection 10.175.73.216:36600 (17 connections now open) 2015-12-18T14:38:57.252-0500 I NETWORK [initandlisten] connection accepted from 10.175.73.216:52127 #29 (18 connections now open) 2015-12-18T14:40:41.051-0500 I NETWORK [conn29] end connection 10.175.73.216:52127 (17 connections now open) 2015-12-18T14:41:24.483-0500 I NETWORK [initandlisten] connection accepted from 10.175.73.216:52248 #30 (18 connections now open) 2015-12-18T14:41:49.015-0500 I INDEX [repl writer worker 8] build index on: OMEGA.Price properties: { v: 1, key: { ENTITY_ID: 1 }, name: "ENTITY_ID_1", ns: "OMEGA.Price" } 2015-12-18T14:41:49.015-0500 I INDEX [repl writer worker 8] building index using bulk method 2015-12-18T14:41:49.015-0500 I INDEX [repl writer worker 8] build index done. scanned 0 total records. 0 secs 2015-12-18T14:43:46.951-0500 I INDEX [repl writer worker 15] build index on: OMEGA.TradingStatus properties: { v: 1, key: { ENTITY_ID: 1 }, name: "ENTITY_ID_1", ns: "OMEGA.TradingStatus" } 2015-12-18T14:43:46.951-0500 I INDEX [repl writer worker 15] building index using bulk method 2015-12-18T14:43:46.953-0500 I INDEX [repl writer worker 15] build index done. scanned 0 total records. 0 secs 2015-12-18T14:43:49.416-0500 I INDEX [repl writer worker 12] build index on: OMEGA.CashScheduleRefDateRule properties: { v: 1, key: { ENTITY_ID: 1 }, name: "ENTITY_ID_1", ns: "OMEGA.CashScheduleRefDateRule" } 2015-12-18T14:43:49.416-0500 I INDEX [repl writer worker 12] building index using bulk method 2015-12-18T14:43:49.417-0500 I INDEX [repl writer worker 12] build index done. scanned 0 total records. 0 secs 2015-12-18T14:43:50.006-0500 I INDEX [repl writer worker 2] build index on: OMEGA.CashScheduleRefDateRule2 properties: { v: 1, key: { ENTITY_ID: 1 }, name: "ENTITY_ID_1", ns: "OMEGA.CashScheduleRefDateRule2" } 2015-12-18T14:43:50.006-0500 I INDEX [repl writer worker 2] building index using bulk method 2015-12-18T14:43:50.006-0500 I INDEX [repl writer worker 2] build index done. scanned 0 total records. 0 secs 2015-12-18T14:44:02.317-0500 I INDEX [repl writer worker 15] build index on: OMEGA.TradingStatus properties: { v: 1, key: { ENTITY_ID: 1, SOURCE: 1 }, name: "ENTITY_ID_1_SOURCE_1", ns: "OMEGA.TradingStatus" } 2015-12-18T14:44:02.318-0500 I INDEX [repl writer worker 15] building index using bulk method 2015-12-18T14:44:02.318-0500 I INDEX [repl writer worker 15] build index done. scanned 0 total records. 0 secs 2015-12-18T14:44:03.796-0500 I INDEX [repl writer worker 0] build index on: OMEGA.CashScheduleRefDateRule properties: { v: 1, key: { ENTITY_ID: 1, SOURCE: 1, REDEMPTION_DATE: 1, PUT_DATE_CLEARSTREAM_REF_DATE_RULE_ID: 1 }, name: "ENTITY_ID_1_SOURCE_1_REDEMPTION_DATE_1_PUT_DATE_CLEARSTREAM_REF_DATE_RULE_ID_1", ns: "OMEGA.CashScheduleRefDateRule" } 2015-12-18T14:44:03.796-0500 I INDEX [repl writer worker 0] building index using bulk method 2015-12-18T14:44:03.796-0500 I INDEX [repl writer worker 0] build index done. scanned 0 total records. 0 secs 2015-12-18T14:44:07.555-0500 I INDEX [repl writer worker 3] build index on: OMEGA.MonthlyModificationProgramStatistic properties: { v: 1, key: { ENTITY_ID: 1 }, name: "ENTITY_ID_1", ns: "OMEGA.MonthlyModificationProgramStatistic" } 2015-12-18T14:44:07.555-0500 I INDEX [repl writer worker 3] building index using bulk method 2015-12-18T14:44:07.556-0500 I INDEX [repl writer worker 3] build index done. scanned 0 total records. 0 secs 2015-12-18T14:44:22.020-0500 I INDEX [repl writer worker 12] build index on: OMEGA.MonthlyModificationProgramStatistic properties: { v: 1, key: { ENTITY_ID: 1, SOURCE: 1, DATE: 1, MODIFICATION_PROGRAM: 1 }, name: "ENTITY_ID_1_SOURCE_1_DATE_1_MODIFICATION_PROGRAM_1", ns: "OMEGA.MonthlyModificationProgramStatistic" } 2015-12-18T14:44:22.020-0500 I INDEX [repl writer worker 12] building index using bulk method 2015-12-18T14:44:22.020-0500 I INDEX [repl writer worker 12] build index done. scanned 0 total records. 0 secs 2015-12-18T14:44:55.133-0500 I NETWORK [conn30] end connection 10.175.73.216:52248 (17 connections now open) 2015-12-18T14:46:48.336-0500 I NETWORK [initandlisten] connection accepted from 10.175.73.216:52463 #31 (18 connections now open) 2015-12-18T14:50:14.809-0500 I INDEX [repl writer worker 10] build index on: OMEGA.ClearstreamInstitutionRole properties: { v: 1, key: { ENTITY_ID: 1 }, name: "ENTITY_ID_1", ns: "OMEGA.ClearstreamInstitutionRole" } 2015-12-18T14:50:14.809-0500 I INDEX [repl writer worker 10] building index using bulk method 2015-12-18T14:50:14.810-0500 I INDEX [repl writer worker 10] build index done. scanned 0 total records. 0 secs 2015-12-18T14:50:28.536-0500 I INDEX [repl writer worker 15] build index on: OMEGA.ClearstreamInstitutionRole properties: { v: 1, key: { ENTITY_ID: 1, SOURCE: 1, TYPE: 1 }, name: "ENTITY_ID_1_SOURCE_1_TYPE_1", ns: "OMEGA.ClearstreamInstitutionRole" } 2015-12-18T14:50:28.536-0500 I INDEX [repl writer worker 15] building index using bulk method 2015-12-18T14:50:28.537-0500 I INDEX [repl writer worker 15] build index done. scanned 0 total records. 0 secs 2015-12-18T15:26:17.260-0500 I INDEX [repl writer worker 6] build index on: OMEGA.MonthlySellerStatistic properties: { v: 1, key: { ENTITY_ID: 1 }, name: "ENTITY_ID_1", ns: "OMEGA.MonthlySellerStatistic" } 2015-12-18T15:26:17.260-0500 I INDEX [repl writer worker 6] building index using bulk method 2015-12-18T15:26:17.260-0500 I INDEX [repl writer worker 6] build index done. scanned 0 total records. 0 secs 2015-12-18T15:26:31.663-0500 I INDEX [repl writer worker 4] build index on: OMEGA.MonthlySpecialLoanProgramStatistic properties: { v: 1, key: { ENTITY_ID: 1 }, name: "ENTITY_ID_1", ns: "OMEGA.MonthlySpecialLoanProgramStatistic" } 2015-12-18T15:26:31.663-0500 I INDEX [repl writer worker 4] building index using bulk method 2015-12-18T15:26:31.663-0500 I INDEX [repl writer worker 4] build index done. scanned 0 total records. 0 secs 2015-12-18T15:27:43.510-0500 I INDEX [repl writer worker 11] build index on: OMEGA.MonthlyNextRateChangeDateQuartileStatistic properties: { v: 1, key: { ENTITY_ID: 1 }, name: "ENTITY_ID_1", ns: "OMEGA.MonthlyNextRateChangeDateQuartileStatistic" } 2015-12-18T15:27:43.510-0500 I INDEX [repl writer worker 11] building index using bulk method 2015-12-18T15:27:43.511-0500 I INDEX [repl writer worker 11] build index done. scanned 0 total records. 0 secs 2015-12-18T15:27:45.604-0500 I INDEX [repl writer worker 8] build index on: OMEGA.MonthlyFirstTimeHomeBuyerStatistic properties: { v: 1, key: { ENTITY_ID: 1 }, name: "ENTITY_ID_1", ns: "OMEGA.MonthlyFirstTimeHomeBuyerStatistic" } 2015-12-18T15:27:45.604-0500 I INDEX [repl writer worker 8] building index using bulk method 2015-12-18T15:27:45.605-0500 I INDEX [repl writer worker 8] build index done. scanned 0 total records. 0 secs 2015-12-18T15:28:34.864-0500 I INDEX [repl writer worker 9] build index on: OMEGA.MonthlyMSAStatistic properties: { v: 1, key: { ENTITY_ID: 1 }, name: "ENTITY_ID_1", ns: "OMEGA.MonthlyMSAStatistic" } 2015-12-18T15:28:34.864-0500 I INDEX [repl writer worker 9] building index using bulk method 2015-12-18T15:28:34.865-0500 I INDEX [repl writer worker 9] build index done. scanned 0 total records. 0 secs 2015-12-18T15:49:49.803-0500 I INDEX [repl writer worker 0] build index on: OMEGA.Original3rdPartyOriginationStatistic properties: { v: 1, key: { ENTITY_ID: 1 }, name: "ENTITY_ID_1", ns: "OMEGA.Original3rdPartyOriginationStatistic" } 2015-12-18T15:49:49.804-0500 I INDEX [repl writer worker 0] building index using bulk method 2015-12-18T15:49:49.804-0500 I INDEX [repl writer worker 0] build index done. scanned 0 total records. 0 secs 2015-12-18T15:50:28.780-0500 I INDEX [repl writer worker 11] build index on: OMEGA.OriginalPreModifiedStatistic properties: { v: 1, key: { ENTITY_ID: 1 }, name: "ENTITY_ID_1", ns: "OMEGA.OriginalPreModifiedStatistic" } 2015-12-18T15:50:28.780-0500 I INDEX [repl writer worker 11] building index using bulk method 2015-12-18T15:50:28.781-0500 I INDEX [repl writer worker 11] build index done. scanned 0 total records. 0 secs 2015-12-18T16:15:34.440-0500 I INDEX [repl writer worker 7] build index on: OMEGA.DailyData properties: { v: 1, key: { ENTITY_ID: 1 }, name: "ENTITY_ID_1", ns: "OMEGA.DailyData" } 2015-12-18T16:15:34.440-0500 I INDEX [repl writer worker 7] building index using bulk method 2015-12-18T16:15:34.441-0500 I INDEX [repl writer worker 7] build index done. scanned 0 total records. 0 secs 2015-12-18T16:25:49.010-0500 I REPL [ReplicationExecutor] re-evaluating sync source because our current sync source's most recent OpTime is (term: 1, timestamp: Dec 18 16:24:49:7b8) which is more than 30s behind member sec-dev-mongo012:27020 whose most recent OpTime is (term: 1, timestamp: Dec 18 16:25:47:218) 2015-12-18T16:25:49.010-0500 I REPL [ReplicationExecutor] could not find member to sync from 2015-12-18T16:25:50.010-0500 I REPL [ReplicationExecutor] syncing from: sec-dev-mongo004:27020 2015-12-18T16:25:50.013-0500 I REPL [SyncSourceFeedback] setting syncSourceFeedback to sec-dev-mongo004:27020 2015-12-18T17:04:53.299-0500 I INDEX [repl writer worker 13] build index on: OMEGA.FeedFileStatus properties: { v: 1, key: { ENTITY_ID: 1 }, name: "ENTITY_ID_1", ns: "OMEGA.FeedFileStatus" } 2015-12-18T17:04:53.299-0500 I INDEX [repl writer worker 13] building index using bulk method 2015-12-18T17:04:53.299-0500 I INDEX [repl writer worker 13] build index done. scanned 0 total records. 0 secs 2015-12-18T17:44:32.951-0500 I INDEX [repl writer worker 2] build index on: OMEGA.ClearstreamIncome2 properties: { v: 1, key: { ENTITY_ID: 1 }, name: "ENTITY_ID_1", ns: "OMEGA.ClearstreamIncome2" } 2015-12-18T17:44:32.951-0500 I INDEX [repl writer worker 2] building index using bulk method 2015-12-18T17:44:32.952-0500 I INDEX [repl writer worker 2] build index done. scanned 0 total records. 0 secs 2015-12-18T17:45:03.735-0500 I INDEX [repl writer worker 3] build index on: OMEGA.BondGuaranteedBy properties: { v: 1, key: { ENTITY_ID: 1 }, name: "ENTITY_ID_1", ns: "OMEGA.BondGuaranteedBy" } 2015-12-18T17:45:03.735-0500 I INDEX [repl writer worker 3] building index using bulk method 2015-12-18T17:45:03.736-0500 I INDEX [repl writer worker 3] build index done. scanned 0 total records. 0 secs 2015-12-18T17:45:08.893-0500 I INDEX [repl writer worker 15] build index on: OMEGA.BondGuaranteedBy2 properties: { v: 1, key: { ENTITY_ID: 1 }, name: "ENTITY_ID_1", ns: "OMEGA.BondGuaranteedBy2" } 2015-12-18T17:45:08.893-0500 I INDEX [repl writer worker 15] building index using bulk method 2015-12-18T17:45:08.894-0500 I INDEX [repl writer worker 15] build index done. scanned 0 total records. 0 secs 2015-12-18T17:45:32.687-0500 I INDEX [repl writer worker 3] build index on: OMEGA.CategoryStatus properties: { v: 1, key: { ENTITY_ID: 1 }, name: "ENTITY_ID_1", ns: "OMEGA.CategoryStatus" } 2015-12-18T17:45:32.687-0500 I INDEX [repl writer worker 3] building index using bulk method 2015-12-18T17:45:32.688-0500 I INDEX [repl writer worker 3] build index done. scanned 0 total records. 0 secs 2015-12-18T18:08:02.656-0500 I INDEX [repl writer worker 3] build index on: OMEGA.BondPutSchedule properties: { v: 1, key: { ENTITY_ID: 1 }, name: "ENTITY_ID_1", ns: "OMEGA.BondPutSchedule" } 2015-12-18T18:08:02.656-0500 I INDEX [repl writer worker 3] building index using bulk method 2015-12-18T18:08:02.657-0500 I INDEX [repl writer worker 3] build index done. scanned 0 total records. 0 secs 2015-12-18T18:08:22.174-0500 I INDEX [repl writer worker 0] build index on: OMEGA.CouponPaymentStepScheduleDate properties: { v: 1, key: { ENTITY_ID: 1 }, name: "ENTITY_ID_1", ns: "OMEGA.CouponPaymentStepScheduleDate" } 2015-12-18T18:08:22.174-0500 I INDEX [repl writer worker 0] building index using bulk method 2015-12-18T18:08:22.174-0500 I INDEX [repl writer worker 0] build index done. scanned 0 total records. 0 secs 2015-12-18T18:13:02.390-0500 I NETWORK [initandlisten] connection accepted from 10.175.73.251:55427 #32 (19 connections now open) 2015-12-18T18:13:02.391-0500 I NETWORK [conn32] end connection 10.175.73.251:55427 (18 connections now open) 2015-12-18T18:13:02.392-0500 I NETWORK [initandlisten] connection accepted from 10.175.73.251:55428 #33 (19 connections now open) 2015-12-18T18:13:02.392-0500 I NETWORK [initandlisten] connection accepted from 10.175.73.251:55429 #34 (20 connections now open) 2015-12-18T18:13:02.570-0500 I REPL [ReplicationExecutor] re-evaluating sync source because our current sync source's most recent OpTime is (term: 1, timestamp: Dec 18 18:11:36:1) which is more than 30s behind member sec-dev-mongo012:27020 whose most recent OpTime is (term: 1, timestamp: Dec 18 18:13:01:5c) 2015-12-18T18:13:02.570-0500 I REPL [ReplicationExecutor] could not find member to sync from 2015-12-18T18:13:03.570-0500 I REPL [ReplicationExecutor] syncing from: sec-dev-mongo004:27020 2015-12-18T18:13:03.574-0500 I NETWORK [conn33] end connection 10.175.73.251:55428 (19 connections now open) 2015-12-18T18:15:36.588-0500 I NETWORK [initandlisten] connection accepted from 10.175.73.251:55509 #35 (20 connections now open) 2015-12-18T18:15:36.588-0500 I NETWORK [conn35] end connection 10.175.73.251:55509 (19 connections now open) 2015-12-18T18:15:36.589-0500 I NETWORK [initandlisten] connection accepted from 10.175.73.251:55510 #36 (20 connections now open) 2015-12-18T18:29:09.781-0500 I NETWORK [initandlisten] connection accepted from 10.175.73.251:55915 #37 (21 connections now open) 2015-12-18T18:29:45.716-0500 I COMMAND [conn34] command local.oplog.rs command: getMore { getMore: 22846269327, collection: "oplog.rs", maxTimeMS: 5000, term: 1, lastKnownCommittedOpTime: { ts: Timestamp 1450481383000|4106, t: 1 } } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:23540 locks:{ Global: { acquireCount: { r: 2 } }, Database: { acquireCount: { r: 1 }, acquireWaitCount: { r: 1 }, timeAcquiringMicros: { r: 406450 } }, oplog: { acquireCount: { r: 1 } } } protocol:op_command 406ms 2015-12-18T18:39:54.542-0500 I COMMAND [conn37] command local.oplog.rs command: getMore { getMore: 22846269327, collection: "oplog.rs", maxTimeMS: 5000, term: 1, lastKnownCommittedOpTime: { ts: Timestamp 1450481992000|582, t: 1 } } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:266 locks:{ Global: { acquireCount: { r: 2 } }, Database: { acquireCount: { r: 1 }, acquireWaitCount: { r: 1 }, timeAcquiringMicros: { r: 372845 } }, oplog: { acquireCount: { r: 1 } } } protocol:op_command 373ms 2015-12-18T18:40:59.744-0500 I NETWORK [conn26] end connection 10.175.73.49:54962 (20 connections now open) 2015-12-18T18:41:01.126-0500 I NETWORK [initandlisten] connection accepted from 10.175.73.191:43204 #38 (21 connections now open) 2015-12-18T18:41:11.730-0500 I NETWORK [initandlisten] connection accepted from 10.175.73.216:59550 #39 (22 connections now open) 2015-12-18T18:41:11.761-0500 I NETWORK [initandlisten] connection accepted from 10.175.73.49:49727 #40 (23 connections now open) 2015-12-18T18:49:26.431-0500 I COMMAND [conn37] command local.oplog.rs command: getMore { getMore: 22846269327, collection: "oplog.rs", maxTimeMS: 5000, term: 1, lastKnownCommittedOpTime: { ts: Timestamp 1450482564000|6564, t: 1 } } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:266 locks:{ Global: { acquireCount: { r: 2 } }, Database: { acquireCount: { r: 1 }, acquireWaitCount: { r: 1 }, timeAcquiringMicros: { r: 391378 } }, oplog: { acquireCount: { r: 1 } } } protocol:op_command 391ms 2015-12-18T19:01:49.062-0500 I COMMAND [conn34] command local.oplog.rs command: getMore { getMore: 22846269327, collection: "oplog.rs", maxTimeMS: 5000, term: 1, lastKnownCommittedOpTime: { ts: Timestamp 1450483307000|593, t: 1 } } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:266 locks:{ Global: { acquireCount: { r: 2 } }, Database: { acquireCount: { r: 1 }, acquireWaitCount: { r: 1 }, timeAcquiringMicros: { r: 339284 } }, oplog: { acquireCount: { r: 1 } } } protocol:op_command 339ms 2015-12-18T19:01:53.299-0500 I COMMAND [conn34] command local.oplog.rs command: getMore { getMore: 22846269327, collection: "oplog.rs", maxTimeMS: 5000, term: 1, lastKnownCommittedOpTime: { ts: Timestamp 1450483311000|5532, t: 1 } } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:5 reslen:244494 locks:{ Global: { acquireCount: { r: 12 }, acquireWaitCount: { r: 2 }, timeAcquiringMicros: { r: 120003 } }, Database: { acquireCount: { r: 6 }, acquireWaitCount: { r: 2 }, timeAcquiringMicros: { r: 123 } }, oplog: { acquireCount: { r: 6 } } } protocol:op_command 120ms 2015-12-18T19:01:56.702-0500 I COMMAND [conn34] command local.oplog.rs command: getMore { getMore: 22846269327, collection: "oplog.rs", maxTimeMS: 5000, term: 1, lastKnownCommittedOpTime: { ts: Timestamp 1450483315000|2748, t: 1 } } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:3 reslen:134175 locks:{ Global: { acquireCount: { r: 8 }, acquireWaitCount: { r: 2 }, timeAcquiringMicros: { r: 111717 } }, Database: { acquireCount: { r: 4 }, acquireWaitCount: { r: 2 }, timeAcquiringMicros: { r: 101 } }, oplog: { acquireCount: { r: 4 } } } protocol:op_command 112ms 2015-12-18T19:02:05.151-0500 I COMMAND [conn37] command local.oplog.rs command: getMore { getMore: 22846269327, collection: "oplog.rs", maxTimeMS: 5000, term: 1, lastKnownCommittedOpTime: { ts: Timestamp 1450483323000|7144, t: 1 } } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:18620 locks:{ Global: { acquireCount: { r: 2 }, acquireWaitCount: { r: 1 }, timeAcquiringMicros: { r: 134254 } }, Database: { acquireCount: { r: 1 } }, oplog: { acquireCount: { r: 1 } } } protocol:op_command 134ms 2015-12-18T19:02:05.415-0500 I COMMAND [conn37] command local.oplog.rs command: getMore { getMore: 22846269327, collection: "oplog.rs", maxTimeMS: 5000, term: 1, lastKnownCommittedOpTime: { ts: Timestamp 1450483323000|7316, t: 1 } } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:20 reslen:1155319 locks:{ Global: { acquireCount: { r: 42 }, acquireWaitCount: { r: 6 }, timeAcquiringMicros: { r: 251646 } }, Database: { acquireCount: { r: 21 }, acquireWaitCount: { r: 11 }, timeAcquiringMicros: { r: 706 } }, oplog: { acquireCount: { r: 21 } } } protocol:op_command 254ms 2015-12-18T19:02:16.808-0500 I COMMAND [conn37] command local.oplog.rs command: getMore { getMore: 22846269327, collection: "oplog.rs", maxTimeMS: 5000, term: 1, lastKnownCommittedOpTime: { ts: Timestamp 1450483335000|379, t: 1 } } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:4 reslen:251019 locks:{ Global: { acquireCount: { r: 10 }, acquireWaitCount: { r: 2 }, timeAcquiringMicros: { r: 111774 } }, Database: { acquireCount: { r: 5 }, acquireWaitCount: { r: 3 }, timeAcquiringMicros: { r: 192 } }, oplog: { acquireCount: { r: 5 } } } protocol:op_command 112ms 2015-12-18T19:02:19.326-0500 I COMMAND [conn37] command local.oplog.rs command: getMore { getMore: 22846269327, collection: "oplog.rs", maxTimeMS: 5000, term: 1, lastKnownCommittedOpTime: { ts: Timestamp 1450483337000|1103, t: 1 } } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:15301 locks:{ Global: { acquireCount: { r: 2 }, acquireWaitCount: { r: 1 }, timeAcquiringMicros: { r: 145556 } }, Database: { acquireCount: { r: 1 } }, oplog: { acquireCount: { r: 1 } } } protocol:op_command 145ms 2015-12-18T19:02:19.599-0500 I COMMAND [conn37] command local.oplog.rs command: getMore { getMore: 22846269327, collection: "oplog.rs", maxTimeMS: 5000, term: 1, lastKnownCommittedOpTime: { ts: Timestamp 1450483337000|1208, t: 1 } } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:7 reslen:468919 locks:{ Global: { acquireCount: { r: 16 }, acquireWaitCount: { r: 3 }, timeAcquiringMicros: { r: 266639 } }, Database: { acquireCount: { r: 8 }, acquireWaitCount: { r: 5 }, timeAcquiringMicros: { r: 295 } }, oplog: { acquireCount: { r: 8 } } } protocol:op_command 267ms 2015-12-18T19:04:27.291-0500 I COMMAND [conn37] command local.oplog.rs command: getMore { getMore: 22846269327, collection: "oplog.rs", maxTimeMS: 5000, term: 1, lastKnownCommittedOpTime: { ts: Timestamp 1450483465000|31, t: 1 } } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:650 locks:{ Global: { acquireCount: { r: 2 }, acquireWaitCount: { r: 1 }, timeAcquiringMicros: { r: 143490 } }, Database: { acquireCount: { r: 1 }, acquireWaitCount: { r: 1 }, timeAcquiringMicros: { r: 98 } }, oplog: { acquireCount: { r: 1 } } } protocol:op_command 143ms 2015-12-18T19:04:28.144-0500 I COMMAND [conn37] command local.oplog.rs command: getMore { getMore: 22846269327, collection: "oplog.rs", maxTimeMS: 5000, term: 1, lastKnownCommittedOpTime: { ts: Timestamp 1450483465000|32, t: 1 } } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:8729 locks:{ Global: { acquireCount: { r: 2 }, acquireWaitCount: { r: 1 }, timeAcquiringMicros: { r: 787302 } }, Database: { acquireCount: { r: 1 } }, oplog: { acquireCount: { r: 1 } } } protocol:op_command 787ms 2015-12-18T19:06:36.830-0500 I COMMAND [conn34] command local.oplog.rs command: getMore { getMore: 22846269327, collection: "oplog.rs", maxTimeMS: 5000, term: 1, lastKnownCommittedOpTime: { ts: Timestamp 1450483595000|11, t: 1 } } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:974 locks:{ Global: { acquireCount: { r: 2 }, acquireWaitCount: { r: 1 }, timeAcquiringMicros: { r: 103600 } }, Database: { acquireCount: { r: 1 }, acquireWaitCount: { r: 1 }, timeAcquiringMicros: { r: 50 } }, oplog: { acquireCount: { r: 1 } } } protocol:op_command 103ms 2015-12-18T19:07:40.819-0500 I COMMAND [conn34] command local.oplog.rs command: getMore { getMore: 22846269327, collection: "oplog.rs", maxTimeMS: 5000, term: 1, lastKnownCommittedOpTime: { ts: Timestamp 1450483659000|17, t: 1 } } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:623 locks:{ Global: { acquireCount: { r: 2 }, acquireWaitCount: { r: 1 }, timeAcquiringMicros: { r: 111252 } }, Database: { acquireCount: { r: 1 }, acquireWaitCount: { r: 1 }, timeAcquiringMicros: { r: 55 } }, oplog: { acquireCount: { r: 1 } } } protocol:op_command 111ms 2015-12-18T19:07:40.925-0500 I COMMAND [conn34] command local.oplog.rs command: getMore { getMore: 22846269327, collection: "oplog.rs", maxTimeMS: 5000, term: 1, lastKnownCommittedOpTime: { ts: Timestamp 1450483659000|18, t: 1 } } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:614 locks:{ Global: { acquireCount: { r: 2 }, acquireWaitCount: { r: 1 }, timeAcquiringMicros: { r: 103842 } }, Database: { acquireCount: { r: 1 }, acquireWaitCount: { r: 1 }, timeAcquiringMicros: { r: 50 } }, oplog: { acquireCount: { r: 1 } } } protocol:op_command 103ms 2015-12-18T19:08:02.481-0500 I COMMAND [conn37] command local.oplog.rs command: getMore { getMore: 22846269327, collection: "oplog.rs", maxTimeMS: 5000, term: 1, lastKnownCommittedOpTime: { ts: Timestamp 1450483680000|671, t: 1 } } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:12869 locks:{ Global: { acquireCount: { r: 2 }, acquireWaitCount: { r: 1 }, timeAcquiringMicros: { r: 110849 } }, Database: { acquireCount: { r: 1 }, acquireWaitCount: { r: 1 }, timeAcquiringMicros: { r: 53 } }, oplog: { acquireCount: { r: 1 } } } protocol:op_command 111ms 2015-12-18T19:08:43.491-0500 I NETWORK [conn21] end connection 10.175.73.133:45547 (22 connections now open) 2015-12-18T19:08:45.503-0500 I NETWORK [initandlisten] connection accepted from 10.175.73.133:46871 #41 (23 connections now open) 2015-12-18T19:08:48.972-0500 I NETWORK [conn41] end connection 10.175.73.133:46871 (22 connections now open) 2015-12-18T19:08:53.511-0500 I NETWORK [initandlisten] connection accepted from 10.175.73.204:34889 #42 (23 connections now open) 2015-12-18T19:08:53.576-0500 I NETWORK [initandlisten] connection accepted from 10.175.73.160:39137 #43 (24 connections now open) 2015-12-18T19:08:55.546-0500 I NETWORK [initandlisten] connection accepted from 10.175.73.133:46910 #44 (25 connections now open) 2015-12-18T19:10:51.202-0500 I NETWORK [conn44] end connection 10.175.73.133:46910 (24 connections now open) 2015-12-18T19:10:57.338-0500 I NETWORK [initandlisten] connection accepted from 10.175.73.133:46996 #45 (25 connections now open) 2015-12-18T19:11:58.141-0500 I NETWORK [conn45] end connection 10.175.73.133:46996 (24 connections now open) 2015-12-18T19:11:58.785-0500 I NETWORK [initandlisten] connection accepted from 10.175.73.133:47188 #46 (25 connections now open) 2015-12-18T19:12:41.792-0500 I NETWORK [conn46] end connection 10.175.73.133:47188 (24 connections now open) 2015-12-18T19:12:50.643-0500 I NETWORK [initandlisten] connection accepted from 10.175.73.133:47314 #47 (25 connections now open) 2015-12-18T19:13:25.102-0500 I NETWORK [conn47] end connection 10.175.73.133:47314 (24 connections now open) 2015-12-18T19:13:30.685-0500 I NETWORK [initandlisten] connection accepted from 10.175.73.133:47379 #48 (25 connections now open) 2015-12-18T19:13:32.858-0500 I COMMAND [conn37] command local.oplog.rs command: getMore { getMore: 22846269327, collection: "oplog.rs", maxTimeMS: 5000, term: 1, lastKnownCommittedOpTime: { ts: Timestamp 1450484011000|2361, t: 1 } } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:2 reslen:158232 locks:{ Global: { acquireCount: { r: 6 }, acquireWaitCount: { r: 1 }, timeAcquiringMicros: { r: 176995 } }, Database: { acquireCount: { r: 3 }, acquireWaitCount: { r: 2 }, timeAcquiringMicros: { r: 120 } }, oplog: { acquireCount: { r: 3 } } } protocol:op_command 177ms 2015-12-18T19:13:33.047-0500 I COMMAND [conn37] command local.oplog.rs command: getMore { getMore: 22846269327, collection: "oplog.rs", maxTimeMS: 5000, term: 1, lastKnownCommittedOpTime: { ts: Timestamp 1450484011000|3122, t: 1 } } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:28 reslen:1993506 locks:{ Global: { acquireCount: { r: 58 }, acquireWaitCount: { r: 4 }, timeAcquiringMicros: { r: 165753 } }, Database: { acquireCount: { r: 29 }, acquireWaitCount: { r: 8 }, timeAcquiringMicros: { r: 1119 } }, oplog: { acquireCount: { r: 29 } } } protocol:op_command 170ms 2015-12-18T19:13:33.170-0500 I COMMAND [conn37] command local.oplog.rs command: getMore { getMore: 22846269327, collection: "oplog.rs", maxTimeMS: 5000, term: 1, lastKnownCommittedOpTime: { ts: Timestamp 1450484011000|7791, t: 1 } } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:38 reslen:2613331 locks:{ Global: { acquireCount: { r: 78 }, acquireWaitCount: { r: 6 }, timeAcquiringMicros: { r: 114863 } }, Database: { acquireCount: { r: 39 }, acquireWaitCount: { r: 11 }, timeAcquiringMicros: { r: 700 } }, oplog: { acquireCount: { r: 39 } } } protocol:op_command 119ms 2015-12-18T19:13:33.329-0500 I COMMAND [conn37] command local.oplog.rs command: getMore { getMore: 22846269327, collection: "oplog.rs", maxTimeMS: 5000, term: 1, lastKnownCommittedOpTime: { ts: Timestamp 1450484011000|16372, t: 1 } } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:53 reslen:3745371 locks:{ Global: { acquireCount: { r: 108 }, acquireWaitCount: { r: 14 }, timeAcquiringMicros: { r: 145280 } }, Database: { acquireCount: { r: 54 }, acquireWaitCount: { r: 30 }, timeAcquiringMicros: { r: 1719 } }, oplog: { acquireCount: { r: 54 } } } protocol:op_command 151ms 2015-12-18T19:13:33.483-0500 I COMMAND [conn37] command local.oplog.rs command: getMore { getMore: 22846269327, collection: "oplog.rs", maxTimeMS: 5000, term: 1, lastKnownCommittedOpTime: { ts: Timestamp 1450484011000|23266, t: 1 } } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:38 reslen:2742699 locks:{ Global: { acquireCount: { r: 78 }, acquireWaitCount: { r: 11 }, timeAcquiringMicros: { r: 140976 } }, Database: { acquireCount: { r: 39 }, acquireWaitCount: { r: 22 }, timeAcquiringMicros: { r: 1276 } }, oplog: { acquireCount: { r: 39 } } } protocol:op_command 145ms 2015-12-18T19:13:34.514-0500 I COMMAND [conn37] command local.oplog.rs command: getMore { getMore: 22846269327, collection: "oplog.rs", maxTimeMS: 5000, term: 1, lastKnownCommittedOpTime: { ts: Timestamp 1450484012000|14428, t: 1 } } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:30 reslen:2092922 locks:{ Global: { acquireCount: { r: 62 }, acquireWaitCount: { r: 4 }, timeAcquiringMicros: { r: 186493 } }, Database: { acquireCount: { r: 31 }, acquireWaitCount: { r: 7 }, timeAcquiringMicros: { r: 475 } }, oplog: { acquireCount: { r: 31 } } } protocol:op_command 189ms 2015-12-18T19:13:34.680-0500 I COMMAND [conn37] command local.oplog.rs command: getMore { getMore: 22846269327, collection: "oplog.rs", maxTimeMS: 5000, term: 1, lastKnownCommittedOpTime: { ts: Timestamp 1450484012000|19657, t: 1 } } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:40 reslen:2746650 locks:{ Global: { acquireCount: { r: 82 }, acquireWaitCount: { r: 6 }, timeAcquiringMicros: { r: 154838 } }, Database: { acquireCount: { r: 41 }, acquireWaitCount: { r: 12 }, timeAcquiringMicros: { r: 760 } }, oplog: { acquireCount: { r: 41 } } } protocol:op_command 159ms 2015-12-18T19:13:35.121-0500 I COMMAND [conn37] command local.oplog.rs command: getMore { getMore: 22846269327, collection: "oplog.rs", maxTimeMS: 5000, term: 1, lastKnownCommittedOpTime: { ts: Timestamp 1450484013000|5803, t: 1 } } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:58 reslen:4194706 locks:{ Global: { acquireCount: { r: 118 }, acquireWaitCount: { r: 14 }, timeAcquiringMicros: { r: 425385 } }, Database: { acquireCount: { r: 59 }, acquireWaitCount: { r: 27 }, timeAcquiringMicros: { r: 2112 } }, oplog: { acquireCount: { r: 59 } } } protocol:op_command 433ms 2015-12-18T19:13:35.758-0500 I COMMAND [conn37] command local.oplog.rs command: getMore { getMore: 22846269327, collection: "oplog.rs", maxTimeMS: 5000, term: 1, lastKnownCommittedOpTime: { ts: Timestamp 1450484014000|9348, t: 1 } } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:2 reslen:143431 locks:{ Global: { acquireCount: { r: 6 }, acquireWaitCount: { r: 1 }, timeAcquiringMicros: { r: 108674 } }, Database: { acquireCount: { r: 3 }, acquireWaitCount: { r: 2 }, timeAcquiringMicros: { r: 110 } }, oplog: { acquireCount: { r: 3 } } } protocol:op_command 108ms 2015-12-18T19:13:36.782-0500 I COMMAND [conn37] command local.oplog.rs command: getMore { getMore: 22846269327, collection: "oplog.rs", maxTimeMS: 5000, term: 1, lastKnownCommittedOpTime: { ts: Timestamp 1450484015000|927, t: 1 } } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:13272 locks:{ Global: { acquireCount: { r: 2 }, acquireWaitCount: { r: 1 }, timeAcquiringMicros: { r: 214384 } }, Database: { acquireCount: { r: 1 } }, oplog: { acquireCount: { r: 1 } } } protocol:op_command 214ms 2015-12-18T19:13:36.930-0500 I COMMAND [conn37] command local.oplog.rs command: getMore { getMore: 22846269327, collection: "oplog.rs", maxTimeMS: 5000, term: 1, lastKnownCommittedOpTime: { ts: Timestamp 1450484015000|1001, t: 1 } } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:12581 locks:{ Global: { acquireCount: { r: 2 }, acquireWaitCount: { r: 1 }, timeAcquiringMicros: { r: 144836 } }, Database: { acquireCount: { r: 1 } }, oplog: { acquireCount: { r: 1 } } } protocol:op_command 144ms 2015-12-18T19:13:37.298-0500 I COMMAND [conn37] command local.oplog.rs command: getMore { getMore: 22846269327, collection: "oplog.rs", maxTimeMS: 5000, term: 1, lastKnownCommittedOpTime: { ts: Timestamp 1450484015000|6492, t: 1 } } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:27 reslen:1870946 locks:{ Global: { acquireCount: { r: 56 }, acquireWaitCount: { r: 7 }, timeAcquiringMicros: { r: 100843 } }, Database: { acquireCount: { r: 28 }, acquireWaitCount: { r: 14 }, timeAcquiringMicros: { r: 897 } }, oplog: { acquireCount: { r: 28 } } } protocol:op_command 104ms 2015-12-18T19:13:37.923-0500 I COMMAND [conn37] command local.oplog.rs command: getMore { getMore: 22846269327, collection: "oplog.rs", maxTimeMS: 5000, term: 1, lastKnownCommittedOpTime: { ts: Timestamp 1450484016000|7193, t: 1 } } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:28 reslen:1923053 locks:{ Global: { acquireCount: { r: 58 }, acquireWaitCount: { r: 4 }, timeAcquiringMicros: { r: 247429 } }, Database: { acquireCount: { r: 29 }, acquireWaitCount: { r: 6 }, timeAcquiringMicros: { r: 395 } }, oplog: { acquireCount: { r: 29 } } } protocol:op_command 250ms 2015-12-18T19:13:38.056-0500 I COMMAND [conn37] command local.oplog.rs command: getMore { getMore: 22846269327, collection: "oplog.rs", maxTimeMS: 5000, term: 1, lastKnownCommittedOpTime: { ts: Timestamp 1450484016000|10637, t: 1 } } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:55 reslen:3717731 locks:{ Global: { acquireCount: { r: 112 }, acquireWaitCount: { r: 10 }, timeAcquiringMicros: { r: 119489 } }, Database: { acquireCount: { r: 56 }, acquireWaitCount: { r: 19 }, timeAcquiringMicros: { r: 1589 } }, oplog: { acquireCount: { r: 56 } } } protocol:op_command 126ms 2015-12-18T19:13:38.774-0500 I COMMAND [conn37] command local.oplog.rs command: getMore { getMore: 22846269327, collection: "oplog.rs", maxTimeMS: 5000, term: 1, lastKnownCommittedOpTime: { ts: Timestamp 1450484017000|4633, t: 1 } } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:21 reslen:1268921 locks:{ Global: { acquireCount: { r: 44 }, acquireWaitCount: { r: 4 }, timeAcquiringMicros: { r: 101020 } }, Database: { acquireCount: { r: 22 }, acquireWaitCount: { r: 8 }, timeAcquiringMicros: { r: 537 } }, oplog: { acquireCount: { r: 22 } } } protocol:op_command 103ms 2015-12-18T19:13:38.893-0500 I COMMAND [conn37] command local.oplog.rs command: getMore { getMore: 22846269327, collection: "oplog.rs", maxTimeMS: 5000, term: 1, lastKnownCommittedOpTime: { ts: Timestamp 1450484017000|8968, t: 1 } } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:27 reslen:1706932 locks:{ Global: { acquireCount: { r: 56 }, acquireWaitCount: { r: 6 }, timeAcquiringMicros: { r: 111077 } }, Database: { acquireCount: { r: 28 }, acquireWaitCount: { r: 12 }, timeAcquiringMicros: { r: 726 } }, oplog: { acquireCount: { r: 28 } } } protocol:op_command 115ms 2015-12-18T19:14:08.412-0500 I NETWORK [conn48] end connection 10.175.73.133:47379 (24 connections now open) 2015-12-18T19:14:12.084-0500 I NETWORK [initandlisten] connection accepted from 10.175.73.133:47441 #49 (25 connections now open) 2015-12-18T19:14:12.087-0500 I COMMAND [conn37] command local.oplog.rs command: getMore { getMore: 22846269327, collection: "oplog.rs", maxTimeMS: 5000, term: 1, lastKnownCommittedOpTime: { ts: Timestamp 1450484050000|2467, t: 1 } } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:11935 locks:{ Global: { acquireCount: { r: 2 } }, Database: { acquireCount: { r: 1 }, acquireWaitCount: { r: 1 }, timeAcquiringMicros: { r: 267367 } }, oplog: { acquireCount: { r: 1 } } } protocol:op_command 267ms 2015-12-18T19:14:51.463-0500 I NETWORK [conn49] end connection 10.175.73.133:47441 (24 connections now open) 2015-12-18T19:14:52.132-0500 I NETWORK [initandlisten] connection accepted from 10.175.73.133:47490 #50 (25 connections now open) 2015-12-18T19:16:02.205-0500 I COMMAND [conn37] command local.oplog.rs command: getMore { getMore: 22846269327, collection: "oplog.rs", maxTimeMS: 5000, term: 1, lastKnownCommittedOpTime: { ts: Timestamp 1450484160000|604, t: 1 } } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:11469 locks:{ Global: { acquireCount: { r: 2 }, acquireWaitCount: { r: 1 }, timeAcquiringMicros: { r: 513886 } }, Database: { acquireCount: { r: 1 } }, oplog: { acquireCount: { r: 1 } } } protocol:op_command 514ms 2015-12-18T19:16:03.829-0500 I COMMAND [conn37] command local.oplog.rs command: getMore { getMore: 22846269327, collection: "oplog.rs", maxTimeMS: 5000, term: 1, lastKnownCommittedOpTime: { ts: Timestamp 1450484162000|1801, t: 1 } } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:20425 locks:{ Global: { acquireCount: { r: 2 }, acquireWaitCount: { r: 1 }, timeAcquiringMicros: { r: 277180 } }, Database: { acquireCount: { r: 1 } }, oplog: { acquireCount: { r: 1 } } } protocol:op_command 277ms 2015-12-18T19:16:04.186-0500 I COMMAND [conn37] command local.oplog.rs command: getMore { getMore: 22846269327, collection: "oplog.rs", maxTimeMS: 5000, term: 1, lastKnownCommittedOpTime: { ts: Timestamp 1450484162000|8364, t: 1 } } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:17077 locks:{ Global: { acquireCount: { r: 2 }, acquireWaitCount: { r: 1 }, timeAcquiringMicros: { r: 115059 } }, Database: { acquireCount: { r: 1 } }, oplog: { acquireCount: { r: 1 } } } protocol:op_command 115ms 2015-12-18T19:16:58.034-0500 I NETWORK [conn50] end connection 10.175.73.133:47490 (24 connections now open) 2015-12-18T19:17:05.493-0500 I NETWORK [initandlisten] connection accepted from 10.175.73.133:47597 #51 (25 connections now open) 2015-12-18T19:17:09.264-0500 I COMMAND [conn37] command local.oplog.rs command: getMore { getMore: 22846269327, collection: "oplog.rs", maxTimeMS: 5000, term: 1, lastKnownCommittedOpTime: { ts: Timestamp 1450484227000|122, t: 1 } } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:266 locks:{ Global: { acquireCount: { r: 2 } }, Database: { acquireCount: { r: 1 }, acquireWaitCount: { r: 1 }, timeAcquiringMicros: { r: 415545 } }, oplog: { acquireCount: { r: 1 } } } protocol:op_command 415ms 2015-12-18T19:17:10.795-0500 I COMMAND [conn37] command local.oplog.rs command: getMore { getMore: 22846269327, collection: "oplog.rs", maxTimeMS: 5000, term: 1, lastKnownCommittedOpTime: { ts: Timestamp 1450484229000|1232, t: 1 } } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:1379 locks:{ Global: { acquireCount: { r: 2 }, acquireWaitCount: { r: 1 }, timeAcquiringMicros: { r: 185368 } }, Database: { acquireCount: { r: 1 }, acquireWaitCount: { r: 1 }, timeAcquiringMicros: { r: 74 } }, oplog: { acquireCount: { r: 1 } } } protocol:op_command 185ms 2015-12-18T19:18:15.199-0500 I COMMAND [conn37] command local.oplog.rs command: getMore { getMore: 22846269327, collection: "oplog.rs", maxTimeMS: 5000, term: 1, lastKnownCommittedOpTime: { ts: Timestamp 1450484293000|5, t: 1 } } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:3148 locks:{ Global: { acquireCount: { r: 2 }, acquireWaitCount: { r: 1 }, timeAcquiringMicros: { r: 791818 } }, Database: { acquireCount: { r: 1 } }, oplog: { acquireCount: { r: 1 } } } protocol:op_command 791ms 2015-12-18T19:18:15.634-0500 I COMMAND [conn37] command local.oplog.rs command: getMore { getMore: 22846269327, collection: "oplog.rs", maxTimeMS: 5000, term: 1, lastKnownCommittedOpTime: { ts: Timestamp 1450484293000|16, t: 1 } } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:39 reslen:2173343 locks:{ Global: { acquireCount: { r: 80 }, acquireWaitCount: { r: 7 }, timeAcquiringMicros: { r: 347768 } }, Database: { acquireCount: { r: 40 }, acquireWaitCount: { r: 12 }, timeAcquiringMicros: { r: 971 } }, oplog: { acquireCount: { r: 40 } } } protocol:op_command 353ms 2015-12-18T19:18:16.183-0500 I COMMAND [conn37] command local.oplog.rs command: getMore { getMore: 22846269327, collection: "oplog.rs", maxTimeMS: 5000, term: 1, lastKnownCommittedOpTime: { ts: Timestamp 1450484294000|345, t: 1 } } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:41 reslen:2750290 locks:{ Global: { acquireCount: { r: 84 }, acquireWaitCount: { r: 14 }, timeAcquiringMicros: { r: 536175 } }, Database: { acquireCount: { r: 42 }, acquireWaitCount: { r: 30 }, timeAcquiringMicros: { r: 2057 } }, oplog: { acquireCount: { r: 42 } } } protocol:op_command 541ms 2015-12-18T19:18:45.408-0500 I NETWORK [conn51] end connection 10.175.73.133:47597 (24 connections now open) 2015-12-18T19:18:47.238-0500 I NETWORK [initandlisten] connection accepted from 10.175.73.133:47666 #52 (25 connections now open) 2015-12-18T19:19:18.983-0500 I COMMAND [conn34] command local.oplog.rs command: getMore { getMore: 22846269327, collection: "oplog.rs", maxTimeMS: 5000, term: 1, lastKnownCommittedOpTime: { ts: Timestamp 1450484357000|2781, t: 1 } } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:966 locks:{ Global: { acquireCount: { r: 2 }, acquireWaitCount: { r: 1 }, timeAcquiringMicros: { r: 154028 } }, Database: { acquireCount: { r: 1 }, acquireWaitCount: { r: 1 }, timeAcquiringMicros: { r: 51 } }, oplog: { acquireCount: { r: 1 } } } protocol:op_command 154ms 2015-12-18T19:19:19.726-0500 I COMMAND [conn34] command local.oplog.rs command: getMore { getMore: 22846269327, collection: "oplog.rs", maxTimeMS: 5000, term: 1, lastKnownCommittedOpTime: { ts: Timestamp 1450484357000|2783, t: 1 } } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:3 reslen:122993 locks:{ Global: { acquireCount: { r: 8 }, acquireWaitCount: { r: 2 }, timeAcquiringMicros: { r: 740005 } }, Database: { acquireCount: { r: 4 }, acquireWaitCount: { r: 3 }, timeAcquiringMicros: { r: 800 } }, oplog: { acquireCount: { r: 4 } } } protocol:op_command 741ms 2015-12-18T19:19:20.790-0500 I COMMAND [conn34] command local.oplog.rs command: getMore { getMore: 22846269327, collection: "oplog.rs", maxTimeMS: 5000, term: 1, lastKnownCommittedOpTime: { ts: Timestamp 1450484359000|2082, t: 1 } } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:37438 locks:{ Global: { acquireCount: { r: 2 }, acquireWaitCount: { r: 1 }, timeAcquiringMicros: { r: 131393 } }, Database: { acquireCount: { r: 1 }, acquireWaitCount: { r: 1 }, timeAcquiringMicros: { r: 54 } }, oplog: { acquireCount: { r: 1 } } } protocol:op_command 131ms 2015-12-18T19:19:22.051-0500 I COMMAND [conn34] command local.oplog.rs command: getMore { getMore: 22846269327, collection: "oplog.rs", maxTimeMS: 5000, term: 1, lastKnownCommittedOpTime: { ts: Timestamp 1450484360000|3230, t: 1 } } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:13206 locks:{ Global: { acquireCount: { r: 2 }, acquireWaitCount: { r: 1 }, timeAcquiringMicros: { r: 173303 } }, Database: { acquireCount: { r: 1 } }, oplog: { acquireCount: { r: 1 } } } protocol:op_command 173ms 2015-12-18T19:19:22.840-0500 I COMMAND [conn34] command local.oplog.rs command: getMore { getMore: 22846269327, collection: "oplog.rs", maxTimeMS: 5000, term: 1, lastKnownCommittedOpTime: { ts: Timestamp 1450484361000|755, t: 1 } } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:8874 locks:{ Global: { acquireCount: { r: 2 }, acquireWaitCount: { r: 1 }, timeAcquiringMicros: { r: 307330 } }, Database: { acquireCount: { r: 1 }, acquireWaitCount: { r: 1 }, timeAcquiringMicros: { r: 60 } }, oplog: { acquireCount: { r: 1 } } } protocol:op_command 307ms 2015-12-18T19:20:05.930-0500 I NETWORK [conn52] end connection 10.175.73.133:47666 (24 connections now open) 2015-12-18T19:20:08.799-0500 I NETWORK [initandlisten] connection accepted from 10.175.73.133:47723 #53 (25 connections now open) 2015-12-18T19:20:30.725-0500 I COMMAND [conn34] command local.oplog.rs command: getMore { getMore: 22846269327, collection: "oplog.rs", maxTimeMS: 5000, term: 1, lastKnownCommittedOpTime: { ts: Timestamp 1450484428000|1201, t: 1 } } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:266 locks:{ Global: { acquireCount: { r: 2 } }, Database: { acquireCount: { r: 1 }, acquireWaitCount: { r: 1 }, timeAcquiringMicros: { r: 352954 } }, oplog: { acquireCount: { r: 1 } } } protocol:op_command 353ms 2015-12-18T19:20:52.274-0500 I COMMAND [conn37] command local.oplog.rs command: getMore { getMore: 22846269327, collection: "oplog.rs", maxTimeMS: 5000, term: 1, lastKnownCommittedOpTime: { ts: Timestamp 1450484450000|2616, t: 1 } } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:1488 locks:{ Global: { acquireCount: { r: 2 }, acquireWaitCount: { r: 1 }, timeAcquiringMicros: { r: 163937 } }, Database: { acquireCount: { r: 1 }, acquireWaitCount: { r: 1 }, timeAcquiringMicros: { r: 56 } }, oplog: { acquireCount: { r: 1 } } } protocol:op_command 164ms 2015-12-18T19:21:40.616-0500 I NETWORK [conn53] end connection 10.175.73.133:47723 (24 connections now open) 2015-12-18T19:21:50.548-0500 I NETWORK [initandlisten] connection accepted from 10.175.73.133:47792 #54 (25 connections now open) 2015-12-18T19:23:02.164-0500 I NETWORK [conn54] end connection 10.175.73.133:47792 (24 connections now open) 2015-12-18T19:23:12.160-0500 I NETWORK [initandlisten] connection accepted from 10.175.73.133:47850 #55 (25 connections now open) 2015-12-18T19:24:25.866-0500 I NETWORK [conn55] end connection 10.175.73.133:47850 (24 connections now open) 2015-12-18T19:24:33.891-0500 I NETWORK [initandlisten] connection accepted from 10.175.73.133:47909 #56 (25 connections now open) 2015-12-18T19:24:40.599-0500 I COMMAND [conn37] command local.oplog.rs command: getMore { getMore: 22846269327, collection: "oplog.rs", maxTimeMS: 5000, term: 1, lastKnownCommittedOpTime: { ts: Timestamp 1450484678000|3660, t: 1 } } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:266 locks:{ Global: { acquireCount: { r: 2 } }, Database: { acquireCount: { r: 1 }, acquireWaitCount: { r: 1 }, timeAcquiringMicros: { r: 342591 } }, oplog: { acquireCount: { r: 1 } } } protocol:op_command 342ms 2015-12-18T19:25:50.935-0500 I NETWORK [conn56] end connection 10.175.73.133:47909 (24 connections now open) 2015-12-18T19:25:55.490-0500 I NETWORK [initandlisten] connection accepted from 10.175.73.133:47973 #57 (25 connections now open) 2015-12-18T19:27:16.713-0500 I NETWORK [conn57] end connection 10.175.73.133:47973 (24 connections now open) 2015-12-18T19:27:17.297-0500 I NETWORK [initandlisten] connection accepted from 10.175.73.133:48035 #58 (25 connections now open) 2015-12-18T19:28:44.435-0500 I NETWORK [conn58] end connection 10.175.73.133:48035 (24 connections now open) 2015-12-18T19:28:48.701-0500 I NETWORK [initandlisten] connection accepted from 10.175.73.133:48097 #59 (25 connections now open) 2015-12-18T19:30:12.919-0500 I NETWORK [conn59] end connection 10.175.73.133:48097 (24 connections now open) 2015-12-18T19:30:20.511-0500 I NETWORK [initandlisten] connection accepted from 10.175.73.133:48162 #60 (25 connections now open) 2015-12-18T19:31:43.314-0500 I NETWORK [conn60] end connection 10.175.73.133:48162 (24 connections now open) 2015-12-18T19:31:53.320-0500 I NETWORK [initandlisten] connection accepted from 10.175.73.133:48226 #61 (25 connections now open) 2015-12-18T19:32:34.429-0500 I COMMAND [conn37] command local.oplog.rs command: getMore { getMore: 22846269327, collection: "oplog.rs", maxTimeMS: 5000, term: 1, lastKnownCommittedOpTime: { ts: Timestamp 1450485152000|2238, t: 1 } } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:266 locks:{ Global: { acquireCount: { r: 2 } }, Database: { acquireCount: { r: 1 }, acquireWaitCount: { r: 1 }, timeAcquiringMicros: { r: 345422 } }, oplog: { acquireCount: { r: 1 } } } protocol:op_command 345ms 2015-12-18T19:33:14.335-0500 I NETWORK [conn61] end connection 10.175.73.133:48226 (24 connections now open) 2015-12-18T19:33:15.326-0500 I NETWORK [initandlisten] connection accepted from 10.175.73.133:48282 #62 (25 connections now open) 2015-12-18T19:34:47.805-0500 I NETWORK [conn62] end connection 10.175.73.133:48282 (24 connections now open) 2015-12-18T19:34:57.223-0500 I NETWORK [initandlisten] connection accepted from 10.175.73.133:48353 #63 (25 connections now open) 2015-12-18T19:35:22.503-0500 I COMMAND [conn34] command local.oplog.rs command: getMore { getMore: 22846269327, collection: "oplog.rs", maxTimeMS: 5000, term: 1, lastKnownCommittedOpTime: { ts: Timestamp 1450485320000|15061, t: 1 } } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:9094 locks:{ Global: { acquireCount: { r: 2 }, acquireWaitCount: { r: 1 }, timeAcquiringMicros: { r: 123866 } }, Database: { acquireCount: { r: 1 } }, oplog: { acquireCount: { r: 1 } } } protocol:op_command 123ms 2015-12-18T19:35:22.630-0500 I COMMAND [conn34] command local.oplog.rs command: getMore { getMore: 22846269327, collection: "oplog.rs", maxTimeMS: 5000, term: 1, lastKnownCommittedOpTime: { ts: Timestamp 1450485320000|15061, t: 1 } } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:6 reslen:389672 locks:{ Global: { acquireCount: { r: 14 }, acquireWaitCount: { r: 1 }, timeAcquiringMicros: { r: 124087 } }, Database: { acquireCount: { r: 7 }, acquireWaitCount: { r: 1 }, timeAcquiringMicros: { r: 72 } }, oplog: { acquireCount: { r: 7 } } } protocol:op_command 124ms 2015-12-18T19:35:25.454-0500 I COMMAND [conn34] command local.oplog.rs command: getMore { getMore: 22846269327, collection: "oplog.rs", maxTimeMS: 5000, term: 1, lastKnownCommittedOpTime: { ts: Timestamp 1450485323000|8810, t: 1 } } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:1 reslen:106616 locks:{ Global: { acquireCount: { r: 4 }, acquireWaitCount: { r: 1 }, timeAcquiringMicros: { r: 199337 } }, Database: { acquireCount: { r: 2 }, acquireWaitCount: { r: 1 }, timeAcquiringMicros: { r: 65 } }, oplog: { acquireCount: { r: 2 } } } protocol:op_command 199ms 2015-12-18T19:35:26.991-0500 I COMMAND [conn34] command local.oplog.rs command: getMore { getMore: 22846269327, collection: "oplog.rs", maxTimeMS: 5000, term: 1, lastKnownCommittedOpTime: { ts: Timestamp 1450485325000|4433, t: 1 } } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:2 reslen:131202 locks:{ Global: { acquireCount: { r: 6 }, acquireWaitCount: { r: 1 }, timeAcquiringMicros: { r: 423 } }, Database: { acquireCount: { r: 3 }, acquireWaitCount: { r: 2 }, timeAcquiringMicros: { r: 313392 } }, oplog: { acquireCount: { r: 3 } } } protocol:op_command 314ms 2015-12-18T19:35:27.268-0500 I COMMAND [conn34] command local.oplog.rs command: getMore { getMore: 22846269327, collection: "oplog.rs", maxTimeMS: 5000, term: 1, lastKnownCommittedOpTime: { ts: Timestamp 1450485325000|4608, t: 1 } } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:39 reslen:2221300 locks:{ Global: { acquireCount: { r: 80 }, acquireWaitCount: { r: 7 }, timeAcquiringMicros: { r: 266517 } }, Database: { acquireCount: { r: 40 }, acquireWaitCount: { r: 12 }, timeAcquiringMicros: { r: 1144 } }, oplog: { acquireCount: { r: 40 } } } protocol:op_command 270ms 2015-12-18T19:35:28.443-0500 I COMMAND [conn34] command local.oplog.rs command: getMore { getMore: 22846269327, collection: "oplog.rs", maxTimeMS: 5000, term: 1, lastKnownCommittedOpTime: { ts: Timestamp 1450485326000|7066, t: 1 } } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:33195 locks:{ Global: { acquireCount: { r: 2 }, acquireWaitCount: { r: 1 }, timeAcquiringMicros: { r: 144218 } }, Database: { acquireCount: { r: 1 } }, oplog: { acquireCount: { r: 1 } } } protocol:op_command 145ms 2015-12-18T19:35:53.137-0500 I COMMAND [conn37] command local.oplog.rs command: getMore { getMore: 22846269327, collection: "oplog.rs", maxTimeMS: 5000, term: 1, lastKnownCommittedOpTime: { ts: Timestamp 1450485351000|3863, t: 1 } } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:6 reslen:403859 locks:{ Global: { acquireCount: { r: 14 }, acquireWaitCount: { r: 3 }, timeAcquiringMicros: { r: 192750 } }, Database: { acquireCount: { r: 7 }, acquireWaitCount: { r: 5 }, timeAcquiringMicros: { r: 920 } }, oplog: { acquireCount: { r: 7 } } } protocol:op_command 194ms 2015-12-18T19:35:56.572-0500 I COMMAND [conn37] command local.oplog.rs command: getMore { getMore: 22846269327, collection: "oplog.rs", maxTimeMS: 5000, term: 1, lastKnownCommittedOpTime: { ts: Timestamp 1450485353000|4627, t: 1 } } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:17539 locks:{ Global: { acquireCount: { r: 2 }, acquireWaitCount: { r: 1 }, timeAcquiringMicros: { r: 633614 } }, Database: { acquireCount: { r: 1 } }, oplog: { acquireCount: { r: 1 } } } protocol:op_command 633ms 2015-12-18T19:35:56.708-0500 I COMMAND [conn37] command local.oplog.rs command: getMore { getMore: 22846269327, collection: "oplog.rs", maxTimeMS: 5000, term: 1, lastKnownCommittedOpTime: { ts: Timestamp 1450485354000|4662, t: 1 } } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:23 reslen:1591363 locks:{ Global: { acquireCount: { r: 48 }, acquireWaitCount: { r: 1 }, timeAcquiringMicros: { r: 128581 } }, Database: { acquireCount: { r: 24 }, acquireWaitCount: { r: 1 }, timeAcquiringMicros: { r: 92 } }, oplog: { acquireCount: { r: 24 } } } protocol:op_command 130ms 2015-12-18T19:35:57.756-0500 I COMMAND [conn37] command local.oplog.rs command: getMore { getMore: 22846269327, collection: "oplog.rs", maxTimeMS: 5000, term: 1, lastKnownCommittedOpTime: { ts: Timestamp 1450485354000|4758, t: 1 } } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:17437 locks:{ Global: { acquireCount: { r: 2 }, acquireWaitCount: { r: 1 }, timeAcquiringMicros: { r: 142223 } }, Database: { acquireCount: { r: 1 } }, oplog: { acquireCount: { r: 1 } } } protocol:op_command 142ms 2015-12-18T19:35:58.231-0500 I COMMAND [conn37] command local.oplog.rs command: getMore { getMore: 22846269327, collection: "oplog.rs", maxTimeMS: 5000, term: 1, lastKnownCommittedOpTime: { ts: Timestamp 1450485354000|4758, t: 1 } } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:34851 locks:{ Global: { acquireCount: { r: 2 }, acquireWaitCount: { r: 1 }, timeAcquiringMicros: { r: 472740 } }, Database: { acquireCount: { r: 1 } }, oplog: { acquireCount: { r: 1 } } } protocol:op_command 472ms 2015-12-18T19:35:58.361-0500 I COMMAND [conn37] command local.oplog.rs command: getMore { getMore: 22846269327, collection: "oplog.rs", maxTimeMS: 5000, term: 1, lastKnownCommittedOpTime: { ts: Timestamp 1450485356000|1124, t: 1 } } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:38 reslen:2622719 locks:{ Global: { acquireCount: { r: 78 }, acquireWaitCount: { r: 8 }, timeAcquiringMicros: { r: 112984 } }, Database: { acquireCount: { r: 39 }, acquireWaitCount: { r: 15 }, timeAcquiringMicros: { r: 778 } }, oplog: { acquireCount: { r: 39 } } } protocol:op_command 117ms 2015-12-18T19:35:59.456-0500 I COMMAND [conn37] command local.oplog.rs command: getMore { getMore: 22846269327, collection: "oplog.rs", maxTimeMS: 5000, term: 1, lastKnownCommittedOpTime: { ts: Timestamp 1450485357000|2442, t: 1 } } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:14578 locks:{ Global: { acquireCount: { r: 2 }, acquireWaitCount: { r: 1 }, timeAcquiringMicros: { r: 286222 } }, Database: { acquireCount: { r: 1 } }, oplog: { acquireCount: { r: 1 } } } protocol:op_command 286ms 2015-12-18T19:36:21.824-0500 I NETWORK [conn63] end connection 10.175.73.133:48353 (24 connections now open) 2015-12-18T19:36:30.487-0500 I NETWORK [initandlisten] connection accepted from 10.175.73.133:48417 #64 (25 connections now open) 2015-12-18T19:37:56.247-0500 I NETWORK [conn64] end connection 10.175.73.133:48417 (24 connections now open) 2015-12-18T19:38:02.397-0500 I NETWORK [initandlisten] connection accepted from 10.175.73.133:48483 #65 (25 connections now open) 2015-12-18T19:38:02.442-0500 I COMMAND [conn37] command local.oplog.rs command: getMore { getMore: 22846269327, collection: "oplog.rs", maxTimeMS: 5000, term: 1, lastKnownCommittedOpTime: { ts: Timestamp 1450485480000|6289, t: 1 } } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:266 locks:{ Global: { acquireCount: { r: 2 } }, Database: { acquireCount: { r: 1 }, acquireWaitCount: { r: 1 }, timeAcquiringMicros: { r: 379724 } }, oplog: { acquireCount: { r: 1 } } } protocol:op_command 379ms 2015-12-18T19:39:35.795-0500 I NETWORK [conn65] end connection 10.175.73.133:48483 (24 connections now open) 2015-12-18T19:39:43.976-0500 I NETWORK [initandlisten] connection accepted from 10.175.73.133:48551 #66 (25 connections now open) 2015-12-18T19:40:13.489-0500 I COMMAND [conn34] command local.oplog.rs command: getMore { getMore: 22846269327, collection: "oplog.rs", maxTimeMS: 5000, term: 1, lastKnownCommittedOpTime: { ts: Timestamp 1450485611000|10486, t: 1 } } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:7 reslen:473132 locks:{ Global: { acquireCount: { r: 16 }, acquireWaitCount: { r: 3 }, timeAcquiringMicros: { r: 249854 } }, Database: { acquireCount: { r: 8 }, acquireWaitCount: { r: 5 }, timeAcquiringMicros: { r: 301 } }, oplog: { acquireCount: { r: 8 } } } protocol:op_command 251ms 2015-12-18T19:40:14.493-0500 I COMMAND [conn34] command local.oplog.rs command: getMore { getMore: 22846269327, collection: "oplog.rs", maxTimeMS: 5000, term: 1, lastKnownCommittedOpTime: { ts: Timestamp 1450485611000|11422, t: 1 } } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:26 reslen:1780176 locks:{ Global: { acquireCount: { r: 54 }, acquireWaitCount: { r: 7 }, timeAcquiringMicros: { r: 998261 } }, Database: { acquireCount: { r: 27 }, acquireWaitCount: { r: 12 }, timeAcquiringMicros: { r: 1184 } }, oplog: { acquireCount: { r: 27 } } } protocol:op_command 1002ms 2015-12-18T19:40:15.484-0500 I COMMAND [conn34] command local.oplog.rs command: getMore { getMore: 22846269327, collection: "oplog.rs", maxTimeMS: 5000, term: 1, lastKnownCommittedOpTime: { ts: Timestamp 1450485612000|950, t: 1 } } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:31 reslen:1937185 locks:{ Global: { acquireCount: { r: 64 }, acquireWaitCount: { r: 4 }, timeAcquiringMicros: { r: 980900 } }, Database: { acquireCount: { r: 32 }, acquireWaitCount: { r: 8 }, timeAcquiringMicros: { r: 1017 } }, oplog: { acquireCount: { r: 32 } } } protocol:op_command 986ms 2015-12-18T19:40:16.359-0500 I COMMAND [conn34] command local.oplog.rs command: getMore { getMore: 22846269327, collection: "oplog.rs", maxTimeMS: 5000, term: 1, lastKnownCommittedOpTime: { ts: Timestamp 1450485613000|1119, t: 1 } } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:65 reslen:4194944 locks:{ Global: { acquireCount: { r: 132 }, acquireWaitCount: { r: 8 }, timeAcquiringMicros: { r: 862999 } }, Database: { acquireCount: { r: 66 }, acquireWaitCount: { r: 14 }, timeAcquiringMicros: { r: 1247 } }, oplog: { acquireCount: { r: 66 } } } protocol:op_command 870ms 2015-12-18T19:40:17.758-0500 I COMMAND [conn34] command local.oplog.rs command: getMore { getMore: 22846269327, collection: "oplog.rs", maxTimeMS: 5000, term: 1, lastKnownCommittedOpTime: { ts: Timestamp 1450485616000|486, t: 1 } } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:2 reslen:138517 locks:{ Global: { acquireCount: { r: 6 }, acquireWaitCount: { r: 1 }, timeAcquiringMicros: { r: 116761 } }, Database: { acquireCount: { r: 3 }, acquireWaitCount: { r: 2 }, timeAcquiringMicros: { r: 111 } }, oplog: { acquireCount: { r: 3 } } } protocol:op_command 117ms 2015-12-18T19:40:18.614-0500 I COMMAND [conn34] command local.oplog.rs command: getMore { getMore: 22846269327, collection: "oplog.rs", maxTimeMS: 5000, term: 1, lastKnownCommittedOpTime: { ts: Timestamp 1450485616000|1029, t: 1 } } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:5 reslen:355873 locks:{ Global: { acquireCount: { r: 12 }, acquireWaitCount: { r: 2 }, timeAcquiringMicros: { r: 851670 } }, Database: { acquireCount: { r: 6 }, acquireWaitCount: { r: 4 }, timeAcquiringMicros: { r: 852 } }, oplog: { acquireCount: { r: 6 } } } protocol:op_command 853ms 2015-12-18T19:40:19.124-0500 I COMMAND [conn34] command local.oplog.rs command: getMore { getMore: 22846269327, collection: "oplog.rs", maxTimeMS: 5000, term: 1, lastKnownCommittedOpTime: { ts: Timestamp 1450485616000|2004, t: 1 } } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:39 reslen:2524530 locks:{ Global: { acquireCount: { r: 80 }, acquireWaitCount: { r: 3 }, timeAcquiringMicros: { r: 450942 } }, Database: { acquireCount: { r: 40 }, acquireWaitCount: { r: 6 }, timeAcquiringMicros: { r: 950 } }, oplog: { acquireCount: { r: 40 } } } protocol:op_command 456ms 2015-12-18T19:40:46.271-0500 I COMMAND [conn37] command local.oplog.rs command: getMore { getMore: 22846269327, collection: "oplog.rs", maxTimeMS: 5000, term: 1, lastKnownCommittedOpTime: { ts: Timestamp 1450485644000|3433, t: 1 } } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:11434 locks:{ Global: { acquireCount: { r: 2 } }, Database: { acquireCount: { r: 1 }, acquireWaitCount: { r: 1 }, timeAcquiringMicros: { r: 399781 } }, oplog: { acquireCount: { r: 1 } } } protocol:op_command 399ms 2015-12-18T19:41:14.443-0500 I NETWORK [conn66] end connection 10.175.73.133:48551 (24 connections now open) 2015-12-18T19:41:16.936-0500 I NETWORK [initandlisten] connection accepted from 10.175.73.133:48617 #67 (25 connections now open) 2015-12-18T19:41:22.676-0500 I COMMAND [conn37] command local.oplog.rs command: getMore { getMore: 22846269327, collection: "oplog.rs", maxTimeMS: 5000, term: 1, lastKnownCommittedOpTime: { ts: Timestamp 1450485681000|448, t: 1 } } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:34246 locks:{ Global: { acquireCount: { r: 2 }, acquireWaitCount: { r: 1 }, timeAcquiringMicros: { r: 197860 } }, Database: { acquireCount: { r: 1 } }, oplog: { acquireCount: { r: 1 } } } protocol:op_command 198ms 2015-12-18T19:41:22.910-0500 I COMMAND [conn37] command local.oplog.rs command: getMore { getMore: 22846269327, collection: "oplog.rs", maxTimeMS: 5000, term: 1, lastKnownCommittedOpTime: { ts: Timestamp 1450485681000|520, t: 1 } } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:2 reslen:151148 locks:{ Global: { acquireCount: { r: 6 }, acquireWaitCount: { r: 1 }, timeAcquiringMicros: { r: 230813 } }, Database: { acquireCount: { r: 3 }, acquireWaitCount: { r: 2 }, timeAcquiringMicros: { r: 140 } }, oplog: { acquireCount: { r: 3 } } } protocol:op_command 231ms 2015-12-18T19:42:56.581-0500 I NETWORK [conn67] end connection 10.175.73.133:48617 (24 connections now open) 2015-12-18T19:43:01.732-0500 I NETWORK [initandlisten] connection accepted from 10.175.73.133:48686 #68 (25 connections now open) 2015-12-18T19:43:53.069-0500 I COMMAND [conn34] command local.oplog.rs command: getMore { getMore: 22846269327, collection: "oplog.rs", maxTimeMS: 5000, term: 1, lastKnownCommittedOpTime: { ts: Timestamp 1450485831000|1426, t: 1 } } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:266 locks:{ Global: { acquireCount: { r: 2 } }, Database: { acquireCount: { r: 1 }, acquireWaitCount: { r: 1 }, timeAcquiringMicros: { r: 426383 } }, oplog: { acquireCount: { r: 1 } } } protocol:op_command 426ms 2015-12-18T19:44:37.506-0500 I NETWORK [conn68] end connection 10.175.73.133:48686 (24 connections now open) 2015-12-18T19:44:45.087-0500 I NETWORK [initandlisten] connection accepted from 10.175.73.133:48756 #69 (25 connections now open) 2015-12-18T19:46:22.011-0500 I NETWORK [conn69] end connection 10.175.73.133:48756 (24 connections now open) 2015-12-18T19:46:25.768-0500 I NETWORK [initandlisten] connection accepted from 10.175.73.133:48824 #70 (25 connections now open) 2015-12-18T19:46:33.911-0500 I COMMAND [conn37] command local.oplog.rs command: getMore { getMore: 22846269327, collection: "oplog.rs", maxTimeMS: 5000, term: 1, lastKnownCommittedOpTime: { ts: Timestamp 1450485992000|6, t: 1 } } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:628 locks:{ Global: { acquireCount: { r: 2 }, acquireWaitCount: { r: 1 }, timeAcquiringMicros: { r: 153870 } }, Database: { acquireCount: { r: 1 }, acquireWaitCount: { r: 1 }, timeAcquiringMicros: { r: 49 } }, oplog: { acquireCount: { r: 1 } } } protocol:op_command 153ms 2015-12-18T19:46:34.060-0500 I COMMAND [conn37] command local.oplog.rs command: getMore { getMore: 22846269327, collection: "oplog.rs", maxTimeMS: 5000, term: 1, lastKnownCommittedOpTime: { ts: Timestamp 1450485992000|7, t: 1 } } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:4 reslen:396324 locks:{ Global: { acquireCount: { r: 10 }, acquireWaitCount: { r: 2 }, timeAcquiringMicros: { r: 144596 } }, Database: { acquireCount: { r: 5 }, acquireWaitCount: { r: 4 }, timeAcquiringMicros: { r: 829 } }, oplog: { acquireCount: { r: 5 } } } protocol:op_command 145ms 2015-12-18T19:46:38.702-0500 I COMMAND [conn37] command local.oplog.rs command: getMore { getMore: 22846269327, collection: "oplog.rs", maxTimeMS: 5000, term: 1, lastKnownCommittedOpTime: { ts: Timestamp 1450485996000|187, t: 1 } } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:6549 locks:{ Global: { acquireCount: { r: 2 }, acquireWaitCount: { r: 1 }, timeAcquiringMicros: { r: 1101186 } }, Database: { acquireCount: { r: 1 } }, oplog: { acquireCount: { r: 1 } } } protocol:op_command 1101ms 2015-12-18T19:46:54.478-0500 I COMMAND [conn34] command local.oplog.rs command: getMore { getMore: 22846269327, collection: "oplog.rs", maxTimeMS: 5000, term: 1, lastKnownCommittedOpTime: { ts: Timestamp 1450486012000|18340, t: 1 } } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:23 reslen:1605182 locks:{ Global: { acquireCount: { r: 48 }, acquireWaitCount: { r: 6 }, timeAcquiringMicros: { r: 136671 } }, Database: { acquireCount: { r: 24 }, acquireWaitCount: { r: 11 }, timeAcquiringMicros: { r: 641 } }, oplog: { acquireCount: { r: 24 } } } protocol:op_command 139ms 2015-12-18T19:46:55.246-0500 I COMMAND [conn34] command local.oplog.rs command: getMore { getMore: 22846269327, collection: "oplog.rs", maxTimeMS: 5000, term: 1, lastKnownCommittedOpTime: { ts: Timestamp 1450486013000|8135, t: 1 } } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:3 reslen:198155 locks:{ Global: { acquireCount: { r: 8 }, acquireWaitCount: { r: 2 }, timeAcquiringMicros: { r: 111642 } }, Database: { acquireCount: { r: 4 }, acquireWaitCount: { r: 2 }, timeAcquiringMicros: { r: 123 } }, oplog: { acquireCount: { r: 4 } } } protocol:op_command 112ms 2015-12-18T19:46:58.099-0500 I COMMAND [conn34] command local.oplog.rs command: getMore { getMore: 22846269327, collection: "oplog.rs", maxTimeMS: 5000, term: 1, lastKnownCommittedOpTime: { ts: Timestamp 1450486016000|3881, t: 1 } } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:9 reslen:620956 locks:{ Global: { acquireCount: { r: 20 }, acquireWaitCount: { r: 3 }, timeAcquiringMicros: { r: 131887 } }, Database: { acquireCount: { r: 10 }, acquireWaitCount: { r: 5 }, timeAcquiringMicros: { r: 961 } }, oplog: { acquireCount: { r: 10 } } } protocol:op_command 133ms 2015-12-18T19:46:59.595-0500 I COMMAND [conn34] command local.oplog.rs command: getMore { getMore: 22846269327, collection: "oplog.rs", maxTimeMS: 5000, term: 1, lastKnownCommittedOpTime: { ts: Timestamp 1450486017000|9363, t: 1 } } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:4 reslen:288540 locks:{ Global: { acquireCount: { r: 10 }, acquireWaitCount: { r: 2 }, timeAcquiringMicros: { r: 9660 } }, Database: { acquireCount: { r: 5 }, acquireWaitCount: { r: 3 }, timeAcquiringMicros: { r: 288660 } }, oplog: { acquireCount: { r: 5 } } } protocol:op_command 298ms 2015-12-18T19:47:43.850-0500 I COMMAND [conn34] command local.oplog.rs command: getMore { getMore: 22846269327, collection: "oplog.rs", maxTimeMS: 5000, term: 1, lastKnownCommittedOpTime: { ts: Timestamp 1450486062000|2089, t: 1 } } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:13697 locks:{ Global: { acquireCount: { r: 2 }, acquireWaitCount: { r: 1 }, timeAcquiringMicros: { r: 149243 } }, Database: { acquireCount: { r: 1 } }, oplog: { acquireCount: { r: 1 } } } protocol:op_command 149ms 2015-12-18T19:47:44.091-0500 I COMMAND [conn34] command local.oplog.rs command: getMore { getMore: 22846269327, collection: "oplog.rs", maxTimeMS: 5000, term: 1, lastKnownCommittedOpTime: { ts: Timestamp 1450486062000|2117, t: 1 } } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:15 reslen:830155 locks:{ Global: { acquireCount: { r: 32 }, acquireWaitCount: { r: 3 }, timeAcquiringMicros: { r: 234761 } }, Database: { acquireCount: { r: 16 }, acquireWaitCount: { r: 6 }, timeAcquiringMicros: { r: 901 } }, oplog: { acquireCount: { r: 16 } } } protocol:op_command 236ms 2015-12-18T19:47:48.816-0500 I COMMAND [conn34] command local.oplog.rs command: getMore { getMore: 22846269327, collection: "oplog.rs", maxTimeMS: 5000, term: 1, lastKnownCommittedOpTime: { ts: Timestamp 1450486066000|10847, t: 1 } } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:16037 locks:{ Global: { acquireCount: { r: 2 }, acquireWaitCount: { r: 1 }, timeAcquiringMicros: { r: 522411 } }, Database: { acquireCount: { r: 1 } }, oplog: { acquireCount: { r: 1 } } } protocol:op_command 522ms 2015-12-18T19:47:49.759-0500 I COMMAND [conn34] command local.oplog.rs command: getMore { getMore: 22846269327, collection: "oplog.rs", maxTimeMS: 5000, term: 1, lastKnownCommittedOpTime: { ts: Timestamp 1450486067000|1072, t: 1 } } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:18445 locks:{ Global: { acquireCount: { r: 2 }, acquireWaitCount: { r: 1 }, timeAcquiringMicros: { r: 735144 } }, Database: { acquireCount: { r: 1 } }, oplog: { acquireCount: { r: 1 } } } protocol:op_command 735ms 2015-12-18T19:47:52.351-0500 I COMMAND [conn34] command local.oplog.rs command: getMore { getMore: 22846269327, collection: "oplog.rs", maxTimeMS: 5000, term: 1, lastKnownCommittedOpTime: { ts: Timestamp 1450486067000|1204, t: 1 } } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:73 reslen:4194698 locks:{ Global: { acquireCount: { r: 148 }, acquireWaitCount: { r: 4 }, timeAcquiringMicros: { r: 1220173 } }, Database: { acquireCount: { r: 74 }, acquireWaitCount: { r: 8 }, timeAcquiringMicros: { r: 835 } }, oplog: { acquireCount: { r: 74 } } } protocol:op_command 1227ms 2015-12-18T19:47:52.671-0500 I COMMAND [conn34] command local.oplog.rs command: getMore { getMore: 22846269327, collection: "oplog.rs", maxTimeMS: 5000, term: 1, lastKnownCommittedOpTime: { ts: Timestamp 1450486068000|119, t: 1 } } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:73 reslen:4195098 locks:{ Global: { acquireCount: { r: 148 }, acquireWaitCount: { r: 4 }, timeAcquiringMicros: { r: 277005 } }, Database: { acquireCount: { r: 74 }, acquireWaitCount: { r: 7 }, timeAcquiringMicros: { r: 429 } }, oplog: { acquireCount: { r: 74 } } } protocol:op_command 283ms 2015-12-18T19:47:54.663-0500 I COMMAND [conn34] command local.oplog.rs command: getMore { getMore: 22846269327, collection: "oplog.rs", maxTimeMS: 5000, term: 1, lastKnownCommittedOpTime: { ts: Timestamp 1450486073000|978, t: 1 } } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:17591 locks:{ Global: { acquireCount: { r: 2 }, acquireWaitCount: { r: 1 }, timeAcquiringMicros: { r: 114755 } }, Database: { acquireCount: { r: 1 }, acquireWaitCount: { r: 1 }, timeAcquiringMicros: { r: 49 } }, oplog: { acquireCount: { r: 1 } } } protocol:op_command 114ms 2015-12-18T19:47:54.868-0500 I COMMAND [conn34] command local.oplog.rs command: getMore { getMore: 22846269327, collection: "oplog.rs", maxTimeMS: 5000, term: 1, lastKnownCommittedOpTime: { ts: Timestamp 1450486073000|986, t: 1 } } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:14 reslen:779209 locks:{ Global: { acquireCount: { r: 30 }, acquireWaitCount: { r: 4 }, timeAcquiringMicros: { r: 196432 } }, Database: { acquireCount: { r: 15 }, acquireWaitCount: { r: 7 }, timeAcquiringMicros: { r: 405 } }, oplog: { acquireCount: { r: 15 } } } protocol:op_command 199ms 2015-12-18T19:48:07.940-0500 I NETWORK [conn70] end connection 10.175.73.133:48824 (24 connections now open) 2015-12-18T19:48:16.660-0500 I NETWORK [initandlisten] connection accepted from 10.175.73.133:48900 #71 (25 connections now open) 2015-12-18T19:49:05.506-0500 I COMMAND [conn37] command local.oplog.rs command: getMore { getMore: 22846269327, collection: "oplog.rs", maxTimeMS: 5000, term: 1, lastKnownCommittedOpTime: { ts: Timestamp 1450486143000|8450, t: 1 } } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:2 reslen:112750 locks:{ Global: { acquireCount: { r: 6 }, acquireWaitCount: { r: 1 }, timeAcquiringMicros: { r: 104399 } }, Database: { acquireCount: { r: 3 }, acquireWaitCount: { r: 2 }, timeAcquiringMicros: { r: 123 } }, oplog: { acquireCount: { r: 3 } } } protocol:op_command 104ms 2015-12-18T19:49:22.456-0500 I COMMAND [conn37] command local.oplog.rs command: getMore { getMore: 22846269327, collection: "oplog.rs", maxTimeMS: 5000, term: 1, lastKnownCommittedOpTime: { ts: Timestamp 1450486160000|2021, t: 1 } } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:51950 locks:{ Global: { acquireCount: { r: 2 }, acquireWaitCount: { r: 1 }, timeAcquiringMicros: { r: 144480 } }, Database: { acquireCount: { r: 1 } }, oplog: { acquireCount: { r: 1 } } } protocol:op_command 144ms 2015-12-18T19:49:33.958-0500 I COMMAND [conn37] command local.oplog.rs command: getMore { getMore: 22846269327, collection: "oplog.rs", maxTimeMS: 5000, term: 1, lastKnownCommittedOpTime: { ts: Timestamp 1450486172000|2160, t: 1 } } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:266 locks:{ Global: { acquireCount: { r: 2 } }, Database: { acquireCount: { r: 1 }, acquireWaitCount: { r: 1 }, timeAcquiringMicros: { r: 330889 } }, oplog: { acquireCount: { r: 1 } } } protocol:op_command 331ms 2015-12-18T19:49:46.968-0500 I COMMAND [conn37] command local.oplog.rs command: getMore { getMore: 22846269327, collection: "oplog.rs", maxTimeMS: 5000, term: 1, lastKnownCommittedOpTime: { ts: Timestamp 1450486185000|1756, t: 1 } } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:9 reslen:590172 locks:{ Global: { acquireCount: { r: 20 }, acquireWaitCount: { r: 3 }, timeAcquiringMicros: { r: 94855 } }, Database: { acquireCount: { r: 10 }, acquireWaitCount: { r: 6 }, timeAcquiringMicros: { r: 348 } }, oplog: { acquireCount: { r: 10 } } } protocol:op_command 108ms 2015-12-18T19:49:56.455-0500 I NETWORK [conn71] end connection 10.175.73.133:48900 (24 connections now open) 2015-12-18T19:49:58.893-0500 I NETWORK [initandlisten] connection accepted from 10.175.73.133:48968 #72 (25 connections now open) 2015-12-18T19:50:11.579-0500 I COMMAND [conn37] command local.oplog.rs command: getMore { getMore: 22846269327, collection: "oplog.rs", maxTimeMS: 5000, term: 1, lastKnownCommittedOpTime: { ts: Timestamp 1450486210000|794, t: 1 } } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:6901 locks:{ Global: { acquireCount: { r: 2 }, acquireWaitCount: { r: 1 }, timeAcquiringMicros: { r: 102469 } }, Database: { acquireCount: { r: 1 } }, oplog: { acquireCount: { r: 1 } } } protocol:op_command 102ms 2015-12-18T19:50:11.749-0500 I COMMAND [conn37] command local.oplog.rs command: getMore { getMore: 22846269327, collection: "oplog.rs", maxTimeMS: 5000, term: 1, lastKnownCommittedOpTime: { ts: Timestamp 1450486210000|809, t: 1 } } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:9 reslen:627207 locks:{ Global: { acquireCount: { r: 20 }, acquireWaitCount: { r: 3 }, timeAcquiringMicros: { r: 166263 } }, Database: { acquireCount: { r: 10 }, acquireWaitCount: { r: 6 }, timeAcquiringMicros: { r: 335 } }, oplog: { acquireCount: { r: 10 } } } protocol:op_command 167ms 2015-12-18T19:50:13.615-0500 I COMMAND [conn37] command local.oplog.rs command: getMore { getMore: 22846269327, collection: "oplog.rs", maxTimeMS: 5000, term: 1, lastKnownCommittedOpTime: { ts: Timestamp 1450486212000|789, t: 1 } } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:31412 locks:{ Global: { acquireCount: { r: 2 }, acquireWaitCount: { r: 1 }, timeAcquiringMicros: { r: 103970 } }, Database: { acquireCount: { r: 1 } }, oplog: { acquireCount: { r: 1 } } } protocol:op_command 104ms 2015-12-18T19:50:13.808-0500 I COMMAND [conn37] command local.oplog.rs command: getMore { getMore: 22846269327, collection: "oplog.rs", maxTimeMS: 5000, term: 1, lastKnownCommittedOpTime: { ts: Timestamp 1450486212000|907, t: 1 } } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:17090 locks:{ Global: { acquireCount: { r: 2 }, acquireWaitCount: { r: 1 }, timeAcquiringMicros: { r: 190338 } }, Database: { acquireCount: { r: 1 } }, oplog: { acquireCount: { r: 1 } } } protocol:op_command 190ms 2015-12-18T19:50:13.943-0500 I COMMAND [conn37] command local.oplog.rs command: getMore { getMore: 22846269327, collection: "oplog.rs", maxTimeMS: 5000, term: 1, lastKnownCommittedOpTime: { ts: Timestamp 1450486212000|936, t: 1 } } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:9 reslen:615590 locks:{ Global: { acquireCount: { r: 20 }, acquireWaitCount: { r: 1 }, timeAcquiringMicros: { r: 132005 } }, Database: { acquireCount: { r: 10 }, acquireWaitCount: { r: 2 }, timeAcquiringMicros: { r: 143 } }, oplog: { acquireCount: { r: 10 } } } protocol:op_command 132ms 2015-12-18T19:50:15.974-0500 I COMMAND [conn37] command local.oplog.rs command: getMore { getMore: 22846269327, collection: "oplog.rs", maxTimeMS: 5000, term: 1, lastKnownCommittedOpTime: { ts: Timestamp 1450486214000|2462, t: 1 } } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:18419 locks:{ Global: { acquireCount: { r: 2 }, acquireWaitCount: { r: 1 }, timeAcquiringMicros: { r: 296973 } }, Database: { acquireCount: { r: 1 } }, oplog: { acquireCount: { r: 1 } } } protocol:op_command 297ms 2015-12-18T19:50:17.111-0500 I COMMAND [conn37] command local.oplog.rs command: getMore { getMore: 22846269327, collection: "oplog.rs", maxTimeMS: 5000, term: 1, lastKnownCommittedOpTime: { ts: Timestamp 1450486214000|2579, t: 1 } } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:23 reslen:1608002 locks:{ Global: { acquireCount: { r: 48 }, acquireWaitCount: { r: 4 }, timeAcquiringMicros: { r: 1027471 } }, Database: { acquireCount: { r: 24 }, acquireWaitCount: { r: 8 }, timeAcquiringMicros: { r: 1112 } }, oplog: { acquireCount: { r: 24 } } } protocol:op_command 1033ms 2015-12-18T19:51:57.330-0500 I NETWORK [conn72] end connection 10.175.73.133:48968 (24 connections now open) 2015-12-18T19:52:00.712-0500 I NETWORK [initandlisten] connection accepted from 10.175.73.133:49047 #73 (25 connections now open) 2015-12-18T19:52:20.633-0500 I COMMAND [conn34] command local.oplog.rs command: getMore { getMore: 22846269327, collection: "oplog.rs", maxTimeMS: 5000, term: 1, lastKnownCommittedOpTime: { ts: Timestamp 1450486339000|570, t: 1 } } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:2436 locks:{ Global: { acquireCount: { r: 2 }, acquireWaitCount: { r: 1 }, timeAcquiringMicros: { r: 125668 } }, Database: { acquireCount: { r: 1 }, acquireWaitCount: { r: 1 }, timeAcquiringMicros: { r: 54 } }, oplog: { acquireCount: { r: 1 } } } protocol:op_command 125ms 2015-12-18T19:52:20.934-0500 I COMMAND [conn34] command local.oplog.rs command: getMore { getMore: 22846269327, collection: "oplog.rs", maxTimeMS: 5000, term: 1, lastKnownCommittedOpTime: { ts: Timestamp 1450486339000|1715, t: 1 } } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:3635 locks:{ Global: { acquireCount: { r: 2 }, acquireWaitCount: { r: 1 }, timeAcquiringMicros: { r: 151187 } }, Database: { acquireCount: { r: 1 }, acquireWaitCount: { r: 1 }, timeAcquiringMicros: { r: 51 } }, oplog: { acquireCount: { r: 1 } } } protocol:op_command 151ms 2015-12-18T19:52:54.947-0500 I COMMAND [conn34] command local.oplog.rs command: getMore { getMore: 22846269327, collection: "oplog.rs", maxTimeMS: 5000, term: 1, lastKnownCommittedOpTime: { ts: Timestamp 1450486373000|653, t: 1 } } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:10769 locks:{ Global: { acquireCount: { r: 2 } }, Database: { acquireCount: { r: 1 }, acquireWaitCount: { r: 1 }, timeAcquiringMicros: { r: 363590 } }, oplog: { acquireCount: { r: 1 } } } protocol:op_command 363ms 2015-12-18T19:53:23.499-0500 I COMMAND [conn37] command local.oplog.rs command: getMore { getMore: 22846269327, collection: "oplog.rs", maxTimeMS: 5000, term: 1, lastKnownCommittedOpTime: { ts: Timestamp 1450486401000|3225, t: 1 } } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:20140 locks:{ Global: { acquireCount: { r: 2 }, acquireWaitCount: { r: 1 }, timeAcquiringMicros: { r: 157696 } }, Database: { acquireCount: { r: 1 } }, oplog: { acquireCount: { r: 1 } } } protocol:op_command 157ms 2015-12-18T19:54:17.096-0500 I COMMAND [conn37] command local.oplog.rs command: getMore { getMore: 22846269327, collection: "oplog.rs", maxTimeMS: 5000, term: 1, lastKnownCommittedOpTime: { ts: Timestamp 1450486455000|8297, t: 1 } } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:18267 locks:{ Global: { acquireCount: { r: 2 }, acquireWaitCount: { r: 1 }, timeAcquiringMicros: { r: 172346 } }, Database: { acquireCount: { r: 1 } }, oplog: { acquireCount: { r: 1 } } } protocol:op_command 172ms 2015-12-18T19:54:25.696-0500 I COMMAND [conn37] command local.oplog.rs command: getMore { getMore: 22846269327, collection: "oplog.rs", maxTimeMS: 5000, term: 1, lastKnownCommittedOpTime: { ts: Timestamp 1450486464000|1417, t: 1 } } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:1 reslen:98306 locks:{ Global: { acquireCount: { r: 4 }, acquireWaitCount: { r: 1 }, timeAcquiringMicros: { r: 169145 } }, Database: { acquireCount: { r: 2 }, acquireWaitCount: { r: 1 }, timeAcquiringMicros: { r: 77 } }, oplog: { acquireCount: { r: 2 } } } protocol:op_command 169ms 2015-12-18T19:54:26.790-0500 I COMMAND [conn37] command local.oplog.rs command: getMore { getMore: 22846269327, collection: "oplog.rs", maxTimeMS: 5000, term: 1, lastKnownCommittedOpTime: { ts: Timestamp 1450486464000|1730, t: 1 } } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:39 reslen:2654389 locks:{ Global: { acquireCount: { r: 80 }, acquireWaitCount: { r: 4 }, timeAcquiringMicros: { r: 415916 } }, Database: { acquireCount: { r: 40 }, acquireWaitCount: { r: 7 }, timeAcquiringMicros: { r: 480 } }, oplog: { acquireCount: { r: 40 } } } protocol:op_command 420ms 2015-12-18T19:54:27.873-0500 I COMMAND [conn37] command local.oplog.rs command: getMore { getMore: 22846269327, collection: "oplog.rs", maxTimeMS: 5000, term: 1, lastKnownCommittedOpTime: { ts: Timestamp 1450486466000|3903, t: 1 } } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:20155 locks:{ Global: { acquireCount: { r: 2 }, acquireWaitCount: { r: 1 }, timeAcquiringMicros: { r: 155897 } }, Database: { acquireCount: { r: 1 } }, oplog: { acquireCount: { r: 1 } } } protocol:op_command 155ms 2015-12-18T19:54:27.980-0500 I COMMAND [conn37] command local.oplog.rs command: getMore { getMore: 22846269327, collection: "oplog.rs", maxTimeMS: 5000, term: 1, lastKnownCommittedOpTime: { ts: Timestamp 1450486466000|3941, t: 1 } } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:8 reslen:608329 locks:{ Global: { acquireCount: { r: 18 }, acquireWaitCount: { r: 3 }, timeAcquiringMicros: { r: 103429 } }, Database: { acquireCount: { r: 9 }, acquireWaitCount: { r: 5 }, timeAcquiringMicros: { r: 286 } }, oplog: { acquireCount: { r: 9 } } } protocol:op_command 104ms 2015-12-18T19:55:11.849-0500 I COMMAND [conn37] command local.oplog.rs command: getMore { getMore: 22846269327, collection: "oplog.rs", maxTimeMS: 5000, term: 1, lastKnownCommittedOpTime: { ts: Timestamp 1450486510000|2594, t: 1 } } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:14779 locks:{ Global: { acquireCount: { r: 2 }, acquireWaitCount: { r: 1 }, timeAcquiringMicros: { r: 144760 } }, Database: { acquireCount: { r: 1 } }, oplog: { acquireCount: { r: 1 } } } protocol:op_command 144ms 2015-12-18T19:55:17.255-0500 I COMMAND [conn37] command local.oplog.rs command: getMore { getMore: 22846269327, collection: "oplog.rs", maxTimeMS: 5000, term: 1, lastKnownCommittedOpTime: { ts: Timestamp 1450486515000|3318, t: 1 } } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:266 locks:{ Global: { acquireCount: { r: 2 } }, Database: { acquireCount: { r: 1 }, acquireWaitCount: { r: 1 }, timeAcquiringMicros: { r: 568442 } }, oplog: { acquireCount: { r: 1 } } } protocol:op_command 568ms 2015-12-18T19:55:31.115-0500 I NETWORK [conn73] end connection 10.175.73.133:49047 (24 connections now open) 2015-12-18T19:55:32.293-0500 I NETWORK [initandlisten] connection accepted from 10.175.73.133:49171 #74 (25 connections now open) 2015-12-18T19:57:18.394-0500 I COMMAND [conn34] command local.oplog.rs command: getMore { getMore: 22846269327, collection: "oplog.rs", maxTimeMS: 5000, term: 1, lastKnownCommittedOpTime: { ts: Timestamp 1450486636000|5396, t: 1 } } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:266 locks:{ Global: { acquireCount: { r: 2 } }, Database: { acquireCount: { r: 1 }, acquireWaitCount: { r: 1 }, timeAcquiringMicros: { r: 441583 } }, oplog: { acquireCount: { r: 1 } } } protocol:op_command 441ms 2015-12-18T19:59:19.259-0500 I NETWORK [conn74] end connection 10.175.73.133:49171 (24 connections now open) 2015-12-18T19:59:23.389-0500 I COMMAND [conn34] command local.oplog.rs command: getMore { getMore: 22846269327, collection: "oplog.rs", maxTimeMS: 5000, term: 1, lastKnownCommittedOpTime: { ts: Timestamp 1450486761000|3338, t: 1 } } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:266 locks:{ Global: { acquireCount: { r: 2 } }, Database: { acquireCount: { r: 1 }, acquireWaitCount: { r: 1 }, timeAcquiringMicros: { r: 274003 } }, oplog: { acquireCount: { r: 1 } } } protocol:op_command 274ms 2015-12-18T19:59:26.561-0500 I NETWORK [initandlisten] connection accepted from 10.175.73.133:49303 #75 (25 connections now open) 2015-12-18T20:01:27.200-0500 I COMMAND [conn34] command local.oplog.rs command: getMore { getMore: 22846269327, collection: "oplog.rs", maxTimeMS: 5000, term: 1, lastKnownCommittedOpTime: { ts: Timestamp 1450486885000|4814, t: 1 } } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:15121 locks:{ Global: { acquireCount: { r: 2 } }, Database: { acquireCount: { r: 1 }, acquireWaitCount: { r: 1 }, timeAcquiringMicros: { r: 376079 } }, oplog: { acquireCount: { r: 1 } } } protocol:op_command 376ms 2015-12-18T20:02:42.739-0500 I NETWORK [conn75] end connection 10.175.73.133:49303 (24 connections now open) 2015-12-18T20:02:50.761-0500 I NETWORK [initandlisten] connection accepted from 10.175.73.133:49422 #76 (25 connections now open) 2015-12-18T20:03:30.884-0500 I COMMAND [conn37] command local.oplog.rs command: getMore { getMore: 22846269327, collection: "oplog.rs", maxTimeMS: 5000, term: 1, lastKnownCommittedOpTime: { ts: Timestamp 1450487009000|915, t: 1 } } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:18859 locks:{ Global: { acquireCount: { r: 2 } }, Database: { acquireCount: { r: 1 }, acquireWaitCount: { r: 1 }, timeAcquiringMicros: { r: 408875 } }, oplog: { acquireCount: { r: 1 } } } protocol:op_command 409ms 2015-12-18T20:05:12.847-0500 I NETWORK [conn76] end connection 10.175.73.133:49422 (24 connections now open) 2015-12-18T20:05:21.941-0500 I NETWORK [initandlisten] connection accepted from 10.175.73.133:49521 #77 (25 connections now open) 2015-12-18T20:05:35.452-0500 I COMMAND [conn37] command local.oplog.rs command: getMore { getMore: 22846269327, collection: "oplog.rs", maxTimeMS: 5000, term: 1, lastKnownCommittedOpTime: { ts: Timestamp 1450487133000|8552, t: 1 } } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:20772 locks:{ Global: { acquireCount: { r: 2 } }, Database: { acquireCount: { r: 1 }, acquireWaitCount: { r: 1 }, timeAcquiringMicros: { r: 339333 } }, oplog: { acquireCount: { r: 1 } } } protocol:op_command 339ms 2015-12-18T20:07:35.515-0500 I COMMAND [conn37] command local.oplog.rs command: getMore { getMore: 22846269327, collection: "oplog.rs", maxTimeMS: 5000, term: 1, lastKnownCommittedOpTime: { ts: Timestamp 1450487253000|7505, t: 1 } } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:266 locks:{ Global: { acquireCount: { r: 2 } }, Database: { acquireCount: { r: 1 }, acquireWaitCount: { r: 1 }, timeAcquiringMicros: { r: 372604 } }, oplog: { acquireCount: { r: 1 } } } protocol:op_command 372ms 2015-12-18T20:09:39.544-0500 I COMMAND [conn34] command local.oplog.rs command: getMore { getMore: 22846269327, collection: "oplog.rs", maxTimeMS: 5000, term: 1, lastKnownCommittedOpTime: { ts: Timestamp 1450487377000|9042, t: 1 } } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:266 locks:{ Global: { acquireCount: { r: 2 } }, Database: { acquireCount: { r: 1 }, acquireWaitCount: { r: 1 }, timeAcquiringMicros: { r: 363086 } }, oplog: { acquireCount: { r: 1 } } } protocol:op_command 363ms 2015-12-18T20:10:59.086-0500 I NETWORK [conn77] end connection 10.175.73.133:49521 (24 connections now open) 2015-12-18T20:11:04.992-0500 I NETWORK [initandlisten] connection accepted from 10.175.73.133:49714 #78 (25 connections now open) 2015-12-18T20:11:47.959-0500 I COMMAND [conn37] command local.oplog.rs command: getMore { getMore: 22846269327, collection: "oplog.rs", maxTimeMS: 5000, term: 1, lastKnownCommittedOpTime: { ts: Timestamp 1450487506000|2054, t: 1 } } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:266 locks:{ Global: { acquireCount: { r: 2 } }, Database: { acquireCount: { r: 1 }, acquireWaitCount: { r: 1 }, timeAcquiringMicros: { r: 390666 } }, oplog: { acquireCount: { r: 1 } } } protocol:op_command 390ms 2015-12-18T20:12:56.546-0500 I NETWORK [conn78] end connection 10.175.73.133:49714 (24 connections now open) 2015-12-18T20:13:05.895-0500 I NETWORK [initandlisten] connection accepted from 10.175.73.133:49793 #79 (25 connections now open) 2015-12-18T20:13:57.839-0500 I COMMAND [conn34] command local.oplog.rs command: getMore { getMore: 22846269327, collection: "oplog.rs", maxTimeMS: 5000, term: 1, lastKnownCommittedOpTime: { ts: Timestamp 1450487636000|182, t: 1 } } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:266 locks:{ Global: { acquireCount: { r: 2 } }, Database: { acquireCount: { r: 1 }, acquireWaitCount: { r: 1 }, timeAcquiringMicros: { r: 408971 } }, oplog: { acquireCount: { r: 1 } } } protocol:op_command 409ms 2015-12-18T20:15:01.859-0500 I NETWORK [conn79] end connection 10.175.73.133:49793 (24 connections now open) 2015-12-18T20:15:09.209-0500 I NETWORK [initandlisten] connection accepted from 10.175.73.133:49877 #80 (25 connections now open) 2015-12-18T20:16:09.953-0500 I COMMAND [conn34] command local.oplog.rs command: getMore { getMore: 22846269327, collection: "oplog.rs", maxTimeMS: 5000, term: 1, lastKnownCommittedOpTime: { ts: Timestamp 1450487768000|3528, t: 1 } } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:266 locks:{ Global: { acquireCount: { r: 2 } }, Database: { acquireCount: { r: 1 }, acquireWaitCount: { r: 1 }, timeAcquiringMicros: { r: 271256 } }, oplog: { acquireCount: { r: 1 } } } protocol:op_command 271ms 2015-12-18T20:17:03.809-0500 I NETWORK [conn80] end connection 10.175.73.133:49877 (24 connections now open) 2015-12-18T20:17:10.199-0500 I NETWORK [initandlisten] connection accepted from 10.175.73.133:49956 #81 (25 connections now open) 2015-12-18T20:18:16.254-0500 I COMMAND [conn37] command local.oplog.rs command: getMore { getMore: 22846269327, collection: "oplog.rs", maxTimeMS: 5000, term: 1, lastKnownCommittedOpTime: { ts: Timestamp 1450487894000|2700, t: 1 } } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:266 locks:{ Global: { acquireCount: { r: 2 } }, Database: { acquireCount: { r: 1 }, acquireWaitCount: { r: 1 }, timeAcquiringMicros: { r: 373365 } }, oplog: { acquireCount: { r: 1 } } } protocol:op_command 373ms 2015-12-18T20:19:08.258-0500 I NETWORK [conn81] end connection 10.175.73.133:49956 (24 connections now open) 2015-12-18T20:19:10.840-0500 I NETWORK [initandlisten] connection accepted from 10.175.73.133:50034 #82 (25 connections now open) 2015-12-18T20:20:36.435-0500 I COMMAND [conn37] command local.oplog.rs command: getMore { getMore: 22846269327, collection: "oplog.rs", maxTimeMS: 5000, term: 1, lastKnownCommittedOpTime: { ts: Timestamp 1450488034000|9129, t: 1 } } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:19060 locks:{ Global: { acquireCount: { r: 2 }, acquireWaitCount: { r: 1 }, timeAcquiringMicros: { r: 174468 } }, Database: { acquireCount: { r: 1 } }, oplog: { acquireCount: { r: 1 } } } protocol:op_command 174ms 2015-12-18T20:22:21.819-0500 I COMMAND [conn37] command local.oplog.rs command: getMore { getMore: 22846269327, collection: "oplog.rs", maxTimeMS: 5000, term: 1, lastKnownCommittedOpTime: { ts: Timestamp 1450488139000|8561, t: 1 } } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:266 locks:{ Global: { acquireCount: { r: 2 } }, Database: { acquireCount: { r: 1 }, acquireWaitCount: { r: 1 }, timeAcquiringMicros: { r: 562654 } }, oplog: { acquireCount: { r: 1 } } } protocol:op_command 562ms 2015-12-18T20:23:35.800-0500 I NETWORK [conn82] end connection 10.175.73.133:50034 (24 connections now open) 2015-12-18T20:23:43.778-0500 I NETWORK [initandlisten] connection accepted from 10.175.73.133:50192 #83 (25 connections now open) 2015-12-18T20:24:22.810-0500 I COMMAND [conn34] command local.oplog.rs command: getMore { getMore: 22846269327, collection: "oplog.rs", maxTimeMS: 5000, term: 1, lastKnownCommittedOpTime: { ts: Timestamp 1450488260000|4977, t: 1 } } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:266 locks:{ Global: { acquireCount: { r: 2 } }, Database: { acquireCount: { r: 1 }, acquireWaitCount: { r: 1 }, timeAcquiringMicros: { r: 561646 } }, oplog: { acquireCount: { r: 1 } } } protocol:op_command 561ms 2015-12-18T20:26:13.176-0500 I COMMAND [conn37] command local.oplog.rs command: getMore { getMore: 22846269327, collection: "oplog.rs", maxTimeMS: 5000, term: 1, lastKnownCommittedOpTime: { ts: Timestamp 1450488371000|3886, t: 1 } } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:20365 locks:{ Global: { acquireCount: { r: 2 } }, Database: { acquireCount: { r: 1 }, acquireWaitCount: { r: 1 }, timeAcquiringMicros: { r: 445040 } }, oplog: { acquireCount: { r: 1 } } } protocol:op_command 445ms 2015-12-18T20:27:47.283-0500 I COMMAND [conn34] command local.oplog.rs command: getMore { getMore: 22846269327, collection: "oplog.rs", maxTimeMS: 5000, term: 1, lastKnownCommittedOpTime: { ts: Timestamp 1450488465000|5718, t: 1 } } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:19853 locks:{ Global: { acquireCount: { r: 2 }, acquireWaitCount: { r: 1 }, timeAcquiringMicros: { r: 425873 } }, Database: { acquireCount: { r: 1 } }, oplog: { acquireCount: { r: 1 } } } protocol:op_command 425ms 2015-12-18T20:28:10.904-0500 I COMMAND [conn37] command local.oplog.rs command: getMore { getMore: 22846269327, collection: "oplog.rs", maxTimeMS: 5000, term: 1, lastKnownCommittedOpTime: { ts: Timestamp 1450488488000|8357, t: 1 } } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:266 locks:{ Global: { acquireCount: { r: 2 } }, Database: { acquireCount: { r: 1 }, acquireWaitCount: { r: 1 }, timeAcquiringMicros: { r: 565027 } }, oplog: { acquireCount: { r: 1 } } } protocol:op_command 565ms 2015-12-18T20:28:51.488-0500 I NETWORK [conn83] end connection 10.175.73.133:50192 (24 connections now open) 2015-12-18T20:28:57.599-0500 I NETWORK [initandlisten] connection accepted from 10.175.73.133:50377 #84 (25 connections now open) 2015-12-18T20:30:07.773-0500 I COMMAND [conn37] command local.oplog.rs command: getMore { getMore: 22846269327, collection: "oplog.rs", maxTimeMS: 5000, term: 1, lastKnownCommittedOpTime: { ts: Timestamp 1450488605000|9704, t: 1 } } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:266 locks:{ Global: { acquireCount: { r: 2 } }, Database: { acquireCount: { r: 1 }, acquireWaitCount: { r: 1 }, timeAcquiringMicros: { r: 478431 } }, oplog: { acquireCount: { r: 1 } } } protocol:op_command 478ms 2015-12-18T20:31:09.588-0500 I NETWORK [conn84] end connection 10.175.73.133:50377 (24 connections now open) 2015-12-18T20:31:10.306-0500 I NETWORK [initandlisten] connection accepted from 10.175.73.133:50464 #85 (25 connections now open) 2015-12-18T20:32:52.620-0500 I COMMAND [conn34] command local.oplog.rs command: getMore { getMore: 22846269327, collection: "oplog.rs", maxTimeMS: 5000, term: 1, lastKnownCommittedOpTime: { ts: Timestamp 1450488770000|3271, t: 1 } } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:266 locks:{ Global: { acquireCount: { r: 2 } }, Database: { acquireCount: { r: 1 }, acquireWaitCount: { r: 1 }, timeAcquiringMicros: { r: 566048 } }, oplog: { acquireCount: { r: 1 } } } protocol:op_command 566ms 2015-12-18T20:33:26.434-0500 I NETWORK [conn85] end connection 10.175.73.133:50464 (24 connections now open) 2015-12-18T20:33:31.112-0500 I NETWORK [initandlisten] connection accepted from 10.175.73.133:50552 #86 (25 connections now open) 2015-12-18T20:35:58.326-0500 I COMMAND [conn37] command local.oplog.rs command: getMore { getMore: 22846269327, collection: "oplog.rs", maxTimeMS: 5000, term: 1, lastKnownCommittedOpTime: { ts: Timestamp 1450488956000|2101, t: 1 } } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:266 locks:{ Global: { acquireCount: { r: 2 } }, Database: { acquireCount: { r: 1 }, acquireWaitCount: { r: 1 }, timeAcquiringMicros: { r: 529742 } }, oplog: { acquireCount: { r: 1 } } } protocol:op_command 529ms 2015-12-18T20:45:30.785-0500 I COMMAND [conn34] command local.oplog.rs command: getMore { getMore: 22846269327, collection: "oplog.rs", maxTimeMS: 5000, term: 1, lastKnownCommittedOpTime: { ts: Timestamp 1450489528000|3583, t: 1 } } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:266 locks:{ Global: { acquireCount: { r: 2 } }, Database: { acquireCount: { r: 1 }, acquireWaitCount: { r: 1 }, timeAcquiringMicros: { r: 448999 } }, oplog: { acquireCount: { r: 1 } } } protocol:op_command 449ms 2015-12-18T20:47:45.855-0500 I NETWORK [conn86] end connection 10.175.73.133:50552 (24 connections now open) 2015-12-18T20:47:49.334-0500 I NETWORK [initandlisten] connection accepted from 10.175.73.133:50995 #87 (25 connections now open) 2015-12-18T20:55:40.730-0500 I COMMAND [conn37] command local.oplog.rs command: getMore { getMore: 22846269327, collection: "oplog.rs", maxTimeMS: 5000, term: 1, lastKnownCommittedOpTime: { ts: Timestamp 1450490138000|332, t: 1 } } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:266 locks:{ Global: { acquireCount: { r: 2 } }, Database: { acquireCount: { r: 1 }, acquireWaitCount: { r: 1 }, timeAcquiringMicros: { r: 562552 } }, oplog: { acquireCount: { r: 1 } } } protocol:op_command 562ms 2015-12-18T21:59:56.427-0500 I REPL [ReplicationExecutor] re-evaluating sync source because our current sync source's most recent OpTime is (term: 1, timestamp: Dec 18 21:57:13:20) which is more than 30s behind member sec-dev-mongo012:27020 whose most recent OpTime is (term: 1, timestamp: Dec 18 21:59:54:309) 2015-12-18T21:59:56.427-0500 I REPL [ReplicationExecutor] could not find member to sync from 2015-12-18T21:59:57.427-0500 I REPL [ReplicationExecutor] syncing from: sec-dev-mongo004:27020 2015-12-18T21:59:57.428-0500 I REPL [SyncSourceFeedback] setting syncSourceFeedback to sec-dev-mongo004:27020 2015-12-18T21:59:57.435-0500 I NETWORK [conn36] end connection 10.175.73.251:55510 (24 connections now open) 2015-12-18T22:04:56.431-0500 I NETWORK [conn37] end connection 10.175.73.251:55915 (23 connections now open) 2015-12-18T22:04:56.431-0500 I NETWORK [conn34] end connection 10.175.73.251:55429 (23 connections now open) 2015-12-18T22:17:18.664-0500 I NETWORK [conn87] end connection 10.175.73.133:50995 (21 connections now open) 2015-12-18T22:17:23.365-0500 I NETWORK [initandlisten] connection accepted from 10.175.73.133:53762 #88 (22 connections now open) 2015-12-18T22:19:27.173-0500 I NETWORK [conn88] end connection 10.175.73.133:53762 (21 connections now open) 2015-12-18T22:19:34.030-0500 I NETWORK [initandlisten] connection accepted from 10.175.73.133:53847 #89 (22 connections now open) 2015-12-18T22:21:33.848-0500 I NETWORK [conn89] end connection 10.175.73.133:53847 (21 connections now open) 2015-12-18T22:21:35.369-0500 I NETWORK [initandlisten] connection accepted from 10.175.73.133:53921 #90 (22 connections now open) 2015-12-18T22:23:41.332-0500 I NETWORK [conn90] end connection 10.175.73.133:53921 (21 connections now open) 2015-12-18T22:23:46.401-0500 I NETWORK [initandlisten] connection accepted from 10.175.73.133:54002 #91 (22 connections now open) 2015-12-18T22:25:48.274-0500 I NETWORK [conn91] end connection 10.175.73.133:54002 (21 connections now open) 2015-12-18T22:25:57.488-0500 I NETWORK [initandlisten] connection accepted from 10.175.73.133:54087 #92 (22 connections now open) 2015-12-18T22:27:55.592-0500 I NETWORK [conn92] end connection 10.175.73.133:54087 (21 connections now open) 2015-12-18T22:27:58.374-0500 I NETWORK [initandlisten] connection accepted from 10.175.73.133:54168 #93 (22 connections now open) 2015-12-18T22:30:02.812-0500 I NETWORK [conn93] end connection 10.175.73.133:54168 (21 connections now open) 2015-12-18T22:30:09.474-0500 I NETWORK [initandlisten] connection accepted from 10.175.73.133:54253 #94 (22 connections now open) 2015-12-18T22:32:10.298-0500 I NETWORK [conn94] end connection 10.175.73.133:54253 (21 connections now open) 2015-12-18T22:32:10.678-0500 I NETWORK [initandlisten] connection accepted from 10.175.73.133:54334 #95 (22 connections now open) 2015-12-18T22:34:17.602-0500 I NETWORK [conn95] end connection 10.175.73.133:54334 (21 connections now open) 2015-12-18T22:34:21.286-0500 I NETWORK [initandlisten] connection accepted from 10.175.73.133:54417 #96 (22 connections now open) 2015-12-18T22:36:26.713-0500 I NETWORK [conn96] end connection 10.175.73.133:54417 (21 connections now open) 2015-12-18T22:36:32.687-0500 I NETWORK [initandlisten] connection accepted from 10.175.73.133:54500 #97 (22 connections now open) 2015-12-18T22:38:34.066-0500 I NETWORK [conn97] end connection 10.175.73.133:54500 (21 connections now open) 2015-12-18T22:38:43.474-0500 I NETWORK [initandlisten] connection accepted from 10.175.73.133:54586 #98 (22 connections now open) 2015-12-18T22:40:41.535-0500 I NETWORK [conn98] end connection 10.175.73.133:54586 (21 connections now open) 2015-12-18T22:40:44.994-0500 I NETWORK [initandlisten] connection accepted from 10.175.73.133:54662 #99 (22 connections now open) 2015-12-18T22:42:49.242-0500 I NETWORK [conn99] end connection 10.175.73.133:54662 (21 connections now open) 2015-12-18T22:42:55.809-0500 I NETWORK [initandlisten] connection accepted from 10.175.73.133:54746 #100 (22 connections now open) 2015-12-18T22:44:55.824-0500 I NETWORK [conn100] end connection 10.175.73.133:54746 (21 connections now open) 2015-12-18T22:44:58.664-0500 I NETWORK [initandlisten] connection accepted from 10.175.73.133:54823 #101 (22 connections now open) 2015-12-18T22:47:02.882-0500 I NETWORK [conn101] end connection 10.175.73.133:54823 (21 connections now open) 2015-12-18T22:47:09.854-0500 I NETWORK [initandlisten] connection accepted from 10.175.73.133:54904 #102 (22 connections now open) 2015-12-18T22:49:09.979-0500 I NETWORK [conn102] end connection 10.175.73.133:54904 (21 connections now open) 2015-12-18T22:49:13.143-0500 I NETWORK [initandlisten] connection accepted from 10.175.73.133:54984 #103 (22 connections now open) 2015-12-18T22:51:16.648-0500 I NETWORK [conn103] end connection 10.175.73.133:54984 (21 connections now open) 2015-12-18T22:51:25.236-0500 I NETWORK [initandlisten] connection accepted from 10.175.73.133:55069 #104 (22 connections now open) 2015-12-18T22:53:23.323-0500 I NETWORK [conn104] end connection 10.175.73.133:55069 (21 connections now open) 2015-12-18T22:53:28.515-0500 I NETWORK [initandlisten] connection accepted from 10.175.73.133:55146 #105 (22 connections now open) 2015-12-18T22:55:30.565-0500 I NETWORK [conn105] end connection 10.175.73.133:55146 (21 connections now open) 2015-12-18T22:55:39.938-0500 I NETWORK [initandlisten] connection accepted from 10.175.73.133:55229 #106 (22 connections now open) 2015-12-18T22:57:37.572-0500 I NETWORK [conn106] end connection 10.175.73.133:55229 (21 connections now open) 2015-12-18T22:57:43.240-0500 I NETWORK [initandlisten] connection accepted from 10.175.73.133:55313 #107 (22 connections now open) 2015-12-18T22:59:44.358-0500 I NETWORK [conn107] end connection 10.175.73.133:55313 (21 connections now open) 2015-12-18T22:59:45.273-0500 I NETWORK [initandlisten] connection accepted from 10.175.73.133:55395 #108 (22 connections now open) 2015-12-18T23:01:51.471-0500 I NETWORK [conn108] end connection 10.175.73.133:55395 (21 connections now open) 2015-12-18T23:01:58.648-0500 I NETWORK [initandlisten] connection accepted from 10.175.73.133:55482 #109 (22 connections now open) 2015-12-18T23:03:58.468-0500 I NETWORK [conn109] end connection 10.175.73.133:55482 (21 connections now open) 2015-12-18T23:04:01.848-0500 I NETWORK [initandlisten] connection accepted from 10.175.73.133:55564 #110 (22 connections now open) 2015-12-18T23:06:04.848-0500 I NETWORK [conn110] end connection 10.175.73.133:55564 (21 connections now open) 2015-12-18T23:06:13.207-0500 I NETWORK [initandlisten] connection accepted from 10.175.73.133:55649 #111 (22 connections now open) 2015-12-18T23:08:11.985-0500 I NETWORK [conn111] end connection 10.175.73.133:55649 (21 connections now open) 2015-12-18T23:08:16.526-0500 I NETWORK [initandlisten] connection accepted from 10.175.73.133:55729 #112 (22 connections now open) 2015-12-18T23:10:19.405-0500 I NETWORK [conn112] end connection 10.175.73.133:55729 (21 connections now open) 2015-12-18T23:10:28.494-0500 I NETWORK [initandlisten] connection accepted from 10.175.73.133:55809 #113 (22 connections now open) 2015-12-18T23:12:26.594-0500 I NETWORK [conn113] end connection 10.175.73.133:55809 (21 connections now open) 2015-12-18T23:12:31.812-0500 I NETWORK [initandlisten] connection accepted from 10.175.73.133:55886 #114 (22 connections now open) 2015-12-18T23:14:33.679-0500 I NETWORK [conn114] end connection 10.175.73.133:55886 (21 connections now open) 2015-12-18T23:14:42.920-0500 I NETWORK [initandlisten] connection accepted from 10.175.73.133:55970 #115 (22 connections now open) 2015-12-18T23:16:41.096-0500 I NETWORK [conn115] end connection 10.175.73.133:55970 (21 connections now open) 2015-12-18T23:16:46.318-0500 I NETWORK [initandlisten] connection accepted from 10.175.73.133:56054 #116 (22 connections now open) 2015-12-18T23:18:48.020-0500 I NETWORK [conn116] end connection 10.175.73.133:56054 (21 connections now open) 2015-12-18T23:18:48.309-0500 I NETWORK [initandlisten] connection accepted from 10.175.73.133:56135 #117 (22 connections now open) 2015-12-18T23:20:55.100-0500 I NETWORK [conn117] end connection 10.175.73.133:56135 (21 connections now open) 2015-12-18T23:21:01.527-0500 I NETWORK [initandlisten] connection accepted from 10.175.73.133:56222 #118 (22 connections now open) 2015-12-18T23:23:01.848-0500 I NETWORK [conn118] end connection 10.175.73.133:56222 (21 connections now open) 2015-12-18T23:23:04.803-0500 I NETWORK [initandlisten] connection accepted from 10.175.73.133:56300 #119 (22 connections now open) 2015-12-18T23:25:09.041-0500 I NETWORK [conn119] end connection 10.175.73.133:56300 (21 connections now open) 2015-12-18T23:25:16.274-0500 I NETWORK [initandlisten] connection accepted from 10.175.73.133:56386 #120 (22 connections now open) 2015-12-18T23:27:15.608-0500 I NETWORK [conn120] end connection 10.175.73.133:56386 (21 connections now open) 2015-12-18T23:27:19.710-0500 I NETWORK [initandlisten] connection accepted from 10.175.73.133:56466 #121 (22 connections now open) 2015-12-18T23:29:22.106-0500 I NETWORK [conn121] end connection 10.175.73.133:56466 (21 connections now open) 2015-12-18T23:29:31.519-0500 I NETWORK [initandlisten] connection accepted from 10.175.73.133:56553 #122 (22 connections now open) 2015-12-18T23:31:29.192-0500 I NETWORK [conn122] end connection 10.175.73.133:56553 (21 connections now open) 2015-12-18T23:31:34.812-0500 I NETWORK [initandlisten] connection accepted from 10.175.73.133:56628 #123 (22 connections now open) 2015-12-18T23:33:36.065-0500 I NETWORK [conn123] end connection 10.175.73.133:56628 (21 connections now open) 2015-12-18T23:33:36.311-0500 I NETWORK [initandlisten] connection accepted from 10.175.73.133:56706 #124 (22 connections now open) 2015-12-18T23:35:43.472-0500 I NETWORK [conn124] end connection 10.175.73.133:56706 (21 connections now open) 2015-12-18T23:35:49.558-0500 I NETWORK [initandlisten] connection accepted from 10.175.73.133:56794 #125 (22 connections now open) 2015-12-18T23:37:50.299-0500 I NETWORK [conn125] end connection 10.175.73.133:56794 (21 connections now open) 2015-12-18T23:37:51.214-0500 I NETWORK [initandlisten] connection accepted from 10.175.73.133:56872 #126 (22 connections now open) 2015-12-18T23:39:56.577-0500 I NETWORK [conn126] end connection 10.175.73.133:56872 (21 connections now open) 2015-12-18T23:40:04.493-0500 I NETWORK [initandlisten] connection accepted from 10.175.73.133:56958 #127 (22 connections now open) 2015-12-18T23:42:03.202-0500 I NETWORK [conn127] end connection 10.175.73.133:56958 (21 connections now open) 2015-12-18T23:42:07.804-0500 I NETWORK [initandlisten] connection accepted from 10.175.73.133:57038 #128 (22 connections now open) 2015-12-18T23:44:09.496-0500 I NETWORK [conn128] end connection 10.175.73.133:57038 (21 connections now open) 2015-12-18T23:44:19.441-0500 I NETWORK [initandlisten] connection accepted from 10.175.73.133:57123 #129 (22 connections now open) 2015-12-18T23:46:16.409-0500 I NETWORK [conn129] end connection 10.175.73.133:57123 (21 connections now open) 2015-12-18T23:46:22.701-0500 I NETWORK [initandlisten] connection accepted from 10.175.73.133:57207 #130 (22 connections now open) 2015-12-18T23:48:23.621-0500 I NETWORK [conn130] end connection 10.175.73.133:57207 (21 connections now open) 2015-12-18T23:48:24.283-0500 I NETWORK [initandlisten] connection accepted from 10.175.73.133:57289 #131 (22 connections now open) 2015-12-18T23:50:30.497-0500 I NETWORK [conn131] end connection 10.175.73.133:57289 (21 connections now open) 2015-12-18T23:50:37.498-0500 I NETWORK [initandlisten] connection accepted from 10.175.73.133:57375 #132 (22 connections now open) 2015-12-18T23:52:36.918-0500 I NETWORK [conn132] end connection 10.175.73.133:57375 (21 connections now open) 2015-12-18T23:52:39.321-0500 I NETWORK [initandlisten] connection accepted from 10.175.73.133:57456 #133 (22 connections now open) 2015-12-18T23:54:43.569-0500 I NETWORK [conn133] end connection 10.175.73.133:57456 (21 connections now open) 2015-12-18T23:54:52.607-0500 I NETWORK [initandlisten] connection accepted from 10.175.73.133:57542 #134 (22 connections now open) 2015-12-18T23:56:49.964-0500 I NETWORK [conn134] end connection 10.175.73.133:57542 (21 connections now open) 2015-12-18T23:56:54.084-0500 I NETWORK [initandlisten] connection accepted from 10.175.73.133:57621 #135 (22 connections now open) 2015-12-18T23:58:56.869-0500 I NETWORK [conn135] end connection 10.175.73.133:57621 (21 connections now open) 2015-12-18T23:58:57.336-0500 I NETWORK [initandlisten] connection accepted from 10.175.73.133:57702 #136 (22 connections now open) 2015-12-19T00:01:04.133-0500 I NETWORK [conn136] end connection 10.175.73.133:57702 (21 connections now open) 2015-12-19T00:01:10.598-0500 I NETWORK [initandlisten] connection accepted from 10.175.73.133:57787 #137 (22 connections now open) 2015-12-19T00:03:11.283-0500 I NETWORK [conn137] end connection 10.175.73.133:57787 (21 connections now open) 2015-12-19T00:03:12.504-0500 I NETWORK [initandlisten] connection accepted from 10.175.73.133:57867 #138 (22 connections now open) 2015-12-19T00:05:17.787-0500 I NETWORK [conn138] end connection 10.175.73.133:57867 (21 connections now open) 2015-12-19T00:05:25.773-0500 I NETWORK [initandlisten] connection accepted from 10.175.73.133:57952 #139 (22 connections now open) 2015-12-19T00:07:24.749-0500 I NETWORK [conn139] end connection 10.175.73.133:57952 (21 connections now open) 2015-12-19T00:07:27.203-0500 I NETWORK [initandlisten] connection accepted from 10.175.73.133:58032 #140 (22 connections now open) 2015-12-19T00:09:31.676-0500 I NETWORK [conn140] end connection 10.175.73.133:58032 (21 connections now open) 2015-12-19T00:09:40.527-0500 I NETWORK [initandlisten] connection accepted from 10.175.73.133:58117 #141 (22 connections now open) 2015-12-19T00:11:38.239-0500 I NETWORK [conn141] end connection 10.175.73.133:58117 (21 connections now open) 2015-12-19T00:11:42.410-0500 I NETWORK [initandlisten] connection accepted from 10.175.73.133:58197 #142 (22 connections now open) 2015-12-19T00:13:45.284-0500 I NETWORK [conn142] end connection 10.175.73.133:58197 (21 connections now open) 2015-12-19T00:13:45.597-0500 I NETWORK [initandlisten] connection accepted from 10.175.73.133:58276 #143 (22 connections now open) 2015-12-19T00:15:52.422-0500 I NETWORK [conn143] end connection 10.175.73.133:58276 (21 connections now open) 2015-12-19T00:15:57.055-0500 I NETWORK [initandlisten] connection accepted from 10.175.73.133:58361 #144 (22 connections now open) 2015-12-19T00:17:59.510-0500 I NETWORK [conn144] end connection 10.175.73.133:58361 (21 connections now open) 2015-12-19T00:18:00.185-0500 I NETWORK [initandlisten] connection accepted from 10.175.73.133:58437 #145 (22 connections now open) 2015-12-19T00:20:05.945-0500 I NETWORK [conn145] end connection 10.175.73.133:58437 (21 connections now open) 2015-12-19T00:20:13.522-0500 I NETWORK [initandlisten] connection accepted from 10.175.73.133:58524 #146 (22 connections now open) 2015-12-19T00:22:12.284-0500 I NETWORK [conn146] end connection 10.175.73.133:58524 (21 connections now open) 2015-12-19T00:22:15.651-0500 I NETWORK [initandlisten] connection accepted from 10.175.73.133:58601 #147 (22 connections now open) 2015-12-19T00:24:19.247-0500 I NETWORK [conn147] end connection 10.175.73.133:58601 (21 connections now open) 2015-12-19T00:24:27.568-0500 I NETWORK [initandlisten] connection accepted from 10.175.73.133:58683 #148 (22 connections now open) 2015-12-19T00:26:25.926-0500 I NETWORK [conn148] end connection 10.175.73.133:58683 (21 connections now open) 2015-12-19T00:26:28.348-0500 I NETWORK [initandlisten] connection accepted from 10.175.73.133:58760 #149 (22 connections now open) 2015-12-19T00:28:32.411-0500 I NETWORK [conn149] end connection 10.175.73.133:58760 (21 connections now open) 2015-12-19T00:28:39.075-0500 I NETWORK [initandlisten] connection accepted from 10.175.73.133:58846 #150 (22 connections now open) 2015-12-19T00:30:39.132-0500 I NETWORK [conn150] end connection 10.175.73.133:58846 (21 connections now open) 2015-12-19T00:30:42.389-0500 I NETWORK [initandlisten] connection accepted from 10.175.73.133:58922 #151 (22 connections now open) 2015-12-19T00:32:45.347-0500 I NETWORK [conn151] end connection 10.175.73.133:58922 (21 connections now open) 2015-12-19T00:32:55.357-0500 I NETWORK [initandlisten] connection accepted from 10.175.73.133:59008 #152 (22 connections now open) 2015-12-19T00:34:52.476-0500 I NETWORK [conn152] end connection 10.175.73.133:59008 (21 connections now open) 2015-12-19T00:34:56.289-0500 I NETWORK [initandlisten] connection accepted from 10.175.73.133:59086 #153 (22 connections now open) 2015-12-19T00:36:59.366-0500 I NETWORK [conn153] end connection 10.175.73.133:59086 (21 connections now open) 2015-12-19T00:37:06.939-0500 I NETWORK [initandlisten] connection accepted from 10.175.73.133:59168 #154 (22 connections now open) 2015-12-19T00:39:06.197-0500 I NETWORK [conn154] end connection 10.175.73.133:59168 (21 connections now open) 2015-12-19T00:39:08.266-0500 I NETWORK [initandlisten] connection accepted from 10.175.73.133:59248 #155 (22 connections now open) 2015-12-19T00:41:13.593-0500 I NETWORK [conn155] end connection 10.175.73.133:59248 (21 connections now open) 2015-12-19T00:41:19.006-0500 I NETWORK [initandlisten] connection accepted from 10.175.73.133:59330 #156 (22 connections now open) 2015-12-19T00:43:20.267-0500 I NETWORK [conn156] end connection 10.175.73.133:59330 (21 connections now open) 2015-12-19T00:43:30.273-0500 I NETWORK [initandlisten] connection accepted from 10.175.73.133:59413 #157 (22 connections now open) 2015-12-19T00:45:26.964-0500 I NETWORK [conn157] end connection 10.175.73.133:59413 (21 connections now open) 2015-12-19T00:45:31.202-0500 I NETWORK [initandlisten] connection accepted from 10.175.73.133:59492 #158 (22 connections now open) 2015-12-19T00:47:33.956-0500 I NETWORK [conn158] end connection 10.175.73.133:59492 (21 connections now open) 2015-12-19T00:47:43.962-0500 I NETWORK [initandlisten] connection accepted from 10.175.73.133:59576 #159 (22 connections now open) 2015-12-19T00:49:40.693-0500 I NETWORK [conn159] end connection 10.175.73.133:59576 (21 connections now open) 2015-12-19T00:49:45.341-0500 I NETWORK [initandlisten] connection accepted from 10.175.73.133:59656 #160 (22 connections now open) 2015-12-19T00:51:47.925-0500 I NETWORK [conn160] end connection 10.175.73.133:59656 (21 connections now open) 2015-12-19T00:51:57.931-0500 I NETWORK [initandlisten] connection accepted from 10.175.73.133:59740 #161 (22 connections now open) 2015-12-19T00:53:54.410-0500 I NETWORK [conn161] end connection 10.175.73.133:59740 (21 connections now open) 2015-12-19T00:53:59.370-0500 I NETWORK [initandlisten] connection accepted from 10.175.73.133:59820 #162 (22 connections now open) 2015-12-19T00:56:00.806-0500 I NETWORK [conn162] end connection 10.175.73.133:59820 (21 connections now open) 2015-12-19T00:56:01.280-0500 I NETWORK [initandlisten] connection accepted from 10.175.73.133:59898 #163 (22 connections now open) 2015-12-19T00:56:42.306-0500 I NETWORK [initandlisten] connection accepted from 10.175.73.251:39440 #164 (23 connections now open) 2015-12-19T00:56:42.307-0500 I NETWORK [conn164] end connection 10.175.73.251:39440 (22 connections now open) 2015-12-19T00:56:42.308-0500 I NETWORK [initandlisten] connection accepted from 10.175.73.251:39441 #165 (23 connections now open) 2015-12-19T00:56:42.308-0500 I NETWORK [initandlisten] connection accepted from 10.175.73.251:39442 #166 (24 connections now open) 2015-12-19T00:57:17.313-0500 I NETWORK [initandlisten] connection accepted from 10.175.73.251:39461 #167 (25 connections now open) 2015-12-19T00:58:06.947-0500 I NETWORK [conn163] end connection 10.175.73.133:59898 (24 connections now open) 2015-12-19T00:58:14.604-0500 I NETWORK [initandlisten] connection accepted from 10.175.73.133:59979 #168 (25 connections now open) 2015-12-19T01:00:13.036-0500 I NETWORK [conn168] end connection 10.175.73.133:59979 (24 connections now open) 2015-12-19T01:00:17.937-0500 I NETWORK [initandlisten] connection accepted from 10.175.73.133:60056 #169 (25 connections now open) 2015-12-19T01:02:19.514-0500 I NETWORK [conn169] end connection 10.175.73.133:60056 (24 connections now open) 2015-12-19T01:02:29.294-0500 I NETWORK [initandlisten] connection accepted from 10.175.73.133:60143 #170 (25 connections now open) 2015-12-19T01:04:25.732-0500 I NETWORK [conn170] end connection 10.175.73.133:60143 (24 connections now open) 2015-12-19T01:04:32.477-0500 I NETWORK [initandlisten] connection accepted from 10.175.73.133:60221 #171 (25 connections now open) 2015-12-19T01:06:32.577-0500 I NETWORK [conn171] end connection 10.175.73.133:60221 (24 connections now open) 2015-12-19T01:06:34.559-0500 I NETWORK [initandlisten] connection accepted from 10.175.73.133:60304 #172 (25 connections now open) 2015-12-19T01:08:39.953-0500 I NETWORK [conn172] end connection 10.175.73.133:60304 (24 connections now open) 2015-12-19T01:08:47.886-0500 I NETWORK [initandlisten] connection accepted from 10.175.73.133:60390 #173 (25 connections now open) 2015-12-19T01:10:46.374-0500 I NETWORK [conn173] end connection 10.175.73.133:60390 (24 connections now open) 2015-12-19T01:10:48.978-0500 I NETWORK [initandlisten] connection accepted from 10.175.73.133:60470 #174 (25 connections now open) 2015-12-19T01:12:38.334-0500 I NETWORK [initandlisten] connection accepted from 10.175.73.251:39935 #175 (26 connections now open) 2015-12-19T01:12:38.335-0500 I NETWORK [conn175] end connection 10.175.73.251:39935 (25 connections now open) 2015-12-19T01:12:52.928-0500 I NETWORK [conn174] end connection 10.175.73.133:60470 (24 connections now open) 2015-12-19T01:13:02.207-0500 I NETWORK [initandlisten] connection accepted from 10.175.73.133:60552 #176 (25 connections now open) 2015-12-19T01:14:59.560-0500 I NETWORK [conn176] end connection 10.175.73.133:60552 (24 connections now open) 2015-12-19T01:15:04.292-0500 I NETWORK [initandlisten] connection accepted from 10.175.73.133:60630 #177 (25 connections now open) 2015-12-19T01:17:06.339-0500 I NETWORK [conn177] end connection 10.175.73.133:60630 (24 connections now open) 2015-12-19T01:17:07.624-0500 I NETWORK [initandlisten] connection accepted from 10.175.73.133:60709 #178 (25 connections now open) 2015-12-19T01:19:13.003-0500 I NETWORK [conn178] end connection 10.175.73.133:60709 (24 connections now open) 2015-12-19T01:19:20.976-0500 I NETWORK [initandlisten] connection accepted from 10.175.73.133:60796 #179 (25 connections now open) 2015-12-19T01:21:20.467-0500 I NETWORK [conn179] end connection 10.175.73.133:60796 (24 connections now open) 2015-12-19T01:21:22.127-0500 I NETWORK [initandlisten] connection accepted from 10.175.73.133:60874 #180 (25 connections now open) 2015-12-19T01:23:27.692-0500 I NETWORK [conn180] end connection 10.175.73.133:60874 (24 connections now open) 2015-12-19T01:23:32.887-0500 I NETWORK [initandlisten] connection accepted from 10.175.73.133:60955 #181 (25 connections now open) 2015-12-19T01:25:34.183-0500 I NETWORK [conn181] end connection 10.175.73.133:60955 (24 connections now open) 2015-12-19T01:25:34.465-0500 I NETWORK [initandlisten] connection accepted from 10.175.73.133:32802 #182 (25 connections now open) 2015-12-19T01:27:40.822-0500 I NETWORK [conn182] end connection 10.175.73.133:32802 (24 connections now open) 2015-12-19T01:27:45.238-0500 I NETWORK [initandlisten] connection accepted from 10.175.73.133:32883 #183 (25 connections now open) 2015-12-19T01:29:47.367-0500 I NETWORK [conn183] end connection 10.175.73.133:32883 (24 connections now open) 2015-12-19T01:29:56.757-0500 I NETWORK [initandlisten] connection accepted from 10.175.73.133:32967 #184 (25 connections now open) 2015-12-19T01:31:55.236-0500 I NETWORK [conn184] end connection 10.175.73.133:32967 (24 connections now open) 2015-12-19T01:31:58.946-0500 I NETWORK [initandlisten] connection accepted from 10.175.73.133:33051 #185 (25 connections now open) 2015-12-19T01:33:20.171-0500 I REPL [ReplicationExecutor] re-evaluating sync source because our current sync source's most recent OpTime is (term: 1, timestamp: Dec 19 01:27:08:3) which is more than 30s behind member sec-dev-mongo012:27020 whose most recent OpTime is (term: 1, timestamp: Dec 19 01:33:18:8) 2015-12-19T01:33:20.171-0500 I REPL [ReplicationExecutor] could not find member to sync from 2015-12-19T01:33:21.171-0500 I REPL [ReplicationExecutor] syncing from: sec-dev-mongo004:27020 2015-12-19T01:33:21.173-0500 I NETWORK [conn165] end connection 10.175.73.251:39441 (24 connections now open) 2015-12-19T01:34:02.134-0500 I NETWORK [conn185] end connection 10.175.73.133:33051 (23 connections now open) 2015-12-19T01:34:02.244-0500 I NETWORK [initandlisten] connection accepted from 10.175.73.133:33132 #186 (24 connections now open) 2015-12-19T01:36:09.190-0500 I NETWORK [conn186] end connection 10.175.73.133:33132 (23 connections now open) 2015-12-19T01:36:13.441-0500 I NETWORK [initandlisten] connection accepted from 10.175.73.133:33217 #187 (24 connections now open) 2015-12-19T01:38:15.939-0500 I NETWORK [conn187] end connection 10.175.73.133:33217 (23 connections now open) 2015-12-19T01:38:16.743-0500 I NETWORK [initandlisten] connection accepted from 10.175.73.133:33300 #188 (24 connections now open) 2015-12-19T01:38:20.175-0500 I NETWORK [conn167] end connection 10.175.73.251:39461 (23 connections now open) 2015-12-19T01:38:20.175-0500 I NETWORK [conn166] end connection 10.175.73.251:39442 (23 connections now open) 2015-12-19T01:40:22.788-0500 I NETWORK [conn188] end connection 10.175.73.133:33300 (21 connections now open) 2015-12-19T01:40:28.747-0500 I NETWORK [initandlisten] connection accepted from 10.175.73.133:33385 #189 (22 connections now open) 2015-12-19T01:42:30.267-0500 I NETWORK [conn189] end connection 10.175.73.133:33385 (21 connections now open) 2015-12-19T01:42:32.100-0500 I NETWORK [initandlisten] connection accepted from 10.175.73.133:33468 #190 (22 connections now open) 2015-12-19T01:44:37.541-0500 I NETWORK [conn190] end connection 10.175.73.133:33468 (21 connections now open) 2015-12-19T01:44:45.493-0500 I NETWORK [initandlisten] connection accepted from 10.175.73.133:33555 #191 (22 connections now open) 2015-12-19T01:46:44.794-0500 I NETWORK [conn191] end connection 10.175.73.133:33555 (21 connections now open) 2015-12-19T01:46:46.642-0500 I NETWORK [initandlisten] connection accepted from 10.175.73.133:33636 #192 (22 connections now open) 2015-12-19T01:48:51.646-0500 I NETWORK [conn192] end connection 10.175.73.133:33636 (21 connections now open) 2015-12-19T01:48:59.853-0500 I NETWORK [initandlisten] connection accepted from 10.175.73.133:33723 #193 (22 connections now open) 2015-12-19T01:50:58.460-0500 I NETWORK [conn193] end connection 10.175.73.133:33723 (21 connections now open) 2015-12-19T01:51:02.005-0500 I NETWORK [initandlisten] connection accepted from 10.175.73.133:33806 #194 (22 connections now open) 2015-12-19T01:53:05.532-0500 I NETWORK [conn194] end connection 10.175.73.133:33806 (21 connections now open) 2015-12-19T01:53:13.899-0500 I NETWORK [initandlisten] connection accepted from 10.175.73.133:33889 #195 (22 connections now open) 2015-12-19T01:55:13.674-0500 I NETWORK [conn195] end connection 10.175.73.133:33889 (21 connections now open) 2015-12-19T01:55:16.045-0500 I NETWORK [initandlisten] connection accepted from 10.175.73.133:33967 #196 (22 connections now open) 2015-12-19T01:57:20.468-0500 I NETWORK [conn196] end connection 10.175.73.133:33967 (21 connections now open) 2015-12-19T01:57:29.317-0500 I NETWORK [initandlisten] connection accepted from 10.175.73.133:34056 #197 (22 connections now open) 2015-12-19T01:59:27.948-0500 I NETWORK [conn197] end connection 10.175.73.133:34056 (21 connections now open) 2015-12-19T01:59:30.494-0500 I NETWORK [initandlisten] connection accepted from 10.175.73.133:34134 #198 (22 connections now open) 2015-12-19T02:01:33.730-0500 I NETWORK [conn198] end connection 10.175.73.133:34134 (21 connections now open) 2015-12-19T02:01:33.779-0500 I NETWORK [initandlisten] connection accepted from 10.175.73.133:34212 #199 (22 connections now open) 2015-12-19T02:03:39.930-0500 I NETWORK [conn199] end connection 10.175.73.133:34212 (21 connections now open) 2015-12-19T02:03:45.613-0500 I NETWORK [initandlisten] connection accepted from 10.175.73.133:34297 #200 (22 connections now open) 2015-12-19T02:05:46.055-0500 I NETWORK [conn200] end connection 10.175.73.133:34297 (21 connections now open) 2015-12-19T02:05:48.877-0500 I NETWORK [initandlisten] connection accepted from 10.175.73.133:34376 #201 (22 connections now open) 2015-12-19T02:07:53.294-0500 I NETWORK [conn201] end connection 10.175.73.133:34376 (21 connections now open) 2015-12-19T02:08:02.200-0500 I NETWORK [initandlisten] connection accepted from 10.175.73.133:34463 #202 (22 connections now open) 2015-12-19T02:10:00.338-0500 I NETWORK [conn202] end connection 10.175.73.133:34463 (21 connections now open) 2015-12-19T02:10:03.851-0500 I NETWORK [initandlisten] connection accepted from 10.175.73.133:34544 #203 (22 connections now open) 2015-12-19T02:12:07.011-0500 I NETWORK [conn203] end connection 10.175.73.133:34544 (21 connections now open) 2015-12-19T02:12:07.104-0500 I NETWORK [initandlisten] connection accepted from 10.175.73.133:34624 #204 (22 connections now open) 2015-12-19T02:14:13.887-0500 I NETWORK [conn204] end connection 10.175.73.133:34624 (21 connections now open) 2015-12-19T02:14:18.872-0500 I NETWORK [initandlisten] connection accepted from 10.175.73.133:34706 #205 (22 connections now open) 2015-12-19T02:16:21.415-0500 I NETWORK [conn205] end connection 10.175.73.133:34706 (21 connections now open) 2015-12-19T02:16:22.286-0500 I NETWORK [initandlisten] connection accepted from 10.175.73.133:34786 #206 (22 connections now open) 2015-12-19T02:18:28.691-0500 I NETWORK [conn206] end connection 10.175.73.133:34786 (21 connections now open) 2015-12-19T02:18:33.827-0500 I NETWORK [initandlisten] connection accepted from 10.175.73.133:34869 #207 (22 connections now open) 2015-12-19T02:20:36.078-0500 I NETWORK [conn207] end connection 10.175.73.133:34869 (21 connections now open) 2015-12-19T02:20:37.233-0500 I NETWORK [initandlisten] connection accepted from 10.175.73.133:34950 #208 (22 connections now open) 2015-12-19T02:22:43.653-0500 I NETWORK [conn208] end connection 10.175.73.133:34950 (21 connections now open) 2015-12-19T02:22:48.910-0500 I NETWORK [initandlisten] connection accepted from 10.175.73.133:35034 #209 (22 connections now open) 2015-12-19T02:24:50.608-0500 I NETWORK [conn209] end connection 10.175.73.133:35034 (21 connections now open) 2015-12-19T02:24:52.262-0500 I NETWORK [initandlisten] connection accepted from 10.175.73.133:35112 #210 (22 connections now open) 2015-12-19T02:26:57.652-0500 I NETWORK [conn210] end connection 10.175.73.133:35112 (21 connections now open) 2015-12-19T02:27:05.613-0500 I NETWORK [initandlisten] connection accepted from 10.175.73.133:35199 #211 (22 connections now open) 2015-12-19T02:29:04.695-0500 I NETWORK [conn211] end connection 10.175.73.133:35199 (21 connections now open) 2015-12-19T02:29:07.161-0500 I NETWORK [initandlisten] connection accepted from 10.175.73.133:35278 #212 (22 connections now open) 2015-12-19T02:31:11.837-0500 I NETWORK [conn212] end connection 10.175.73.133:35278 (21 connections now open) 2015-12-19T02:31:20.433-0500 I NETWORK [initandlisten] connection accepted from 10.175.73.133:35363 #213 (22 connections now open) 2015-12-19T02:33:18.927-0500 I NETWORK [conn213] end connection 10.175.73.133:35363 (21 connections now open) 2015-12-19T02:33:22.179-0500 I NETWORK [initandlisten] connection accepted from 10.175.73.133:35439 #214 (22 connections now open) 2015-12-19T02:35:26.585-0500 I NETWORK [conn214] end connection 10.175.73.133:35439 (21 connections now open) 2015-12-19T02:35:35.501-0500 I NETWORK [initandlisten] connection accepted from 10.175.73.133:35524 #215 (22 connections now open) 2015-12-19T02:37:33.656-0500 I NETWORK [conn215] end connection 10.175.73.133:35524 (21 connections now open) 2015-12-19T02:37:36.956-0500 I NETWORK [initandlisten] connection accepted from 10.175.73.133:35603 #216 (22 connections now open) 2015-12-19T02:39:40.837-0500 I NETWORK [conn216] end connection 10.175.73.133:35603 (21 connections now open) 2015-12-19T02:39:50.321-0500 I NETWORK [initandlisten] connection accepted from 10.175.73.133:35688 #217 (22 connections now open) 2015-12-19T02:41:48.155-0500 I NETWORK [conn217] end connection 10.175.73.133:35688 (21 connections now open) 2015-12-19T02:41:52.073-0500 I NETWORK [initandlisten] connection accepted from 10.175.73.133:35763 #218 (22 connections now open) 2015-12-19T02:43:55.314-0500 I NETWORK [conn218] end connection 10.175.73.133:35763 (21 connections now open) 2015-12-19T02:43:55.401-0500 I NETWORK [initandlisten] connection accepted from 10.175.73.133:35839 #219 (22 connections now open) 2015-12-19T02:46:03.092-0500 I NETWORK [conn219] end connection 10.175.73.133:35839 (21 connections now open) 2015-12-19T02:46:08.778-0500 I NETWORK [initandlisten] connection accepted from 10.175.73.133:35927 #220 (22 connections now open) 2015-12-19T02:48:10.367-0500 I NETWORK [conn220] end connection 10.175.73.133:35927 (21 connections now open) 2015-12-19T02:48:20.252-0500 I NETWORK [initandlisten] connection accepted from 10.175.73.133:36015 #221 (22 connections now open) 2015-12-19T02:56:07.380-0500 I REPL [ReplicationExecutor] re-evaluating sync source because our current sync source's most recent OpTime is (term: 1, timestamp: Dec 19 02:54:42:2) which is more than 30s behind member sec-dev-mongo012:27020 whose most recent OpTime is (term: 1, timestamp: Dec 19 02:56:05:6) 2015-12-19T02:56:07.380-0500 I REPL [ReplicationExecutor] could not find member to sync from 2015-12-19T02:56:13.381-0500 I REPL [ReplicationExecutor] syncing from: sec-dev-mongo012:27020 2015-12-19T02:56:13.382-0500 I REPL [SyncSourceFeedback] setting syncSourceFeedback to sec-dev-mongo012:27020 2015-12-19T02:56:13.399-0500 I ASIO [NetworkInterfaceASIO-BGSync-0] Successfully connected to sec-dev-mongo012:27020 2015-12-19T02:56:18.073-0500 I NETWORK [conn221] end connection 10.175.73.133:36015 (21 connections now open) 2015-12-19T02:56:20.316-0500 I NETWORK [initandlisten] connection accepted from 10.175.73.133:36279 #222 (22 connections now open) 2015-12-19T03:00:21.343-0500 I ASIO [NetworkInterfaceASIO-BGSync-0] Successfully connected to sec-dev-mongo012:27020 2015-12-19T03:01:35.021-0500 I NETWORK [conn222] end connection 10.175.73.133:36279 (21 connections now open) 2015-12-19T03:01:37.098-0500 I NETWORK [initandlisten] connection accepted from 10.175.73.133:36463 #223 (22 connections now open) 2015-12-19T03:03:43.015-0500 I NETWORK [conn223] end connection 10.175.73.133:36463 (21 connections now open) 2015-12-19T03:03:50.449-0500 I NETWORK [initandlisten] connection accepted from 10.175.73.133:36548 #224 (22 connections now open) 2015-12-19T03:05:50.828-0500 I NETWORK [conn224] end connection 10.175.73.133:36548 (21 connections now open) 2015-12-19T03:05:52.342-0500 I NETWORK [initandlisten] connection accepted from 10.175.73.133:36626 #225 (22 connections now open) 2015-12-19T03:07:58.253-0500 I NETWORK [conn225] end connection 10.175.73.133:36626 (21 connections now open) 2015-12-19T03:08:05.698-0500 I NETWORK [initandlisten] connection accepted from 10.175.73.133:36712 #226 (22 connections now open) 2015-12-19T03:10:01.307-0500 I REPL [ReplicationExecutor] could not find member to sync from 2015-12-19T03:10:02.307-0500 I REPL [ReplicationExecutor] syncing from: sec-dev-mongo004:27020 2015-12-19T03:10:02.308-0500 I REPL [SyncSourceFeedback] setting syncSourceFeedback to sec-dev-mongo004:27020 2015-12-19T03:10:02.310-0500 I ASIO [NetworkInterfaceASIO-BGSync-0] Successfully connected to sec-dev-mongo004:27020 2015-12-19T03:10:05.014-0500 I NETWORK [conn226] end connection 10.175.73.133:36712 (21 connections now open) 2015-12-19T03:10:07.138-0500 I NETWORK [initandlisten] connection accepted from 10.175.73.133:36795 #227 (22 connections now open) 2015-12-19T03:11:03.004-0500 I ASIO [NetworkInterfaceASIO-BGSync-0] Successfully connected to sec-dev-mongo004:27020 2015-12-19T03:12:27.966-0500 I NETWORK [conn227] end connection 10.175.73.133:36795 (21 connections now open) 2015-12-19T03:12:30.371-0500 I NETWORK [initandlisten] connection accepted from 10.175.73.133:36891 #228 (22 connections now open) 2015-12-19T03:14:38.139-0500 I NETWORK [conn228] end connection 10.175.73.133:36891 (21 connections now open) 2015-12-19T03:14:43.656-0500 I NETWORK [initandlisten] connection accepted from 10.175.73.133:36975 #229 (22 connections now open) 2015-12-19T03:16:46.534-0500 I NETWORK [conn229] end connection 10.175.73.133:36975 (21 connections now open) 2015-12-19T03:16:55.677-0500 I NETWORK [initandlisten] connection accepted from 10.175.73.133:37055 #230 (22 connections now open) 2015-12-19T03:18:54.147-0500 I NETWORK [conn230] end connection 10.175.73.133:37055 (21 connections now open) 2015-12-19T03:18:58.953-0500 I NETWORK [initandlisten] connection accepted from 10.175.73.133:37136 #231 (22 connections now open) 2015-12-19T03:21:01.749-0500 I NETWORK [conn231] end connection 10.175.73.133:37136 (21 connections now open) 2015-12-19T03:21:10.294-0500 I NETWORK [initandlisten] connection accepted from 10.175.73.133:37222 #232 (22 connections now open) 2015-12-19T03:23:10.073-0500 I NETWORK [conn232] end connection 10.175.73.133:37222 (21 connections now open) 2015-12-19T03:23:13.632-0500 I NETWORK [initandlisten] connection accepted from 10.175.73.133:37300 #233 (22 connections now open) 2015-12-19T03:25:18.212-0500 I NETWORK [conn233] end connection 10.175.73.133:37300 (21 connections now open) 2015-12-19T03:25:25.614-0500 I NETWORK [initandlisten] connection accepted from 10.175.73.133:37388 #234 (22 connections now open) 2015-12-19T03:27:59.870-0500 I NETWORK [conn234] end connection 10.175.73.133:37388 (21 connections now open) 2015-12-19T03:28:09.035-0500 I NETWORK [initandlisten] connection accepted from 10.175.73.133:37491 #235 (22 connections now open) 2015-12-19T03:30:09.612-0500 I NETWORK [conn235] end connection 10.175.73.133:37491 (21 connections now open) 2015-12-19T03:30:12.507-0500 I NETWORK [initandlisten] connection accepted from 10.175.73.133:37569 #236 (22 connections now open) 2015-12-19T03:33:17.922-0500 I NETWORK [conn236] end connection 10.175.73.133:37569 (21 connections now open) 2015-12-19T03:33:25.890-0500 I NETWORK [initandlisten] connection accepted from 10.175.73.133:37681 #237 (22 connections now open) 2015-12-19T03:39:55.084-0500 I NETWORK [conn237] end connection 10.175.73.133:37681 (21 connections now open) 2015-12-19T03:40:03.995-0500 I NETWORK [initandlisten] connection accepted from 10.175.73.133:37893 #238 (22 connections now open) 2015-12-19T03:43:25.991-0500 I NETWORK [conn238] end connection 10.175.73.133:37893 (21 connections now open) 2015-12-19T03:43:29.057-0500 I NETWORK [initandlisten] connection accepted from 10.175.73.133:38013 #239 (22 connections now open) 2015-12-19T03:48:02.095-0500 I NETWORK [conn239] end connection 10.175.73.133:38013 (21 connections now open) 2015-12-19T03:48:03.589-0500 I NETWORK [initandlisten] connection accepted from 10.175.73.133:38169 #240 (22 connections now open) 2015-12-19T03:50:18.631-0500 I NETWORK [conn240] end connection 10.175.73.133:38169 (21 connections now open) 2015-12-19T03:50:26.822-0500 I NETWORK [initandlisten] connection accepted from 10.175.73.133:38257 #241 (22 connections now open) 2015-12-19T03:51:37.331-0500 I NETWORK [initandlisten] connection accepted from 10.175.73.251:44796 #242 (23 connections now open) 2015-12-19T03:51:37.332-0500 I NETWORK [conn242] end connection 10.175.73.251:44796 (22 connections now open) 2015-12-19T03:51:37.333-0500 I NETWORK [initandlisten] connection accepted from 10.175.73.251:44797 #243 (23 connections now open) 2015-12-19T03:51:37.333-0500 I NETWORK [initandlisten] connection accepted from 10.175.73.251:44798 #244 (24 connections now open) 2015-12-19T03:52:30.952-0500 I NETWORK [conn241] end connection 10.175.73.133:38257 (23 connections now open) 2015-12-19T03:52:37.532-0500 I NETWORK [initandlisten] connection accepted from 10.175.73.133:38341 #245 (24 connections now open) 2015-12-19T03:54:11.924-0500 I NETWORK [initandlisten] connection accepted from 10.175.73.251:44877 #246 (25 connections now open) 2015-12-19T04:00:19.033-0500 I NETWORK [conn245] end connection 10.175.73.133:38341 (24 connections now open) 2015-12-19T04:00:21.447-0500 I NETWORK [initandlisten] connection accepted from 10.175.73.133:38591 #247 (25 connections now open) 2015-12-19T04:20:25.351-0500 I COMMAND [conn246] command local.oplog.rs command: getMore { getMore: 21505504697, collection: "oplog.rs", maxTimeMS: 5000, term: 1, lastKnownCommittedOpTime: { ts: Timestamp 1450516823000|107, t: 1 } } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:266 locks:{ Global: { acquireCount: { r: 2 } }, Database: { acquireCount: { r: 1 }, acquireWaitCount: { r: 1 }, timeAcquiringMicros: { r: 496977 } }, oplog: { acquireCount: { r: 1 } } } protocol:op_command 497ms 2015-12-19T04:24:57.898-0500 I NETWORK [conn247] end connection 10.175.73.133:38591 (24 connections now open) 2015-12-19T04:25:05.297-0500 I NETWORK [initandlisten] connection accepted from 10.175.73.133:39354 #248 (25 connections now open) 2015-12-19T04:37:39.720-0500 I COMMAND [conn246] command local.oplog.rs command: getMore { getMore: 21505504697, collection: "oplog.rs", maxTimeMS: 5000, term: 1, lastKnownCommittedOpTime: { ts: Timestamp 1450517857000|3268, t: 1 } } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:16969 locks:{ Global: { acquireCount: { r: 2 } }, Database: { acquireCount: { r: 1 }, acquireWaitCount: { r: 1 }, timeAcquiringMicros: { r: 485072 } }, oplog: { acquireCount: { r: 1 } } } protocol:op_command 485ms 2015-12-19T04:41:09.266-0500 I COMMAND [conn244] command local.oplog.rs command: getMore { getMore: 21505504697, collection: "oplog.rs", maxTimeMS: 5000, term: 1, lastKnownCommittedOpTime: { ts: Timestamp 1450518067000|60, t: 1 } } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:266 locks:{ Global: { acquireCount: { r: 2 } }, Database: { acquireCount: { r: 1 }, acquireWaitCount: { r: 1 }, timeAcquiringMicros: { r: 508806 } }, oplog: { acquireCount: { r: 1 } } } protocol:op_command 508ms 2015-12-19T05:06:09.809-0500 I INDEX [repl writer worker 12] build index on: OMEGA.CreditSensitiveRating properties: { v: 1, key: { ENTITY_ID: 1 }, name: "ENTITY_ID_1", ns: "OMEGA.CreditSensitiveRating" } 2015-12-19T05:06:09.809-0500 I INDEX [repl writer worker 12] building index using bulk method 2015-12-19T05:06:09.810-0500 I INDEX [repl writer worker 12] build index done. scanned 0 total records. 0 secs 2015-12-19T05:06:15.088-0500 I INDEX [repl writer worker 8] build index on: OMEGA.PutDate properties: { v: 1, key: { ENTITY_ID: 1 }, name: "ENTITY_ID_1", ns: "OMEGA.PutDate" } 2015-12-19T05:06:15.088-0500 I INDEX [repl writer worker 8] building index using bulk method 2015-12-19T05:06:15.088-0500 I INDEX [repl writer worker 8] build index done. scanned 0 total records. 0 secs 2015-12-19T05:07:07.486-0500 I INDEX [repl writer worker 4] build index on: OMEGA.PutDateRefDataRule properties: { v: 1, key: { ENTITY_ID: 1 }, name: "ENTITY_ID_1", ns: "OMEGA.PutDateRefDataRule" } 2015-12-19T05:07:07.486-0500 I INDEX [repl writer worker 4] building index using bulk method 2015-12-19T05:07:07.487-0500 I INDEX [repl writer worker 4] build index done. scanned 0 total records. 0 secs 2015-12-19T05:36:35.178-0500 I NETWORK [conn248] end connection 10.175.73.133:39354 (24 connections now open) 2015-12-19T05:36:39.717-0500 I NETWORK [initandlisten] connection accepted from 10.175.73.133:41533 #249 (25 connections now open) 2015-12-19T05:49:03.002-0500 I REPL [ReplicationExecutor] re-evaluating sync source because our current sync source's most recent OpTime is (term: 1, timestamp: Dec 19 05:45:23:3) which is more than 30s behind member sec-dev-mongo012:27020 whose most recent OpTime is (term: 1, timestamp: Dec 19 05:49:01:1) 2015-12-19T05:49:03.002-0500 I REPL [ReplicationExecutor] could not find member to sync from 2015-12-19T05:49:08.002-0500 I NETWORK [conn243] end connection 10.175.73.251:44797 (24 connections now open) 2015-12-19T05:49:08.003-0500 I REPL [ReplicationExecutor] syncing from: sec-dev-mongo004:27020 2015-12-19T05:49:08.004-0500 I REPL [SyncSourceFeedback] setting syncSourceFeedback to sec-dev-mongo004:27020 2015-12-19T05:54:03.006-0500 I NETWORK [conn244] end connection 10.175.73.251:44798 (23 connections now open) 2015-12-19T05:54:03.006-0500 I NETWORK [conn246] end connection 10.175.73.251:44877 (23 connections now open) 2015-12-19T06:24:26.384-0500 I NETWORK [conn249] end connection 10.175.73.133:41533 (21 connections now open) 2015-12-19T06:24:26.403-0500 I NETWORK [initandlisten] connection accepted from 10.175.73.133:42986 #250 (22 connections now open) 2015-12-19T06:39:36.164-0500 I NETWORK [conn250] end connection 10.175.73.133:42986 (21 connections now open) 2015-12-19T06:39:46.050-0500 I NETWORK [initandlisten] connection accepted from 10.175.73.133:43468 #251 (22 connections now open) 2015-12-19T06:47:10.326-0500 I NETWORK [conn251] end connection 10.175.73.133:43468 (21 connections now open) 2015-12-19T06:47:14.549-0500 I NETWORK [initandlisten] connection accepted from 10.175.73.133:43710 #252 (22 connections now open) 2015-12-19T06:52:13.700-0500 I NETWORK [conn252] end connection 10.175.73.133:43710 (21 connections now open) 2015-12-19T06:52:19.786-0500 I NETWORK [initandlisten] connection accepted from 10.175.73.133:43879 #253 (22 connections now open) 2015-12-19T06:55:15.076-0500 I NETWORK [conn253] end connection 10.175.73.133:43879 (21 connections now open) 2015-12-19T06:55:22.951-0500 I NETWORK [initandlisten] connection accepted from 10.175.73.133:43989 #254 (22 connections now open) 2015-12-19T07:22:17.131-0500 I REPL [ReplicationExecutor] re-evaluating sync source because our current sync source's most recent OpTime is (term: 1, timestamp: Dec 19 07:21:04:1) which is more than 30s behind member sec-dev-mongo012:27020 whose most recent OpTime is (term: 1, timestamp: Dec 19 07:22:15:a) 2015-12-19T07:22:17.132-0500 I REPL [ReplicationExecutor] could not find member to sync from 2015-12-19T07:22:18.132-0500 I REPL [ReplicationExecutor] syncing from: sec-dev-mongo004:27020 2015-12-19T07:57:02.168-0500 I REPL [ReplicationExecutor] re-evaluating sync source because our current sync source's most recent OpTime is (term: 1, timestamp: Dec 19 07:55:42:3) which is more than 30s behind member sec-dev-mongo012:27020 whose most recent OpTime is (term: 1, timestamp: Dec 19 07:56:59:136) 2015-12-19T07:57:02.168-0500 I REPL [ReplicationExecutor] could not find member to sync from 2015-12-19T07:57:02.198-0500 I NETWORK [initandlisten] connection accepted from 10.175.73.251:52174 #255 (23 connections now open) 2015-12-19T07:57:02.199-0500 I NETWORK [conn255] end connection 10.175.73.251:52174 (22 connections now open) 2015-12-19T07:57:02.199-0500 I NETWORK [initandlisten] connection accepted from 10.175.73.251:52175 #256 (23 connections now open) 2015-12-19T07:57:02.199-0500 I NETWORK [initandlisten] connection accepted from 10.175.73.251:52176 #257 (24 connections now open) 2015-12-19T07:57:02.204-0500 I NETWORK [conn256] end connection 10.175.73.251:52175 (23 connections now open) 2015-12-19T07:57:03.168-0500 I REPL [ReplicationExecutor] syncing from: sec-dev-mongo004:27020 2015-12-19T07:57:03.170-0500 I REPL [SyncSourceFeedback] setting syncSourceFeedback to sec-dev-mongo004:27020 2015-12-19T08:02:02.202-0500 I NETWORK [conn257] end connection 10.175.73.251:52176 (22 connections now open) 2015-12-19T08:07:19.178-0500 I REPL [ReplicationExecutor] re-evaluating sync source because our current sync source's most recent OpTime is (term: 1, timestamp: Dec 19 08:04:54:2) which is more than 30s behind member sec-dev-mongo012:27020 whose most recent OpTime is (term: 1, timestamp: Dec 19 08:07:17:95) 2015-12-19T08:07:19.179-0500 I REPL [ReplicationExecutor] could not find member to sync from 2015-12-19T08:07:20.179-0500 I REPL [ReplicationExecutor] syncing from: sec-dev-mongo004:27020 2015-12-19T08:17:26.215-0500 I REPL [ReplicationExecutor] re-evaluating sync source because our current sync source's most recent OpTime is (term: 1, timestamp: Dec 19 08:14:56:2) which is more than 30s behind member sec-dev-mongo012:27020 whose most recent OpTime is (term: 1, timestamp: Dec 19 08:17:24:109) 2015-12-19T08:17:26.215-0500 I REPL [ReplicationExecutor] could not find member to sync from 2015-12-19T08:17:27.215-0500 I REPL [ReplicationExecutor] syncing from: sec-dev-mongo012:27020 2015-12-19T08:17:27.216-0500 I REPL [SyncSourceFeedback] setting syncSourceFeedback to sec-dev-mongo012:27020 2015-12-19T08:17:27.217-0500 I ASIO [NetworkInterfaceASIO-BGSync-0] Successfully connected to sec-dev-mongo012:27020 2015-12-19T08:17:27.318-0500 I REPL [ReplicationExecutor] could not find member to sync from 2015-12-19T08:17:28.318-0500 I REPL [ReplicationExecutor] syncing from: sec-dev-mongo004:27020 2015-12-19T08:17:28.320-0500 I REPL [SyncSourceFeedback] setting syncSourceFeedback to sec-dev-mongo004:27020 2015-12-19T08:56:06.721-0500 I INDEX [repl writer worker 8] build index on: OMEGA.Parent properties: { v: 1, key: { ENTITY_ID: 1 }, name: "ENTITY_ID_1", ns: "OMEGA.Parent" } 2015-12-19T08:56:06.721-0500 I INDEX [repl writer worker 8] building index using bulk method 2015-12-19T08:56:06.723-0500 I INDEX [repl writer worker 8] build index done. scanned 0 total records. 0 secs 2015-12-19T08:56:07.866-0500 I INDEX [repl writer worker 2] build index on: OMEGA.Market properties: { v: 1, key: { ENTITY_ID: 1 }, name: "ENTITY_ID_1", ns: "OMEGA.Market" } 2015-12-19T08:56:07.866-0500 I INDEX [repl writer worker 2] building index using bulk method 2015-12-19T08:56:07.867-0500 I INDEX [repl writer worker 2] build index done. scanned 0 total records. 0 secs 2015-12-19T08:57:42.416-0500 I INDEX [repl writer worker 5] build index on: OMEGA.BondCurrency2 properties: { v: 1, key: { ENTITY_ID: 1 }, name: "ENTITY_ID_1", ns: "OMEGA.BondCurrency2" } 2015-12-19T08:57:42.416-0500 I INDEX [repl writer worker 5] building index using bulk method 2015-12-19T08:57:42.714-0500 I INDEX [repl writer worker 5] build index done. scanned 0 total records. 0 secs 2015-12-19T08:59:36.273-0500 I INDEX [repl writer worker 9] build index on: OMEGA.BondRatingAgentsRefData properties: { v: 1, key: { ENTITY_ID: 1 }, name: "ENTITY_ID_1", ns: "OMEGA.BondRatingAgentsRefData" } 2015-12-19T08:59:36.273-0500 I INDEX [repl writer worker 9] building index using bulk method 2015-12-19T08:59:36.273-0500 I INDEX [repl writer worker 9] build index done. scanned 0 total records. 0 secs 2015-12-19T09:01:18.830-0500 I INDEX [repl writer worker 1] build index on: OMEGA.CouponPaymentInterestFeature properties: { v: 1, key: { ENTITY_ID: 1 }, name: "ENTITY_ID_1", ns: "OMEGA.CouponPaymentInterestFeature" } 2015-12-19T09:01:18.830-0500 I INDEX [repl writer worker 1] building index using bulk method 2015-12-19T09:01:18.830-0500 I INDEX [repl writer worker 1] build index done. scanned 0 total records. 0 secs 2015-12-19T09:02:41.891-0500 I INDEX [repl writer worker 6] build index on: OMEGA.ConversionRefData properties: { v: 1, key: { ENTITY_ID: 1 }, name: "ENTITY_ID_1", ns: "OMEGA.ConversionRefData" } 2015-12-19T09:02:41.891-0500 I INDEX [repl writer worker 6] building index using bulk method 2015-12-19T09:02:41.892-0500 I INDEX [repl writer worker 6] build index done. scanned 0 total records. 0 secs 2015-12-19T09:03:38.259-0500 I INDEX [repl writer worker 11] build index on: OMEGA.DividendInfo2 properties: { v: 1, key: { ENTITY_ID: 1 }, name: "ENTITY_ID_1", ns: "OMEGA.DividendInfo2" } 2015-12-19T09:03:38.259-0500 I INDEX [repl writer worker 11] building index using bulk method 2015-12-19T09:03:38.260-0500 I INDEX [repl writer worker 11] build index done. scanned 0 total records. 0 secs 2015-12-19T09:03:39.305-0500 I INDEX [repl writer worker 6] build index on: OMEGA.EffectivePutDate properties: { v: 1, key: { ENTITY_ID: 1 }, name: "ENTITY_ID_1", ns: "OMEGA.EffectivePutDate" } 2015-12-19T09:03:39.305-0500 I INDEX [repl writer worker 6] building index using bulk method 2015-12-19T09:03:39.305-0500 I INDEX [repl writer worker 6] build index done. scanned 0 total records. 0 secs 2015-12-19T09:03:41.446-0500 I INDEX [repl writer worker 8] build index on: OMEGA.UnderlyingInfoData5 properties: { v: 1, key: { ENTITY_ID: 1 }, name: "ENTITY_ID_1", ns: "OMEGA.UnderlyingInfoData5" } 2015-12-19T09:03:41.446-0500 I INDEX [repl writer worker 8] building index using bulk method 2015-12-19T09:03:41.447-0500 I INDEX [repl writer worker 8] build index done. scanned 0 total records. 0 secs 2015-12-19T09:04:41.926-0500 I INDEX [repl writer worker 11] build index on: OMEGA.DividendRefDateRule properties: { v: 1, key: { ENTITY_ID: 1 }, name: "ENTITY_ID_1", ns: "OMEGA.DividendRefDateRule" } 2015-12-19T09:04:41.926-0500 I INDEX [repl writer worker 11] building index using bulk method 2015-12-19T09:04:41.927-0500 I INDEX [repl writer worker 11] build index done. scanned 0 total records. 0 secs 2015-12-19T09:04:43.075-0500 I INDEX [repl writer worker 10] build index on: OMEGA.BondSummaryRefData properties: { v: 1, key: { ENTITY_ID: 1 }, name: "ENTITY_ID_1", ns: "OMEGA.BondSummaryRefData" } 2015-12-19T09:04:43.075-0500 I INDEX [repl writer worker 10] building index using bulk method 2015-12-19T09:04:43.075-0500 I INDEX [repl writer worker 10] build index done. scanned 0 total records. 0 secs 2015-12-19T09:06:00.996-0500 I INDEX [repl writer worker 12] build index on: OMEGA.BondFormData properties: { v: 1, key: { ENTITY_ID: 1 }, name: "ENTITY_ID_1", ns: "OMEGA.BondFormData" } 2015-12-19T09:06:00.996-0500 I INDEX [repl writer worker 12] building index using bulk method 2015-12-19T09:06:00.997-0500 I INDEX [repl writer worker 12] build index done. scanned 0 total records. 0 secs 2015-12-19T09:06:34.936-0500 I INDEX [repl writer worker 5] build index on: OMEGA.BondDetailsRefData properties: { v: 1, key: { ENTITY_ID: 1 }, name: "ENTITY_ID_1", ns: "OMEGA.BondDetailsRefData" } 2015-12-19T09:06:34.936-0500 I INDEX [repl writer worker 5] building index using bulk method 2015-12-19T09:06:34.936-0500 I INDEX [repl writer worker 5] build index done. scanned 0 total records. 0 secs 2015-12-19T09:08:15.427-0500 I INDEX [repl writer worker 3] build index on: OMEGA.CouponPaymentGlobalRate properties: { v: 1, key: { ENTITY_ID: 1 }, name: "ENTITY_ID_1", ns: "OMEGA.CouponPaymentGlobalRate" } 2015-12-19T09:08:15.427-0500 I INDEX [repl writer worker 3] building index using bulk method 2015-12-19T09:08:15.428-0500 I INDEX [repl writer worker 3] build index done. scanned 0 total records. 0 secs 2015-12-19T09:08:58.527-0500 I INDEX [repl writer worker 3] build index on: OMEGA.AbsMbsFeatures properties: { v: 1, key: { ENTITY_ID: 1 }, name: "ENTITY_ID_1", ns: "OMEGA.AbsMbsFeatures" } 2015-12-19T09:08:58.527-0500 I INDEX [repl writer worker 3] building index using bulk method 2015-12-19T09:08:58.528-0500 I INDEX [repl writer worker 3] build index done. scanned 0 total records. 0 secs 2015-12-19T09:10:38.389-0500 I INDEX [repl writer worker 3] build index on: OMEGA.CouponPaymentFRNFormulaResetFormula properties: { v: 1, key: { ENTITY_ID: 1 }, name: "ENTITY_ID_1", ns: "OMEGA.CouponPaymentFRNFormulaResetFormula" } 2015-12-19T09:10:38.389-0500 I INDEX [repl writer worker 3] building index using bulk method 2015-12-19T09:10:38.389-0500 I INDEX [repl writer worker 3] build index done. scanned 0 total records. 0 secs 2015-12-19T09:11:03.127-0500 I INDEX [repl writer worker 13] build index on: OMEGA.Overallotment properties: { v: 1, key: { ENTITY_ID: 1 }, name: "ENTITY_ID_1", ns: "OMEGA.Overallotment" } 2015-12-19T09:11:03.127-0500 I INDEX [repl writer worker 13] building index using bulk method 2015-12-19T09:11:03.128-0500 I INDEX [repl writer worker 13] build index done. scanned 0 total records. 0 secs 2015-12-19T09:11:05.276-0500 I INDEX [repl writer worker 6] build index on: OMEGA.CouponPaymentFRNResetFrequency properties: { v: 1, key: { ENTITY_ID: 1 }, name: "ENTITY_ID_1", ns: "OMEGA.CouponPaymentFRNResetFrequency" } 2015-12-19T09:11:05.276-0500 I INDEX [repl writer worker 6] building index using bulk method 2015-12-19T09:11:05.276-0500 I INDEX [repl writer worker 6] build index done. scanned 0 total records. 0 secs 2015-12-19T09:11:35.174-0500 I INDEX [repl writer worker 4] build index on: OMEGA.BondBasicRefData properties: { v: 1, key: { ENTITY_ID: 1 }, name: "ENTITY_ID_1", ns: "OMEGA.BondBasicRefData" } 2015-12-19T09:11:35.174-0500 I INDEX [repl writer worker 4] building index using bulk method 2015-12-19T09:11:35.175-0500 I INDEX [repl writer worker 4] build index done. scanned 0 total records. 0 secs 2015-12-19T09:13:31.051-0500 I INDEX [repl writer worker 11] build index on: OMEGA.BondFeaturesRefData properties: { v: 1, key: { ENTITY_ID: 1 }, name: "ENTITY_ID_1", ns: "OMEGA.BondFeaturesRefData" } 2015-12-19T09:13:31.051-0500 I INDEX [repl writer worker 11] building index using bulk method 2015-12-19T09:13:31.053-0500 I INDEX [repl writer worker 11] build index done. scanned 0 total records. 0 secs 2015-12-19T09:14:46.005-0500 I INDEX [repl writer worker 8] build index on: OMEGA.CouponPaymentCreditSensitiveRefData properties: { v: 1, key: { ENTITY_ID: 1 }, name: "ENTITY_ID_1", ns: "OMEGA.CouponPaymentCreditSensitiveRefData" } 2015-12-19T09:14:46.005-0500 I INDEX [repl writer worker 8] building index using bulk method 2015-12-19T09:14:46.006-0500 I INDEX [repl writer worker 8] build index done. scanned 0 total records. 0 secs 2015-12-19T09:16:38.776-0500 I INDEX [repl writer worker 6] build index on: OMEGA.CouponPaymentStepScheduleDate2 properties: { v: 1, key: { ENTITY_ID: 1 }, name: "ENTITY_ID_1", ns: "OMEGA.CouponPaymentStepScheduleDate2" } 2015-12-19T09:16:38.776-0500 I INDEX [repl writer worker 6] building index using bulk method 2015-12-19T09:16:38.777-0500 I INDEX [repl writer worker 6] build index done. scanned 0 total records. 0 secs 2015-12-19T09:17:08.637-0500 I INDEX [repl writer worker 11] build index on: OMEGA.MaturityRedemptionData properties: { v: 1, key: { ENTITY_ID: 1 }, name: "ENTITY_ID_1", ns: "OMEGA.MaturityRedemptionData" } 2015-12-19T09:17:08.637-0500 I INDEX [repl writer worker 11] building index using bulk method 2015-12-19T09:17:08.637-0500 I INDEX [repl writer worker 11] build index done. scanned 0 total records. 0 secs 2015-12-19T09:19:16.793-0500 I INDEX [repl writer worker 12] build index on: OMEGA.UnderlyingInfoData properties: { v: 1, key: { ENTITY_ID: 1 }, name: "ENTITY_ID_1", ns: "OMEGA.UnderlyingInfoData" } 2015-12-19T09:19:16.793-0500 I INDEX [repl writer worker 12] building index using bulk method 2015-12-19T09:19:16.794-0500 I INDEX [repl writer worker 12] build index done. scanned 0 total records. 0 secs 2015-12-19T09:20:24.488-0500 I INDEX [repl writer worker 4] build index on: OMEGA.FinraTraceInfo2 properties: { v: 1, key: { ENTITY_ID: 1 }, name: "ENTITY_ID_1", ns: "OMEGA.FinraTraceInfo2" } 2015-12-19T09:20:24.488-0500 I INDEX [repl writer worker 4] building index using bulk method 2015-12-19T09:20:24.489-0500 I INDEX [repl writer worker 4] build index done. scanned 0 total records. 0 secs 2015-12-19T09:20:59.436-0500 I INDEX [repl writer worker 2] build index on: OMEGA.BondDescriptionRefData properties: { v: 1, key: { ENTITY_ID: 1 }, name: "ENTITY_ID_1", ns: "OMEGA.BondDescriptionRefData" } 2015-12-19T09:20:59.436-0500 I INDEX [repl writer worker 2] building index using bulk method 2015-12-19T09:20:59.436-0500 I INDEX [repl writer worker 2] build index done. scanned 0 total records. 0 secs 2015-12-19T09:22:31.816-0500 I INDEX [repl writer worker 1] build index on: OMEGA.EusdDetails properties: { v: 1, key: { ENTITY_ID: 1 }, name: "ENTITY_ID_1", ns: "OMEGA.EusdDetails" } 2015-12-19T09:22:31.816-0500 I INDEX [repl writer worker 1] building index using bulk method 2015-12-19T09:22:31.816-0500 I INDEX [repl writer worker 1] build index done. scanned 0 total records. 0 secs 2015-12-19T09:24:30.754-0500 I INDEX [repl writer worker 11] build index on: OMEGA.BondAgent properties: { v: 1, key: { ENTITY_ID: 1 }, name: "ENTITY_ID_1", ns: "OMEGA.BondAgent" } 2015-12-19T09:24:30.754-0500 I INDEX [repl writer worker 11] building index using bulk method 2015-12-19T09:24:30.755-0500 I INDEX [repl writer worker 11] build index done. scanned 0 total records. 0 secs 2015-12-19T09:25:12.877-0500 I INDEX [repl writer worker 10] build index on: OMEGA.CouponPaymentFRNRefData properties: { v: 1, key: { ENTITY_ID: 1 }, name: "ENTITY_ID_1", ns: "OMEGA.CouponPaymentFRNRefData" } 2015-12-19T09:25:12.877-0500 I INDEX [repl writer worker 10] building index using bulk method 2015-12-19T09:25:12.877-0500 I INDEX [repl writer worker 10] build index done. scanned 0 total records. 0 secs 2015-12-19T09:25:55.007-0500 I INDEX [repl writer worker 6] build index on: OMEGA.CouponPaymentFRNMinRate properties: { v: 1, key: { ENTITY_ID: 1 }, name: "ENTITY_ID_1", ns: "OMEGA.CouponPaymentFRNMinRate" } 2015-12-19T09:25:55.007-0500 I INDEX [repl writer worker 6] building index using bulk method 2015-12-19T09:25:55.007-0500 I INDEX [repl writer worker 6] build index done. scanned 0 total records. 0 secs 2015-12-19T09:26:34.009-0500 I INDEX [repl writer worker 4] build index on: OMEGA.CouponFRNFormulaBenchmarkDateRule properties: { v: 1, key: { ENTITY_ID: 1 }, name: "ENTITY_ID_1", ns: "OMEGA.CouponFRNFormulaBenchmarkDateRule" } 2015-12-19T09:26:34.009-0500 I INDEX [repl writer worker 4] building index using bulk method 2015-12-19T09:26:34.009-0500 I INDEX [repl writer worker 4] build index done. scanned 0 total records. 0 secs 2015-12-19T09:26:49.517-0500 I INDEX [repl writer worker 13] build index on: OMEGA.CouponPaymentDate2 properties: { v: 1, key: { ENTITY_ID: 1 }, name: "ENTITY_ID_1", ns: "OMEGA.CouponPaymentDate2" } 2015-12-19T09:26:49.517-0500 I INDEX [repl writer worker 13] building index using bulk method 2015-12-19T09:26:49.518-0500 I INDEX [repl writer worker 13] build index done. scanned 0 total records. 0 secs 2015-12-19T09:28:42.325-0500 I INDEX [repl writer worker 13] build index on: OMEGA.BondCurrency properties: { v: 1, key: { ENTITY_ID: 1 }, name: "ENTITY_ID_1", ns: "OMEGA.BondCurrency" } 2015-12-19T09:28:42.325-0500 I INDEX [repl writer worker 13] building index using bulk method 2015-12-19T09:28:42.325-0500 I INDEX [repl writer worker 13] build index done. scanned 0 total records. 0 secs 2015-12-19T09:30:35.028-0500 I INDEX [repl writer worker 0] build index on: OMEGA.PrefOverallotment properties: { v: 1, key: { ENTITY_ID: 1 }, name: "ENTITY_ID_1", ns: "OMEGA.PrefOverallotment" } 2015-12-19T09:30:35.028-0500 I INDEX [repl writer worker 0] building index using bulk method 2015-12-19T09:30:35.029-0500 I INDEX [repl writer worker 0] build index done. scanned 0 total records. 0 secs 2015-12-19T09:30:36.141-0500 I INDEX [repl writer worker 5] build index on: OMEGA.SinkBond properties: { v: 1, key: { ENTITY_ID: 1 }, name: "ENTITY_ID_1", ns: "OMEGA.SinkBond" } 2015-12-19T09:30:36.141-0500 I INDEX [repl writer worker 5] building index using bulk method 2015-12-19T09:30:36.143-0500 I INDEX [repl writer worker 5] build index done. scanned 0 total records. 0 secs 2015-12-19T09:31:10.035-0500 I INDEX [repl writer worker 0] build index on: OMEGA.BondSecuredByData properties: { v: 1, key: { ENTITY_ID: 1 }, name: "ENTITY_ID_1", ns: "OMEGA.BondSecuredByData" } 2015-12-19T09:31:10.035-0500 I INDEX [repl writer worker 0] building index using bulk method 2015-12-19T09:31:10.035-0500 I INDEX [repl writer worker 0] build index done. scanned 0 total records. 0 secs 2015-12-19T09:31:42.989-0500 I INDEX [repl writer worker 4] build index on: OMEGA.CouponPaymentFRNRefData2 properties: { v: 1, key: { ENTITY_ID: 1 }, name: "ENTITY_ID_1", ns: "OMEGA.CouponPaymentFRNRefData2" } 2015-12-19T09:31:42.989-0500 I INDEX [repl writer worker 4] building index using bulk method 2015-12-19T09:31:42.990-0500 I INDEX [repl writer worker 4] build index done. scanned 0 total records. 0 secs 2015-12-19T09:32:18.941-0500 I INDEX [repl writer worker 1] build index on: OMEGA.CurrentCouponCalculations properties: { v: 1, key: { ENTITY_ID: 1 }, name: "ENTITY_ID_1", ns: "OMEGA.CurrentCouponCalculations" } 2015-12-19T09:32:18.941-0500 I INDEX [repl writer worker 1] building index using bulk method 2015-12-19T09:32:18.943-0500 I INDEX [repl writer worker 1] build index done. scanned 0 total records. 0 secs 2015-12-19T09:32:35.511-0500 I INDEX [repl writer worker 1] build index on: OMEGA.UnderlyingLinkageArea properties: { v: 1, key: { ENTITY_ID: 1 }, name: "ENTITY_ID_1", ns: "OMEGA.UnderlyingLinkageArea" } 2015-12-19T09:32:35.511-0500 I INDEX [repl writer worker 1] building index using bulk method 2015-12-19T09:32:35.511-0500 I INDEX [repl writer worker 1] build index done. scanned 0 total records. 0 secs 2015-12-19T09:33:38.201-0500 I INDEX [repl writer worker 8] build index on: OMEGA.ListingExchange properties: { v: 1, key: { ENTITY_ID: 1 }, name: "ENTITY_ID_1", ns: "OMEGA.ListingExchange" } 2015-12-19T09:33:38.201-0500 I INDEX [repl writer worker 8] building index using bulk method 2015-12-19T09:33:38.203-0500 I INDEX [repl writer worker 8] build index done. scanned 0 total records. 0 secs 2015-12-19T09:35:21.696-0500 I INDEX [repl writer worker 4] build index on: OMEGA.BondPrefDetailsData properties: { v: 1, key: { ENTITY_ID: 1 }, name: "ENTITY_ID_1", ns: "OMEGA.BondPrefDetailsData" } 2015-12-19T09:35:21.696-0500 I INDEX [repl writer worker 4] building index using bulk method 2015-12-19T09:35:21.696-0500 I INDEX [repl writer worker 4] build index done. scanned 0 total records. 0 secs 2015-12-19T09:35:22.807-0500 I INDEX [repl writer worker 12] build index on: OMEGA.RegisteredBondInterest properties: { v: 1, key: { ENTITY_ID: 1 }, name: "ENTITY_ID_1", ns: "OMEGA.RegisteredBondInterest" } 2015-12-19T09:35:22.807-0500 I INDEX [repl writer worker 12] building index using bulk method 2015-12-19T09:35:22.808-0500 I INDEX [repl writer worker 12] build index done. scanned 0 total records. 0 secs 2015-12-19T09:35:49.495-0500 I INDEX [repl writer worker 5] build index on: OMEGA.ConversionDescriptionSchedule3 properties: { v: 1, key: { ENTITY_ID: 1 }, name: "ENTITY_ID_1", ns: "OMEGA.ConversionDescriptionSchedule3" } 2015-12-19T09:35:49.495-0500 I INDEX [repl writer worker 5] building index using bulk method 2015-12-19T09:35:49.495-0500 I INDEX [repl writer worker 5] build index done. scanned 0 total records. 0 secs 2015-12-19T09:35:52.678-0500 I INDEX [repl writer worker 8] build index on: OMEGA.ConversionDescription2 properties: { v: 1, key: { ENTITY_ID: 1 }, name: "ENTITY_ID_1", ns: "OMEGA.ConversionDescription2" } 2015-12-19T09:35:52.678-0500 I INDEX [repl writer worker 8] building index using bulk method 2015-12-19T09:35:52.679-0500 I INDEX [repl writer worker 8] build index done. scanned 0 total records. 0 secs 2015-12-19T09:36:37.833-0500 I INDEX [repl writer worker 12] build index on: OMEGA.AbsMbsFeaturesAssetDetails properties: { v: 1, key: { ENTITY_ID: 1 }, name: "ENTITY_ID_1", ns: "OMEGA.AbsMbsFeaturesAssetDetails" } 2015-12-19T09:36:37.833-0500 I INDEX [repl writer worker 12] building index using bulk method 2015-12-19T09:36:37.834-0500 I INDEX [repl writer worker 12] build index done. scanned 0 total records. 0 secs 2015-12-19T09:36:50.175-0500 I INDEX [repl writer worker 10] build index on: OMEGA.DividendInfo properties: { v: 1, key: { ENTITY_ID: 1 }, name: "ENTITY_ID_1", ns: "OMEGA.DividendInfo" } 2015-12-19T09:36:50.175-0500 I INDEX [repl writer worker 10] building index using bulk method 2015-12-19T09:36:50.176-0500 I INDEX [repl writer worker 10] build index done. scanned 0 total records. 0 secs 2015-12-19T09:36:51.311-0500 I INDEX [repl writer worker 0] build index on: OMEGA.BondAmount properties: { v: 1, key: { ENTITY_ID: 1 }, name: "ENTITY_ID_1", ns: "OMEGA.BondAmount" } 2015-12-19T09:36:51.311-0500 I INDEX [repl writer worker 0] building index using bulk method 2015-12-19T09:36:51.311-0500 I INDEX [repl writer worker 0] build index done. scanned 0 total records. 0 secs 2015-12-19T09:38:16.414-0500 I INDEX [repl writer worker 8] build index on: OMEGA.CouponPaymentFRNFormulaReset properties: { v: 1, key: { ENTITY_ID: 1 }, name: "ENTITY_ID_1", ns: "OMEGA.CouponPaymentFRNFormulaReset" } 2015-12-19T09:38:16.414-0500 I INDEX [repl writer worker 8] building index using bulk method 2015-12-19T09:38:16.414-0500 I INDEX [repl writer worker 8] build index done. scanned 0 total records. 0 secs 2015-12-19T09:38:45.227-0500 I INDEX [repl writer worker 8] build index on: OMEGA.CouponPaymentInterestFeature2 properties: { v: 1, key: { ENTITY_ID: 1 }, name: "ENTITY_ID_1", ns: "OMEGA.CouponPaymentInterestFeature2" } 2015-12-19T09:38:45.228-0500 I INDEX [repl writer worker 8] building index using bulk method 2015-12-19T09:38:45.228-0500 I INDEX [repl writer worker 8] build index done. scanned 0 total records. 0 secs 2015-12-19T09:40:06.253-0500 I INDEX [repl writer worker 8] build index on: OMEGA.CouponPaymentFRNFormulaResetFormulaPart properties: { v: 1, key: { ENTITY_ID: 1 }, name: "ENTITY_ID_1", ns: "OMEGA.CouponPaymentFRNFormulaResetFormulaPart" } 2015-12-19T09:40:06.253-0500 I INDEX [repl writer worker 8] building index using bulk method 2015-12-19T09:40:06.253-0500 I INDEX [repl writer worker 8] build index done. scanned 0 total records. 0 secs 2015-12-19T09:40:15.646-0500 I INDEX [repl writer worker 5] build index on: OMEGA.BondAmountRefData properties: { v: 1, key: { ENTITY_ID: 1 }, name: "ENTITY_ID_1", ns: "OMEGA.BondAmountRefData" } 2015-12-19T09:40:15.646-0500 I INDEX [repl writer worker 5] building index using bulk method 2015-12-19T09:40:15.647-0500 I INDEX [repl writer worker 5] build index done. scanned 0 total records. 0 secs 2015-12-19T09:42:05.319-0500 I INDEX [repl writer worker 2] build index on: OMEGA.ConversionDescriptionUnderlying5 properties: { v: 1, key: { ENTITY_ID: 1 }, name: "ENTITY_ID_1", ns: "OMEGA.ConversionDescriptionUnderlying5" } 2015-12-19T09:42:05.319-0500 I INDEX [repl writer worker 2] building index using bulk method 2015-12-19T09:42:05.320-0500 I INDEX [repl writer worker 2] build index done. scanned 0 total records. 0 secs 2015-12-19T09:42:13.629-0500 I INDEX [repl writer worker 13] build index on: OMEGA.InstrumentCallScheduleLink properties: { v: 1, key: { ENTITY_ID: 1 }, name: "ENTITY_ID_1", ns: "OMEGA.InstrumentCallScheduleLink" } 2015-12-19T09:42:13.629-0500 I INDEX [repl writer worker 13] building index using bulk method 2015-12-19T09:42:13.629-0500 I INDEX [repl writer worker 13] build index done. scanned 0 total records. 0 secs 2015-12-19T09:42:52.634-0500 I INDEX [repl writer worker 4] build index on: OMEGA.CouponFRNFormulaResetDateRule properties: { v: 1, key: { ENTITY_ID: 1 }, name: "ENTITY_ID_1", ns: "OMEGA.CouponFRNFormulaResetDateRule" } 2015-12-19T09:42:52.634-0500 I INDEX [repl writer worker 4] building index using bulk method 2015-12-19T09:42:52.635-0500 I INDEX [repl writer worker 4] build index done. scanned 0 total records. 0 secs 2015-12-19T09:43:13.252-0500 I INDEX [repl writer worker 13] build index on: OMEGA.ConversionDescriptionUnderlying2 properties: { v: 1, key: { ENTITY_ID: 1 }, name: "ENTITY_ID_1", ns: "OMEGA.ConversionDescriptionUnderlying2" } 2015-12-19T09:43:13.252-0500 I INDEX [repl writer worker 13] building index using bulk method 2015-12-19T09:43:13.253-0500 I INDEX [repl writer worker 13] build index done. scanned 0 total records. 0 secs 2015-12-19T09:43:47.150-0500 I INDEX [repl writer worker 10] build index on: OMEGA.CouponPaymentFRNMaxRate properties: { v: 1, key: { ENTITY_ID: 1 }, name: "ENTITY_ID_1", ns: "OMEGA.CouponPaymentFRNMaxRate" } 2015-12-19T09:43:47.151-0500 I INDEX [repl writer worker 10] building index using bulk method 2015-12-19T09:43:47.151-0500 I INDEX [repl writer worker 10] build index done. scanned 0 total records. 0 secs 2015-12-19T09:44:06.656-0500 I INDEX [repl writer worker 11] build index on: OMEGA.DividendRefData properties: { v: 1, key: { ENTITY_ID: 1 }, name: "ENTITY_ID_1", ns: "OMEGA.DividendRefData" } 2015-12-19T09:44:06.656-0500 I INDEX [repl writer worker 11] building index using bulk method 2015-12-19T09:44:06.657-0500 I INDEX [repl writer worker 11] build index done. scanned 0 total records. 0 secs 2015-12-19T09:44:07.791-0500 I INDEX [repl writer worker 2] build index on: OMEGA.BondIndentureDate properties: { v: 1, key: { ENTITY_ID: 1 }, name: "ENTITY_ID_1", ns: "OMEGA.BondIndentureDate" } 2015-12-19T09:44:07.791-0500 I INDEX [repl writer worker 2] building index using bulk method 2015-12-19T09:44:07.791-0500 I INDEX [repl writer worker 2] build index done. scanned 0 total records. 0 secs 2015-12-19T09:45:02.197-0500 I INDEX [repl writer worker 4] build index on: OMEGA.InstrumentRedemptionTermLink properties: { v: 1, key: { ENTITY_ID: 1 }, name: "ENTITY_ID_1", ns: "OMEGA.InstrumentRedemptionTermLink" } 2015-12-19T09:45:02.197-0500 I INDEX [repl writer worker 4] building index using bulk method 2015-12-19T09:45:02.197-0500 I INDEX [repl writer worker 4] build index done. scanned 0 total records. 0 secs 2015-12-19T09:45:44.337-0500 I INDEX [repl writer worker 8] build index on: OMEGA.BondCurrencySchedule properties: { v: 1, key: { ENTITY_ID: 1 }, name: "ENTITY_ID_1", ns: "OMEGA.BondCurrencySchedule" } 2015-12-19T09:45:44.337-0500 I INDEX [repl writer worker 8] building index using bulk method 2015-12-19T09:45:44.338-0500 I INDEX [repl writer worker 8] build index done. scanned 0 total records. 0 secs 2015-12-19T09:47:39.135-0500 I INDEX [repl writer worker 10] build index on: OMEGA.BondExtendibleMaturity properties: { v: 1, key: { ENTITY_ID: 1 }, name: "ENTITY_ID_1", ns: "OMEGA.BondExtendibleMaturity" } 2015-12-19T09:47:39.135-0500 I INDEX [repl writer worker 10] building index using bulk method 2015-12-19T09:47:39.135-0500 I INDEX [repl writer worker 10] build index done. scanned 0 total records. 0 secs 2015-12-19T09:47:49.491-0500 I INDEX [repl writer worker 15] build index on: OMEGA.BondUnderwriterData properties: { v: 1, key: { ENTITY_ID: 1 }, name: "ENTITY_ID_1", ns: "OMEGA.BondUnderwriterData" } 2015-12-19T09:47:49.491-0500 I INDEX [repl writer worker 15] building index using bulk method 2015-12-19T09:47:49.492-0500 I INDEX [repl writer worker 15] build index done. scanned 0 total records. 0 secs 2015-12-19T09:48:22.374-0500 I INDEX [repl writer worker 10] build index on: OMEGA.ConversionDescriptionSchedule2 properties: { v: 1, key: { ENTITY_ID: 1 }, name: "ENTITY_ID_1", ns: "OMEGA.ConversionDescriptionSchedule2" } 2015-12-19T09:48:22.374-0500 I INDEX [repl writer worker 10] building index using bulk method 2015-12-19T09:48:22.374-0500 I INDEX [repl writer worker 10] build index done. scanned 0 total records. 0 secs 2015-12-19T09:48:57.371-0500 I INDEX [repl writer worker 2] build index on: OMEGA.BondTaxationInformation properties: { v: 1, key: { ENTITY_ID: 1 }, name: "ENTITY_ID_1", ns: "OMEGA.BondTaxationInformation" } 2015-12-19T09:48:57.371-0500 I INDEX [repl writer worker 2] building index using bulk method 2015-12-19T09:48:57.373-0500 I INDEX [repl writer worker 2] build index done. scanned 0 total records. 0 secs 2015-12-19T09:51:05.472-0500 I INDEX [repl writer worker 11] build index on: OMEGA.CouponPaymentFRNFormulaReset2 properties: { v: 1, key: { ENTITY_ID: 1 }, name: "ENTITY_ID_1", ns: "OMEGA.CouponPaymentFRNFormulaReset2" } 2015-12-19T09:51:05.472-0500 I INDEX [repl writer worker 11] building index using bulk method 2015-12-19T09:51:05.473-0500 I INDEX [repl writer worker 11] build index done. scanned 0 total records. 0 secs 2015-12-19T09:51:28.072-0500 I INDEX [repl writer worker 14] build index on: OMEGA.CouponPaymentFRNFormulaResetFormulaPart3 properties: { v: 1, key: { ENTITY_ID: 1 }, name: "ENTITY_ID_1", ns: "OMEGA.CouponPaymentFRNFormulaResetFormulaPart3" } 2015-12-19T09:51:28.072-0500 I INDEX [repl writer worker 14] building index using bulk method 2015-12-19T09:51:28.073-0500 I INDEX [repl writer worker 14] build index done. scanned 0 total records. 0 secs 2015-12-19T09:51:38.425-0500 I INDEX [repl writer worker 13] build index on: OMEGA.ShareholderMeeting properties: { v: 1, key: { ENTITY_ID: 1 }, name: "ENTITY_ID_1", ns: "OMEGA.ShareholderMeeting" } 2015-12-19T09:51:38.425-0500 I INDEX [repl writer worker 13] building index using bulk method 2015-12-19T09:51:38.426-0500 I INDEX [repl writer worker 13] build index done. scanned 0 total records. 0 secs 2015-12-19T09:52:13.296-0500 I INDEX [repl writer worker 2] build index on: OMEGA.MuniIssuerDisclosure2 properties: { v: 1, key: { ENTITY_ID: 1 }, name: "ENTITY_ID_1", ns: "OMEGA.MuniIssuerDisclosure2" } 2015-12-19T09:52:13.297-0500 I INDEX [repl writer worker 2] building index using bulk method 2015-12-19T09:52:13.297-0500 I INDEX [repl writer worker 2] build index done. scanned 0 total records. 0 secs 2015-12-19T09:52:14.433-0500 I INDEX [repl writer worker 7] build index on: OMEGA.MuniMaterialEvent properties: { v: 1, key: { ENTITY_ID: 1 }, name: "ENTITY_ID_1", ns: "OMEGA.MuniMaterialEvent" } 2015-12-19T09:52:14.433-0500 I INDEX [repl writer worker 7] building index using bulk method 2015-12-19T09:52:14.434-0500 I INDEX [repl writer worker 7] build index done. scanned 0 total records. 0 secs 2015-12-19T09:53:48.831-0500 I INDEX [repl writer worker 0] build index on: OMEGA.PriceToDate properties: { v: 1, key: { ENTITY_ID: 1 }, name: "ENTITY_ID_1", ns: "OMEGA.PriceToDate" } 2015-12-19T09:53:48.831-0500 I INDEX [repl writer worker 0] building index using bulk method 2015-12-19T09:53:48.831-0500 I INDEX [repl writer worker 0] build index done. scanned 0 total records. 0 secs 2015-12-19T09:55:47.721-0500 I INDEX [repl writer worker 2] build index on: OMEGA.MuniSinkFund properties: { v: 1, key: { ENTITY_ID: 1 }, name: "ENTITY_ID_1", ns: "OMEGA.MuniSinkFund" } 2015-12-19T09:55:47.721-0500 I INDEX [repl writer worker 2] building index using bulk method 2015-12-19T09:55:47.722-0500 I INDEX [repl writer worker 2] build index done. scanned 0 total records. 0 secs 2015-12-19T09:56:25.693-0500 I INDEX [repl writer worker 6] build index on: OMEGA.MuniSpecialAdjustment properties: { v: 1, key: { ENTITY_ID: 1 }, name: "ENTITY_ID_1", ns: "OMEGA.MuniSpecialAdjustment" } 2015-12-19T09:56:25.693-0500 I INDEX [repl writer worker 6] building index using bulk method 2015-12-19T09:56:25.694-0500 I INDEX [repl writer worker 6] build index done. scanned 0 total records. 0 secs 2015-12-19T09:56:27.812-0500 I INDEX [repl writer worker 7] build index on: OMEGA.ConversionDescription3 properties: { v: 1, key: { ENTITY_ID: 1 }, name: "ENTITY_ID_1", ns: "OMEGA.ConversionDescription3" } 2015-12-19T09:56:27.812-0500 I INDEX [repl writer worker 7] building index using bulk method 2015-12-19T09:56:27.813-0500 I INDEX [repl writer worker 7] build index done. scanned 0 total records. 0 secs 2015-12-19T09:56:40.298-0500 I INDEX [repl writer worker 14] build index on: OMEGA.BondSecuredByData2 properties: { v: 1, key: { ENTITY_ID: 1 }, name: "ENTITY_ID_1", ns: "OMEGA.BondSecuredByData2" } 2015-12-19T09:56:40.298-0500 I INDEX [repl writer worker 14] building index using bulk method 2015-12-19T09:56:40.299-0500 I INDEX [repl writer worker 14] build index done. scanned 0 total records. 0 secs 2015-12-19T09:58:55.688-0500 I INDEX [repl writer worker 10] build index on: OMEGA.BondStatus properties: { v: 1, key: { ENTITY_ID: 1 }, name: "ENTITY_ID_1", ns: "OMEGA.BondStatus" } 2015-12-19T09:58:55.688-0500 I INDEX [repl writer worker 10] building index using bulk method 2015-12-19T09:58:55.689-0500 I INDEX [repl writer worker 10] build index done. scanned 0 total records. 0 secs 2015-12-19T10:00:56.593-0500 I INDEX [repl writer worker 2] build index on: OMEGA.TenderSchedule properties: { v: 1, key: { ENTITY_ID: 1 }, name: "ENTITY_ID_1", ns: "OMEGA.TenderSchedule" } 2015-12-19T10:00:56.593-0500 I INDEX [repl writer worker 2] building index using bulk method 2015-12-19T10:00:56.594-0500 I INDEX [repl writer worker 2] build index done. scanned 0 total records. 0 secs 2015-12-19T10:00:58.670-0500 I INDEX [repl writer worker 6] build index on: OMEGA.ConversionDescriptionUnderlyingChange properties: { v: 1, key: { ENTITY_ID: 1 }, name: "ENTITY_ID_1", ns: "OMEGA.ConversionDescriptionUnderlyingChange" } 2015-12-19T10:00:58.670-0500 I INDEX [repl writer worker 6] building index using bulk method 2015-12-19T10:00:58.670-0500 I INDEX [repl writer worker 6] build index done. scanned 0 total records. 0 secs 2015-12-19T10:01:00.774-0500 I INDEX [repl writer worker 2] build index on: OMEGA.PutSchedule properties: { v: 1, key: { ENTITY_ID: 1 }, name: "ENTITY_ID_1", ns: "OMEGA.PutSchedule" } 2015-12-19T10:01:00.774-0500 I INDEX [repl writer worker 2] building index using bulk method 2015-12-19T10:01:00.774-0500 I INDEX [repl writer worker 2] build index done. scanned 0 total records. 0 secs 2015-12-19T10:01:02.851-0500 I INDEX [repl writer worker 12] build index on: OMEGA.VariableRateSchedule properties: { v: 1, key: { ENTITY_ID: 1 }, name: "ENTITY_ID_1", ns: "OMEGA.VariableRateSchedule" } 2015-12-19T10:01:02.851-0500 I INDEX [repl writer worker 12] building index using bulk method 2015-12-19T10:01:02.851-0500 I INDEX [repl writer worker 12] build index done. scanned 0 total records. 0 secs 2015-12-19T10:01:04.028-0500 I INDEX [repl writer worker 6] build index on: OMEGA.BondClearingAgent properties: { v: 1, key: { ENTITY_ID: 1 }, name: "ENTITY_ID_1", ns: "OMEGA.BondClearingAgent" } 2015-12-19T10:01:04.028-0500 I INDEX [repl writer worker 6] building index using bulk method 2015-12-19T10:01:04.029-0500 I INDEX [repl writer worker 6] build index done. scanned 0 total records. 0 secs 2015-12-19T10:01:56.376-0500 I INDEX [repl writer worker 10] build index on: OMEGA.Repurchase properties: { v: 1, key: { ENTITY_ID: 1 }, name: "ENTITY_ID_1", ns: "OMEGA.Repurchase" } 2015-12-19T10:01:56.376-0500 I INDEX [repl writer worker 10] building index using bulk method 2015-12-19T10:01:56.377-0500 I INDEX [repl writer worker 10] build index done. scanned 0 total records. 0 secs 2015-12-19T10:02:14.946-0500 I INDEX [repl writer worker 1] build index on: OMEGA.CouponRefDateRule properties: { v: 1, key: { ENTITY_ID: 1 }, name: "ENTITY_ID_1", ns: "OMEGA.CouponRefDateRule" } 2015-12-19T10:02:14.946-0500 I INDEX [repl writer worker 1] building index using bulk method 2015-12-19T10:02:14.947-0500 I INDEX [repl writer worker 1] build index done. scanned 0 total records. 0 secs 2015-12-19T10:03:36.957-0500 I INDEX [repl writer worker 10] build index on: OMEGA.MuniVariableRateHistory properties: { v: 1, key: { ENTITY_ID: 1 }, name: "ENTITY_ID_1", ns: "OMEGA.MuniVariableRateHistory" } 2015-12-19T10:03:36.957-0500 I INDEX [repl writer worker 10] building index using bulk method 2015-12-19T10:03:36.958-0500 I INDEX [repl writer worker 10] build index done. scanned 0 total records. 0 secs 2015-12-19T10:04:11.810-0500 I INDEX [repl writer worker 5] build index on: OMEGA.MuniMatText properties: { v: 1, key: { ENTITY_ID: 1 }, name: "ENTITY_ID_1", ns: "OMEGA.MuniMatText" } 2015-12-19T10:04:11.810-0500 I INDEX [repl writer worker 5] building index using bulk method 2015-12-19T10:04:11.811-0500 I INDEX [repl writer worker 5] build index done. scanned 0 total records. 0 secs 2015-12-19T10:04:13.906-0500 I INDEX [repl writer worker 0] build index on: OMEGA.CouponLinkedInterestDateRule properties: { v: 1, key: { ENTITY_ID: 1 }, name: "ENTITY_ID_1", ns: "OMEGA.CouponLinkedInterestDateRule" } 2015-12-19T10:04:13.906-0500 I INDEX [repl writer worker 0] building index using bulk method 2015-12-19T10:04:13.907-0500 I INDEX [repl writer worker 0] build index done. scanned 0 total records. 0 secs 2015-12-19T10:04:16.133-0500 I INDEX [repl writer worker 7] build index on: OMEGA.BusinessCentreData properties: { v: 1, key: { ENTITY_ID: 1 }, name: "ENTITY_ID_1", ns: "OMEGA.BusinessCentreData" } 2015-12-19T10:04:16.133-0500 I INDEX [repl writer worker 7] building index using bulk method 2015-12-19T10:04:16.134-0500 I INDEX [repl writer worker 7] build index done. scanned 0 total records. 0 secs 2015-12-19T10:04:56.208-0500 I INDEX [repl writer worker 1] build index on: OMEGA.CouponPaymentLinkedInterestRefData properties: { v: 1, key: { ENTITY_ID: 1 }, name: "ENTITY_ID_1", ns: "OMEGA.CouponPaymentLinkedInterestRefData" } 2015-12-19T10:04:56.208-0500 I INDEX [repl writer worker 1] building index using bulk method 2015-12-19T10:04:56.208-0500 I INDEX [repl writer worker 1] build index done. scanned 0 total records. 0 secs 2015-12-19T10:05:35.195-0500 I INDEX [repl writer worker 6] build index on: OMEGA.CouponPaymentCreditSensitivity2 properties: { v: 1, key: { ENTITY_ID: 1 }, name: "ENTITY_ID_1", ns: "OMEGA.CouponPaymentCreditSensitivity2" } 2015-12-19T10:05:35.195-0500 I INDEX [repl writer worker 6] building index using bulk method 2015-12-19T10:05:35.195-0500 I INDEX [repl writer worker 6] build index done. scanned 0 total records. 0 secs 2015-12-19T10:05:46.344-0500 I INDEX [repl writer worker 13] build index on: OMEGA.CouponPaymentCreditSensitivity properties: { v: 1, key: { ENTITY_ID: 1 }, name: "ENTITY_ID_1", ns: "OMEGA.CouponPaymentCreditSensitivity" } 2015-12-19T10:05:46.344-0500 I INDEX [repl writer worker 13] building index using bulk method 2015-12-19T10:05:46.345-0500 I INDEX [repl writer worker 13] build index done. scanned 0 total records. 0 secs 2015-12-19T10:05:56.811-0500 I INDEX [repl writer worker 1] build index on: OMEGA.CouponPaymentInterestFeatureCustomPayFreq3 properties: { v: 1, key: { ENTITY_ID: 1 }, name: "ENTITY_ID_1", ns: "OMEGA.CouponPaymentInterestFeatureCustomPayFreq3" } 2015-12-19T10:05:56.811-0500 I INDEX [repl writer worker 1] building index using bulk method 2015-12-19T10:05:56.811-0500 I INDEX [repl writer worker 1] build index done. scanned 0 total records. 0 secs 2015-12-19T10:05:58.882-0500 I INDEX [repl writer worker 9] build index on: OMEGA.CouponPaymentDateExchange properties: { v: 1, key: { ENTITY_ID: 1 }, name: "ENTITY_ID_1", ns: "OMEGA.CouponPaymentDateExchange" } 2015-12-19T10:05:58.882-0500 I INDEX [repl writer worker 9] building index using bulk method 2015-12-19T10:05:58.883-0500 I INDEX [repl writer worker 9] build index done. scanned 0 total records. 0 secs 2015-12-19T10:06:04.054-0500 I INDEX [repl writer worker 9] build index on: OMEGA.MuniBankQualifiedAdjustment properties: { v: 1, key: { ENTITY_ID: 1 }, name: "ENTITY_ID_1", ns: "OMEGA.MuniBankQualifiedAdjustment" } 2015-12-19T10:06:04.054-0500 I INDEX [repl writer worker 9] building index using bulk method 2015-12-19T10:06:04.055-0500 I INDEX [repl writer worker 9] build index done. scanned 0 total records. 0 secs 2015-12-19T10:06:06.224-0500 I INDEX [repl writer worker 3] build index on: OMEGA.MuniCallableAdjustment properties: { v: 1, key: { ENTITY_ID: 1 }, name: "ENTITY_ID_1", ns: "OMEGA.MuniCallableAdjustment" } 2015-12-19T10:06:06.224-0500 I INDEX [repl writer worker 3] building index using bulk method 2015-12-19T10:06:06.225-0500 I INDEX [repl writer worker 3] build index done. scanned 0 total records. 0 secs 2015-12-19T10:06:46.267-0500 I INDEX [repl writer worker 0] build index on: OMEGA.MuniMatrixYield properties: { v: 1, key: { ENTITY_ID: 1 }, name: "ENTITY_ID_1", ns: "OMEGA.MuniMatrixYield" } 2015-12-19T10:06:46.267-0500 I INDEX [repl writer worker 0] building index using bulk method 2015-12-19T10:06:46.267-0500 I INDEX [repl writer worker 0] build index done. scanned 0 total records. 0 secs 2015-12-19T10:07:32.398-0500 I INDEX [repl writer worker 8] build index on: OMEGA.CouponPaymentFRNFormulaResetFormulaPartComPaper properties: { v: 1, key: { ENTITY_ID: 1 }, name: "ENTITY_ID_1", ns: "OMEGA.CouponPaymentFRNFormulaResetFormulaPartComPaper" } 2015-12-19T10:07:32.398-0500 I INDEX [repl writer worker 8] building index using bulk method 2015-12-19T10:07:32.399-0500 I INDEX [repl writer worker 8] build index done. scanned 0 total records. 0 secs 2015-12-19T10:07:32.949-0500 I INDEX [repl writer worker 9] build index on: OMEGA.CouponPaymentFRNFormulaResetFormulaPartComPaper2 properties: { v: 1, key: { ENTITY_ID: 1 }, name: "ENTITY_ID_1", ns: "OMEGA.CouponPaymentFRNFormulaResetFormulaPartComPaper2" } 2015-12-19T10:07:32.949-0500 I INDEX [repl writer worker 9] building index using bulk method 2015-12-19T10:07:32.949-0500 I INDEX [repl writer worker 9] build index done. scanned 0 total records. 0 secs 2015-12-19T10:07:34.030-0500 I INDEX [repl writer worker 10] build index on: OMEGA.IssuerComment properties: { v: 1, key: { ENTITY_ID: 1 }, name: "ENTITY_ID_1", ns: "OMEGA.IssuerComment" } 2015-12-19T10:07:34.030-0500 I INDEX [repl writer worker 10] building index using bulk method 2015-12-19T10:07:34.031-0500 I INDEX [repl writer worker 10] build index done. scanned 0 total records. 0 secs 2015-12-19T10:07:40.213-0500 I INDEX [repl writer worker 0] build index on: OMEGA.MuniAnnualReport properties: { v: 1, key: { ENTITY_ID: 1 }, name: "ENTITY_ID_1", ns: "OMEGA.MuniAnnualReport" } 2015-12-19T10:07:40.213-0500 I INDEX [repl writer worker 0] building index using bulk method 2015-12-19T10:07:40.213-0500 I INDEX [repl writer worker 0] build index done. scanned 0 total records. 0 secs 2015-12-19T10:07:41.285-0500 I INDEX [repl writer worker 4] build index on: OMEGA.Guarantor properties: { v: 1, key: { ENTITY_ID: 1 }, name: "ENTITY_ID_1", ns: "OMEGA.Guarantor" } 2015-12-19T10:07:41.285-0500 I INDEX [repl writer worker 4] building index using bulk method 2015-12-19T10:07:41.286-0500 I INDEX [repl writer worker 4] build index done. scanned 0 total records. 0 secs 2015-12-19T10:07:45.439-0500 I INDEX [repl writer worker 0] build index on: OMEGA.BondUnderwriterRefData2 properties: { v: 1, key: { ENTITY_ID: 1 }, name: "ENTITY_ID_1", ns: "OMEGA.BondUnderwriterRefData2" } 2015-12-19T10:07:45.439-0500 I INDEX [repl writer worker 0] building index using bulk method 2015-12-19T10:07:45.439-0500 I INDEX [repl writer worker 0] build index done. scanned 0 total records. 0 secs 2015-12-19T10:07:50.591-0500 I INDEX [repl writer worker 3] build index on: OMEGA.MuniIssueBondCounsel properties: { v: 1, key: { ENTITY_ID: 1 }, name: "ENTITY_ID_1", ns: "OMEGA.MuniIssueBondCounsel" } 2015-12-19T10:07:50.591-0500 I INDEX [repl writer worker 3] building index using bulk method 2015-12-19T10:07:50.593-0500 I INDEX [repl writer worker 3] build index done. scanned 0 total records. 0 secs 2015-12-19T10:07:52.688-0500 I INDEX [repl writer worker 13] build index on: OMEGA.MuniLetterOfCredit properties: { v: 1, key: { ENTITY_ID: 1 }, name: "ENTITY_ID_1", ns: "OMEGA.MuniLetterOfCredit" } 2015-12-19T10:07:52.688-0500 I INDEX [repl writer worker 13] building index using bulk method 2015-12-19T10:07:52.688-0500 I INDEX [repl writer worker 13] build index done. scanned 0 total records. 0 secs 2015-12-19T10:07:53.723-0500 I INDEX [repl writer worker 8] build index on: OMEGA.MuniCurveMaturity properties: { v: 1, key: { ENTITY_ID: 1 }, name: "ENTITY_ID_1", ns: "OMEGA.MuniCurveMaturity" } 2015-12-19T10:07:53.723-0500 I INDEX [repl writer worker 8] building index using bulk method 2015-12-19T10:07:53.724-0500 I INDEX [repl writer worker 8] build index done. scanned 0 total records. 0 secs 2015-12-19T10:07:54.780-0500 I INDEX [repl writer worker 14] build index on: OMEGA.MuniIssueAgent properties: { v: 1, key: { ENTITY_ID: 1 }, name: "ENTITY_ID_1", ns: "OMEGA.MuniIssueAgent" } 2015-12-19T10:07:54.780-0500 I INDEX [repl writer worker 14] building index using bulk method 2015-12-19T10:07:54.780-0500 I INDEX [repl writer worker 14] build index done. scanned 0 total records. 0 secs 2015-12-19T10:07:56.884-0500 I INDEX [repl writer worker 5] build index on: OMEGA.MuniIssueAgent2 properties: { v: 1, key: { ENTITY_ID: 1 }, name: "ENTITY_ID_1", ns: "OMEGA.MuniIssueAgent2" } 2015-12-19T10:07:56.884-0500 I INDEX [repl writer worker 5] building index using bulk method 2015-12-19T10:07:56.884-0500 I INDEX [repl writer worker 5] build index done. scanned 0 total records. 0 secs 2015-12-19T10:07:58.973-0500 I INDEX [repl writer worker 8] build index on: OMEGA.MuniIssueObligor properties: { v: 1, key: { ENTITY_ID: 1 }, name: "ENTITY_ID_1", ns: "OMEGA.MuniIssueObligor" } 2015-12-19T10:07:58.973-0500 I INDEX [repl writer worker 8] building index using bulk method 2015-12-19T10:07:58.974-0500 I INDEX [repl writer worker 8] build index done. scanned 0 total records. 0 secs 2015-12-19T10:08:01.056-0500 I INDEX [repl writer worker 8] build index on: OMEGA.MuniResearchStatus3 properties: { v: 1, key: { ENTITY_ID: 1 }, name: "ENTITY_ID_1", ns: "OMEGA.MuniResearchStatus3" } 2015-12-19T10:08:01.056-0500 I INDEX [repl writer worker 8] building index using bulk method 2015-12-19T10:08:01.056-0500 I INDEX [repl writer worker 8] build index done. scanned 0 total records. 0 secs 2015-12-19T10:08:03.239-0500 I INDEX [repl writer worker 10] build index on: OMEGA.CallDate properties: { v: 1, key: { ENTITY_ID: 1 }, name: "ENTITY_ID_1", ns: "OMEGA.CallDate" } 2015-12-19T10:08:03.239-0500 I INDEX [repl writer worker 10] building index using bulk method 2015-12-19T10:08:03.239-0500 I INDEX [repl writer worker 10] build index done. scanned 0 total records. 0 secs 2015-12-19T10:10:13.351-0500 I INDEX [repl writer worker 12] build index on: OMEGA.MuniConversionDate properties: { v: 1, key: { ENTITY_ID: 1 }, name: "ENTITY_ID_1", ns: "OMEGA.MuniConversionDate" } 2015-12-19T10:10:13.351-0500 I INDEX [repl writer worker 12] building index using bulk method 2015-12-19T10:10:13.351-0500 I INDEX [repl writer worker 12] build index done. scanned 0 total records. 0 secs 2015-12-19T10:10:14.395-0500 I INDEX [repl writer worker 7] build index on: OMEGA.MuniDefaultEvent properties: { v: 1, key: { ENTITY_ID: 1 }, name: "ENTITY_ID_1", ns: "OMEGA.MuniDefaultEvent" } 2015-12-19T10:10:14.395-0500 I INDEX [repl writer worker 7] building index using bulk method 2015-12-19T10:10:14.395-0500 I INDEX [repl writer worker 7] build index done. scanned 0 total records. 0 secs 2015-12-19T10:10:16.483-0500 I INDEX [repl writer worker 5] build index on: OMEGA.MuniEscrow properties: { v: 1, key: { ENTITY_ID: 1 }, name: "ENTITY_ID_1", ns: "OMEGA.MuniEscrow" } 2015-12-19T10:10:16.483-0500 I INDEX [repl writer worker 5] building index using bulk method 2015-12-19T10:10:16.484-0500 I INDEX [repl writer worker 5] build index done. scanned 0 total records. 0 secs 2015-12-19T10:10:18.557-0500 I INDEX [repl writer worker 10] build index on: OMEGA.MuniDefaultStatus properties: { v: 1, key: { ENTITY_ID: 1 }, name: "ENTITY_ID_1", ns: "OMEGA.MuniDefaultStatus" } 2015-12-19T10:10:18.557-0500 I INDEX [repl writer worker 10] building index using bulk method 2015-12-19T10:10:18.558-0500 I INDEX [repl writer worker 10] build index done. scanned 0 total records. 0 secs 2015-12-19T10:10:19.605-0500 I INDEX [repl writer worker 15] build index on: OMEGA.MuniStory2 properties: { v: 1, key: { ENTITY_ID: 1 }, name: "ENTITY_ID_1", ns: "OMEGA.MuniStory2" } 2015-12-19T10:10:19.605-0500 I INDEX [repl writer worker 15] building index using bulk method 2015-12-19T10:10:19.605-0500 I INDEX [repl writer worker 15] build index done. scanned 0 total records. 0 secs 2015-12-19T10:10:20.663-0500 I INDEX [repl writer worker 8] build index on: OMEGA.Conversion properties: { v: 1, key: { ENTITY_ID: 1 }, name: "ENTITY_ID_1", ns: "OMEGA.Conversion" } 2015-12-19T10:10:20.663-0500 I INDEX [repl writer worker 8] building index using bulk method 2015-12-19T10:10:20.664-0500 I INDEX [repl writer worker 8] build index done. scanned 0 total records. 0 secs 2015-12-19T10:10:22.763-0500 I INDEX [repl writer worker 1] build index on: OMEGA.BondExtendedMaturity properties: { v: 1, key: { ENTITY_ID: 1 }, name: "ENTITY_ID_1", ns: "OMEGA.BondExtendedMaturity" } 2015-12-19T10:10:22.763-0500 I INDEX [repl writer worker 1] building index using bulk method 2015-12-19T10:10:22.764-0500 I INDEX [repl writer worker 1] build index done. scanned 0 total records. 0 secs 2015-12-19T10:10:23.861-0500 I INDEX [repl writer worker 11] build index on: OMEGA.MonthlyAssetVerificationStatistic properties: { v: 1, key: { ENTITY_ID: 1 }, name: "ENTITY_ID_1", ns: "OMEGA.MonthlyAssetVerificationStatistic" } 2015-12-19T10:10:23.861-0500 I INDEX [repl writer worker 11] building index using bulk method 2015-12-19T10:10:23.862-0500 I INDEX [repl writer worker 11] build index done. scanned 0 total records. 0 secs 2015-12-19T10:10:24.929-0500 I INDEX [repl writer worker 12] build index on: OMEGA.MonthlyBorrowerStatistic properties: { v: 1, key: { ENTITY_ID: 1 }, name: "ENTITY_ID_1", ns: "OMEGA.MonthlyBorrowerStatistic" } 2015-12-19T10:10:24.929-0500 I INDEX [repl writer worker 12] building index using bulk method 2015-12-19T10:10:24.929-0500 I INDEX [repl writer worker 12] build index done. scanned 0 total records. 0 secs 2015-12-19T10:10:27.005-0500 I INDEX [repl writer worker 10] build index on: OMEGA.MonthlyIncomeVerificationStatistic properties: { v: 1, key: { ENTITY_ID: 1 }, name: "ENTITY_ID_1", ns: "OMEGA.MonthlyIncomeVerificationStatistic" } 2015-12-19T10:10:27.005-0500 I INDEX [repl writer worker 10] building index using bulk method 2015-12-19T10:10:27.006-0500 I INDEX [repl writer worker 10] build index done. scanned 0 total records. 0 secs 2015-12-19T10:10:29.096-0500 I INDEX [repl writer worker 14] build index on: OMEGA.MonthlyEmploymentVerificationStatistic properties: { v: 1, key: { ENTITY_ID: 1 }, name: "ENTITY_ID_1", ns: "OMEGA.MonthlyEmploymentVerificationStatistic" } 2015-12-19T10:10:29.096-0500 I INDEX [repl writer worker 14] building index using bulk method 2015-12-19T10:10:29.096-0500 I INDEX [repl writer worker 14] build index done. scanned 0 total records. 0 secs 2015-12-19T10:10:30.163-0500 I INDEX [repl writer worker 10] build index on: OMEGA.MonthlyMortgageInsuranceStatistic properties: { v: 1, key: { ENTITY_ID: 1 }, name: "ENTITY_ID_1", ns: "OMEGA.MonthlyMortgageInsuranceStatistic" } 2015-12-19T10:10:30.163-0500 I INDEX [repl writer worker 10] building index using bulk method 2015-12-19T10:10:30.164-0500 I INDEX [repl writer worker 10] build index done. scanned 0 total records. 0 secs 2015-12-19T10:10:31.213-0500 I INDEX [repl writer worker 4] build index on: OMEGA.Payment properties: { v: 1, key: { ENTITY_ID: 1 }, name: "ENTITY_ID_1", ns: "OMEGA.Payment" } 2015-12-19T10:10:31.213-0500 I INDEX [repl writer worker 4] building index using bulk method 2015-12-19T10:10:31.213-0500 I INDEX [repl writer worker 4] build index done. scanned 0 total records. 0 secs 2015-12-19T10:10:32.284-0500 I INDEX [repl writer worker 14] build index on: OMEGA.MilanExchangeRefData properties: { v: 1, key: { ENTITY_ID: 1 }, name: "ENTITY_ID_1", ns: "OMEGA.MilanExchangeRefData" } 2015-12-19T10:10:32.284-0500 I INDEX [repl writer worker 14] building index using bulk method 2015-12-19T10:10:32.285-0500 I INDEX [repl writer worker 14] build index done. scanned 0 total records. 0 secs 2015-12-19T10:10:33.399-0500 I INDEX [repl writer worker 4] build index on: OMEGA.OriginalAssetVerificationStatistic properties: { v: 1, key: { ENTITY_ID: 1 }, name: "ENTITY_ID_1", ns: "OMEGA.OriginalAssetVerificationStatistic" } 2015-12-19T10:10:33.399-0500 I INDEX [repl writer worker 4] building index using bulk method 2015-12-19T10:10:33.399-0500 I INDEX [repl writer worker 4] build index done. scanned 0 total records. 0 secs 2015-12-19T10:11:03.208-0500 I INDEX [repl writer worker 2] build index on: OMEGA.OriginalBorrowerStatistic properties: { v: 1, key: { ENTITY_ID: 1 }, name: "ENTITY_ID_1", ns: "OMEGA.OriginalBorrowerStatistic" } 2015-12-19T10:11:03.208-0500 I INDEX [repl writer worker 2] building index using bulk method 2015-12-19T10:11:03.208-0500 I INDEX [repl writer worker 2] build index done. scanned 0 total records. 0 secs 2015-12-19T10:11:31.973-0500 I INDEX [repl writer worker 10] build index on: OMEGA.OriginalIncomeVerificationStatistic properties: { v: 1, key: { ENTITY_ID: 1 }, name: "ENTITY_ID_1", ns: "OMEGA.OriginalIncomeVerificationStatistic" } 2015-12-19T10:11:31.973-0500 I INDEX [repl writer worker 10] building index using bulk method 2015-12-19T10:11:31.974-0500 I INDEX [repl writer worker 10] build index done. scanned 0 total records. 0 secs 2015-12-19T10:12:00.720-0500 I INDEX [repl writer worker 1] build index on: OMEGA.OriginalEmploymentVerificationStatistic properties: { v: 1, key: { ENTITY_ID: 1 }, name: "ENTITY_ID_1", ns: "OMEGA.OriginalEmploymentVerificationStatistic" } 2015-12-19T10:12:00.720-0500 I INDEX [repl writer worker 1] building index using bulk method 2015-12-19T10:12:00.721-0500 I INDEX [repl writer worker 1] build index done. scanned 0 total records. 0 secs 2015-12-19T10:12:29.474-0500 I INDEX [repl writer worker 6] build index on: OMEGA.OriginalMortgageInsuranceStatistic properties: { v: 1, key: { ENTITY_ID: 1 }, name: "ENTITY_ID_1", ns: "OMEGA.OriginalMortgageInsuranceStatistic" } 2015-12-19T10:12:29.474-0500 I INDEX [repl writer worker 6] building index using bulk method 2015-12-19T10:12:29.474-0500 I INDEX [repl writer worker 6] build index done. scanned 0 total records. 0 secs 2015-12-19T10:12:58.188-0500 I INDEX [repl writer worker 1] build index on: OMEGA.MonthlyPayDateStatistic properties: { v: 1, key: { ENTITY_ID: 1 }, name: "ENTITY_ID_1", ns: "OMEGA.MonthlyPayDateStatistic" } 2015-12-19T10:12:58.188-0500 I INDEX [repl writer worker 1] building index using bulk method 2015-12-19T10:12:58.189-0500 I INDEX [repl writer worker 1] build index done. scanned 0 total records. 0 secs 2015-12-19T10:12:59.249-0500 I INDEX [repl writer worker 6] build index on: OMEGA.MonthlyRateChangeFirstPaymentComboStatistic properties: { v: 1, key: { ENTITY_ID: 1 }, name: "ENTITY_ID_1", ns: "OMEGA.MonthlyRateChangeFirstPaymentComboStatistic" } 2015-12-19T10:12:59.249-0500 I INDEX [repl writer worker 6] building index using bulk method 2015-12-19T10:12:59.249-0500 I INDEX [repl writer worker 6] build index done. scanned 0 total records. 0 secs 2015-12-19T10:13:00.304-0500 I INDEX [repl writer worker 3] build index on: OMEGA.EffectiveCallDate properties: { v: 1, key: { ENTITY_ID: 1 }, name: "ENTITY_ID_1", ns: "OMEGA.EffectiveCallDate" } 2015-12-19T10:13:00.304-0500 I INDEX [repl writer worker 3] building index using bulk method 2015-12-19T10:13:00.305-0500 I INDEX [repl writer worker 3] build index done. scanned 0 total records. 0 secs 2015-12-19T10:13:02.391-0500 I INDEX [repl writer worker 5] build index on: OMEGA.PortfolioContact properties: { v: 1, key: { ENTITY_ID: 1 }, name: "ENTITY_ID_1", ns: "OMEGA.PortfolioContact" } 2015-12-19T10:13:02.391-0500 I INDEX [repl writer worker 5] building index using bulk method 2015-12-19T10:13:02.391-0500 I INDEX [repl writer worker 5] build index done. scanned 0 total records. 0 secs 2015-12-19T10:13:04.531-0500 I INDEX [repl writer worker 12] build index on: OMEGA.OriginalPayDateStatistic properties: { v: 1, key: { ENTITY_ID: 1 }, name: "ENTITY_ID_1", ns: "OMEGA.OriginalPayDateStatistic" } 2015-12-19T10:13:04.531-0500 I INDEX [repl writer worker 12] building index using bulk method 2015-12-19T10:13:04.533-0500 I INDEX [repl writer worker 12] build index done. scanned 0 total records. 0 secs 2015-12-19T10:13:05.590-0500 I INDEX [repl writer worker 6] build index on: OMEGA.OriginalRateChangeFirstPaymentComboStatistic properties: { v: 1, key: { ENTITY_ID: 1 }, name: "ENTITY_ID_1", ns: "OMEGA.OriginalRateChangeFirstPaymentComboStatistic" } 2015-12-19T10:13:05.590-0500 I INDEX [repl writer worker 6] building index using bulk method 2015-12-19T10:13:05.590-0500 I INDEX [repl writer worker 6] build index done. scanned 0 total records. 0 secs 2015-12-19T10:13:06.666-0500 I INDEX [repl writer worker 9] build index on: OMEGA.OriginalBorrowerPaydownStatistic properties: { v: 1, key: { ENTITY_ID: 1 }, name: "ENTITY_ID_1", ns: "OMEGA.OriginalBorrowerPaydownStatistic" } 2015-12-19T10:13:06.666-0500 I INDEX [repl writer worker 9] building index using bulk method 2015-12-19T10:13:06.666-0500 I INDEX [repl writer worker 9] build index done. scanned 0 total records. 0 secs 2015-12-19T10:13:07.726-0500 I INDEX [repl writer worker 14] build index on: OMEGA.MonthlyModificationTypeStatistic properties: { v: 1, key: { ENTITY_ID: 1 }, name: "ENTITY_ID_1", ns: "OMEGA.MonthlyModificationTypeStatistic" } 2015-12-19T10:13:07.726-0500 I INDEX [repl writer worker 14] building index using bulk method 2015-12-19T10:13:07.727-0500 I INDEX [repl writer worker 14] build index done. scanned 0 total records. 0 secs 2015-12-19T10:13:08.791-0500 I INDEX [repl writer worker 13] build index on: OMEGA.MuniCurveStateAdj properties: { v: 1, key: { ENTITY_ID: 1 }, name: "ENTITY_ID_1", ns: "OMEGA.MuniCurveStateAdj" } 2015-12-19T10:13:08.791-0500 I INDEX [repl writer worker 13] building index using bulk method 2015-12-19T10:13:08.791-0500 I INDEX [repl writer worker 13] build index done. scanned 0 total records. 0 secs 2015-12-19T10:13:10.897-0500 I INDEX [repl writer worker 12] build index on: OMEGA.MuniCurveIssuerAdj properties: { v: 1, key: { ENTITY_ID: 1 }, name: "ENTITY_ID_1", ns: "OMEGA.MuniCurveIssuerAdj" } 2015-12-19T10:13:10.897-0500 I INDEX [repl writer worker 12] building index using bulk method 2015-12-19T10:13:10.897-0500 I INDEX [repl writer worker 12] build index done. scanned 0 total records. 0 secs 2015-12-19T10:13:12.973-0500 I INDEX [repl writer worker 13] build index on: OMEGA.MuniCurveSpAdj properties: { v: 1, key: { ENTITY_ID: 1 }, name: "ENTITY_ID_1", ns: "OMEGA.MuniCurveSpAdj" } 2015-12-19T10:13:12.974-0500 I INDEX [repl writer worker 13] building index using bulk method 2015-12-19T10:13:12.974-0500 I INDEX [repl writer worker 13] build index done. scanned 0 total records. 0 secs 2015-12-19T10:13:15.075-0500 I INDEX [repl writer worker 5] build index on: OMEGA.MuniCurveMoodyAdj properties: { v: 1, key: { ENTITY_ID: 1 }, name: "ENTITY_ID_1", ns: "OMEGA.MuniCurveMoodyAdj" } 2015-12-19T10:13:15.075-0500 I INDEX [repl writer worker 5] building index using bulk method 2015-12-19T10:13:15.076-0500 I INDEX [repl writer worker 5] build index done. scanned 0 total records. 0 secs 2015-12-19T11:41:53.033-0500 I REPL [ReplicationExecutor] re-evaluating sync source because our current sync source's most recent OpTime is (term: 1, timestamp: Dec 19 11:41:20:1) which is more than 30s behind member sec-dev-mongo012:27020 whose most recent OpTime is (term: 1, timestamp: Dec 19 11:41:51:a) 2015-12-19T11:41:53.033-0500 I REPL [ReplicationExecutor] could not find member to sync from 2015-12-19T11:41:54.033-0500 I REPL [ReplicationExecutor] syncing from: sec-dev-mongo004:27020 2015-12-19T12:01:58.043-0500 I REPL [ReplicationExecutor] re-evaluating sync source because our current sync source's most recent OpTime is (term: 1, timestamp: Dec 19 11:59:32:1) which is more than 30s behind member sec-dev-mongo012:27020 whose most recent OpTime is (term: 1, timestamp: Dec 19 12:01:56:ae) 2015-12-19T12:01:58.043-0500 I REPL [ReplicationExecutor] could not find member to sync from 2015-12-19T12:01:59.043-0500 I REPL [ReplicationExecutor] syncing from: sec-dev-mongo004:27020 2015-12-19T12:20:38.171-0500 I NETWORK [initandlisten] connection accepted from 10.175.73.251:60097 #258 (23 connections now open) 2015-12-19T12:20:38.171-0500 I NETWORK [conn258] end connection 10.175.73.251:60097 (22 connections now open) 2015-12-19T12:20:38.172-0500 I NETWORK [initandlisten] connection accepted from 10.175.73.251:60098 #259 (23 connections now open) 2015-12-19T12:20:38.172-0500 I NETWORK [initandlisten] connection accepted from 10.175.73.251:60099 #260 (24 connections now open) 2015-12-19T12:22:36.551-0500 I NETWORK [initandlisten] connection accepted from 10.175.73.251:60159 #261 (25 connections now open) 2015-12-19T12:30:26.199-0500 I NETWORK [conn259] end connection 10.175.73.251:60098 (24 connections now open) 2015-12-19T12:35:26.197-0500 I NETWORK [conn260] end connection 10.175.73.251:60099 (23 connections now open) 2015-12-19T12:35:26.197-0500 I NETWORK [conn261] end connection 10.175.73.251:60159 (23 connections now open) 2015-12-19T12:45:05.215-0500 I NETWORK [initandlisten] connection accepted from 10.175.73.251:60828 #262 (23 connections now open) 2015-12-19T12:45:05.216-0500 I NETWORK [conn262] end connection 10.175.73.251:60828 (22 connections now open) 2015-12-19T12:45:05.216-0500 I NETWORK [initandlisten] connection accepted from 10.175.73.251:60829 #263 (23 connections now open) 2015-12-19T12:45:05.216-0500 I NETWORK [initandlisten] connection accepted from 10.175.73.251:60830 #264 (24 connections now open) 2015-12-19T12:46:50.916-0500 I NETWORK [initandlisten] connection accepted from 10.175.73.251:60881 #265 (25 connections now open) 2015-12-19T13:14:57.145-0500 I COMMAND [conn264] command local.oplog.rs command: getMore { getMore: 22688766858, collection: "oplog.rs", maxTimeMS: 5000, term: 1, lastKnownCommittedOpTime: { ts: Timestamp 1450548895000|46, t: 1 } } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:266 locks:{ Global: { acquireCount: { r: 2 } }, Database: { acquireCount: { r: 1 }, acquireWaitCount: { r: 1 }, timeAcquiringMicros: { r: 208745 } }, oplog: { acquireCount: { r: 1 } } } protocol:op_command 208ms 2015-12-19T14:38:31.852-0500 I NETWORK [conn263] end connection 10.175.73.251:60829 (24 connections now open) 2015-12-19T14:43:31.850-0500 I NETWORK [conn265] end connection 10.175.73.251:60881 (23 connections now open) 2015-12-19T14:43:31.850-0500 I NETWORK [conn264] end connection 10.175.73.251:60830 (23 connections now open) 2015-12-19T15:44:38.121-0500 I NETWORK [initandlisten] connection accepted from 10.175.73.251:37940 #266 (23 connections now open) 2015-12-19T15:44:38.122-0500 I NETWORK [conn266] end connection 10.175.73.251:37940 (22 connections now open) 2015-12-19T15:44:38.122-0500 I NETWORK [initandlisten] connection accepted from 10.175.73.251:37941 #267 (23 connections now open) 2015-12-19T15:44:38.122-0500 I NETWORK [initandlisten] connection accepted from 10.175.73.251:37942 #268 (24 connections now open) 2015-12-19T15:50:48.125-0500 I NETWORK [conn267] end connection 10.175.73.251:37941 (23 connections now open) 2015-12-19T15:55:48.128-0500 I NETWORK [conn268] end connection 10.175.73.251:37942 (22 connections now open) 2015-12-19T17:54:52.257-0500 I REPL [ReplicationExecutor] re-evaluating sync source because our current sync source's most recent OpTime is (term: 1, timestamp: Dec 19 17:48:39:b) which is more than 30s behind member sec-dev-mongo012:27020 whose most recent OpTime is (term: 1, timestamp: Dec 19 17:54:50:5) 2015-12-19T17:54:52.257-0500 I REPL [ReplicationExecutor] could not find member to sync from 2015-12-19T17:54:57.258-0500 I REPL [ReplicationExecutor] syncing from: sec-dev-mongo012:27020 2015-12-19T17:54:57.259-0500 I REPL [SyncSourceFeedback] setting syncSourceFeedback to sec-dev-mongo012:27020 2015-12-19T17:54:57.260-0500 I ASIO [NetworkInterfaceASIO-BGSync-0] Successfully connected to sec-dev-mongo012:27020 2015-12-19T18:09:57.557-0500 I ASIO [NetworkInterfaceASIO-BGSync-0] Successfully connected to sec-dev-mongo012:27020 2015-12-19T18:14:18.280-0500 I REPL [ReplicationExecutor] re-evaluating sync source because our current sync source's most recent OpTime is (term: 1, timestamp: Dec 19 18:13:11:e) which is more than 30s behind member sec-dev-mongo004:27020 whose most recent OpTime is (term: 1, timestamp: Dec 19 18:14:16:92) 2015-12-19T18:14:18.280-0500 I REPL [ReplicationExecutor] could not find member to sync from 2015-12-19T18:14:19.280-0500 I REPL [ReplicationExecutor] syncing from: sec-dev-mongo012:27020 2015-12-19T18:14:19.283-0500 I REPL [ReplicationExecutor] could not find member to sync from 2015-12-19T18:14:20.283-0500 I REPL [ReplicationExecutor] syncing from: sec-dev-mongo004:27020 2015-12-19T18:14:20.284-0500 I REPL [SyncSourceFeedback] setting syncSourceFeedback to sec-dev-mongo004:27020 2015-12-19T18:14:20.285-0500 I ASIO [NetworkInterfaceASIO-BGSync-0] Successfully connected to sec-dev-mongo004:27020 2015-12-19T18:35:56.752-0500 I ASIO [NetworkInterfaceASIO-BGSync-0] Successfully connected to sec-dev-mongo004:27020 2015-12-19T20:34:55.212-0500 I REPL [ReplicationExecutor] re-evaluating sync source because our current sync source's most recent OpTime is (term: 1, timestamp: Dec 19 20:33:33:7) which is more than 30s behind member sec-dev-mongo012:27020 whose most recent OpTime is (term: 1, timestamp: Dec 19 20:34:52:2) 2015-12-19T20:34:55.212-0500 I REPL [ReplicationExecutor] could not find member to sync from 2015-12-19T20:35:01.213-0500 I REPL [ReplicationExecutor] syncing from: sec-dev-mongo012:27020 2015-12-19T20:35:01.214-0500 I REPL [SyncSourceFeedback] setting syncSourceFeedback to sec-dev-mongo012:27020 2015-12-19T20:35:01.215-0500 I ASIO [NetworkInterfaceASIO-BGSync-0] Successfully connected to sec-dev-mongo012:27020 2015-12-19T20:39:38.036-0500 I REPL [ReplicationExecutor] could not find member to sync from 2015-12-19T20:39:39.036-0500 I REPL [ReplicationExecutor] syncing from: sec-dev-mongo004:27020 2015-12-19T20:39:39.037-0500 I REPL [SyncSourceFeedback] setting syncSourceFeedback to sec-dev-mongo004:27020 2015-12-19T21:02:35.074-0500 I NETWORK [initandlisten] connection accepted from 10.175.73.251:47504 #269 (23 connections now open) 2015-12-19T21:02:35.074-0500 I NETWORK [conn269] end connection 10.175.73.251:47504 (22 connections now open) 2015-12-19T21:02:35.075-0500 I NETWORK [initandlisten] connection accepted from 10.175.73.251:47505 #270 (23 connections now open) 2015-12-19T21:02:35.075-0500 I NETWORK [initandlisten] connection accepted from 10.175.73.251:47506 #271 (24 connections now open) 2015-12-19T21:19:26.993-0500 I NETWORK [initandlisten] connection accepted from 10.175.73.251:48015 #272 (25 connections now open) 2015-12-19T21:40:23.155-0500 I NETWORK [conn270] end connection 10.175.73.251:47505 (24 connections now open) 2015-12-19T21:45:23.148-0500 I NETWORK [conn272] end connection 10.175.73.251:48015 (23 connections now open) 2015-12-19T21:45:23.148-0500 I NETWORK [conn271] end connection 10.175.73.251:47506 (23 connections now open) 2015-12-19T21:45:53.369-0500 I REPL [ReplicationExecutor] re-evaluating sync source because our current sync source's most recent OpTime is (term: 1, timestamp: Dec 19 21:44:00:146) which is more than 30s behind member sec-dev-mongo012:27020 whose most recent OpTime is (term: 1, timestamp: Dec 19 21:45:51:1) 2015-12-19T21:45:53.369-0500 I REPL [ReplicationExecutor] could not find member to sync from 2015-12-19T21:45:58.369-0500 I REPL [ReplicationExecutor] syncing from: sec-dev-mongo012:27020 2015-12-19T21:45:58.371-0500 I REPL [SyncSourceFeedback] setting syncSourceFeedback to sec-dev-mongo012:27020 2015-12-19T21:45:58.372-0500 I ASIO [NetworkInterfaceASIO-BGSync-0] Successfully connected to sec-dev-mongo012:27020 2015-12-19T21:57:43.518-0500 I ASIO [NetworkInterfaceASIO-BGSync-0] Successfully connected to sec-dev-mongo012:27020 2015-12-19T23:41:34.048-0500 I REPL [ReplicationExecutor] re-evaluating sync source because our current sync source's most recent OpTime is (term: 1, timestamp: Dec 19 23:39:26:b) which is more than 30s behind member sec-dev-mongo004:27020 whose most recent OpTime is (term: 1, timestamp: Dec 19 23:41:31:6d) 2015-12-19T23:41:34.048-0500 I REPL [ReplicationExecutor] syncing from: sec-dev-mongo004:27020 2015-12-19T23:41:34.050-0500 I REPL [SyncSourceFeedback] setting syncSourceFeedback to sec-dev-mongo004:27020 2015-12-19T23:41:34.051-0500 I ASIO [NetworkInterfaceASIO-BGSync-0] Successfully connected to sec-dev-mongo004:27020 2015-12-19T23:53:27.909-0500 I ASIO [NetworkInterfaceASIO-BGSync-0] Successfully connected to sec-dev-mongo004:27020 2015-12-20T04:33:13.935-0500 I COMMAND [conn7] command admin.$cmd command: replSetHeartbeat { replSetHeartbeat: "sec-dev-rs3", configVersion: 3, from: "sec-dev-mongo012:27020", fromId: 2, term: 1 } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:360 locks:{} protocol:op_command 168ms 2015-12-20T04:44:08.515-0500 I COMMAND [ftdc] serverStatus was very slow: { after basic: 0, after asserts: 0, after connections: 0, after extra_info: 1480, after globalLock: 1480, after locks: 1480, after network: 1480, after opcounters: 1480, after opcountersRepl: 1480, after repl: 1480, after storageEngine: 1480, after tcmalloc: 1500, after wiredTiger: 1500, at end: 1500 } 2015-12-20T04:50:37.464-0500 I COMMAND [ftdc] serverStatus was very slow: { after basic: 0, after asserts: 0, after connections: 0, after extra_info: 9390, after globalLock: 9390, after locks: 9390, after network: 9390, after opcounters: 9390, after opcountersRepl: 9390, after repl: 9390, after storageEngine: 9390, after tcmalloc: 9390, after wiredTiger: 9390, at end: 9390 } 2015-12-20T04:51:50.125-0500 I COMMAND [ftdc] serverStatus was very slow: { after basic: 0, after asserts: 0, after connections: 0, after extra_info: 2100, after globalLock: 2100, after locks: 2100, after network: 2100, after opcounters: 2100, after opcountersRepl: 2100, after repl: 2100, after storageEngine: 2100, after tcmalloc: 2100, after wiredTiger: 2100, at end: 2100 } 2015-12-20T05:04:40.116-0500 I COMMAND [conn40] command admin.$cmd command: isMaster { ismaster: 1 } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:385 locks:{} protocol:op_command 173ms 2015-12-20T05:04:44.307-0500 I COMMAND [conn17] command admin.$cmd command: isMaster { ismaster: 1 } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:385 locks:{} protocol:op_command 3383ms 2015-12-20T05:04:44.307-0500 I COMMAND [conn4] command admin.$cmd command: replSetHeartbeat { replSetHeartbeat: "sec-dev-rs3", configVersion: 3, from: "sec-dev-mongo004:27020", fromId: 0, term: 1 } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:360 locks:{} protocol:op_command 3840ms 2015-12-20T05:04:44.307-0500 I COMMAND [conn31] command admin.$cmd command: isMaster { ismaster: 1 } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:385 locks:{} protocol:op_command 3383ms 2015-12-20T05:04:44.307-0500 I COMMAND [conn7] command admin.$cmd command: replSetHeartbeat { replSetHeartbeat: "sec-dev-rs3", configVersion: 3, from: "sec-dev-mongo012:27020", fromId: 2, term: 1 } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:360 locks:{} protocol:op_command 3364ms 2015-12-20T05:04:44.307-0500 I COMMAND [conn18] command admin.$cmd command: isMaster { ismaster: 1 } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:385 locks:{} protocol:op_command 3366ms 2015-12-20T05:04:44.307-0500 I COMMAND [conn14] command admin.$cmd command: isMaster { ismaster: 1 } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:385 locks:{} protocol:op_command 3383ms 2015-12-20T05:04:44.307-0500 I COMMAND [ftdc] serverStatus was very slow: { after basic: 0, after asserts: 0, after connections: 0, after extra_info: 4290, after globalLock: 4290, after locks: 4290, after network: 4290, after opcounters: 4290, after opcountersRepl: 4290, after repl: 4290, after storageEngine: 4290, after tcmalloc: 4290, after wiredTiger: 4290, at end: 4290 } 2015-12-20T05:05:58.948-0500 I COMMAND [conn7] command admin.$cmd command: replSetHeartbeat { replSetHeartbeat: "sec-dev-rs3", configVersion: 3, from: "sec-dev-mongo012:27020", fromId: 2, term: 1 } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:360 locks:{} protocol:op_command 1465ms 2015-12-20T05:05:58.948-0500 I COMMAND [ftdc] serverStatus was very slow: { after basic: 0, after asserts: 0, after connections: 0, after extra_info: 2010, after globalLock: 2010, after locks: 2010, after network: 2010, after opcounters: 2010, after opcountersRepl: 2010, after repl: 2010, after storageEngine: 2010, after tcmalloc: 2010, after wiredTiger: 2010, at end: 2150 } 2015-12-20T05:07:31.041-0500 I COMMAND [conn7] command admin.$cmd command: replSetHeartbeat { replSetHeartbeat: "sec-dev-rs3", configVersion: 3, from: "sec-dev-mongo012:27020", fromId: 2, term: 1 } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:360 locks:{} protocol:op_command 916ms 2015-12-20T05:07:31.041-0500 I COMMAND [conn4] command admin.$cmd command: replSetHeartbeat { replSetHeartbeat: "sec-dev-rs3", configVersion: 3, from: "sec-dev-mongo004:27020", fromId: 0, term: 1 } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:360 locks:{} protocol:op_command 1189ms 2015-12-20T05:07:31.141-0500 I COMMAND [ftdc] serverStatus was very slow: { after basic: 0, after asserts: 0, after connections: 0, after extra_info: 1130, after globalLock: 1130, after locks: 1130, after network: 1130, after opcounters: 1130, after opcountersRepl: 1130, after repl: 1130, after storageEngine: 1130, after tcmalloc: 1130, after wiredTiger: 1130, at end: 1130 } 2015-12-20T05:07:36.140-0500 I COMMAND [conn7] command admin.$cmd command: replSetHeartbeat { replSetHeartbeat: "sec-dev-rs3", configVersion: 3, from: "sec-dev-mongo012:27020", fromId: 2, term: 1 } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:360 locks:{} protocol:op_command 1047ms 2015-12-20T05:07:36.140-0500 I COMMAND [conn4] command admin.$cmd command: replSetHeartbeat { replSetHeartbeat: "sec-dev-rs3", configVersion: 3, from: "sec-dev-mongo004:27020", fromId: 0, term: 1 } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:360 locks:{} protocol:op_command 1046ms 2015-12-20T05:07:36.350-0500 I COMMAND [ftdc] serverStatus was very slow: { after basic: 0, after asserts: 0, after connections: 0, after extra_info: 0, after globalLock: 0, after locks: 0, after network: 0, after opcounters: 0, after opcountersRepl: 0, after repl: 1130, after storageEngine: 1130, after tcmalloc: 1340, after wiredTiger: 1340, at end: 1340 } 2015-12-20T05:07:40.381-0500 I COMMAND [conn7] command admin.$cmd command: replSetHeartbeat { replSetHeartbeat: "sec-dev-rs3", configVersion: 3, from: "sec-dev-mongo012:27020", fromId: 2, term: 1 } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:360 locks:{} protocol:op_command 239ms 2015-12-20T05:07:40.381-0500 I COMMAND [conn4] command admin.$cmd command: replSetHeartbeat { replSetHeartbeat: "sec-dev-rs3", configVersion: 3, from: "sec-dev-mongo004:27020", fromId: 0, term: 1 } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:360 locks:{} protocol:op_command 239ms 2015-12-20T05:07:40.779-0500 I COMMAND [ftdc] serverStatus was very slow: { after basic: 0, after asserts: 0, after connections: 0, after extra_info: 3760, after globalLock: 3760, after locks: 3760, after network: 3760, after opcounters: 3760, after opcountersRepl: 3760, after repl: 3760, after storageEngine: 3760, after tcmalloc: 3760, after wiredTiger: 3760, at end: 3760 } 2015-12-20T05:08:41.316-0500 I COMMAND [conn31] command admin.$cmd command: isMaster { ismaster: 1 } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:385 locks:{} protocol:op_command 349ms 2015-12-20T05:10:23.381-0500 I COMMAND [conn4] command admin.$cmd command: replSetHeartbeat { replSetHeartbeat: "sec-dev-rs3", configVersion: 3, from: "sec-dev-mongo004:27020", fromId: 0, term: 1 } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:360 locks:{} protocol:op_command 741ms 2015-12-20T05:10:23.381-0500 I COMMAND [conn31] command admin.$cmd command: isMaster { ismaster: 1 } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:385 locks:{} protocol:op_command 1278ms 2015-12-20T05:10:23.381-0500 I COMMAND [conn39] command admin.$cmd command: isMaster { ismaster: 1 } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:385 locks:{} protocol:op_command 1283ms 2015-12-20T05:10:23.381-0500 I COMMAND [conn42] command admin.$cmd command: isMaster { ismaster: 1 } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:385 locks:{} protocol:op_command 1249ms 2015-12-20T05:10:23.381-0500 I COMMAND [conn7] command admin.$cmd command: replSetHeartbeat { replSetHeartbeat: "sec-dev-rs3", configVersion: 3, from: "sec-dev-mongo012:27020", fromId: 2, term: 1 } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:360 locks:{} protocol:op_command 1166ms 2015-12-20T05:10:23.381-0500 I COMMAND [conn254] command admin.$cmd command: isMaster { ismaster: 1 } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:385 locks:{} protocol:op_command 1278ms 2015-12-20T05:10:23.684-0500 I COMMAND [ftdc] serverStatus was very slow: { after basic: 0, after asserts: 0, after connections: 0, after extra_info: 3660, after globalLock: 3660, after locks: 3660, after network: 3660, after opcounters: 3660, after opcountersRepl: 3660, after repl: 3660, after storageEngine: 3660, after tcmalloc: 3660, after wiredTiger: 3660, at end: 3660 } 2015-12-20T05:11:33.689-0500 I COMMAND [conn4] command admin.$cmd command: replSetHeartbeat { replSetHeartbeat: "sec-dev-rs3", configVersion: 3, from: "sec-dev-mongo004:27020", fromId: 0, term: 1 } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:360 locks:{} protocol:op_command 133ms 2015-12-20T05:11:33.689-0500 I COMMAND [conn7] command admin.$cmd command: replSetHeartbeat { replSetHeartbeat: "sec-dev-rs3", configVersion: 3, from: "sec-dev-mongo012:27020", fromId: 2, term: 1 } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:360 locks:{} protocol:op_command 133ms 2015-12-20T05:11:51.839-0500 I COMMAND [ftdc] serverStatus was very slow: { after basic: 0, after asserts: 0, after connections: 0, after extra_info: 2320, after globalLock: 2320, after locks: 2320, after network: 2320, after opcounters: 2320, after opcountersRepl: 2320, after repl: 2320, after storageEngine: 2320, after tcmalloc: 2330, after wiredTiger: 2330, at end: 2470 } 2015-12-20T05:11:51.839-0500 I COMMAND [conn7] command admin.$cmd command: replSetHeartbeat { replSetHeartbeat: "sec-dev-rs3", configVersion: 3, from: "sec-dev-mongo012:27020", fromId: 2, term: 1 } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:360 locks:{} protocol:op_command 1646ms 2015-12-20T05:11:51.839-0500 I COMMAND [conn4] command admin.$cmd command: replSetHeartbeat { replSetHeartbeat: "sec-dev-rs3", configVersion: 3, from: "sec-dev-mongo004:27020", fromId: 0, term: 1 } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:360 locks:{} protocol:op_command 1645ms 2015-12-20T05:11:51.839-0500 I COMMAND [conn17] command admin.$cmd command: isMaster { ismaster: 1 } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:385 locks:{} protocol:op_command 532ms 2015-12-20T05:11:51.839-0500 I COMMAND [conn14] command admin.$cmd command: isMaster { ismaster: 1 } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:385 locks:{} protocol:op_command 532ms 2015-12-20T05:11:51.839-0500 I COMMAND [conn38] command admin.$cmd command: isMaster { ismaster: 1 } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:385 locks:{} protocol:op_command 532ms 2015-12-20T05:11:56.773-0500 I COMMAND [conn39] command admin.$cmd command: isMaster { ismaster: 1 } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:385 locks:{} protocol:op_command 2236ms 2015-12-20T05:11:56.774-0500 I COMMAND [conn22] command admin.$cmd command: isMaster { ismaster: 1 } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:385 locks:{} protocol:op_command 378ms 2015-12-20T05:11:56.774-0500 I COMMAND [conn10] command admin.$cmd command: isMaster { ismaster: 1 } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:385 locks:{} protocol:op_command 382ms 2015-12-20T05:11:56.774-0500 I COMMAND [conn20] command admin.$cmd command: isMaster { ismaster: 1 } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:385 locks:{} protocol:op_command 390ms 2015-12-20T05:11:56.774-0500 I COMMAND [conn40] command admin.$cmd command: isMaster { ismaster: 1 } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:385 locks:{} protocol:op_command 334ms 2015-12-20T05:11:56.774-0500 I COMMAND [conn9] command admin.$cmd command: isMaster { ismaster: 1 } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:385 locks:{} protocol:op_command 335ms 2015-12-20T05:11:56.774-0500 I COMMAND [conn13] command admin.$cmd command: isMaster { ismaster: 1 } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:385 locks:{} protocol:op_command 383ms 2015-12-20T05:11:56.774-0500 I COMMAND [conn11] command admin.$cmd command: isMaster { ismaster: 1 } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:385 locks:{} protocol:op_command 327ms 2015-12-20T05:11:56.774-0500 I COMMAND [conn16] command admin.$cmd command: isMaster { ismaster: 1 } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:385 locks:{} protocol:op_command 335ms 2015-12-20T05:11:56.774-0500 I COMMAND [conn43] command admin.$cmd command: isMaster { ismaster: 1 } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:385 locks:{} protocol:op_command 384ms 2015-12-20T05:11:56.774-0500 I COMMAND [conn12] command admin.$cmd command: isMaster { ismaster: 1 } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:385 locks:{} protocol:op_command 382ms 2015-12-20T05:11:56.774-0500 I COMMAND [conn15] command admin.$cmd command: isMaster { ismaster: 1 } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:385 locks:{} protocol:op_command 335ms 2015-12-20T05:11:56.774-0500 I COMMAND [conn7] command admin.$cmd command: replSetHeartbeat { replSetHeartbeat: "sec-dev-rs3", configVersion: 3, from: "sec-dev-mongo012:27020", fromId: 2, term: 1 } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:360 locks:{} protocol:op_command 933ms 2015-12-20T05:11:56.774-0500 I COMMAND [PeriodicTaskRunner] task: UnusedLockCleaner took: 1773ms 2015-12-20T05:11:56.774-0500 I COMMAND [conn4] command admin.$cmd command: replSetHeartbeat { replSetHeartbeat: "sec-dev-rs3", configVersion: 3, from: "sec-dev-mongo004:27020", fromId: 0, term: 1 } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:360 locks:{} protocol:op_command 934ms 2015-12-20T05:13:15.714-0500 I COMMAND [conn254] command admin.$cmd command: isMaster { ismaster: 1 } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:385 locks:{} protocol:op_command 496ms 2015-12-20T05:13:30.573-0500 I COMMAND [conn20] command admin.$cmd command: isMaster { ismaster: 1 } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:385 locks:{} protocol:op_command 1861ms 2015-12-20T05:13:30.573-0500 I COMMAND [conn10] command admin.$cmd command: isMaster { ismaster: 1 } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:385 locks:{} protocol:op_command 1861ms 2015-12-20T05:13:30.573-0500 I COMMAND [conn13] command admin.$cmd command: isMaster { ismaster: 1 } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:385 locks:{} protocol:op_command 1861ms 2015-12-20T05:13:30.573-0500 I COMMAND [conn16] command admin.$cmd command: isMaster { ismaster: 1 } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:385 locks:{} protocol:op_command 1861ms 2015-12-20T05:13:30.573-0500 I COMMAND [conn15] command admin.$cmd command: isMaster { ismaster: 1 } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:385 locks:{} protocol:op_command 1860ms 2015-12-20T05:13:30.573-0500 I COMMAND [conn22] command admin.$cmd command: isMaster { ismaster: 1 } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:385 locks:{} protocol:op_command 1860ms 2015-12-20T05:13:30.573-0500 I COMMAND [conn11] command admin.$cmd command: isMaster { ismaster: 1 } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:385 locks:{} protocol:op_command 1860ms 2015-12-20T05:13:30.573-0500 I COMMAND [conn40] command admin.$cmd command: isMaster { ismaster: 1 } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:385 locks:{} protocol:op_command 1859ms 2015-12-20T05:13:30.573-0500 I COMMAND [conn12] command admin.$cmd command: isMaster { ismaster: 1 } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:385 locks:{} protocol:op_command 1859ms 2015-12-20T05:13:30.573-0500 I COMMAND [conn43] command admin.$cmd command: isMaster { ismaster: 1 } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:385 locks:{} protocol:op_command 1859ms 2015-12-20T05:13:30.573-0500 I COMMAND [conn39] command admin.$cmd command: isMaster { ismaster: 1 } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:385 locks:{} protocol:op_command 1856ms 2015-12-20T05:13:30.573-0500 I COMMAND [conn9] command admin.$cmd command: isMaster { ismaster: 1 } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:385 locks:{} protocol:op_command 1856ms 2015-12-20T05:13:30.573-0500 I COMMAND [conn4] command admin.$cmd command: replSetHeartbeat { replSetHeartbeat: "sec-dev-rs3", configVersion: 3, from: "sec-dev-mongo004:27020", fromId: 0, term: 1 } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:360 locks:{} protocol:op_command 1787ms 2015-12-20T05:13:30.573-0500 I COMMAND [conn7] command admin.$cmd command: replSetHeartbeat { replSetHeartbeat: "sec-dev-rs3", configVersion: 3, from: "sec-dev-mongo012:27020", fromId: 2, term: 1 } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:360 locks:{} protocol:op_command 1781ms 2015-12-20T05:19:04.840-0500 I COMMAND [conn15] command admin.$cmd command: isMaster { ismaster: 1 } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:385 locks:{} protocol:op_command 1285ms 2015-12-20T05:19:04.840-0500 I COMMAND [conn13] command admin.$cmd command: isMaster { ismaster: 1 } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:385 locks:{} protocol:op_command 1285ms 2015-12-20T05:19:04.840-0500 I COMMAND [conn11] command admin.$cmd command: isMaster { ismaster: 1 } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:385 locks:{} protocol:op_command 1284ms 2015-12-20T05:19:04.840-0500 I COMMAND [conn12] command admin.$cmd command: isMaster { ismaster: 1 } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:385 locks:{} protocol:op_command 1284ms 2015-12-20T05:19:04.840-0500 I COMMAND [conn16] command admin.$cmd command: isMaster { ismaster: 1 } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:385 locks:{} protocol:op_command 1284ms 2015-12-20T05:19:04.840-0500 I COMMAND [conn40] command admin.$cmd command: isMaster { ismaster: 1 } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:385 locks:{} protocol:op_command 1199ms 2015-12-20T05:19:04.840-0500 I COMMAND [conn43] command admin.$cmd command: isMaster { ismaster: 1 } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:385 locks:{} protocol:op_command 1284ms 2015-12-20T05:19:04.840-0500 I COMMAND [conn39] command admin.$cmd command: isMaster { ismaster: 1 } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:385 locks:{} protocol:op_command 1277ms 2015-12-20T05:19:04.840-0500 I COMMAND [conn4] command admin.$cmd command: replSetHeartbeat { replSetHeartbeat: "sec-dev-rs3", configVersion: 3, from: "sec-dev-mongo004:27020", fromId: 0, term: 1 } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:360 locks:{} protocol:op_command 189ms 2015-12-20T05:19:04.840-0500 I COMMAND [conn7] command admin.$cmd command: replSetHeartbeat { replSetHeartbeat: "sec-dev-rs3", configVersion: 3, from: "sec-dev-mongo012:27020", fromId: 2, term: 1 } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:360 locks:{} protocol:op_command 165ms 2015-12-20T05:27:59.394-0500 I COMMAND [ftdc] serverStatus was very slow: { after basic: 0, after asserts: 0, after connections: 0, after extra_info: 1370, after globalLock: 1370, after locks: 1370, after network: 1370, after opcounters: 1370, after opcountersRepl: 1370, after repl: 1370, after storageEngine: 1370, after tcmalloc: 1390, after wiredTiger: 1390, at end: 1390 } 2015-12-20T05:28:35.884-0500 I COMMAND [ftdc] serverStatus was very slow: { after basic: 0, after asserts: 0, after connections: 0, after extra_info: 20, after globalLock: 20, after locks: 20, after network: 20, after opcounters: 20, after opcountersRepl: 20, after repl: 20, after storageEngine: 20, after tcmalloc: 3860, after wiredTiger: 3860, at end: 3860 } 2015-12-20T05:28:38.122-0500 I COMMAND [ftdc] serverStatus was very slow: { after basic: 0, after asserts: 0, after connections: 0, after extra_info: 1120, after globalLock: 1120, after locks: 1120, after network: 1120, after opcounters: 1120, after opcountersRepl: 1120, after repl: 1120, after storageEngine: 1120, after tcmalloc: 1120, after wiredTiger: 1120, at end: 1120 } 2015-12-20T05:28:45.176-0500 I COMMAND [conn14] command admin.$cmd command: isMaster { ismaster: 1 } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:385 locks:{} protocol:op_command 2224ms 2015-12-20T05:31:21.343-0500 I COMMAND [ftdc] serverStatus was very slow: { after basic: 0, after asserts: 0, after connections: 0, after extra_info: 3330, after globalLock: 3330, after locks: 3330, after network: 3330, after opcounters: 3330, after opcountersRepl: 3330, after repl: 3330, after storageEngine: 3330, after tcmalloc: 3330, after wiredTiger: 3330, at end: 3330 } 2015-12-20T05:31:24.303-0500 I COMMAND [ftdc] serverStatus was very slow: { after basic: 0, after asserts: 0, after connections: 0, after extra_info: 1040, after globalLock: 1040, after locks: 1040, after network: 1040, after opcounters: 1040, after opcountersRepl: 1040, after repl: 1040, after storageEngine: 1040, after tcmalloc: 1300, after wiredTiger: 1300, at end: 1300 } 2015-12-20T05:37:53.929-0500 I COMMAND [conn12] command admin.$cmd command: isMaster { ismaster: 1 } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:385 locks:{} protocol:op_command 128ms 2015-12-20T05:37:53.929-0500 I COMMAND [conn31] command admin.$cmd command: isMaster { ismaster: 1 } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:385 locks:{} protocol:op_command 128ms 2015-12-20T05:37:53.929-0500 I COMMAND [conn43] command admin.$cmd command: isMaster { ismaster: 1 } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:385 locks:{} protocol:op_command 128ms 2015-12-20T05:37:53.929-0500 I COMMAND [conn22] command admin.$cmd command: isMaster { ismaster: 1 } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:385 locks:{} protocol:op_command 120ms 2015-12-20T05:37:53.929-0500 I COMMAND [conn17] command admin.$cmd command: isMaster { ismaster: 1 } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:385 locks:{} protocol:op_command 129ms 2015-12-20T05:37:53.929-0500 I COMMAND [conn18] command admin.$cmd command: isMaster { ismaster: 1 } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:385 locks:{} protocol:op_command 128ms 2015-12-20T05:37:53.929-0500 I COMMAND [conn42] command admin.$cmd command: isMaster { ismaster: 1 } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:385 locks:{} protocol:op_command 128ms 2015-12-20T05:37:53.929-0500 I COMMAND [conn8] command admin.$cmd command: isMaster { ismaster: 1 } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:385 locks:{} protocol:op_command 128ms 2015-12-20T05:37:53.929-0500 I COMMAND [conn14] command admin.$cmd command: isMaster { ismaster: 1 } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:385 locks:{} protocol:op_command 129ms 2015-12-20T05:37:53.929-0500 I COMMAND [conn20] command admin.$cmd command: isMaster { ismaster: 1 } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:385 locks:{} protocol:op_command 129ms 2015-12-20T05:37:53.929-0500 I COMMAND [conn16] command admin.$cmd command: isMaster { ismaster: 1 } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:385 locks:{} protocol:op_command 129ms 2015-12-20T05:37:53.929-0500 I COMMAND [conn13] command admin.$cmd command: isMaster { ismaster: 1 } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:385 locks:{} protocol:op_command 129ms 2015-12-20T05:50:52.503-0500 I COMMAND [conn4] command admin.$cmd command: replSetHeartbeat { replSetHeartbeat: "sec-dev-rs3", configVersion: 3, from: "sec-dev-mongo004:27020", fromId: 0, term: 1 } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:360 locks:{} protocol:op_command 981ms 2015-12-20T05:51:48.969-0500 I COMMAND [conn4] command admin.$cmd command: replSetHeartbeat { replSetHeartbeat: "sec-dev-rs3", configVersion: 3, from: "sec-dev-mongo004:27020", fromId: 0, term: 1 } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:360 locks:{} protocol:op_command 332ms 2015-12-20T05:51:54.104-0500 I COMMAND [conn4] command admin.$cmd command: replSetHeartbeat { replSetHeartbeat: "sec-dev-rs3", configVersion: 3, from: "sec-dev-mongo004:27020", fromId: 0, term: 1 } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:360 locks:{} protocol:op_command 1608ms 2015-12-20T05:51:54.104-0500 I COMMAND [conn11] command admin.$cmd command: isMaster { ismaster: 1 } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:385 locks:{} protocol:op_command 119ms 2015-12-20T05:51:54.104-0500 I COMMAND [conn39] command admin.$cmd command: isMaster { ismaster: 1 } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:385 locks:{} protocol:op_command 120ms 2015-12-20T05:51:54.104-0500 I COMMAND [conn15] command admin.$cmd command: isMaster { ismaster: 1 } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:385 locks:{} protocol:op_command 120ms 2015-12-20T05:51:54.104-0500 I COMMAND [conn38] command admin.$cmd command: isMaster { ismaster: 1 } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:385 locks:{} protocol:op_command 115ms 2015-12-20T05:53:40.169-0500 I COMMAND [conn7] command admin.$cmd command: replSetHeartbeat { replSetHeartbeat: "sec-dev-rs3", configVersion: 3, from: "sec-dev-mongo012:27020", fromId: 2, term: 1 } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:360 locks:{} protocol:op_command 204ms 2015-12-20T05:54:32.919-0500 I COMMAND [ftdc] serverStatus was very slow: { after basic: 0, after asserts: 0, after connections: 0, after extra_info: 7850, after globalLock: 7850, after locks: 7850, after network: 7850, after opcounters: 7850, after opcountersRepl: 7850, after repl: 7850, after storageEngine: 7850, after tcmalloc: 7880, after wiredTiger: 7880, at end: 7880 } 2015-12-20T06:02:00.481-0500 I COMMAND [conn254] command admin.$cmd command: isMaster { ismaster: 1 } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:385 locks:{} protocol:op_command 233ms 2015-12-20T06:19:04.809-0500 I COMMAND [conn20] command admin.$cmd command: isMaster { ismaster: 1 } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:385 locks:{} protocol:op_command 154ms 2015-12-20T06:25:31.963-0500 I COMMAND [conn9] command admin.$cmd command: isMaster { ismaster: 1 } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:385 locks:{} protocol:op_command 213ms 2015-12-20T06:29:28.310-0500 I COMMAND [conn10] command admin.$cmd command: isMaster { ismaster: 1 } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:385 locks:{} protocol:op_command 236ms 2015-12-20T06:31:57.257-0500 I COMMAND [ftdc] serverStatus was very slow: { after basic: 0, after asserts: 0, after connections: 0, after extra_info: 1250, after globalLock: 1250, after locks: 1250, after network: 1250, after opcounters: 1250, after opcountersRepl: 1250, after repl: 1250, after storageEngine: 1250, after tcmalloc: 1250, after wiredTiger: 1250, at end: 1250 } 2015-12-20T06:31:59.606-0500 I COMMAND [ftdc] serverStatus was very slow: { after basic: 0, after asserts: 0, after connections: 0, after extra_info: 1520, after globalLock: 1520, after locks: 1520, after network: 1520, after opcounters: 1520, after opcountersRepl: 1520, after repl: 1520, after storageEngine: 1520, after tcmalloc: 1590, after wiredTiger: 1590, at end: 1590 } 2015-12-20T06:33:57.058-0500 I COMMAND [PeriodicTaskRunner] task: UnusedLockCleaner took: 139ms 2015-12-20T06:34:03.974-0500 I COMMAND [conn38] command admin.$cmd command: isMaster { ismaster: 1 } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:385 locks:{} protocol:op_command 250ms 2015-12-20T06:38:44.118-0500 I COMMAND [conn8] command admin.$cmd command: isMaster { ismaster: 1 } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:385 locks:{} protocol:op_command 259ms 2015-12-20T06:41:37.505-0500 I COMMAND [conn13] command admin.$cmd command: isMaster { ismaster: 1 } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:385 locks:{} protocol:op_command 290ms 2015-12-20T07:12:13.661-0500 I COMMAND [conn4] command admin.$cmd command: replSetHeartbeat { replSetHeartbeat: "sec-dev-rs3", configVersion: 3, from: "sec-dev-mongo004:27020", fromId: 0, term: 1 } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:360 locks:{} protocol:op_command 163ms 2015-12-20T07:13:06.588-0500 I COMMAND [conn43] command admin.$cmd command: isMaster { ismaster: 1 } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:385 locks:{} protocol:op_command 184ms 2015-12-20T07:16:23.411-0500 I COMMAND [conn39] command admin.$cmd command: isMaster { ismaster: 1 } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:385 locks:{} protocol:op_command 147ms 2015-12-20T07:44:30.125-0500 I COMMAND [ftdc] serverStatus was very slow: { after basic: 0, after asserts: 0, after connections: 0, after extra_info: 960, after globalLock: 960, after locks: 960, after network: 960, after opcounters: 960, after opcountersRepl: 960, after repl: 960, after storageEngine: 960, after tcmalloc: 1120, after wiredTiger: 1120, at end: 1120 } 2015-12-20T08:03:01.192-0500 I COMMAND [ftdc] serverStatus was very slow: { after basic: 0, after asserts: 0, after connections: 0, after extra_info: 270, after globalLock: 270, after locks: 270, after network: 270, after opcounters: 270, after opcountersRepl: 270, after repl: 270, after storageEngine: 270, after tcmalloc: 1190, after wiredTiger: 1190, at end: 1190 } 2015-12-20T08:22:46.182-0500 I COMMAND [conn14] command admin.$cmd command: isMaster { ismaster: 1 } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:385 locks:{} protocol:op_command 147ms 2015-12-20T08:25:30.515-0500 I COMMAND [ftdc] serverStatus was very slow: { after basic: 0, after asserts: 0, after connections: 0, after extra_info: 1510, after globalLock: 1510, after locks: 1510, after network: 1510, after opcounters: 1510, after opcountersRepl: 1510, after repl: 1510, after storageEngine: 1510, after tcmalloc: 1510, after wiredTiger: 1510, at end: 1510 } 2015-12-20T08:25:48.071-0500 I COMMAND [ftdc] serverStatus was very slow: { after basic: 0, after asserts: 0, after connections: 0, after extra_info: 2700, after globalLock: 2700, after locks: 2700, after network: 2700, after opcounters: 2700, after opcountersRepl: 2700, after repl: 2700, after storageEngine: 2700, after tcmalloc: 3060, after wiredTiger: 3060, at end: 3060 } 2015-12-20T08:25:54.289-0500 I COMMAND [conn7] command admin.$cmd command: replSetHeartbeat { replSetHeartbeat: "sec-dev-rs3", configVersion: 3, from: "sec-dev-mongo012:27020", fromId: 2, term: 1 } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:360 locks:{} protocol:op_command 355ms 2015-12-20T08:27:40.679-0500 I COMMAND [conn11] command admin.$cmd command: isMaster { ismaster: 1 } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:385 locks:{} protocol:op_command 164ms 2015-12-20T08:30:35.710-0500 I COMMAND [ftdc] serverStatus was very slow: { after basic: 0, after asserts: 0, after connections: 0, after extra_info: 1650, after globalLock: 1650, after locks: 1650, after network: 1650, after opcounters: 1650, after opcountersRepl: 1650, after repl: 1650, after storageEngine: 1650, after tcmalloc: 1700, after wiredTiger: 1700, at end: 1700 } 2015-12-20T08:32:04.953-0500 I COMMAND [conn7] command admin.$cmd command: replSetHeartbeat { replSetHeartbeat: "sec-dev-rs3", configVersion: 3, from: "sec-dev-mongo012:27020", fromId: 2, term: 1 } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:360 locks:{} protocol:op_command 618ms 2015-12-20T08:32:04.953-0500 I COMMAND [conn4] command admin.$cmd command: replSetHeartbeat { replSetHeartbeat: "sec-dev-rs3", configVersion: 3, from: "sec-dev-mongo004:27020", fromId: 0, term: 1 } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:360 locks:{} protocol:op_command 148ms 2015-12-20T08:35:00.039-0500 I COMMAND [ftdc] serverStatus was very slow: { after basic: 0, after asserts: 0, after connections: 0, after extra_info: 1040, after globalLock: 1040, after locks: 1040, after network: 1040, after opcounters: 1040, after opcountersRepl: 1040, after repl: 1040, after storageEngine: 1040, after tcmalloc: 1040, after wiredTiger: 1040, at end: 1040 } 2015-12-20T08:36:54.507-0500 I COMMAND [ftdc] serverStatus was very slow: { after basic: 0, after asserts: 0, after connections: 0, after extra_info: 1500, after globalLock: 1500, after locks: 1500, after network: 1500, after opcounters: 1500, after opcountersRepl: 1500, after repl: 1500, after storageEngine: 1500, after tcmalloc: 1500, after wiredTiger: 1500, at end: 1500 } 2015-12-20T08:39:02.298-0500 I COMMAND [ftdc] serverStatus was very slow: { after basic: 0, after asserts: 0, after connections: 0, after extra_info: 2280, after globalLock: 2280, after locks: 2280, after network: 2280, after opcounters: 2280, after opcountersRepl: 2280, after repl: 2280, after storageEngine: 2280, after tcmalloc: 2290, after wiredTiger: 2290, at end: 2290 } 2015-12-20T08:39:11.508-0500 I COMMAND [conn4] command admin.$cmd command: replSetHeartbeat { replSetHeartbeat: "sec-dev-rs3", configVersion: 3, from: "sec-dev-mongo004:27020", fromId: 0, term: 1 } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:360 locks:{} protocol:op_command 289ms 2015-12-20T08:42:21.877-0500 I COMMAND [conn14] command admin.$cmd command: isMaster { ismaster: 1 } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:385 locks:{} protocol:op_command 264ms 2015-12-20T08:42:21.877-0500 I COMMAND [conn17] command admin.$cmd command: isMaster { ismaster: 1 } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:385 locks:{} protocol:op_command 263ms 2015-12-20T08:42:21.877-0500 I COMMAND [conn42] command admin.$cmd command: isMaster { ismaster: 1 } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:385 locks:{} protocol:op_command 263ms 2015-12-20T08:42:21.877-0500 I COMMAND [conn8] command admin.$cmd command: isMaster { ismaster: 1 } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:385 locks:{} protocol:op_command 263ms 2015-12-20T08:42:21.877-0500 I COMMAND [conn38] command admin.$cmd command: isMaster { ismaster: 1 } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:385 locks:{} protocol:op_command 247ms 2015-12-20T08:42:21.877-0500 I COMMAND [conn7] command admin.$cmd command: replSetHeartbeat { replSetHeartbeat: "sec-dev-rs3", configVersion: 3, from: "sec-dev-mongo012:27020", fromId: 2, term: 1 } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:360 locks:{} protocol:op_command 666ms 2015-12-20T08:42:21.877-0500 I COMMAND [conn11] command admin.$cmd command: isMaster { ismaster: 1 } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:385 locks:{} protocol:op_command 264ms 2015-12-20T08:42:21.877-0500 I COMMAND [conn4] command admin.$cmd command: replSetHeartbeat { replSetHeartbeat: "sec-dev-rs3", configVersion: 3, from: "sec-dev-mongo004:27020", fromId: 0, term: 1 } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:360 locks:{} protocol:op_command 312ms 2015-12-20T08:42:21.877-0500 I COMMAND [ftdc] serverStatus was very slow: { after basic: 0, after asserts: 0, after connections: 0, after extra_info: 1860, after globalLock: 1860, after locks: 1860, after network: 1860, after opcounters: 1860, after opcountersRepl: 1860, after repl: 1870, after storageEngine: 1870, after tcmalloc: 1870, after wiredTiger: 1870, at end: 1870 } 2015-12-20T08:42:21.879-0500 I COMMAND [conn39] command admin.$cmd command: isMaster { ismaster: 1 } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:385 locks:{} protocol:op_command 263ms 2015-12-20T08:42:21.887-0500 I COMMAND [conn16] command admin.$cmd command: isMaster { ismaster: 1 } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:385 locks:{} protocol:op_command 264ms 2015-12-20T08:43:38.783-0500 I COMMAND [conn18] command admin.$cmd command: isMaster { ismaster: 1 } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:385 locks:{} protocol:op_command 145ms 2015-12-20T08:43:53.479-0500 I COMMAND [ftdc] serverStatus was very slow: { after basic: 0, after asserts: 0, after connections: 0, after extra_info: 2430, after globalLock: 2430, after locks: 2430, after network: 2430, after opcounters: 2430, after opcountersRepl: 2430, after repl: 2430, after storageEngine: 2430, after tcmalloc: 3470, after wiredTiger: 3470, at end: 3470 } 2015-12-20T08:47:16.405-0500 I COMMAND [conn15] command admin.$cmd command: isMaster { ismaster: 1 } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:385 locks:{} protocol:op_command 102ms 2015-12-20T08:55:32.456-0500 I COMMAND [conn254] command admin.$cmd command: isMaster { ismaster: 1 } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:385 locks:{} protocol:op_command 128ms 2015-12-20T09:12:23.699-0500 I COMMAND [conn20] command admin.$cmd command: isMaster { ismaster: 1 } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:385 locks:{} protocol:op_command 3294ms 2015-12-20T09:12:23.971-0500 I COMMAND [ftdc] serverStatus was very slow: { after basic: 0, after asserts: 0, after connections: 0, after extra_info: 6750, after globalLock: 6750, after locks: 6750, after network: 6750, after opcounters: 6750, after opcountersRepl: 6750, after repl: 6750, after storageEngine: 6750, after tcmalloc: 6940, after wiredTiger: 6940, at end: 6940 } 2015-12-20T09:13:35.091-0500 I COMMAND [ftdc] serverStatus was very slow: { after basic: 0, after asserts: 0, after connections: 0, after extra_info: 6060, after globalLock: 6060, after locks: 6060, after network: 6060, after opcounters: 6060, after opcountersRepl: 6060, after repl: 6060, after storageEngine: 6060, after tcmalloc: 6060, after wiredTiger: 6060, at end: 6060 } 2015-12-20T09:14:47.474-0500 I COMMAND [ftdc] serverStatus was very slow: { after basic: 0, after asserts: 0, after connections: 0, after extra_info: 4150, after globalLock: 4150, after locks: 4150, after network: 4150, after opcounters: 4150, after opcountersRepl: 4150, after repl: 4150, after storageEngine: 4150, after tcmalloc: 4450, after wiredTiger: 4450, at end: 4450 } 2015-12-20T09:15:03.046-0500 I COMMAND [ftdc] serverStatus was very slow: { after basic: 0, after asserts: 0, after connections: 0, after extra_info: 900, after globalLock: 900, after locks: 900, after network: 900, after opcounters: 900, after opcountersRepl: 900, after repl: 900, after storageEngine: 900, after tcmalloc: 1040, after wiredTiger: 1040, at end: 1040 } 2015-12-20T09:15:09.737-0500 I COMMAND [ftdc] serverStatus was very slow: { after basic: 0, after asserts: 0, after connections: 0, after extra_info: 1530, after globalLock: 1530, after locks: 1530, after network: 1530, after opcounters: 1530, after opcountersRepl: 1530, after repl: 1530, after storageEngine: 1530, after tcmalloc: 1730, after wiredTiger: 1730, at end: 1730 } 2015-12-20T09:15:12.060-0500 I COMMAND [ftdc] serverStatus was very slow: { after basic: 0, after asserts: 0, after connections: 0, after extra_info: 570, after globalLock: 570, after locks: 570, after network: 570, after opcounters: 570, after opcountersRepl: 570, after repl: 570, after storageEngine: 570, after tcmalloc: 1050, after wiredTiger: 1050, at end: 1050 } 2015-12-20T09:16:05.376-0500 I COMMAND [ftdc] serverStatus was very slow: { after basic: 0, after asserts: 0, after connections: 0, after extra_info: 820, after globalLock: 820, after locks: 820, after network: 820, after opcounters: 820, after opcountersRepl: 820, after repl: 820, after storageEngine: 820, after tcmalloc: 1370, after wiredTiger: 1370, at end: 1370 } 2015-12-20T09:17:16.841-0500 I COMMAND [ftdc] serverStatus was very slow: { after basic: 0, after asserts: 0, after connections: 0, after extra_info: 1710, after globalLock: 1710, after locks: 1710, after network: 1710, after opcounters: 1710, after opcountersRepl: 1710, after repl: 1710, after storageEngine: 1710, after tcmalloc: 1830, after wiredTiger: 1830, at end: 1830 } 2015-12-20T09:18:43.585-0500 I COMMAND [conn9] command admin.$cmd command: isMaster { ismaster: 1 } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:385 locks:{} protocol:op_command 127ms 2015-12-20T09:20:40.928-0500 I COMMAND [conn40] command admin.$cmd command: isMaster { ismaster: 1 } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:385 locks:{} protocol:op_command 6576ms 2015-12-20T09:20:40.928-0500 I COMMAND [conn11] command admin.$cmd command: isMaster { ismaster: 1 } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:385 locks:{} protocol:op_command 6542ms 2015-12-20T09:20:40.928-0500 I COMMAND [conn9] command admin.$cmd command: isMaster { ismaster: 1 } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:385 locks:{} protocol:op_command 4595ms 2015-12-20T09:20:40.928-0500 I COMMAND [conn42] command admin.$cmd command: isMaster { ismaster: 1 } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:385 locks:{} protocol:op_command 6576ms 2015-12-20T09:20:40.928-0500 I COMMAND [conn14] command admin.$cmd command: isMaster { ismaster: 1 } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:385 locks:{} protocol:op_command 6559ms 2015-12-20T09:20:40.928-0500 I COMMAND [conn22] command admin.$cmd command: isMaster { ismaster: 1 } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:385 locks:{} protocol:op_command 6576ms 2015-12-20T09:20:40.928-0500 I COMMAND [conn39] command admin.$cmd command: isMaster { ismaster: 1 } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:385 locks:{} protocol:op_command 6536ms 2015-12-20T09:20:40.928-0500 I COMMAND [conn8] command admin.$cmd command: isMaster { ismaster: 1 } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:385 locks:{} protocol:op_command 6576ms 2015-12-20T09:20:40.928-0500 I COMMAND [conn254] command admin.$cmd command: isMaster { ismaster: 1 } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:385 locks:{} protocol:op_command 4595ms 2015-12-20T09:20:40.928-0500 I COMMAND [conn7] command admin.$cmd command: replSetHeartbeat { replSetHeartbeat: "sec-dev-rs3", configVersion: 3, from: "sec-dev-mongo012:27020", fromId: 2, term: 1 } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:360 locks:{} protocol:op_command 6295ms 2015-12-20T09:20:40.928-0500 I COMMAND [conn16] command admin.$cmd command: isMaster { ismaster: 1 } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:385 locks:{} protocol:op_command 6542ms 2015-12-20T09:20:40.928-0500 I COMMAND [conn13] command admin.$cmd command: isMaster { ismaster: 1 } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:385 locks:{} protocol:op_command 6542ms 2015-12-20T09:20:40.928-0500 I COMMAND [conn15] command admin.$cmd command: isMaster { ismaster: 1 } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:385 locks:{} protocol:op_command 6574ms 2015-12-20T09:20:40.928-0500 I COMMAND [conn20] command admin.$cmd command: isMaster { ismaster: 1 } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:385 locks:{} protocol:op_command 2710ms 2015-12-20T09:20:40.933-0500 I COMMAND [conn31] command admin.$cmd command: isMaster { ismaster: 1 } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:385 locks:{} protocol:op_command 6576ms 2015-12-20T09:20:40.933-0500 I COMMAND [conn4] command admin.$cmd command: replSetHeartbeat { replSetHeartbeat: "sec-dev-rs3", configVersion: 3, from: "sec-dev-mongo004:27020", fromId: 0, term: 1 } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:360 locks:{} protocol:op_command 5926ms 2015-12-20T09:20:40.933-0500 I COMMAND [conn18] command admin.$cmd command: isMaster { ismaster: 1 } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:385 locks:{} protocol:op_command 2689ms 2015-12-20T09:20:40.938-0500 I COMMAND [conn38] command admin.$cmd command: isMaster { ismaster: 1 } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:385 locks:{} protocol:op_command 6576ms 2015-12-20T09:20:41.124-0500 I NETWORK [conn13] end connection 10.175.73.160:43668 (21 connections now open) 2015-12-20T09:20:41.124-0500 I NETWORK [conn22] end connection 10.175.73.135:40759 (21 connections now open) 2015-12-20T09:20:41.124-0500 I NETWORK [conn31] end connection 10.175.73.216:52463 (21 connections now open) 2015-12-20T09:20:41.124-0500 I NETWORK [conn8] end connection 10.175.73.50:51660 (21 connections now open) 2015-12-20T09:20:41.124-0500 I NETWORK [conn42] end connection 10.175.73.204:34889 (21 connections now open) 2015-12-20T09:20:41.124-0500 I NETWORK [conn11] end connection 10.175.73.49:54810 (21 connections now open) 2015-12-20T09:20:41.124-0500 I NETWORK [conn38] end connection 10.175.73.191:43204 (21 connections now open) 2015-12-20T09:20:41.124-0500 I NETWORK [conn15] end connection 10.175.73.191:48330 (21 connections now open) 2015-12-20T09:20:41.124-0500 I NETWORK [conn40] end connection 10.175.73.49:49727 (21 connections now open) 2015-12-20T09:20:41.124-0500 I NETWORK [conn16] end connection 10.175.73.203:56722 (21 connections now open) 2015-12-20T09:20:41.124-0500 I NETWORK [conn14] end connection 10.175.73.190:58551 (21 connections now open) 2015-12-20T09:20:41.124-0500 I NETWORK [conn39] end connection 10.175.73.216:59550 (21 connections now open) 2015-12-20T09:20:49.434-0500 I NETWORK [initandlisten] connection accepted from 10.175.73.135:49205 #273 (11 connections now open) 2015-12-20T09:20:49.444-0500 I NETWORK [initandlisten] connection accepted from 10.175.73.204:47974 #274 (12 connections now open) 2015-12-20T09:20:49.448-0500 I NETWORK [initandlisten] connection accepted from 10.175.73.191:57004 #275 (13 connections now open) 2015-12-20T09:20:49.456-0500 I NETWORK [initandlisten] connection accepted from 10.175.73.216:45203 #276 (14 connections now open) 2015-12-20T09:20:49.456-0500 I NETWORK [initandlisten] connection accepted from 10.175.73.49:35688 #277 (15 connections now open) 2015-12-20T09:20:49.456-0500 I NETWORK [initandlisten] connection accepted from 10.175.73.203:36346 #278 (16 connections now open) 2015-12-20T09:20:49.456-0500 I NETWORK [initandlisten] connection accepted from 10.175.73.160:52735 #279 (17 connections now open) 2015-12-20T09:20:49.456-0500 I NETWORK [initandlisten] connection accepted from 10.175.73.191:57005 #280 (18 connections now open) 2015-12-20T09:20:49.456-0500 I NETWORK [initandlisten] connection accepted from 10.175.73.49:35689 #281 (19 connections now open) 2015-12-20T09:20:49.456-0500 I NETWORK [initandlisten] connection accepted from 10.175.73.190:38430 #282 (20 connections now open) 2015-12-20T09:20:49.456-0500 I NETWORK [initandlisten] connection accepted from 10.175.73.216:45204 #283 (21 connections now open) 2015-12-20T09:20:49.479-0500 I NETWORK [initandlisten] connection accepted from 10.175.73.50:59994 #284 (22 connections now open) 2015-12-20T09:22:33.200-0500 I COMMAND [conn10] command admin.$cmd command: isMaster { ismaster: 1 } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:385 locks:{} protocol:op_command 120ms 2015-12-20T09:25:46.091-0500 I COMMAND [conn281] command admin.$cmd command: isMaster { ismaster: 1 } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:385 locks:{} protocol:op_command 869ms 2015-12-20T09:25:46.091-0500 I COMMAND [conn282] command admin.$cmd command: isMaster { ismaster: 1 } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:385 locks:{} protocol:op_command 869ms 2015-12-20T09:25:46.091-0500 I COMMAND [conn279] command admin.$cmd command: isMaster { ismaster: 1 } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:385 locks:{} protocol:op_command 869ms 2015-12-20T09:25:46.091-0500 I COMMAND [conn283] command admin.$cmd command: isMaster { ismaster: 1 } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:385 locks:{} protocol:op_command 869ms 2015-12-20T09:25:49.749-0500 I COMMAND [ftdc] serverStatus was very slow: { after basic: 0, after asserts: 0, after connections: 0, after extra_info: 2730, after globalLock: 2730, after locks: 2730, after network: 2730, after opcounters: 2730, after opcountersRepl: 2730, after repl: 2730, after storageEngine: 2730, after tcmalloc: 2730, after wiredTiger: 2730, at end: 2730 } 2015-12-20T09:26:54.010-0500 I COMMAND [ftdc] serverStatus was very slow: { after basic: 0, after asserts: 0, after connections: 0, after extra_info: 960, after globalLock: 960, after locks: 960, after network: 960, after opcounters: 960, after opcountersRepl: 960, after repl: 960, after storageEngine: 960, after tcmalloc: 1010, after wiredTiger: 1010, at end: 1010 } 2015-12-20T09:28:01.039-0500 I COMMAND [ftdc] serverStatus was very slow: { after basic: 0, after asserts: 0, after connections: 0, after extra_info: 320, after globalLock: 320, after locks: 320, after network: 320, after opcounters: 320, after opcountersRepl: 320, after repl: 320, after storageEngine: 320, after tcmalloc: 3020, after wiredTiger: 3020, at end: 3020 } 2015-12-20T09:54:34.490-0500 I COMMAND [ftdc] serverStatus was very slow: { after basic: 0, after asserts: 0, after connections: 0, after extra_info: 1480, after globalLock: 1480, after locks: 1480, after network: 1480, after opcounters: 1480, after opcountersRepl: 1480, after repl: 1480, after storageEngine: 1480, after tcmalloc: 1480, after wiredTiger: 1480, at end: 1480 } 2015-12-20T09:54:37.254-0500 I COMMAND [ftdc] serverStatus was very slow: { after basic: 0, after asserts: 0, after connections: 0, after extra_info: 1610, after globalLock: 1610, after locks: 1610, after network: 1610, after opcounters: 1610, after opcountersRepl: 1610, after repl: 1610, after storageEngine: 1610, after tcmalloc: 2240, after wiredTiger: 2240, at end: 2240 } 2015-12-20T10:01:31.634-0500 I COMMAND [ftdc] serverStatus was very slow: { after basic: 0, after asserts: 0, after connections: 0, after extra_info: 1490, after globalLock: 1490, after locks: 1490, after network: 1490, after opcounters: 1490, after opcountersRepl: 1490, after repl: 1490, after storageEngine: 1490, after tcmalloc: 1620, after wiredTiger: 1620, at end: 1620 } 2015-12-20T11:08:57.776-0500 I REPL [ReplicationExecutor] re-evaluating sync source because our current sync source's most recent OpTime is (term: 1, timestamp: Dec 20 11:07:39:1) which is more than 30s behind member sec-dev-mongo012:27020 whose most recent OpTime is (term: 1, timestamp: Dec 20 11:08:55:28) 2015-12-20T11:08:57.796-0500 I REPL [ReplicationExecutor] syncing from: sec-dev-mongo004:27020 2015-12-20T12:41:24.714-0500 I COMMAND [ftdc] serverStatus was very slow: { after basic: 0, after asserts: 0, after connections: 0, after extra_info: 1680, after globalLock: 1680, after locks: 1680, after network: 1680, after opcounters: 1680, after opcountersRepl: 1680, after repl: 1680, after storageEngine: 1680, after tcmalloc: 1710, after wiredTiger: 1710, at end: 1710 } 2015-12-20T12:43:51.265-0500 I COMMAND [ftdc] serverStatus was very slow: { after basic: 0, after asserts: 0, after connections: 0, after extra_info: 1260, after globalLock: 1260, after locks: 1260, after network: 1260, after opcounters: 1260, after opcountersRepl: 1260, after repl: 1260, after storageEngine: 1260, after tcmalloc: 1260, after wiredTiger: 1260, at end: 1260 } 2015-12-20T14:49:19.773-0500 I NETWORK [initandlisten] connection accepted from 10.175.73.251:51282 #285 (23 connections now open) 2015-12-20T14:49:19.830-0500 I NETWORK [initandlisten] connection accepted from 10.175.73.251:51283 #286 (24 connections now open) 2015-12-20T14:49:19.838-0500 I NETWORK [initandlisten] connection accepted from 10.175.73.251:51284 #287 (25 connections now open) 2015-12-20T14:49:19.870-0500 I NETWORK [conn285] end connection 10.175.73.251:51282 (24 connections now open) 2015-12-20T14:55:14.733-0500 I NETWORK [initandlisten] connection accepted from 10.175.73.251:51463 #288 (25 connections now open) 2015-12-20T15:22:34.822-0500 I NETWORK [conn286] end connection 10.175.73.251:51283 (24 connections now open) 2015-12-20T15:27:33.877-0500 I NETWORK [conn287] end connection 10.175.73.251:51284 (23 connections now open) 2015-12-20T15:27:33.877-0500 I NETWORK [conn288] end connection 10.175.73.251:51463 (23 connections now open) 2015-12-20T15:35:52.456-0500 I NETWORK [initandlisten] connection accepted from 10.175.73.251:52668 #289 (23 connections now open) 2015-12-20T15:35:52.481-0500 I NETWORK [conn289] end connection 10.175.73.251:52668 (22 connections now open) 2015-12-20T15:35:52.482-0500 I NETWORK [initandlisten] connection accepted from 10.175.73.251:52670 #290 (23 connections now open) 2015-12-20T15:35:52.482-0500 I NETWORK [initandlisten] connection accepted from 10.175.73.251:52671 #291 (24 connections now open) 2015-12-20T15:39:48.073-0500 I NETWORK [initandlisten] connection accepted from 10.175.73.251:52787 #292 (25 connections now open) 2015-12-20T15:43:21.510-0500 I COMMAND [conn291] command local.oplog.rs command: getMore { getMore: 25269887113, collection: "oplog.rs", maxTimeMS: 5000, term: 1, lastKnownCommittedOpTime: { ts: Timestamp 1450644198000|5686, t: 1 } } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:15856 locks:{ Global: { acquireCount: { r: 2 }, acquireWaitCount: { r: 1 }, timeAcquiringMicros: { r: 102425 } }, Database: { acquireCount: { r: 1 }, acquireWaitCount: { r: 1 }, timeAcquiringMicros: { r: 54 } }, oplog: { acquireCount: { r: 1 } } } protocol:op_command 102ms 2015-12-20T15:43:42.718-0500 I COMMAND [conn292] command local.oplog.rs command: getMore { getMore: 25269887113, collection: "oplog.rs", maxTimeMS: 5000, term: 1, lastKnownCommittedOpTime: { ts: Timestamp 1450644220000|403, t: 1 } } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:18556 locks:{ Global: { acquireCount: { r: 2 }, acquireWaitCount: { r: 1 }, timeAcquiringMicros: { r: 124561 } }, Database: { acquireCount: { r: 1 } }, oplog: { acquireCount: { r: 1 } } } protocol:op_command 124ms 2015-12-20T15:48:45.264-0500 I COMMAND [conn291] command local.oplog.rs command: getMore { getMore: 25269887113, collection: "oplog.rs", maxTimeMS: 5000, term: 1, lastKnownCommittedOpTime: { ts: Timestamp 1450644522000|2385, t: 1 } } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:5356 locks:{ Global: { acquireCount: { r: 2 }, acquireWaitCount: { r: 1 }, timeAcquiringMicros: { r: 264724 } }, Database: { acquireCount: { r: 1 }, acquireWaitCount: { r: 1 }, timeAcquiringMicros: { r: 2039 } }, oplog: { acquireCount: { r: 1 } } } protocol:op_command 266ms 2015-12-20T15:50:49.715-0500 I COMMAND [conn291] command local.oplog.rs command: getMore { getMore: 25269887113, collection: "oplog.rs", maxTimeMS: 5000, term: 1, lastKnownCommittedOpTime: { ts: Timestamp 1450644647000|360, t: 1 } } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:4 reslen:173294 locks:{ Global: { acquireCount: { r: 10 }, acquireWaitCount: { r: 2 }, timeAcquiringMicros: { r: 120041 } }, Database: { acquireCount: { r: 5 }, acquireWaitCount: { r: 3 }, timeAcquiringMicros: { r: 157 } }, oplog: { acquireCount: { r: 5 } } } protocol:op_command 120ms 2015-12-20T15:50:54.646-0500 I COMMAND [conn291] command local.oplog.rs command: getMore { getMore: 25269887113, collection: "oplog.rs", maxTimeMS: 5000, term: 1, lastKnownCommittedOpTime: { ts: Timestamp 1450644651000|2941, t: 1 } } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:3 reslen:136189 locks:{ Global: { acquireCount: { r: 8 }, acquireWaitCount: { r: 2 }, timeAcquiringMicros: { r: 161027 } }, Database: { acquireCount: { r: 4 }, acquireWaitCount: { r: 2 }, timeAcquiringMicros: { r: 106 } }, oplog: { acquireCount: { r: 4 } } } protocol:op_command 161ms 2015-12-20T15:50:54.856-0500 I COMMAND [conn291] command local.oplog.rs command: getMore { getMore: 25269887113, collection: "oplog.rs", maxTimeMS: 5000, term: 1, lastKnownCommittedOpTime: { ts: Timestamp 1450644651000|3855, t: 1 } } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:5 reslen:209826 locks:{ Global: { acquireCount: { r: 12 }, acquireWaitCount: { r: 2 }, timeAcquiringMicros: { r: 192865 } }, Database: { acquireCount: { r: 6 }, acquireWaitCount: { r: 3 }, timeAcquiringMicros: { r: 169 } }, oplog: { acquireCount: { r: 6 } } } protocol:op_command 193ms 2015-12-20T15:50:55.227-0500 I COMMAND [conn291] command local.oplog.rs command: getMore { getMore: 25269887113, collection: "oplog.rs", maxTimeMS: 5000, term: 1, lastKnownCommittedOpTime: { ts: Timestamp 1450644652000|1065, t: 1 } } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:14 reslen:543617 locks:{ Global: { acquireCount: { r: 30 }, acquireWaitCount: { r: 4 }, timeAcquiringMicros: { r: 355838 } }, Database: { acquireCount: { r: 15 }, acquireWaitCount: { r: 6 }, timeAcquiringMicros: { r: 981 } }, oplog: { acquireCount: { r: 15 } } } protocol:op_command 358ms 2015-12-20T15:50:56.057-0500 I COMMAND [conn291] command local.oplog.rs command: getMore { getMore: 25269887113, collection: "oplog.rs", maxTimeMS: 5000, term: 1, lastKnownCommittedOpTime: { ts: Timestamp 1450644652000|3929, t: 1 } } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:35 reslen:1339621 locks:{ Global: { acquireCount: { r: 72 }, acquireWaitCount: { r: 6 }, timeAcquiringMicros: { r: 807217 } }, Database: { acquireCount: { r: 36 }, acquireWaitCount: { r: 11 }, timeAcquiringMicros: { r: 1277 } }, oplog: { acquireCount: { r: 36 } } } protocol:op_command 811ms 2015-12-20T15:50:56.858-0500 I COMMAND [conn291] command local.oplog.rs command: getMore { getMore: 25269887113, collection: "oplog.rs", maxTimeMS: 5000, term: 1, lastKnownCommittedOpTime: { ts: Timestamp 1450644653000|1548, t: 1 } } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:65 reslen:2478064 locks:{ Global: { acquireCount: { r: 132 }, acquireWaitCount: { r: 7 }, timeAcquiringMicros: { r: 744962 } }, Database: { acquireCount: { r: 66 }, acquireWaitCount: { r: 13 }, timeAcquiringMicros: { r: 47134 } }, oplog: { acquireCount: { r: 66 } } } protocol:op_command 797ms 2015-12-20T15:50:57.458-0500 I COMMAND [conn291] command local.oplog.rs command: getMore { getMore: 25269887113, collection: "oplog.rs", maxTimeMS: 5000, term: 1, lastKnownCommittedOpTime: { ts: Timestamp 1450644654000|2243, t: 1 } } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:1 reslen:56142 locks:{ Global: { acquireCount: { r: 4 }, acquireWaitCount: { r: 1 }, timeAcquiringMicros: { r: 150991 } }, Database: { acquireCount: { r: 2 }, acquireWaitCount: { r: 1 }, timeAcquiringMicros: { r: 61 } }, oplog: { acquireCount: { r: 2 } } } protocol:op_command 151ms 2015-12-20T15:50:57.630-0500 I COMMAND [conn291] command local.oplog.rs command: getMore { getMore: 25269887113, collection: "oplog.rs", maxTimeMS: 5000, term: 1, lastKnownCommittedOpTime: { ts: Timestamp 1450644654000|2484, t: 1 } } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:14 reslen:542024 locks:{ Global: { acquireCount: { r: 30 }, acquireWaitCount: { r: 3 }, timeAcquiringMicros: { r: 165898 } }, Database: { acquireCount: { r: 15 }, acquireWaitCount: { r: 6 }, timeAcquiringMicros: { r: 346 } }, oplog: { acquireCount: { r: 15 } } } protocol:op_command 167ms 2015-12-20T15:50:57.886-0500 I COMMAND [conn291] command local.oplog.rs command: getMore { getMore: 25269887113, collection: "oplog.rs", maxTimeMS: 5000, term: 1, lastKnownCommittedOpTime: { ts: Timestamp 1450644654000|4364, t: 1 } } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:16 reslen:635842 locks:{ Global: { acquireCount: { r: 34 }, acquireWaitCount: { r: 4 }, timeAcquiringMicros: { r: 252427 } }, Database: { acquireCount: { r: 17 }, acquireWaitCount: { r: 6 }, timeAcquiringMicros: { r: 347 } }, oplog: { acquireCount: { r: 17 } } } protocol:op_command 254ms 2015-12-20T15:50:58.049-0500 I COMMAND [conn291] command local.oplog.rs command: getMore { getMore: 25269887113, collection: "oplog.rs", maxTimeMS: 5000, term: 1, lastKnownCommittedOpTime: { ts: Timestamp 1450644655000|1989, t: 1 } } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:14 reslen:553571 locks:{ Global: { acquireCount: { r: 30 }, acquireWaitCount: { r: 4 }, timeAcquiringMicros: { r: 158634 } }, Database: { acquireCount: { r: 15 }, acquireWaitCount: { r: 8 }, timeAcquiringMicros: { r: 1027 } }, oplog: { acquireCount: { r: 15 } } } protocol:op_command 160ms 2015-12-20T15:50:58.376-0500 I COMMAND [conn291] command local.oplog.rs command: getMore { getMore: 25269887113, collection: "oplog.rs", maxTimeMS: 5000, term: 1, lastKnownCommittedOpTime: { ts: Timestamp 1450644655000|5375, t: 1 } } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:25 reslen:946045 locks:{ Global: { acquireCount: { r: 52 }, acquireWaitCount: { r: 7 }, timeAcquiringMicros: { r: 322978 } }, Database: { acquireCount: { r: 26 }, acquireWaitCount: { r: 14 }, timeAcquiringMicros: { r: 752 } }, oplog: { acquireCount: { r: 26 } } } protocol:op_command 325ms 2015-12-20T15:50:58.541-0500 I COMMAND [conn291] command local.oplog.rs command: getMore { getMore: 25269887113, collection: "oplog.rs", maxTimeMS: 5000, term: 1, lastKnownCommittedOpTime: { ts: Timestamp 1450644655000|7798, t: 1 } } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:19 reslen:729956 locks:{ Global: { acquireCount: { r: 40 }, acquireWaitCount: { r: 7 }, timeAcquiringMicros: { r: 158833 } }, Database: { acquireCount: { r: 20 }, acquireWaitCount: { r: 14 }, timeAcquiringMicros: { r: 1809 } }, oplog: { acquireCount: { r: 20 } } } protocol:op_command 162ms 2015-12-20T15:51:07.139-0500 I COMMAND [conn291] command local.oplog.rs command: getMore { getMore: 25269887113, collection: "oplog.rs", maxTimeMS: 5000, term: 1, lastKnownCommittedOpTime: { ts: Timestamp 1450644664000|2420, t: 1 } } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:7 reslen:269201 locks:{ Global: { acquireCount: { r: 16 }, acquireWaitCount: { r: 2 }, timeAcquiringMicros: { r: 101061 } }, Database: { acquireCount: { r: 8 }, acquireWaitCount: { r: 4 }, timeAcquiringMicros: { r: 222 } }, oplog: { acquireCount: { r: 8 } } } protocol:op_command 101ms 2015-12-20T15:51:07.870-0500 I COMMAND [conn291] command local.oplog.rs command: getMore { getMore: 25269887113, collection: "oplog.rs", maxTimeMS: 5000, term: 1, lastKnownCommittedOpTime: { ts: Timestamp 1450644665000|1184, t: 1 } } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:7 reslen:267527 locks:{ Global: { acquireCount: { r: 16 }, acquireWaitCount: { r: 3 }, timeAcquiringMicros: { r: 136268 } }, Database: { acquireCount: { r: 8 }, acquireWaitCount: { r: 4 }, timeAcquiringMicros: { r: 239 } }, oplog: { acquireCount: { r: 8 } } } protocol:op_command 137ms 2015-12-20T15:51:46.147-0500 I COMMAND [conn291] command local.oplog.rs command: getMore { getMore: 25269887113, collection: "oplog.rs", maxTimeMS: 5000, term: 1, lastKnownCommittedOpTime: { ts: Timestamp 1450644703000|470, t: 1 } } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:1 reslen:45306 locks:{ Global: { acquireCount: { r: 4 }, acquireWaitCount: { r: 1 }, timeAcquiringMicros: { r: 129563 } }, Database: { acquireCount: { r: 2 }, acquireWaitCount: { r: 1 }, timeAcquiringMicros: { r: 52 } }, oplog: { acquireCount: { r: 2 } } } protocol:op_command 129ms 2015-12-20T15:52:45.309-0500 I COMMAND [conn291] command local.oplog.rs command: getMore { getMore: 25269887113, collection: "oplog.rs", maxTimeMS: 5000, term: 1, lastKnownCommittedOpTime: { ts: Timestamp 1450644762000|1054, t: 1 } } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:28456 locks:{ Global: { acquireCount: { r: 2 }, acquireWaitCount: { r: 1 }, timeAcquiringMicros: { r: 338927 } }, Database: { acquireCount: { r: 1 } }, oplog: { acquireCount: { r: 1 } } } protocol:op_command 339ms 2015-12-20T15:52:54.845-0500 I COMMAND [conn292] command local.oplog.rs command: getMore { getMore: 25269887113, collection: "oplog.rs", maxTimeMS: 5000, term: 1, lastKnownCommittedOpTime: { ts: Timestamp 1450644772000|899, t: 1 } } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:5956 locks:{ Global: { acquireCount: { r: 2 }, acquireWaitCount: { r: 1 }, timeAcquiringMicros: { r: 214640 } }, Database: { acquireCount: { r: 1 }, acquireWaitCount: { r: 1 }, timeAcquiringMicros: { r: 54 } }, oplog: { acquireCount: { r: 1 } } } protocol:op_command 214ms 2015-12-20T15:55:18.600-0500 I NETWORK [conn290] end connection 10.175.73.251:52670 (24 connections now open) 2015-12-20T16:00:18.617-0500 I NETWORK [conn292] end connection 10.175.73.251:52787 (23 connections now open) 2015-12-20T16:00:18.617-0500 I NETWORK [conn291] end connection 10.175.73.251:52671 (23 connections now open) 2015-12-20T16:28:29.009-0500 I COMMAND [conn7] command admin.$cmd command: replSetHeartbeat { replSetHeartbeat: "sec-dev-rs3", configVersion: 3, from: "sec-dev-mongo012:27020", fromId: 2, term: 1 } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:360 locks:{} protocol:op_command 229ms 2015-12-20T16:28:29.022-0500 I COMMAND [conn4] command admin.$cmd command: replSetHeartbeat { replSetHeartbeat: "sec-dev-rs3", configVersion: 3, from: "sec-dev-mongo004:27020", fromId: 0, term: 1 } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:360 locks:{} protocol:op_command 621ms 2015-12-20T17:52:25.828-0500 I COMMAND [conn20] command admin.$cmd command: isMaster { ismaster: 1 } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:385 locks:{} protocol:op_command 110ms 2015-12-20T18:40:43.063-0500 I REPL [ReplicationExecutor] re-evaluating sync source because our current sync source's most recent OpTime is (term: 1, timestamp: Dec 20 18:39:50:11) which is more than 30s behind member sec-dev-mongo012:27020 whose most recent OpTime is (term: 1, timestamp: Dec 20 18:40:39:1) 2015-12-20T18:40:43.074-0500 I REPL [ReplicationExecutor] could not find member to sync from 2015-12-20T18:40:44.074-0500 I REPL [ReplicationExecutor] syncing from: sec-dev-mongo012:27020 2015-12-20T18:40:44.101-0500 I REPL [SyncSourceFeedback] setting syncSourceFeedback to sec-dev-mongo012:27020 2015-12-20T18:40:44.111-0500 I ASIO [NetworkInterfaceASIO-BGSync-0] Successfully connected to sec-dev-mongo012:27020 2015-12-20T18:41:13.851-0500 I ASIO [NetworkInterfaceASIO-BGSync-0] Successfully connected to sec-dev-mongo012:27020 2015-12-20T18:42:01.894-0500 I REPL [ReplicationExecutor] could not find member to sync from 2015-12-20T18:42:02.894-0500 I REPL [ReplicationExecutor] syncing from: sec-dev-mongo004:27020 2015-12-20T18:42:02.913-0500 I REPL [SyncSourceFeedback] setting syncSourceFeedback to sec-dev-mongo004:27020 2015-12-20T19:43:36.240-0500 I NETWORK [initandlisten] connection accepted from 10.175.73.251:60091 #293 (23 connections now open) 2015-12-20T19:43:36.276-0500 I NETWORK [initandlisten] connection accepted from 10.175.73.251:60092 #294 (24 connections now open) 2015-12-20T19:43:36.286-0500 I NETWORK [initandlisten] connection accepted from 10.175.73.251:60093 #295 (25 connections now open) 2015-12-20T19:43:36.309-0500 I NETWORK [conn293] end connection 10.175.73.251:60091 (24 connections now open) 2015-12-20T19:44:29.913-0500 I NETWORK [initandlisten] connection accepted from 10.175.73.251:60119 #296 (25 connections now open) 2015-12-20T20:13:45.056-0500 I REPL [ReplicationExecutor] re-evaluating sync source because our current sync source's most recent OpTime is (term: 1, timestamp: Dec 20 20:10:45:11) which is more than 30s behind member sec-dev-mongo012:27020 whose most recent OpTime is (term: 1, timestamp: Dec 20 20:13:41:1) 2015-12-20T20:13:45.059-0500 I REPL [ReplicationExecutor] could not find member to sync from 2015-12-20T20:13:46.060-0500 I REPL [ReplicationExecutor] syncing from: sec-dev-mongo004:27020 2015-12-20T20:13:46.061-0500 I NETWORK [conn294] end connection 10.175.73.251:60092 (24 connections now open) 2015-12-20T20:18:45.065-0500 I NETWORK [conn295] end connection 10.175.73.251:60093 (23 connections now open) 2015-12-20T20:18:45.065-0500 I NETWORK [conn296] end connection 10.175.73.251:60119 (23 connections now open) 2015-12-20T20:50:52.083-0500 I REPL [ReplicationExecutor] re-evaluating sync source because our current sync source's most recent OpTime is (term: 1, timestamp: Dec 20 20:49:37:1) which is more than 30s behind member sec-dev-mongo012:27020 whose most recent OpTime is (term: 1, timestamp: Dec 20 20:50:49:1b) 2015-12-20T20:50:52.083-0500 I REPL [ReplicationExecutor] could not find member to sync from 2015-12-20T20:50:53.083-0500 I REPL [ReplicationExecutor] syncing from: sec-dev-mongo004:27020 2015-12-20T20:50:53.085-0500 I REPL [SyncSourceFeedback] setting syncSourceFeedback to sec-dev-mongo004:27020 2015-12-20T21:49:55.190-0500 I REPL [ReplicationExecutor] re-evaluating sync source because our current sync source's most recent OpTime is (term: 1, timestamp: Dec 20 21:48:36:1) which is more than 30s behind member sec-dev-mongo012:27020 whose most recent OpTime is (term: 1, timestamp: Dec 20 21:49:52:2) 2015-12-20T21:49:55.190-0500 I REPL [ReplicationExecutor] could not find member to sync from 2015-12-20T21:49:56.190-0500 I REPL [ReplicationExecutor] syncing from: sec-dev-mongo004:27020 2015-12-20T21:49:56.191-0500 I REPL [SyncSourceFeedback] setting syncSourceFeedback to sec-dev-mongo004:27020 2015-12-20T22:21:50.727-0500 I NETWORK [initandlisten] connection accepted from 10.175.73.251:36599 #297 (23 connections now open) 2015-12-20T22:21:50.727-0500 I NETWORK [conn297] end connection 10.175.73.251:36599 (22 connections now open) 2015-12-20T22:21:50.728-0500 I NETWORK [initandlisten] connection accepted from 10.175.73.251:36600 #298 (23 connections now open) 2015-12-20T22:21:50.735-0500 I NETWORK [initandlisten] connection accepted from 10.175.73.251:36601 #299 (24 connections now open) 2015-12-20T22:37:48.277-0500 I REPL [ReplicationExecutor] re-evaluating sync source because our current sync source's most recent OpTime is (term: 1, timestamp: Dec 20 22:36:49:1) which is more than 30s behind member sec-dev-mongo012:27020 whose most recent OpTime is (term: 1, timestamp: Dec 20 22:37:45:8) 2015-12-20T22:37:48.277-0500 I REPL [ReplicationExecutor] could not find member to sync from 2015-12-20T22:37:53.276-0500 I NETWORK [conn298] end connection 10.175.73.251:36600 (23 connections now open) 2015-12-20T22:37:53.278-0500 I REPL [ReplicationExecutor] syncing from: sec-dev-mongo004:27020 2015-12-20T22:37:53.279-0500 I REPL [SyncSourceFeedback] setting syncSourceFeedback to sec-dev-mongo004:27020 2015-12-20T22:42:48.277-0500 I NETWORK [conn299] end connection 10.175.73.251:36601 (22 connections now open) 2015-12-20T23:41:28.393-0500 I REPL [ReplicationExecutor] re-evaluating sync source because our current sync source's most recent OpTime is (term: 1, timestamp: Dec 20 23:40:18:3) which is more than 30s behind member sec-dev-mongo012:27020 whose most recent OpTime is (term: 1, timestamp: Dec 20 23:41:24:2) 2015-12-20T23:41:28.393-0500 I REPL [ReplicationExecutor] could not find member to sync from 2015-12-20T23:41:34.394-0500 I REPL [ReplicationExecutor] syncing from: sec-dev-mongo012:27020 2015-12-20T23:41:34.403-0500 I REPL [SyncSourceFeedback] setting syncSourceFeedback to sec-dev-mongo012:27020 2015-12-20T23:41:34.419-0500 I ASIO [NetworkInterfaceASIO-BGSync-0] Successfully connected to sec-dev-mongo012:27020 2015-12-20T23:43:04.427-0500 I ASIO [NetworkInterfaceASIO-BGSync-0] Successfully connected to sec-dev-mongo012:27020 2015-12-20T23:59:54.443-0500 I REPL [ReplicationExecutor] re-evaluating sync source because our current sync source's most recent OpTime is (term: 1, timestamp: Dec 20 23:58:04:1) which is more than 30s behind member sec-dev-mongo004:27020 whose most recent OpTime is (term: 1, timestamp: Dec 20 23:59:51:1e3) 2015-12-20T23:59:54.443-0500 I REPL [ReplicationExecutor] syncing from: sec-dev-mongo004:27020 2015-12-20T23:59:54.452-0500 I REPL [SyncSourceFeedback] setting syncSourceFeedback to sec-dev-mongo004:27020 2015-12-20T23:59:54.453-0500 I ASIO [NetworkInterfaceASIO-BGSync-0] Successfully connected to sec-dev-mongo004:27020 2015-12-21T00:00:14.691-0500 I ASIO [NetworkInterfaceASIO-BGSync-0] Successfully connected to sec-dev-mongo004:27020 2015-12-21T00:54:13.351-0500 I REPL [ReplicationExecutor] re-evaluating sync source because our current sync source's most recent OpTime is (term: 1, timestamp: Dec 21 00:53:13:20) which is more than 30s behind member sec-dev-mongo012:27020 whose most recent OpTime is (term: 1, timestamp: Dec 21 00:54:09:1) 2015-12-21T00:54:13.368-0500 I REPL [ReplicationExecutor] could not find member to sync from 2015-12-21T00:54:14.368-0500 I REPL [ReplicationExecutor] syncing from: sec-dev-mongo004:27020 2015-12-21T01:16:30.427-0500 I REPL [ReplicationExecutor] re-evaluating sync source because our current sync source's most recent OpTime is (term: 1, timestamp: Dec 21 01:15:27:4) which is more than 30s behind member sec-dev-mongo012:27020 whose most recent OpTime is (term: 1, timestamp: Dec 21 01:16:26:3) 2015-12-21T01:16:30.427-0500 I REPL [ReplicationExecutor] could not find member to sync from 2015-12-21T01:16:31.434-0500 I REPL [ReplicationExecutor] syncing from: sec-dev-mongo012:27020 2015-12-21T01:16:31.443-0500 I REPL [SyncSourceFeedback] setting syncSourceFeedback to sec-dev-mongo012:27020 2015-12-21T01:16:31.455-0500 I ASIO [NetworkInterfaceASIO-BGSync-0] Successfully connected to sec-dev-mongo012:27020 2015-12-21T01:23:24.393-0500 I ASIO [NetworkInterfaceASIO-BGSync-0] Successfully connected to sec-dev-mongo012:27020 2015-12-21T01:24:03.328-0500 I REPL [ReplicationExecutor] could not find member to sync from 2015-12-21T01:24:04.329-0500 I REPL [ReplicationExecutor] syncing from: sec-dev-mongo004:27020 2015-12-21T01:24:04.338-0500 I REPL [SyncSourceFeedback] setting syncSourceFeedback to sec-dev-mongo004:27020 2015-12-21T01:24:04.339-0500 I ASIO [NetworkInterfaceASIO-BGSync-0] Successfully connected to sec-dev-mongo004:27020 2015-12-21T01:40:12.440-0500 I ASIO [NetworkInterfaceASIO-BGSync-0] Successfully connected to sec-dev-mongo004:27020 2015-12-21T02:21:46.538-0500 I REPL [ReplicationExecutor] re-evaluating sync source because our current sync source's most recent OpTime is (term: 1, timestamp: Dec 21 02:20:38:2) which is more than 30s behind member sec-dev-mongo012:27020 whose most recent OpTime is (term: 1, timestamp: Dec 21 02:21:42:1) 2015-12-21T02:21:46.539-0500 I REPL [ReplicationExecutor] could not find member to sync from 2015-12-21T02:21:51.539-0500 I REPL [ReplicationExecutor] syncing from: sec-dev-mongo012:27020 2015-12-21T02:21:51.540-0500 I REPL [SyncSourceFeedback] setting syncSourceFeedback to sec-dev-mongo012:27020 2015-12-21T02:21:51.542-0500 I ASIO [NetworkInterfaceASIO-BGSync-0] Successfully connected to sec-dev-mongo012:27020 2015-12-21T02:32:31.110-0500 I ASIO [NetworkInterfaceASIO-BGSync-0] Successfully connected to sec-dev-mongo012:27020 2015-12-21T04:35:56.955-0500 I REPL [ReplicationExecutor] could not find member to sync from 2015-12-21T04:35:57.955-0500 I REPL [ReplicationExecutor] syncing from: sec-dev-mongo004:27020 2015-12-21T04:35:57.960-0500 I REPL [SyncSourceFeedback] setting syncSourceFeedback to sec-dev-mongo004:27020 2015-12-21T04:35:57.961-0500 I ASIO [NetworkInterfaceASIO-BGSync-0] Successfully connected to sec-dev-mongo004:27020 2015-12-21T04:40:11.032-0500 I ASIO [NetworkInterfaceASIO-BGSync-0] Successfully connected to sec-dev-mongo004:27020 2015-12-21T06:38:02.057-0500 I REPL [ReplicationExecutor] re-evaluating sync source because our current sync source's most recent OpTime is (term: 1, timestamp: Dec 21 06:37:19:1) which is more than 30s behind member sec-dev-mongo012:27020 whose most recent OpTime is (term: 1, timestamp: Dec 21 06:37:59:9e) 2015-12-21T06:38:02.070-0500 I REPL [ReplicationExecutor] could not find member to sync from 2015-12-21T06:38:03.070-0500 I REPL [ReplicationExecutor] syncing from: sec-dev-mongo012:27020 2015-12-21T06:38:03.113-0500 I REPL [SyncSourceFeedback] setting syncSourceFeedback to sec-dev-mongo012:27020 2015-12-21T06:38:03.131-0500 I ASIO [NetworkInterfaceASIO-BGSync-0] Successfully connected to sec-dev-mongo012:27020 2015-12-21T06:38:40.581-0500 I ASIO [NetworkInterfaceASIO-BGSync-0] Successfully connected to sec-dev-mongo012:27020 2015-12-21T07:15:51.826-0500 I REPL [ReplicationExecutor] syncing from: sec-dev-mongo004:27020 2015-12-21T07:15:51.842-0500 I REPL [SyncSourceFeedback] setting syncSourceFeedback to sec-dev-mongo004:27020 2015-12-21T07:15:51.854-0500 I ASIO [NetworkInterfaceASIO-BGSync-0] Successfully connected to sec-dev-mongo004:27020 2015-12-21T07:17:57.843-0500 I INDEX [repl writer worker 14] build index on: OMEGA.OriginalMortgageInsurancePremiumStatistic properties: { v: 1, key: { ENTITY_ID: 1 }, name: "ENTITY_ID_1", ns: "OMEGA.OriginalMortgageInsurancePremiumStatistic" } 2015-12-21T07:17:57.843-0500 I INDEX [repl writer worker 14] building index using bulk method 2015-12-21T07:17:57.906-0500 I INDEX [repl writer worker 14] build index done. scanned 0 total records. 0 secs 2015-12-21T07:18:33.011-0500 I INDEX [repl writer worker 11] build index on: OMEGA.OriginalFirstTimeHomeBuyerStatistic properties: { v: 1, key: { ENTITY_ID: 1 }, name: "ENTITY_ID_1", ns: "OMEGA.OriginalFirstTimeHomeBuyerStatistic" } 2015-12-21T07:18:33.011-0500 I INDEX [repl writer worker 11] building index using bulk method 2015-12-21T07:18:33.044-0500 I INDEX [repl writer worker 11] build index done. scanned 0 total records. 0 secs 2015-12-21T07:19:16.385-0500 I INDEX [repl writer worker 14] build index on: OMEGA.OriginalOriginationStatistic properties: { v: 1, key: { ENTITY_ID: 1 }, name: "ENTITY_ID_1", ns: "OMEGA.OriginalOriginationStatistic" } 2015-12-21T07:19:16.385-0500 I INDEX [repl writer worker 14] building index using bulk method 2015-12-21T07:19:16.385-0500 I INDEX [repl writer worker 14] build index done. scanned 0 total records. 0 secs 2015-12-21T07:19:18.703-0500 I INDEX [repl writer worker 12] build index on: OMEGA.OriginalMSAStatistic properties: { v: 1, key: { ENTITY_ID: 1 }, name: "ENTITY_ID_1", ns: "OMEGA.OriginalMSAStatistic" } 2015-12-21T07:19:18.703-0500 I INDEX [repl writer worker 12] building index using bulk method 2015-12-21T07:19:18.725-0500 I INDEX [repl writer worker 12] build index done. scanned 0 total records. 0 secs 2015-12-21T07:20:06.109-0500 I INDEX [repl writer worker 3] build index on: OMEGA.OriginalDelinquencyStatistic properties: { v: 1, key: { ENTITY_ID: 1 }, name: "ENTITY_ID_1", ns: "OMEGA.OriginalDelinquencyStatistic" } 2015-12-21T07:20:06.109-0500 I INDEX [repl writer worker 3] building index using bulk method 2015-12-21T07:20:06.109-0500 I INDEX [repl writer worker 3] build index done. scanned 0 total records. 0 secs 2015-12-21T07:20:23.227-0500 I INDEX [repl writer worker 11] build index on: OMEGA.ExchangeIrregularHours properties: { v: 1, key: { ENTITY_ID: 1 }, name: "ENTITY_ID_1", ns: "OMEGA.ExchangeIrregularHours" } 2015-12-21T07:20:23.227-0500 I INDEX [repl writer worker 11] building index using bulk method 2015-12-21T07:20:23.237-0500 I INDEX [repl writer worker 11] build index done. scanned 0 total records. 0 secs 2015-12-21T07:20:40.474-0500 I INDEX [repl writer worker 10] build index on: OMEGA.ExchangeRegularHours properties: { v: 1, key: { ENTITY_ID: 1 }, name: "ENTITY_ID_1", ns: "OMEGA.ExchangeRegularHours" } 2015-12-21T07:20:40.474-0500 I INDEX [repl writer worker 10] building index using bulk method 2015-12-21T07:20:40.474-0500 I INDEX [repl writer worker 10] build index done. scanned 0 total records. 0 secs 2015-12-21T07:20:57.988-0500 I INDEX [repl writer worker 3] build index on: OMEGA.EntityLinkage properties: { v: 1, key: { ENTITY_ID: 1 }, name: "ENTITY_ID_1", ns: "OMEGA.EntityLinkage" } 2015-12-21T07:20:57.988-0500 I INDEX [repl writer worker 3] building index using bulk method 2015-12-21T07:20:57.989-0500 I INDEX [repl writer worker 3] build index done. scanned 0 total records. 0 secs 2015-12-21T07:22:17.646-0500 I INDEX [repl writer worker 3] build index on: OMEGA.EntityRelated properties: { v: 1, key: { ENTITY_ID: 1 }, name: "ENTITY_ID_1", ns: "OMEGA.EntityRelated" } 2015-12-21T07:22:17.646-0500 I INDEX [repl writer worker 3] building index using bulk method 2015-12-21T07:22:17.666-0500 I INDEX [repl writer worker 3] build index done. scanned 0 total records. 0 secs 2015-12-21T07:22:54.803-0500 I INDEX [repl writer worker 10] build index on: OMEGA.RtsIdentifierChange properties: { v: 1, key: { ENTITY_ID: 1 }, name: "ENTITY_ID_1", ns: "OMEGA.RtsIdentifierChange" } 2015-12-21T07:22:54.803-0500 I INDEX [repl writer worker 10] building index using bulk method 2015-12-21T07:22:54.804-0500 I INDEX [repl writer worker 10] build index done. scanned 0 total records. 0 secs 2015-12-21T07:22:57.116-0500 I INDEX [repl writer worker 3] build index on: OMEGA.SinkBondSchedule properties: { v: 1, key: { ENTITY_ID: 1 }, name: "ENTITY_ID_1", ns: "OMEGA.SinkBondSchedule" } 2015-12-21T07:22:57.116-0500 I INDEX [repl writer worker 3] building index using bulk method 2015-12-21T07:22:57.116-0500 I INDEX [repl writer worker 3] build index done. scanned 0 total records. 0 secs 2015-12-21T07:23:21.826-0500 I INDEX [repl writer worker 6] build index on: OMEGA.SinkBondScheduleRefDateRule2 properties: { v: 1, key: { ENTITY_ID: 1 }, name: "ENTITY_ID_1", ns: "OMEGA.SinkBondScheduleRefDateRule2" } 2015-12-21T07:23:21.826-0500 I INDEX [repl writer worker 6] building index using bulk method 2015-12-21T07:23:21.827-0500 I INDEX [repl writer worker 6] build index done. scanned 0 total records. 0 secs 2015-12-21T07:23:36.359-0500 I INDEX [repl writer worker 2] build index on: OMEGA.FinancialTransactionTax properties: { v: 1, key: { ENTITY_ID: 1 }, name: "ENTITY_ID_1", ns: "OMEGA.FinancialTransactionTax" } 2015-12-21T07:23:36.359-0500 I INDEX [repl writer worker 2] building index using bulk method 2015-12-21T07:23:36.359-0500 I INDEX [repl writer worker 2] build index done. scanned 0 total records. 0 secs 2015-12-21T07:24:22.403-0500 I INDEX [repl writer worker 13] build index on: OMEGA.InterestPaymentForecast properties: { v: 1, key: { ENTITY_ID: 1 }, name: "ENTITY_ID_1", ns: "OMEGA.InterestPaymentForecast" } 2015-12-21T07:24:22.403-0500 I INDEX [repl writer worker 13] building index using bulk method 2015-12-21T07:24:22.404-0500 I INDEX [repl writer worker 13] build index done. scanned 0 total records. 0 secs 2015-12-21T07:25:47.391-0500 I ASIO [NetworkInterfaceASIO-BGSync-0] Successfully connected to sec-dev-mongo004:27020 2015-12-21T07:26:33.267-0500 I INDEX [repl writer worker 3] build index on: OMEGA.MarketColorMessage properties: { v: 1, key: { ENTITY_ID: 1 }, name: "ENTITY_ID_1", ns: "OMEGA.MarketColorMessage" } 2015-12-21T07:26:33.267-0500 I INDEX [repl writer worker 3] building index using bulk method 2015-12-21T07:26:33.268-0500 I INDEX [repl writer worker 3] build index done. scanned 0 total records. 0 secs 2015-12-21T07:26:47.187-0500 I INDEX [repl writer worker 13] build index on: OMEGA.EmmaSTVariableRateSchedule properties: { v: 1, key: { ENTITY_ID: 1 }, name: "ENTITY_ID_1", ns: "OMEGA.EmmaSTVariableRateSchedule" } 2015-12-21T07:26:47.187-0500 I INDEX [repl writer worker 13] building index using bulk method 2015-12-21T07:26:47.188-0500 I INDEX [repl writer worker 13] build index done. scanned 0 total records. 0 secs 2015-12-21T07:26:51.408-0500 I INDEX [repl writer worker 15] build index on: OMEGA.Clearstream properties: { v: 1, key: { ENTITY_ID: 1 }, name: "ENTITY_ID_1", ns: "OMEGA.Clearstream" } 2015-12-21T07:26:51.408-0500 I INDEX [repl writer worker 15] building index using bulk method 2015-12-21T07:26:51.409-0500 I INDEX [repl writer worker 15] build index done. scanned 0 total records. 0 secs 2015-12-21T07:28:11.771-0500 I INDEX [repl writer worker 7] build index on: OMEGA.ClearstreamRefDateRule2 properties: { v: 1, key: { ENTITY_ID: 1 }, name: "ENTITY_ID_1", ns: "OMEGA.ClearstreamRefDateRule2" } 2015-12-21T07:28:11.771-0500 I INDEX [repl writer worker 7] building index using bulk method 2015-12-21T07:28:11.773-0500 I INDEX [repl writer worker 7] build index done. scanned 0 total records. 0 secs 2015-12-21T07:29:57.740-0500 I INDEX [repl writer worker 6] build index on: OMEGA.BondAgentDetail properties: { v: 1, key: { ENTITY_ID: 1 }, name: "ENTITY_ID_1", ns: "OMEGA.BondAgentDetail" } 2015-12-21T07:29:57.740-0500 I INDEX [repl writer worker 6] building index using bulk method 2015-12-21T07:29:57.740-0500 I INDEX [repl writer worker 6] build index done. scanned 0 total records. 0 secs 2015-12-21T07:33:28.127-0500 I INDEX [repl writer worker 12] build index on: OMEGA.ClearstreamIncomeRefDateRule2 properties: { v: 1, key: { ENTITY_ID: 1 }, name: "ENTITY_ID_1", ns: "OMEGA.ClearstreamIncomeRefDateRule2" } 2015-12-21T07:33:28.127-0500 I INDEX [repl writer worker 12] building index using bulk method 2015-12-21T07:33:28.127-0500 I INDEX [repl writer worker 12] build index done. scanned 0 total records. 0 secs 2015-12-21T08:16:37.682-0500 I INDEX [repl writer worker 0] build index on: OMEGA.DistributionComponent properties: { v: 1, key: { ENTITY_ID: 1 }, name: "ENTITY_ID_1", ns: "OMEGA.DistributionComponent" } 2015-12-21T08:16:37.687-0500 I INDEX [repl writer worker 0] building index using bulk method 2015-12-21T08:16:37.707-0500 I INDEX [repl writer worker 0] build index done. scanned 0 total records. 0 secs 2015-12-21T08:44:28.631-0500 I INDEX [repl writer worker 12] build index on: OMEGA.CouponPaymentPIKToggleTrigger properties: { v: 1, key: { ENTITY_ID: 1 }, name: "ENTITY_ID_1", ns: "OMEGA.CouponPaymentPIKToggleTrigger" } 2015-12-21T08:44:28.637-0500 I INDEX [repl writer worker 12] building index using bulk method 2015-12-21T08:44:28.638-0500 I INDEX [repl writer worker 12] build index done. scanned 0 total records. 0 secs 2015-12-21T08:44:29.713-0500 I INDEX [repl writer worker 13] build index on: OMEGA.MuniNonCallableAdjustment properties: { v: 1, key: { ENTITY_ID: 1 }, name: "ENTITY_ID_1", ns: "OMEGA.MuniNonCallableAdjustment" } 2015-12-21T08:44:29.713-0500 I INDEX [repl writer worker 13] building index using bulk method 2015-12-21T08:44:29.714-0500 I INDEX [repl writer worker 13] build index done. scanned 0 total records. 0 secs 2015-12-21T08:44:30.806-0500 I INDEX [repl writer worker 9] build index on: OMEGA.MuniStateAdjustment properties: { v: 1, key: { ENTITY_ID: 1 }, name: "ENTITY_ID_1", ns: "OMEGA.MuniStateAdjustment" } 2015-12-21T08:44:30.806-0500 I INDEX [repl writer worker 9] building index using bulk method 2015-12-21T08:44:30.807-0500 I INDEX [repl writer worker 9] build index done. scanned 0 total records. 0 secs 2015-12-21T08:44:38.027-0500 I INDEX [repl writer worker 8] build index on: OMEGA.CouponPaymentRangeInterestConditionSchedule properties: { v: 1, key: { ENTITY_ID: 1 }, name: "ENTITY_ID_1", ns: "OMEGA.CouponPaymentRangeInterestConditionSchedule" } 2015-12-21T08:44:38.027-0500 I INDEX [repl writer worker 8] building index using bulk method 2015-12-21T08:44:38.027-0500 I INDEX [repl writer worker 8] build index done. scanned 0 total records. 0 secs 2015-12-21T08:44:38.653-0500 I INDEX [repl writer worker 11] build index on: OMEGA.MuniCurveUopAdj properties: { v: 1, key: { ENTITY_ID: 1 }, name: "ENTITY_ID_1", ns: "OMEGA.MuniCurveUopAdj" } 2015-12-21T08:44:38.653-0500 I INDEX [repl writer worker 11] building index using bulk method 2015-12-21T08:44:38.654-0500 I INDEX [repl writer worker 11] build index done. scanned 0 total records. 0 secs 2015-12-21T08:44:41.788-0500 I INDEX [repl writer worker 7] build index on: OMEGA.MuniCurveBondInsuranceAdj properties: { v: 1, key: { ENTITY_ID: 1 }, name: "ENTITY_ID_1", ns: "OMEGA.MuniCurveBondInsuranceAdj" } 2015-12-21T08:44:41.788-0500 I INDEX [repl writer worker 7] building index using bulk method 2015-12-21T08:44:41.789-0500 I INDEX [repl writer worker 7] build index done. scanned 0 total records. 0 secs 2015-12-21T08:44:43.853-0500 I INDEX [repl writer worker 12] build index on: OMEGA.MuniCurveNonCallableAdj properties: { v: 1, key: { ENTITY_ID: 1 }, name: "ENTITY_ID_1", ns: "OMEGA.MuniCurveNonCallableAdj" } 2015-12-21T08:44:43.853-0500 I INDEX [repl writer worker 12] building index using bulk method 2015-12-21T08:44:43.854-0500 I INDEX [repl writer worker 12] build index done. scanned 0 total records. 0 secs 2015-12-21T11:00:10.070-0500 I COMMAND [ftdc] serverStatus was very slow: { after basic: 0, after asserts: 0, after connections: 0, after extra_info: 80, after globalLock: 80, after locks: 80, after network: 80, after opcounters: 80, after opcountersRepl: 80, after repl: 80, after storageEngine: 80, after tcmalloc: 1060, after wiredTiger: 1060, at end: 1060 } 2015-12-21T11:00:17.095-0500 I REPL [ReplicationExecutor] Starting an election, since we've seen no PRIMARY in the past 10000ms 2015-12-21T11:00:17.096-0500 I REPL [ReplicationExecutor] conducting a dry run election to see if we could be elected 2015-12-21T11:00:17.102-0500 I REPL [ReplicationExecutor] syncing from: sec-dev-mongo004:27020 2015-12-21T11:00:17.115-0500 I REPL [ReplicationExecutor] VoteRequester: Got no vote from sec-dev-mongo012:27020 because: candidate's data is staler than mine, resp:{ term: 1, voteGranted: false, reason: "candidate's data is staler than mine", ok: 1.0 } 2015-12-21T11:00:18.681-0500 I REPL [ReplicationExecutor] Error in heartbeat request to sec-dev-mongo004:27020; ExceededTimeLimit Operation timed out 2015-12-21T11:00:20.929-0500 I COMMAND [conn7] command local.replset.election command: replSetRequestVotes { replSetRequestVotes: 1, setName: "sec-dev-rs3", dryRun: true, term: 1, candidateIndex: 2, configVersion: 3, lastCommittedOp: { ts: Timestamp 1450713598000|3780, t: 1 } } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:63 locks:{ Global: { acquireCount: { r: 2, w: 2 }, acquireWaitCount: { r: 1 }, timeAcquiringMicros: { r: 227305 } }, Database: { acquireCount: { W: 2 } } } protocol:op_command 2588ms 2015-12-21T11:00:22.731-0500 I REPL [ReplicationExecutor] Member sec-dev-mongo012:27020 is now in state PRIMARY 2015-12-21T11:00:27.097-0500 I REPL [ReplicationExecutor] VoteRequester: Got failed response from sec-dev-mongo004:27020: ExceededTimeLimit Couldn't get a connection within the time limit 2015-12-21T11:00:27.097-0500 I REPL [ReplicationExecutor] not running for primary, we have been superceded already 2015-12-21T11:00:28.048-0500 I COMMAND [ftdc] serverStatus was very slow: { after basic: 0, after asserts: 0, after connections: 0, after extra_info: 520, after globalLock: 520, after locks: 520, after network: 520, after opcounters: 520, after opcountersRepl: 520, after repl: 520, after storageEngine: 520, after tcmalloc: 1040, after wiredTiger: 1040, at end: 1040 } 2015-12-21T11:00:30.670-0500 I ASIO [NetworkInterfaceASIO-Replication-0] Successfully connected to sec-dev-mongo004:27020 2015-12-21T11:00:30.670-0500 I ASIO [NetworkInterfaceASIO-Replication-0] Successfully connected to sec-dev-mongo004:27020 2015-12-21T11:00:30.670-0500 I REPL [SyncSourceFeedback] setting syncSourceFeedback to sec-dev-mongo004:27020 2015-12-21T11:00:30.671-0500 I REPL [ReplicationExecutor] Error in heartbeat request to sec-dev-mongo004:27020; ExceededTimeLimit Operation timed out 2015-12-21T11:00:30.885-0500 I NETWORK [conn284] end connection 10.175.73.50:59994 (21 connections now open) 2015-12-21T11:00:31.040-0500 I REPL [ReplicationExecutor] could not find member to sync from 2015-12-21T11:00:31.040-0500 I ASIO [ReplicationExecutor] dropping unhealthy pooled connection to sec-dev-mongo004:27020 2015-12-21T11:00:31.040-0500 I ASIO [ReplicationExecutor] after drop, pool was empty, going to spawn some connections 2015-12-21T11:00:31.080-0500 I NETWORK [initandlisten] connection accepted from 10.175.73.133:58874 #300 (22 connections now open) 2015-12-21T11:00:31.087-0500 I SHARDING [conn300] remote client 10.175.73.133:58874 initialized this host as shard sec-dev-rs3 2015-12-21T11:00:31.107-0500 I SHARDING [ShardingState initialization] first cluster operation detected, adding sharding hook to enable versioning and authentication to remote servers 2015-12-21T11:00:31.141-0500 I SHARDING [ShardingState initialization] Updating config server connection string to: sec-dev-cfgrsx/sec-dev-mongo001:27019,sec-dev-mongo002:27019,sec-dev-mongo003:27019 2015-12-21T11:00:31.171-0500 I NETWORK [ShardingState initialization] Starting new replica set monitor for sec-dev-cfgrsx/sec-dev-mongo001:27019,sec-dev-mongo002:27019,sec-dev-mongo003:27019 2015-12-21T11:00:31.171-0500 I NETWORK [ReplicaSetMonitorWatcher] starting 2015-12-21T11:00:31.226-0500 I SHARDING [thread1] creating distributed lock ping thread for process sec-dev-mongo008:27020:1450713631:1165743845 (sleeping for 30000ms) 2015-12-21T11:00:31.244-0500 I ASIO [NetworkInterfaceASIO-ShardRegistry-0] Successfully connected to sec-dev-mongo001:27019 2015-12-21T11:00:31.251-0500 I ASIO [NetworkInterfaceASIO-ShardRegistry-0] Successfully connected to sec-dev-mongo001:27019 2015-12-21T11:00:31.252-0500 W SHARDING [replSetDistLockPinger] pinging failed for distributed lock pinger :: caused by :: findAndModify query predicate didn't match any lock document 2015-12-21T11:00:31.264-0500 I NETWORK [ShardingState initialization] Starting new replica set monitor for sec-dev-rs0/sec-dev-mongo001:27020,sec-dev-mongo005:27020,sec-dev-mongo009:27020 2015-12-21T11:00:31.264-0500 I NETWORK [ShardingState initialization] Starting new replica set monitor for sec-dev-rs1/sec-dev-mongo002:27020,sec-dev-mongo006:27020,sec-dev-mongo010:27020 2015-12-21T11:00:31.265-0500 I NETWORK [ShardingState initialization] Starting new replica set monitor for sec-dev-rs2/sec-dev-mongo003:27020,sec-dev-mongo007:27020,sec-dev-mongo011:27020 2015-12-21T11:00:31.265-0500 I NETWORK [ShardingState initialization] Starting new replica set monitor for sec-dev-rs3/sec-dev-mongo004:27020,sec-dev-mongo008:27020,sec-dev-mongo012:27020 2015-12-21T11:00:31.265-0500 I COMMAND [conn300] command admin.$cmd command: setShardVersion { setShardVersion: "", init: true, authoritative: true, configdb: "sec-dev-cfgrsx/sec-dev-mongo001:27019,sec-dev-mongo002:27019,sec-dev-mongo003:27019", shard: "sec-dev-rs3", shardHost: "sec-dev-rs3/sec-dev-mongo004:27020,sec-dev-mongo008:27020,sec-dev-mongo012:27020", maxTimeMS: 30000, noConnectionVersioning: true } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:188 locks:{} protocol:op_command 177ms 2015-12-21T11:00:31.690-0500 I ASIO [NetworkInterfaceASIO-Replication-0] Successfully connected to sec-dev-mongo004:27020 2015-12-21T11:00:31.691-0500 I REPL [ReplicationExecutor] Member sec-dev-mongo004:27020 is now in state SECONDARY 2015-12-21T11:00:32.040-0500 I REPL [ReplicationExecutor] syncing from: sec-dev-mongo004:27020 2015-12-21T11:00:32.044-0500 I REPL [SyncSourceFeedback] setting syncSourceFeedback to sec-dev-mongo004:27020 2015-12-21T11:00:32.045-0500 I ASIO [NetworkInterfaceASIO-BGSync-0] Successfully connected to sec-dev-mongo004:27020 2015-12-21T11:00:32.045-0500 I REPL [ReplicationExecutor] syncing from: sec-dev-mongo004:27020 2015-12-21T11:00:35.213-0500 I COMMAND [ftdc] serverStatus was very slow: { after basic: 0, after asserts: 0, after connections: 0, after extra_info: 700, after globalLock: 700, after locks: 700, after network: 700, after opcounters: 700, after opcountersRepl: 700, after repl: 700, after sharding: 700, after storageEngine: 700, after tcmalloc: 2200, after wiredTiger: 2200, at end: 2200 } 2015-12-21T11:00:40.818-0500 I NETWORK [initandlisten] connection accepted from 10.175.73.50:49850 #301 (23 connections now open) 2015-12-21T11:00:41.063-0500 I NETWORK [initandlisten] connection accepted from 10.175.73.251:59352 #302 (24 connections now open) 2015-12-21T11:00:41.182-0500 I NETWORK [initandlisten] connection accepted from 10.175.73.203:54232 #303 (25 connections now open) 2015-12-21T11:00:41.182-0500 W NETWORK [ReplicaSetMonitorWatcher] No primary detected for set sec-dev-rs3 2015-12-21T11:00:51.229-0500 I COMMAND [conn302] command admin.$cmd command: isMaster { ismaster: 1 } ntoreturn:1 ntoskip:0 keyUpdates:0 writeConflicts:0 numYields:0 reslen:497 locks:{} protocol:op_command 102ms 2015-12-21T11:00:52.753-0500 I NETWORK [conn301] end connection 10.175.73.50:49850 (24 connections now open) 2015-12-21T11:00:52.753-0500 I REPL [ReplicationExecutor] syncing from: sec-dev-mongo012:27020 2015-12-21T11:00:52.760-0500 I REPL [SyncSourceFeedback] setting syncSourceFeedback to sec-dev-mongo012:27020 2015-12-21T11:00:52.773-0500 I ASIO [NetworkInterfaceASIO-BGSync-0] Successfully connected to sec-dev-mongo012:27020 2015-12-21T11:00:52.790-0500 I REPL [rsBackgroundSync] starting rollback: OplogStartMissing our last op time fetched: (term: 1, timestamp: Dec 21 11:00:27:233). source's GTE: (term: 2, timestamp: Dec 21 11:00:50:1) hashes: (7170794878583616227/7434769270327729983) 2015-12-21T11:00:54.643-0500 F REPL [rsBackgroundSync] need to rollback, but in inconsistent state 2015-12-21T11:00:54.643-0500 I - [rsBackgroundSync] Fatal assertion 28723 UnrecoverableRollbackError need to rollback, but in inconsistent state. minvalid: (term: 1, timestamp: Dec 21 11:00:02:1298) > our last optime: (term: 1, timestamp: Dec 21 11:00:01:44d3) @ 18750 2015-12-21T11:00:54.643-0500 I - [rsBackgroundSync] ***aborting after fassert() failure