2023-01-31T21:55:20.553+0000 I CONTROL [main] Automatically disabling TLS 1.0, to force-enable TLS 1.0 specify --sslDisabledProtocols 'none' 2023-01-31T21:55:20.555+0000 D NETWORK [main] fd limit hard:64000 soft:64000 max conn: 51200 2023-01-31T21:55:20.555+0000 I CONTROL [initandlisten] MongoDB starting : pid=3739 port=27017 dbpath=/data/mci/51d3f0198f45249c6ba0febe53f99f6d/drivers-tools/.evergreen/orchestration/db/mongod-pu7kcmti 64-bit host=ip-10-128-163-212 2023-01-31T21:55:20.555+0000 I CONTROL [initandlisten] db version v4.0.28 2023-01-31T21:55:20.555+0000 I CONTROL [initandlisten] git version: af1a9dc12adcfa83cc19571cb3faba26eeddac92 2023-01-31T21:55:20.555+0000 I CONTROL [initandlisten] OpenSSL version: OpenSSL 1.1.1 11 Sep 2018 2023-01-31T21:55:20.555+0000 I CONTROL [initandlisten] allocator: tcmalloc 2023-01-31T21:55:20.555+0000 I CONTROL [initandlisten] modules: enterprise 2023-01-31T21:55:20.555+0000 I CONTROL [initandlisten] build environment: 2023-01-31T21:55:20.555+0000 I CONTROL [initandlisten] distmod: ubuntu1804 2023-01-31T21:55:20.555+0000 I CONTROL [initandlisten] distarch: x86_64 2023-01-31T21:55:20.555+0000 I CONTROL [initandlisten] target_arch: x86_64 2023-01-31T21:55:20.555+0000 I CONTROL [initandlisten] options: { config: "/data/mci/51d3f0198f45249c6ba0febe53f99f6d/drivers-tools/.evergreen/orchestration/db/mongo-duqujocf", net: { bindIp: "127.0.0.1,::1", compression: { compressors: "zlib,snappy,noop" }, ipv6: true, port: 27017 }, replication: { enableMajorityReadConcern: true, oplogSizeMB: 500, replSet: "repl0" }, setParameter: { enableTestCommands: "1", maxTransactionLockRequestTimeoutMillis: "25", periodicNoopIntervalSecs: "1", writePeriodicNoops: "1" }, storage: { dbPath: "/data/mci/51d3f0198f45249c6ba0febe53f99f6d/drivers-tools/.evergreen/orchestration/db/mongod-pu7kcmti" }, systemLog: { destination: "file", logAppend: true, path: "/data/mci/51d3f0198f45249c6ba0febe53f99f6d/drivers-tools/.evergreen/orchestration/db/mongod-pu7kcmti/mongod.log", verbosity: 1 } } 2023-01-31T21:55:20.555+0000 D NETWORK [initandlisten] fd limit hard:64000 soft:64000 max conn: 51200 2023-01-31T21:55:20.556+0000 I STORAGE [initandlisten] wiredtiger_open config: create,cache_size=7507M,cache_overflow=(file_max=0M),session_max=20000,eviction=(threads_min=4,threads_max=4),config_base=false,statistics=(fast),log=(enabled=true,archive=true,path=journal,compressor=snappy),file_manager=(close_idle_time=100000),statistics_log=(wait=0),verbose=(recovery_progress), CLIENT: test_aggregate_out (test_read_concern.TestReadConcern) ... CLIENT: 2023-01-31 21:58:21,449 INFO [pool ('localhost', 27017)] connection check out started CLIENT: 2023-01-31 21:58:21,449 INFO [pool ('localhost', 27017)][conn #1] connection created 2023-01-31T21:58:21.449+0000 I NETWORK [listener] connection accepted from 127.0.0.1:56190 #1243 (18 connections now open) 2023-01-31T21:58:21.450+0000 I NETWORK [conn1243] received client metadata from 127.0.0.1:56190 conn1243: { driver: { name: "PyMongo", version: "4.4.0.dev1" }, os: { type: "Linux", name: "Linux", architecture: "x86_64", version: "4.15.0-1044-aws" }, platform: "CPython 3.10.8.final.0" } 2023-01-31T21:58:21.450+0000 I COMMAND [conn1243] command admin.$cmd command: isMaster { ismaster: 1, helloOk: true, client: { driver: { name: "PyMongo", version: "4.4.0.dev1" }, os: { type: "Linux", name: "Linux", architecture: "x86_64", version: "4.15.0-1044-aws" }, platform: "CPython 3.10.8.final.0" }, compression: [], $db: "admin" } numYields:0 reslen:769 locks:{} protocol:op_query 0ms CLIENT: 2023-01-31 21:58:21,450 INFO [pool ('localhost', 27017)][conn #1] connection setup succeeded CLIENT: 2023-01-31 21:58:21,451 INFO Command aggregate with request id 1110690461 started on server ('localhost', 27017) 2023-01-31T21:58:21.451+0000 I COMMAND [conn1243] command pymongo_test.$cmd command: listCollections { listCollections: 1, filter: { name: "output_collection" }, cursor: {}, $readPreference: { mode: "secondaryPreferred" }, $db: "pymongo_test" } numYields:0 reslen:247 locks:{ Global: { acquireCount: { r: 2 } }, Database: { acquireCount: { r: 1 } } } protocol:op_msg 0ms 2023-01-31T21:58:21.451+0000 D - [conn1243] User Assertion: NamespaceNotFound: ns does not exist: pymongo_test.output_collection src/mongo/db/commands/list_indexes.cpp 142 2023-01-31T21:58:21.451+0000 D COMMAND [conn1243] assertion while executing command 'listIndexes' on database 'pymongo_test' with arguments '{ listIndexes: "output_collection", cursor: {}, $db: "pymongo_test" }': NamespaceNotFound: ns does not exist: pymongo_test.output_collection 2023-01-31T21:58:21.451+0000 I COMMAND [conn1243] command pymongo_test.output_collection command: listIndexes { listIndexes: "output_collection", cursor: {}, $db: "pymongo_test" } numYields:0 ok:0 errMsg:"ns does not exist: pymongo_test.output_collection" errName:NamespaceNotFound errCode:26 reslen:267 locks:{ Global: { acquireCount: { r: 1 } }, Database: { acquireCount: { r: 1 } }, Collection: { acquireCount: { r: 1 } } } protocol:op_msg 0ms 2023-01-31T21:58:21.451+0000 D STORAGE [conn1243] create collection pymongo_test.tmp.agg_out.5 { temp: true } 2023-01-31T21:58:21.451+0000 I STORAGE [conn1243] createCollection: pymongo_test.tmp.agg_out.5 with generated UUID: 2485c4e9-173f-4c5e-8a47-70b42e4f7988 2023-01-31T21:58:21.451+0000 D STORAGE [conn1243] stored meta data for pymongo_test.tmp.agg_out.5 @ RecordId(1105) 2023-01-31T21:58:21.458+0000 D STORAGE [conn1243] pymongo_test.tmp.agg_out.5: clearing plan cache - collection info cache reset 2023-01-31T21:58:21.458+0000 D STORAGE [conn1243] create uri: table:index-2456-6179850467209408178 config: type=file,internal_page_max=16k,leaf_page_max=16k,checksum=on,prefix_compression=true,block_compressor=,,,,key_format=u,value_format=u,app_metadata=(formatVersion=8,infoObj={ "v" : 2, "key" : { "_id" : 1 }, "name" : "_id_", "ns" : "pymongo_test.tmp.agg_out.5" }),log=(enabled=false) 2023-01-31T21:58:21.461+0000 I COMMAND [conn18] command admin.$cmd command: replSetUpdatePosition { replSetUpdatePosition: 1, optimes: [ { durableOpTime: { ts: Timestamp(1675202299, 60), t: 1 }, appliedOpTime: { ts: Timestamp(1675202299, 60), t: 1 }, memberId: 0, cfgver: 1 }, { durableOpTime: { ts: Timestamp(1675202301, 23), t: 1 }, appliedOpTime: { ts: Timestamp(1675202301, 24), t: 1 }, memberId: 1, cfgver: 1 }, { durableOpTime: { ts: Timestamp(0, 0), t: -1 }, appliedOpTime: { ts: Timestamp(1675202299, 17), t: 1 }, memberId: 2, cfgver: 1 } ], $replData: { term: 1, lastOpCommitted: { ts: Timestamp(1675202301, 23), t: 1 }, lastOpVisible: { ts: Timestamp(1675202301, 23), t: 1 }, configVersion: 1, replicaSetId: ObjectId('63d98e4bb1442f00555bab38'), primaryIndex: 0, syncSourceIndex: 0 }, $clusterTime: { clusterTime: Timestamp(1675202301, 24), signature: { hash: BinData(0, 2BFD671EF40C23F4848239B7844D82EA27FA4CAC), keyId: 7194938379719409666 } }, $db: "admin" } numYields:0 reslen:369 locks:{} protocol:op_msg 0ms 2023-01-31T21:58:21.461+0000 I COMMAND [conn18] command admin.$cmd command: replSetUpdatePosition { replSetUpdatePosition: 1, optimes: [ { durableOpTime: { ts: Timestamp(1675202299, 60), t: 1 }, appliedOpTime: { ts: Timestamp(1675202299, 60), t: 1 }, memberId: 0, cfgver: 1 }, { durableOpTime: { ts: Timestamp(1675202301, 24), t: 1 }, appliedOpTime: { ts: Timestamp(1675202301, 24), t: 1 }, memberId: 1, cfgver: 1 }, { durableOpTime: { ts: Timestamp(0, 0), t: -1 }, appliedOpTime: { ts: Timestamp(1675202299, 17), t: 1 }, memberId: 2, cfgver: 1 } ], $replData: { term: 1, lastOpCommitted: { ts: Timestamp(1675202301, 23), t: 1 }, lastOpVisible: { ts: Timestamp(1675202301, 23), t: 1 }, configVersion: 1, replicaSetId: ObjectId('63d98e4bb1442f00555bab38'), primaryIndex: 0, syncSourceIndex: 0 }, $clusterTime: { clusterTime: Timestamp(1675202301, 25), signature: { hash: BinData(0, 2BFD671EF40C23F4848239B7844D82EA27FA4CAC), keyId: 7194938379719409666 } }, $db: "admin" } numYields:0 reslen:369 locks:{} protocol:op_msg 0ms 2023-01-31T21:58:21.462+0000 I COMMAND [conn27] command local.oplog.rs command: getMore { getMore: 26564179807, collection: "oplog.rs", batchSize: 13981010, maxTimeMS: 5000, term: 1, lastKnownCommittedOpTime: { ts: Timestamp(1675202301, 23), t: 1 }, $replData: 1, $oplogQueryData: 1, $readPreference: { mode: "secondaryPreferred" }, $clusterTime: { clusterTime: Timestamp(1675202301, 24), signature: { hash: BinData(0, 2BFD671EF40C23F4848239B7844D82EA27FA4CAC), keyId: 7194938379719409666 } }, $db: "local" } originatingCommand: { find: "oplog.rs", filter: { ts: { $gte: Timestamp(1675202123, 1) } }, tailable: true, oplogReplay: true, awaitData: true, maxTimeMS: 60000, batchSize: 13981010, term: 1, readConcern: { afterClusterTime: Timestamp(0, 1) }, $replData: 1, $oplogQueryData: 1, $readPreference: { mode: "secondaryPreferred" }, $clusterTime: { clusterTime: Timestamp(1675202134, 6), signature: { hash: BinData(0, 0000000000000000000000000000000000000000), keyId: 0 } }, $db: "local" } planSummary: COLLSCAN cursorid:26564179807 keysExamined:0 docsExamined:0 numYields:2 nreturned:0 reslen:592 locks:{ Global: { acquireCount: { r: 3 } }, Database: { acquireCount: { r: 3 } }, oplog: { acquireCount: { r: 3 } } } storage:{} protocol:op_msg 0ms 2023-01-31T21:58:21.463+0000 D STORAGE [conn1243] pymongo_test.tmp.agg_out.5: clearing plan cache - collection info cache reset 2023-01-31T21:58:21.464+0000 I COMMAND [conn1243] command pymongo_test.tmp.agg_out.5 command: create { create: "tmp.agg_out.5", temp: true, $db: "pymongo_test" } numYields:0 reslen:163 locks:{ Global: { acquireCount: { r: 1, w: 1 } }, Database: { acquireCount: { W: 1 } } } storage:{} protocol:op_msg 12ms 2023-01-31T21:58:21.519+0000 I COMMAND [conn785] command admin.$cmd command: isMaster { ismaster: 1, helloOk: true, $clusterTime: { clusterTime: Timestamp(1675202301, 24), signature: { hash: BinData(0, 0000000000000000000000000000000000000000), keyId: 0 } }, $db: "admin" } numYields:0 reslen:754 locks:{} protocol:op_msg 0ms 2023-01-31T21:58:21.696+0000 I COMMAND [conn12] command admin.$cmd command: replSetHeartbeat { replSetHeartbeat: "repl0", configVersion: 1, hbv: 1, from: "localhost:27018", fromId: 1, term: 1, $replData: 1, $clusterTime: { clusterTime: Timestamp(1675202301, 25), signature: { hash: BinData(0, 2BFD671EF40C23F4848239B7844D82EA27FA4CAC), keyId: 7194938379719409666 } }, $db: "admin" } numYields:0 reslen:552 locks:{} protocol:op_msg 0ms 2023-01-31T21:58:21.713+0000 D REPL [NoopWriter] Global lock is not available skipping noopWrite 2023-01-31T21:58:22.715+0000 D REPL [NoopWriter] Global lock is not available skipping noopWrite 2023-01-31T21:58:23.097+0000 I COMMAND [conn13] command admin.$cmd command: replSetHeartbeat { replSetHeartbeat: "repl0", configVersion: 1, hbv: 1, from: "localhost:27019", fromId: 2, term: 1, $replData: 1, $db: "admin" } numYields:0 reslen:552 locks:{} protocol:op_msg 0ms 2023-01-31T21:58:23.696+0000 I COMMAND [conn12] command admin.$cmd command: replSetHeartbeat { replSetHeartbeat: "repl0", configVersion: 1, hbv: 1, from: "localhost:27018", fromId: 1, term: 1, $replData: 1, $clusterTime: { clusterTime: Timestamp(1675202301, 25), signature: { hash: BinData(0, 2BFD671EF40C23F4848239B7844D82EA27FA4CAC), keyId: 7194938379719409666 } }, $db: "admin" } numYields:0 reslen:552 locks:{} protocol:op_msg 0ms 2023-01-31T21:58:23.717+0000 D REPL [NoopWriter] Global lock is not available skipping noopWrite 2023-01-31T21:58:24.719+0000 D REPL [NoopWriter] Global lock is not available skipping noopWrite 2023-01-31T21:58:24.912+0000 D EXECUTOR [replication-3] Reaping this thread; next thread reaped no earlier than 2023-01-31T21:58:54.912+0000 2023-01-31T21:58:24.912+0000 D EXECUTOR [replication-3] shutting down thread in pool replication 2023-01-31T21:58:25.097+0000 I COMMAND [conn13] command admin.$cmd command: replSetHeartbeat { replSetHeartbeat: "repl0", configVersion: 1, hbv: 1, from: "localhost:27019", fromId: 2, term: 1, $replData: 1, $db: "admin" } numYields:0 reslen:552 locks:{} protocol:op_msg 0ms 2023-01-31T21:58:25.696+0000 I COMMAND [conn12] command admin.$cmd command: replSetHeartbeat { replSetHeartbeat: "repl0", configVersion: 1, hbv: 1, from: "localhost:27018", fromId: 1, term: 1, $replData: 1, $clusterTime: { clusterTime: Timestamp(1675202301, 25), signature: { hash: BinData(0, 2BFD671EF40C23F4848239B7844D82EA27FA4CAC), keyId: 7194938379719409666 } }, $db: "admin" } numYields:0 reslen:552 locks:{} protocol:op_msg 0ms 2023-01-31T21:58:25.721+0000 D REPL [NoopWriter] Global lock is not available skipping noopWrite 2023-01-31T21:58:26.462+0000 I COMMAND [conn18] command admin.$cmd command: replSetUpdatePosition { replSetUpdatePosition: 1, optimes: [ { durableOpTime: { ts: Timestamp(1675202301, 25), t: 1 }, appliedOpTime: { ts: Timestamp(1675202301, 25), t: 1 }, memberId: 0, cfgver: 1 }, { durableOpTime: { ts: Timestamp(1675202301, 24), t: 1 }, appliedOpTime: { ts: Timestamp(1675202301, 24), t: 1 }, memberId: 1, cfgver: 1 }, { durableOpTime: { ts: Timestamp(0, 0), t: -1 }, appliedOpTime: { ts: Timestamp(1675202301, 24), t: 1 }, memberId: 2, cfgver: 1 } ], $replData: { term: 1, lastOpCommitted: { ts: Timestamp(1675202301, 24), t: 1 }, lastOpVisible: { ts: Timestamp(1675202301, 24), t: 1 }, configVersion: 1, replicaSetId: ObjectId('63d98e4bb1442f00555bab38'), primaryIndex: 0, syncSourceIndex: 0 }, $clusterTime: { clusterTime: Timestamp(1675202301, 25), signature: { hash: BinData(0, 2BFD671EF40C23F4848239B7844D82EA27FA4CAC), keyId: 7194938379719409666 } }, $db: "admin" } numYields:0 reslen:369 locks:{} protocol:op_msg 0ms 2023-01-31T21:58:26.723+0000 D REPL [NoopWriter] Global lock is not available skipping noopWrite 2023-01-31T21:58:27.097+0000 I COMMAND [conn13] command admin.$cmd command: replSetHeartbeat { replSetHeartbeat: "repl0", configVersion: 1, hbv: 1, from: "localhost:27019", fromId: 2, term: 1, $replData: 1, $db: "admin" } numYields:0 reslen:552 locks:{} protocol:op_msg 0ms 2023-01-31T21:58:27.696+0000 I COMMAND [conn12] command admin.$cmd command: replSetHeartbeat { replSetHeartbeat: "repl0", configVersion: 1, hbv: 1, from: "localhost:27018", fromId: 1, term: 1, $replData: 1, $clusterTime: { clusterTime: Timestamp(1675202301, 25), signature: { hash: BinData(0, 2BFD671EF40C23F4848239B7844D82EA27FA4CAC), keyId: 7194938379719409666 } }, $db: "admin" } numYields:0 reslen:552 locks:{} protocol:op_msg 0ms 2023-01-31T21:58:27.725+0000 D REPL [NoopWriter] Global lock is not available skipping noopWrite 2023-01-31T21:58:28.727+0000 D REPL [NoopWriter] Global lock is not available skipping noopWrite 2023-01-31T21:58:29.097+0000 I COMMAND [conn13] command admin.$cmd command: replSetHeartbeat { replSetHeartbeat: "repl0", configVersion: 1, hbv: 1, from: "localhost:27019", fromId: 2, term: 1, $replData: 1, $db: "admin" } numYields:0 reslen:552 locks:{} protocol:op_msg 0ms 2023-01-31T21:58:29.696+0000 I COMMAND [conn12] command admin.$cmd command: replSetHeartbeat { replSetHeartbeat: "repl0", configVersion: 1, hbv: 1, from: "localhost:27018", fromId: 1, term: 1, $replData: 1, $clusterTime: { clusterTime: Timestamp(1675202301, 25), signature: { hash: BinData(0, 2BFD671EF40C23F4848239B7844D82EA27FA4CAC), keyId: 7194938379719409666 } }, $db: "admin" } numYields:0 reslen:552 locks:{} protocol:op_msg 0ms 2023-01-31T21:58:29.729+0000 D REPL [NoopWriter] Global lock is not available skipping noopWrite 2023-01-31T21:58:30.731+0000 D REPL [NoopWriter] Global lock is not available skipping noopWrite 2023-01-31T21:58:31.097+0000 I COMMAND [conn13] command admin.$cmd command: replSetHeartbeat { replSetHeartbeat: "repl0", configVersion: 1, hbv: 1, from: "localhost:27019", fromId: 2, term: 1, $replData: 1, $db: "admin" } numYields:0 reslen:552 locks:{} protocol:op_msg 0ms 2023-01-31T21:58:31.453+0000 I COMMAND [conn1242] command admin.$cmd command: isMaster { ismaster: 1, helloOk: true, $clusterTime: { clusterTime: Timestamp(1675202301, 24), signature: { hash: BinData(0, 0000000000000000000000000000000000000000), keyId: 0 } }, $db: "admin" } numYields:0 reslen:754 locks:{} protocol:op_msg 0ms 2023-01-31T21:58:31.462+0000 I NETWORK [listener] connection accepted from 127.0.0.1:56194 #1244 (19 connections now open) 2023-01-31T21:58:31.462+0000 I NETWORK [conn1244] received client metadata from 127.0.0.1:56194 conn1244: { driver: { name: "NetworkInterfaceTL", version: "4.0.28" }, os: { type: "Linux", name: "Ubuntu", architecture: "x86_64", version: "18.04" } } 2023-01-31T21:58:31.463+0000 I COMMAND [conn1244] command admin.$cmd command: isMaster { isMaster: 1, hangUpOnStepDown: false, client: { driver: { name: "NetworkInterfaceTL", version: "4.0.28" }, os: { type: "Linux", name: "Ubuntu", architecture: "x86_64", version: "18.04" } }, hostInfo: "ip-10-128-163-212:27018", compression: [ "zlib", "snappy", "noop" ], internalClient: { minWireVersion: 7, maxWireVersion: 7 }, $db: "admin" } numYields:0 reslen:825 locks:{} protocol:op_query 0ms 2023-01-31T21:58:31.463+0000 I COMMAND [conn1244] command admin.$cmd command: replSetUpdatePosition { replSetUpdatePosition: 1, optimes: [ { durableOpTime: { ts: Timestamp(1675202301, 25), t: 1 }, appliedOpTime: { ts: Timestamp(1675202301, 25), t: 1 }, memberId: 0, cfgver: 1 }, { durableOpTime: { ts: Timestamp(1675202301, 24), t: 1 }, appliedOpTime: { ts: Timestamp(1675202301, 24), t: 1 }, memberId: 1, cfgver: 1 }, { durableOpTime: { ts: Timestamp(0, 0), t: -1 }, appliedOpTime: { ts: Timestamp(1675202301, 24), t: 1 }, memberId: 2, cfgver: 1 } ], $replData: { term: 1, lastOpCommitted: { ts: Timestamp(1675202301, 24), t: 1 }, lastOpVisible: { ts: Timestamp(1675202301, 24), t: 1 }, configVersion: 1, replicaSetId: ObjectId('63d98e4bb1442f00555bab38'), primaryIndex: 0, syncSourceIndex: 0 }, $clusterTime: { clusterTime: Timestamp(1675202301, 25), signature: { hash: BinData(0, 2BFD671EF40C23F4848239B7844D82EA27FA4CAC), keyId: 7194938379719409666 } }, $db: "admin" } numYields:0 reslen:369 locks:{} protocol:op_msg 0ms 2023-01-31T21:58:31.532+0000 I COMMAND [conn785] command admin.$cmd command: isMaster { ismaster: 1, helloOk: true, $clusterTime: { clusterTime: Timestamp(1675202301, 25), signature: { hash: BinData(0, 0000000000000000000000000000000000000000), keyId: 0 } }, $db: "admin" } numYields:0 reslen:754 locks:{} protocol:op_msg 0ms 2023-01-31T21:58:31.696+0000 I COMMAND [conn12] command admin.$cmd command: replSetHeartbeat { replSetHeartbeat: "repl0", configVersion: 1, hbv: 1, from: "localhost:27018", fromId: 1, term: 1, $replData: 1, $clusterTime: { clusterTime: Timestamp(1675202301, 25), signature: { hash: BinData(0, 2BFD671EF40C23F4848239B7844D82EA27FA4CAC), keyId: 7194938379719409666 } }, $db: "admin" } numYields:0 reslen:552 locks:{} protocol:op_msg 0ms 2023-01-31T21:58:31.733+0000 D REPL [NoopWriter] Global lock is not available skipping noopWrite 2023-01-31T21:58:32.735+0000 D REPL [NoopWriter] Global lock is not available skipping noopWrite 2023-01-31T21:58:33.097+0000 I COMMAND [conn13] command admin.$cmd command: replSetHeartbeat { replSetHeartbeat: "repl0", configVersion: 1, hbv: 1, from: "localhost:27019", fromId: 2, term: 1, $replData: 1, $db: "admin" } numYields:0 reslen:552 locks:{} protocol:op_msg 0ms 2023-01-31T21:58:33.463+0000 D - [conn18] User Assertion: MaxTimeMSExpired: operation exceeded time limit src/mongo/db/operation_context.cpp 258 2023-01-31T21:58:33.463+0000 D COMMAND [conn18] assertion while executing command 'find' on database 'local' with arguments '{ find: "oplog.rs", filter: { ts: { $gte: Timestamp(1675202301, 24) } }, tailable: true, oplogReplay: true, awaitData: true, maxTimeMS: 2000, batchSize: 13981010, term: 1, readConcern: { afterClusterTime: Timestamp(0, 1) }, $replData: 1, $oplogQueryData: 1, $readPreference: { mode: "secondaryPreferred" }, $clusterTime: { clusterTime: Timestamp(1675202301, 25), signature: { hash: BinData(0, 2BFD671EF40C23F4848239B7844D82EA27FA4CAC), keyId: 7194938379719409666 } }, $db: "local" }': MaxTimeMSExpired: operation exceeded time limit 2023-01-31T21:58:33.463+0000 I COMMAND [conn18] command local.$cmd command: find { find: "oplog.rs", filter: { ts: { $gte: Timestamp(1675202301, 24) } }, tailable: true, oplogReplay: true, awaitData: true, maxTimeMS: 2000, batchSize: 13981010, term: 1, readConcern: { afterClusterTime: Timestamp(0, 1) }, $replData: 1, $oplogQueryData: 1, $readPreference: { mode: "secondaryPreferred" }, $clusterTime: { clusterTime: Timestamp(1675202301, 25), signature: { hash: BinData(0, 2BFD671EF40C23F4848239B7844D82EA27FA4CAC), keyId: 7194938379719409666 } }, $db: "local" } numYields:0 ok:0 errMsg:"operation exceeded time limit" errName:MaxTimeMSExpired errCode:50 reslen:611 locks:{ Global: { acquireCount: { r: 2 }, acquireWaitCount: { r: 1 }, timeAcquiringMicros: { r: 1999590 } } } protocol:op_msg 2000ms 2023-01-31T21:58:33.696+0000 I COMMAND [conn12] command admin.$cmd command: replSetHeartbeat { replSetHeartbeat: "repl0", configVersion: 1, hbv: 1, from: "localhost:27018", fromId: 1, term: 1, $replData: 1, $clusterTime: { clusterTime: Timestamp(1675202301, 25), signature: { hash: BinData(0, 2BFD671EF40C23F4848239B7844D82EA27FA4CAC), keyId: 7194938379719409666 } }, $db: "admin" } numYields:0 reslen:552 locks:{} protocol:op_msg 0ms 2023-01-31T21:58:33.737+0000 D REPL [NoopWriter] Global lock is not available skipping noopWrite 2023-01-31T21:58:34.739+0000 D REPL [NoopWriter] Global lock is not available skipping noopWrite 2023-01-31T21:58:35.097+0000 I COMMAND [conn13] command admin.$cmd command: replSetHeartbeat { replSetHeartbeat: "repl0", configVersion: 1, hbv: 1, from: "localhost:27019", fromId: 2, term: 1, $replData: 1, $db: "admin" } numYields:0 reslen:552 locks:{} protocol:op_msg 0ms 2023-01-31T21:58:35.696+0000 I COMMAND [conn12] command admin.$cmd command: replSetHeartbeat { replSetHeartbeat: "repl0", configVersion: 1, hbv: 1, from: "localhost:27018", fromId: 1, term: 1, $replData: 1, $clusterTime: { clusterTime: Timestamp(1675202301, 25), signature: { hash: BinData(0, 2BFD671EF40C23F4848239B7844D82EA27FA4CAC), keyId: 7194938379719409666 } }, $db: "admin" } numYields:0 reslen:552 locks:{} protocol:op_msg 0ms 2023-01-31T21:58:35.741+0000 D REPL [NoopWriter] Global lock is not available skipping noopWrite 2023-01-31T21:58:36.743+0000 D REPL [NoopWriter] Global lock is not available skipping noopWrite 2023-01-31T21:58:37.097+0000 I COMMAND [conn13] command admin.$cmd command: replSetHeartbeat { replSetHeartbeat: "repl0", configVersion: 1, hbv: 1, from: "localhost:27019", fromId: 2, term: 1, $replData: 1, $db: "admin" } numYields:0 reslen:552 locks:{} protocol:op_msg 0ms 2023-01-31T21:58:37.696+0000 I COMMAND [conn12] command admin.$cmd command: replSetHeartbeat { replSetHeartbeat: "repl0", configVersion: 1, hbv: 1, from: "localhost:27018", fromId: 1, term: 1, $replData: 1, $clusterTime: { clusterTime: Timestamp(1675202301, 25), signature: { hash: BinData(0, 2BFD671EF40C23F4848239B7844D82EA27FA4CAC), keyId: 7194938379719409666 } }, $db: "admin" } numYields:0 reslen:552 locks:{} protocol:op_msg 0ms 2023-01-31T21:58:37.745+0000 D REPL [NoopWriter] Global lock is not available skipping noopWrite 2023-01-31T21:58:38.747+0000 D REPL [NoopWriter] Global lock is not available skipping noopWrite 2023-01-31T21:58:39.097+0000 I COMMAND [conn13] command admin.$cmd command: replSetHeartbeat { replSetHeartbeat: "repl0", configVersion: 1, hbv: 1, from: "localhost:27019", fromId: 2, term: 1, $replData: 1, $db: "admin" } numYields:0 reslen:552 locks:{} protocol:op_msg 0ms 2023-01-31T21:58:39.696+0000 I COMMAND [conn12] command admin.$cmd command: replSetHeartbeat { replSetHeartbeat: "repl0", configVersion: 1, hbv: 1, from: "localhost:27018", fromId: 1, term: 1, $replData: 1, $clusterTime: { clusterTime: Timestamp(1675202301, 25), signature: { hash: BinData(0, 2BFD671EF40C23F4848239B7844D82EA27FA4CAC), keyId: 7194938379719409666 } }, $db: "admin" } numYields:0 reslen:552 locks:{} protocol:op_msg 0ms 2023-01-31T21:58:39.749+0000 D REPL [NoopWriter] Global lock is not available skipping noopWrite 2023-01-31T21:58:40.751+0000 D REPL [NoopWriter] Global lock is not available skipping noopWrite 2023-01-31T21:58:41.097+0000 I COMMAND [conn13] command admin.$cmd command: replSetHeartbeat { replSetHeartbeat: "repl0", configVersion: 1, hbv: 1, from: "localhost:27019", fromId: 2, term: 1, $replData: 1, $db: "admin" } numYields:0 reslen:552 locks:{} protocol:op_msg 0ms 2023-01-31T21:58:41.467+0000 I COMMAND [conn1242] command admin.$cmd command: isMaster { ismaster: 1, helloOk: true, $clusterTime: { clusterTime: Timestamp(1675202301, 25), signature: { hash: BinData(0, 0000000000000000000000000000000000000000), keyId: 0 } }, $db: "admin" } numYields:0 reslen:754 locks:{} protocol:op_msg 0ms 2023-01-31T21:58:41.545+0000 I COMMAND [conn785] command admin.$cmd command: isMaster { ismaster: 1, helloOk: true, $clusterTime: { clusterTime: Timestamp(1675202301, 25), signature: { hash: BinData(0, 0000000000000000000000000000000000000000), keyId: 0 } }, $db: "admin" } numYields:0 reslen:754 locks:{} protocol:op_msg 0ms 2023-01-31T21:58:41.696+0000 I COMMAND [conn12] command admin.$cmd command: replSetHeartbeat { replSetHeartbeat: "repl0", configVersion: 1, hbv: 1, from: "localhost:27018", fromId: 1, term: 1, $replData: 1, $clusterTime: { clusterTime: Timestamp(1675202301, 25), signature: { hash: BinData(0, 2BFD671EF40C23F4848239B7844D82EA27FA4CAC), keyId: 7194938379719409666 } }, $db: "admin" } numYields:0 reslen:552 locks:{} protocol:op_msg 0ms 2023-01-31T21:58:41.753+0000 D REPL [NoopWriter] Global lock is not available skipping noopWrite 2023-01-31T21:58:42.755+0000 D REPL [NoopWriter] Global lock is not available skipping noopWrite 2023-01-31T21:58:43.097+0000 I COMMAND [conn13] command admin.$cmd command: replSetHeartbeat { replSetHeartbeat: "repl0", configVersion: 1, hbv: 1, from: "localhost:27019", fromId: 2, term: 1, $replData: 1, $db: "admin" } numYields:0 reslen:552 locks:{} protocol:op_msg 0ms 2023-01-31T21:58:43.696+0000 I COMMAND [conn12] command admin.$cmd command: replSetHeartbeat { replSetHeartbeat: "repl0", configVersion: 1, hbv: 1, from: "localhost:27018", fromId: 1, term: 1, $replData: 1, $clusterTime: { clusterTime: Timestamp(1675202301, 25), signature: { hash: BinData(0, 2BFD671EF40C23F4848239B7844D82EA27FA4CAC), keyId: 7194938379719409666 } }, $db: "admin" } numYields:0 reslen:552 locks:{} protocol:op_msg 0ms 2023-01-31T21:58:43.757+0000 D REPL [NoopWriter] Global lock is not available skipping noopWrite 2023-01-31T21:58:44.759+0000 D REPL [NoopWriter] Global lock is not available skipping noopWrite 2023-01-31T21:58:45.097+0000 I COMMAND [conn13] command admin.$cmd command: replSetHeartbeat { replSetHeartbeat: "repl0", configVersion: 1, hbv: 1, from: "localhost:27019", fromId: 2, term: 1, $replData: 1, $db: "admin" } numYields:0 reslen:552 locks:{} protocol:op_msg 0ms 2023-01-31T21:58:45.696+0000 I COMMAND [conn12] command admin.$cmd command: replSetHeartbeat { replSetHeartbeat: "repl0", configVersion: 1, hbv: 1, from: "localhost:27018", fromId: 1, term: 1, $replData: 1, $clusterTime: { clusterTime: Timestamp(1675202301, 25), signature: { hash: BinData(0, 2BFD671EF40C23F4848239B7844D82EA27FA4CAC), keyId: 7194938379719409666 } }, $db: "admin" } numYields:0 reslen:552 locks:{} protocol:op_msg 0ms 2023-01-31T21:58:45.761+0000 D REPL [NoopWriter] Global lock is not available skipping noopWrite 2023-01-31T21:58:46.003+0000 D EXECUTOR [replexec-6] Reaping this thread; next thread reaped no earlier than 2023-01-31T21:59:16.003+0000 2023-01-31T21:58:46.003+0000 D EXECUTOR [replexec-6] shutting down thread in pool replexec 2023-01-31T21:58:46.763+0000 D REPL [NoopWriter] Global lock is not available skipping noopWrite 2023-01-31T21:58:47.097+0000 I COMMAND [conn13] command admin.$cmd command: replSetHeartbeat { replSetHeartbeat: "repl0", configVersion: 1, hbv: 1, from: "localhost:27019", fromId: 2, term: 1, $replData: 1, $db: "admin" } numYields:0 reslen:552 locks:{} protocol:op_msg 0ms 2023-01-31T21:58:47.696+0000 I COMMAND [conn12] command admin.$cmd command: replSetHeartbeat { replSetHeartbeat: "repl0", configVersion: 1, hbv: 1, from: "localhost:27018", fromId: 1, term: 1, $replData: 1, $clusterTime: { clusterTime: Timestamp(1675202301, 25), signature: { hash: BinData(0, 2BFD671EF40C23F4848239B7844D82EA27FA4CAC), keyId: 7194938379719409666 } }, $db: "admin" } numYields:0 reslen:552 locks:{} protocol:op_msg 0ms 2023-01-31T21:58:47.765+0000 D REPL [NoopWriter] Global lock is not available skipping noopWrite 2023-01-31T21:58:48.767+0000 D REPL [NoopWriter] Global lock is not available skipping noopWrite 2023-01-31T21:58:49.097+0000 I COMMAND [conn13] command admin.$cmd command: replSetHeartbeat { replSetHeartbeat: "repl0", configVersion: 1, hbv: 1, from: "localhost:27019", fromId: 2, term: 1, $replData: 1, $db: "admin" } numYields:0 reslen:552 locks:{} protocol:op_msg 0ms 2023-01-31T21:58:49.696+0000 I COMMAND [conn12] command admin.$cmd command: replSetHeartbeat { replSetHeartbeat: "repl0", configVersion: 1, hbv: 1, from: "localhost:27018", fromId: 1, term: 1, $replData: 1, $clusterTime: { clusterTime: Timestamp(1675202301, 25), signature: { hash: BinData(0, 2BFD671EF40C23F4848239B7844D82EA27FA4CAC), keyId: 7194938379719409666 } }, $db: "admin" } numYields:0 reslen:552 locks:{} protocol:op_msg 0ms 2023-01-31T21:58:49.769+0000 D REPL [NoopWriter] Global lock is not available skipping noopWrite 2023-01-31T21:58:50.771+0000 D REPL [NoopWriter] Global lock is not available skipping noopWrite 2023-01-31T21:58:51.097+0000 I COMMAND [conn13] command admin.$cmd command: replSetHeartbeat { replSetHeartbeat: "repl0", configVersion: 1, hbv: 1, from: "localhost:27019", fromId: 2, term: 1, $replData: 1, $db: "admin" } numYields:0 reslen:552 locks:{} protocol:op_msg 0ms 2023-01-31T21:58:51.481+0000 I COMMAND [conn1242] command admin.$cmd command: isMaster { ismaster: 1, helloOk: true, $clusterTime: { clusterTime: Timestamp(1675202301, 25), signature: { hash: BinData(0, 0000000000000000000000000000000000000000), keyId: 0 } }, $db: "admin" } numYields:0 reslen:754 locks:{} protocol:op_msg 0ms 2023-01-31T21:58:51.558+0000 I COMMAND [conn785] command admin.$cmd command: isMaster { ismaster: 1, helloOk: true, $clusterTime: { clusterTime: Timestamp(1675202301, 25), signature: { hash: BinData(0, 0000000000000000000000000000000000000000), keyId: 0 } }, $db: "admin" } numYields:0 reslen:754 locks:{} protocol:op_msg 0ms 2023-01-31T21:58:51.696+0000 I COMMAND [conn12] command admin.$cmd command: replSetHeartbeat { replSetHeartbeat: "repl0", configVersion: 1, hbv: 1, from: "localhost:27018", fromId: 1, term: 1, $replData: 1, $clusterTime: { clusterTime: Timestamp(1675202301, 25), signature: { hash: BinData(0, 2BFD671EF40C23F4848239B7844D82EA27FA4CAC), keyId: 7194938379719409666 } }, $db: "admin" } numYields:0 reslen:552 locks:{} protocol:op_msg 0ms 2023-01-31T21:58:51.773+0000 D REPL [NoopWriter] Global lock is not available skipping noopWrite 2023-01-31T21:58:52.775+0000 D REPL [NoopWriter] Global lock is not available skipping noopWrite 2023-01-31T21:58:53.097+0000 I COMMAND [conn13] command admin.$cmd command: replSetHeartbeat { replSetHeartbeat: "repl0", configVersion: 1, hbv: 1, from: "localhost:27019", fromId: 2, term: 1, $replData: 1, $db: "admin" } numYields:0 reslen:552 locks:{} protocol:op_msg 0ms 2023-01-31T21:58:53.696+0000 I COMMAND [conn12] command admin.$cmd command: replSetHeartbeat { replSetHeartbeat: "repl0", configVersion: 1, hbv: 1, from: "localhost:27018", fromId: 1, term: 1, $replData: 1, $clusterTime: { clusterTime: Timestamp(1675202301, 25), signature: { hash: BinData(0, 2BFD671EF40C23F4848239B7844D82EA27FA4CAC), keyId: 7194938379719409666 } }, $db: "admin" } numYields:0 reslen:552 locks:{} protocol:op_msg 0ms 2023-01-31T21:58:53.777+0000 D REPL [NoopWriter] Global lock is not available skipping noopWrite 2023-01-31T21:58:54.779+0000 D REPL [NoopWriter] Global lock is not available skipping noopWrite 2023-01-31T21:58:54.912+0000 D EXECUTOR [replication-0] Reaping this thread; next thread reaped no earlier than 2023-01-31T21:59:24.912+0000 2023-01-31T21:58:54.912+0000 D EXECUTOR [replication-0] shutting down thread in pool replication 2023-01-31T21:58:55.097+0000 I COMMAND [conn13] command admin.$cmd command: replSetHeartbeat { replSetHeartbeat: "repl0", configVersion: 1, hbv: 1, from: "localhost:27019", fromId: 2, term: 1, $replData: 1, $db: "admin" } numYields:0 reslen:552 locks:{} protocol:op_msg 0ms 2023-01-31T21:58:55.696+0000 I COMMAND [conn12] command admin.$cmd command: replSetHeartbeat { replSetHeartbeat: "repl0", configVersion: 1, hbv: 1, from: "localhost:27018", fromId: 1, term: 1, $replData: 1, $clusterTime: { clusterTime: Timestamp(1675202301, 25), signature: { hash: BinData(0, 2BFD671EF40C23F4848239B7844D82EA27FA4CAC), keyId: 7194938379719409666 } }, $db: "admin" } numYields:0 reslen:552 locks:{} protocol:op_msg 0ms 2023-01-31T21:58:55.781+0000 D REPL [NoopWriter] Global lock is not available skipping noopWrite 2023-01-31T21:58:56.783+0000 D REPL [NoopWriter] Global lock is not available skipping noopWrite 2023-01-31T21:58:57.097+0000 I COMMAND [conn13] command admin.$cmd command: replSetHeartbeat { replSetHeartbeat: "repl0", configVersion: 1, hbv: 1, from: "localhost:27019", fromId: 2, term: 1, $replData: 1, $db: "admin" } numYields:0 reslen:552 locks:{} protocol:op_msg 0ms 2023-01-31T21:58:57.696+0000 I COMMAND [conn12] command admin.$cmd command: replSetHeartbeat { replSetHeartbeat: "repl0", configVersion: 1, hbv: 1, from: "localhost:27018", fromId: 1, term: 1, $replData: 1, $clusterTime: { clusterTime: Timestamp(1675202301, 25), signature: { hash: BinData(0, 2BFD671EF40C23F4848239B7844D82EA27FA4CAC), keyId: 7194938379719409666 } }, $db: "admin" } numYields:0 reslen:552 locks:{} protocol:op_msg 0ms 2023-01-31T21:58:57.785+0000 D REPL [NoopWriter] Global lock is not available skipping noopWrite 2023-01-31T21:58:58.787+0000 D REPL [NoopWriter] Global lock is not available skipping noopWrite 2023-01-31T21:58:59.097+0000 I COMMAND [conn13] command admin.$cmd command: replSetHeartbeat { replSetHeartbeat: "repl0", configVersion: 1, hbv: 1, from: "localhost:27019", fromId: 2, term: 1, $replData: 1, $db: "admin" } numYields:0 reslen:552 locks:{} protocol:op_msg 0ms 2023-01-31T21:58:59.696+0000 I COMMAND [conn12] command admin.$cmd command: replSetHeartbeat { replSetHeartbeat: "repl0", configVersion: 1, hbv: 1, from: "localhost:27018", fromId: 1, term: 1, $replData: 1, $clusterTime: { clusterTime: Timestamp(1675202301, 25), signature: { hash: BinData(0, 2BFD671EF40C23F4848239B7844D82EA27FA4CAC), keyId: 7194938379719409666 } }, $db: "admin" } numYields:0 reslen:552 locks:{} protocol:op_msg 0ms 2023-01-31T21:58:59.789+0000 D REPL [NoopWriter] Global lock is not available skipping noopWrite 2023-01-31T21:59:00.791+0000 D REPL [NoopWriter] Global lock is not available skipping noopWrite 2023-01-31T21:59:01.097+0000 I COMMAND [conn13] command admin.$cmd command: replSetHeartbeat { replSetHeartbeat: "repl0", configVersion: 1, hbv: 1, from: "localhost:27019", fromId: 2, term: 1, $replData: 1, $db: "admin" } numYields:0 reslen:552 locks:{} protocol:op_msg 0ms 2023-01-31T21:59:01.495+0000 I COMMAND [conn1242] command admin.$cmd command: isMaster { ismaster: 1, helloOk: true, $clusterTime: { clusterTime: Timestamp(1675202301, 25), signature: { hash: BinData(0, 0000000000000000000000000000000000000000), keyId: 0 } }, $db: "admin" } numYields:0 reslen:754 locks:{} protocol:op_msg 0ms 2023-01-31T21:59:01.572+0000 I COMMAND [conn785] command admin.$cmd command: isMaster { ismaster: 1, helloOk: true, $clusterTime: { clusterTime: Timestamp(1675202301, 25), signature: { hash: BinData(0, 0000000000000000000000000000000000000000), keyId: 0 } }, $db: "admin" } numYields:0 reslen:754 locks:{} protocol:op_msg 0ms 2023-01-31T21:59:01.696+0000 I COMMAND [conn12] command admin.$cmd command: replSetHeartbeat { replSetHeartbeat: "repl0", configVersion: 1, hbv: 1, from: "localhost:27018", fromId: 1, term: 1, $replData: 1, $clusterTime: { clusterTime: Timestamp(1675202301, 25), signature: { hash: BinData(0, 2BFD671EF40C23F4848239B7844D82EA27FA4CAC), keyId: 7194938379719409666 } }, $db: "admin" } numYields:0 reslen:552 locks:{} protocol:op_msg 0ms 2023-01-31T21:59:01.793+0000 D REPL [NoopWriter] Global lock is not available skipping noopWrite 2023-01-31T21:59:02.795+0000 D REPL [NoopWriter] Global lock is not available skipping noopWrite 2023-01-31T21:59:03.097+0000 I COMMAND [conn13] command admin.$cmd command: replSetHeartbeat { replSetHeartbeat: "repl0", configVersion: 1, hbv: 1, from: "localhost:27019", fromId: 2, term: 1, $replData: 1, $db: "admin" } numYields:0 reslen:552 locks:{} protocol:op_msg 0ms 2023-01-31T21:59:03.463+0000 I COMMAND [conn12] command admin.$cmd command: replSetHeartbeat { replSetHeartbeat: "repl0", configVersion: 1, hbv: 1, from: "localhost:27018", fromId: 1, term: 1, $replData: 1, $clusterTime: { clusterTime: Timestamp(1675202301, 25), signature: { hash: BinData(0, 2BFD671EF40C23F4848239B7844D82EA27FA4CAC), keyId: 7194938379719409666 } }, $db: "admin" } numYields:0 reslen:552 locks:{} protocol:op_msg 0ms 2023-01-31T21:59:03.797+0000 D REPL [NoopWriter] Global lock is not available skipping noopWrite 2023-01-31T21:59:03.964+0000 I COMMAND [conn12] command admin.$cmd command: replSetHeartbeat { replSetHeartbeat: "repl0", configVersion: 1, hbv: 1, from: "localhost:27018", fromId: 1, term: 1, $replData: 1, $clusterTime: { clusterTime: Timestamp(1675202301, 25), signature: { hash: BinData(0, 2BFD671EF40C23F4848239B7844D82EA27FA4CAC), keyId: 7194938379719409666 } }, $db: "admin" } numYields:0 reslen:552 locks:{} protocol:op_msg 0ms 2023-01-31T21:59:04.464+0000 I COMMAND [conn12] command admin.$cmd command: replSetHeartbeat { replSetHeartbeat: "repl0", configVersion: 1, hbv: 1, from: "localhost:27018", fromId: 1, term: 1, $replData: 1, $clusterTime: { clusterTime: Timestamp(1675202301, 25), signature: { hash: BinData(0, 2BFD671EF40C23F4848239B7844D82EA27FA4CAC), keyId: 7194938379719409666 } }, $db: "admin" } numYields:0 reslen:552 locks:{} protocol:op_msg 0ms 2023-01-31T21:59:04.799+0000 D REPL [NoopWriter] Global lock is not available skipping noopWrite 2023-01-31T21:59:04.964+0000 I COMMAND [conn12] command admin.$cmd command: replSetHeartbeat { replSetHeartbeat: "repl0", configVersion: 1, hbv: 1, from: "localhost:27018", fromId: 1, term: 1, $replData: 1, $clusterTime: { clusterTime: Timestamp(1675202301, 25), signature: { hash: BinData(0, 2BFD671EF40C23F4848239B7844D82EA27FA4CAC), keyId: 7194938379719409666 } }, $db: "admin" } numYields:0 reslen:552 locks:{} protocol:op_msg 0ms 2023-01-31T21:59:05.097+0000 I COMMAND [conn13] command admin.$cmd command: replSetHeartbeat { replSetHeartbeat: "repl0", configVersion: 1, hbv: 1, from: "localhost:27019", fromId: 2, term: 1, $replData: 1, $db: "admin" } numYields:0 reslen:552 locks:{} protocol:op_msg 0ms 2023-01-31T21:59:05.464+0000 I COMMAND [conn12] command admin.$cmd command: replSetHeartbeat { replSetHeartbeat: "repl0", configVersion: 1, hbv: 1, from: "localhost:27018", fromId: 1, term: 1, $replData: 1, $clusterTime: { clusterTime: Timestamp(1675202301, 25), signature: { hash: BinData(0, 2BFD671EF40C23F4848239B7844D82EA27FA4CAC), keyId: 7194938379719409666 } }, $db: "admin" } numYields:0 reslen:552 locks:{} protocol:op_msg 0ms 2023-01-31T21:59:05.801+0000 D REPL [NoopWriter] Global lock is not available skipping noopWrite 2023-01-31T21:59:05.964+0000 I COMMAND [conn12] command admin.$cmd command: replSetHeartbeat { replSetHeartbeat: "repl0", configVersion: 1, hbv: 1, from: "localhost:27018", fromId: 1, term: 1, $replData: 1, $clusterTime: { clusterTime: Timestamp(1675202301, 25), signature: { hash: BinData(0, 2BFD671EF40C23F4848239B7844D82EA27FA4CAC), keyId: 7194938379719409666 } }, $db: "admin" } numYields:0 reslen:552 locks:{} protocol:op_msg 0ms 2023-01-31T21:59:06.464+0000 I COMMAND [conn12] command admin.$cmd command: replSetHeartbeat { replSetHeartbeat: "repl0", configVersion: 1, hbv: 1, from: "localhost:27018", fromId: 1, term: 1, $replData: 1, $clusterTime: { clusterTime: Timestamp(1675202301, 25), signature: { hash: BinData(0, 2BFD671EF40C23F4848239B7844D82EA27FA4CAC), keyId: 7194938379719409666 } }, $db: "admin" } numYields:0 reslen:552 locks:{} protocol:op_msg 0ms 2023-01-31T21:59:06.803+0000 D REPL [NoopWriter] Global lock is not available skipping noopWrite 2023-01-31T21:59:06.964+0000 I COMMAND [conn12] command admin.$cmd command: replSetHeartbeat { replSetHeartbeat: "repl0", configVersion: 1, hbv: 1, from: "localhost:27018", fromId: 1, term: 1, $replData: 1, $clusterTime: { clusterTime: Timestamp(1675202301, 25), signature: { hash: BinData(0, 2BFD671EF40C23F4848239B7844D82EA27FA4CAC), keyId: 7194938379719409666 } }, $db: "admin" } numYields:0 reslen:552 locks:{} protocol:op_msg 0ms 2023-01-31T21:59:07.097+0000 I COMMAND [conn13] command admin.$cmd command: replSetHeartbeat { replSetHeartbeat: "repl0", configVersion: 1, hbv: 1, from: "localhost:27019", fromId: 2, term: 1, $replData: 1, $db: "admin" } numYields:0 reslen:552 locks:{} protocol:op_msg 0ms 2023-01-31T21:59:07.464+0000 I COMMAND [conn12] command admin.$cmd command: replSetHeartbeat { replSetHeartbeat: "repl0", configVersion: 1, hbv: 1, from: "localhost:27018", fromId: 1, term: 1, $replData: 1, $clusterTime: { clusterTime: Timestamp(1675202301, 25), signature: { hash: BinData(0, 2BFD671EF40C23F4848239B7844D82EA27FA4CAC), keyId: 7194938379719409666 } }, $db: "admin" } numYields:0 reslen:552 locks:{} protocol:op_msg 0ms 2023-01-31T21:59:07.805+0000 D REPL [NoopWriter] Global lock is not available skipping noopWrite 2023-01-31T21:59:07.964+0000 I COMMAND [conn12] command admin.$cmd command: replSetHeartbeat { replSetHeartbeat: "repl0", configVersion: 1, hbv: 1, from: "localhost:27018", fromId: 1, term: 1, $replData: 1, $clusterTime: { clusterTime: Timestamp(1675202301, 25), signature: { hash: BinData(0, 2BFD671EF40C23F4848239B7844D82EA27FA4CAC), keyId: 7194938379719409666 } }, $db: "admin" } numYields:0 reslen:552 locks:{} protocol:op_msg 0ms 2023-01-31T21:59:08.464+0000 I COMMAND [conn12] command admin.$cmd command: replSetHeartbeat { replSetHeartbeat: "repl0", configVersion: 1, hbv: 1, from: "localhost:27018", fromId: 1, term: 1, $replData: 1, $clusterTime: { clusterTime: Timestamp(1675202301, 25), signature: { hash: BinData(0, 2BFD671EF40C23F4848239B7844D82EA27FA4CAC), keyId: 7194938379719409666 } }, $db: "admin" } numYields:0 reslen:552 locks:{} protocol:op_msg 0ms 2023-01-31T21:59:08.807+0000 D REPL [NoopWriter] Global lock is not available skipping noopWrite 2023-01-31T21:59:08.964+0000 I COMMAND [conn12] command admin.$cmd command: replSetHeartbeat { replSetHeartbeat: "repl0", configVersion: 1, hbv: 1, from: "localhost:27018", fromId: 1, term: 1, $replData: 1, $clusterTime: { clusterTime: Timestamp(1675202301, 25), signature: { hash: BinData(0, 2BFD671EF40C23F4848239B7844D82EA27FA4CAC), keyId: 7194938379719409666 } }, $db: "admin" } numYields:0 reslen:552 locks:{} protocol:op_msg 0ms 2023-01-31T21:59:09.097+0000 I COMMAND [conn13] command admin.$cmd command: replSetHeartbeat { replSetHeartbeat: "repl0", configVersion: 1, hbv: 1, from: "localhost:27019", fromId: 2, term: 1, $replData: 1, $db: "admin" } numYields:0 reslen:552 locks:{} protocol:op_msg 0ms 2023-01-31T21:59:09.464+0000 I COMMAND [conn12] command admin.$cmd command: replSetHeartbeat { replSetHeartbeat: "repl0", configVersion: 1, hbv: 1, from: "localhost:27018", fromId: 1, term: 1, $replData: 1, $clusterTime: { clusterTime: Timestamp(1675202301, 25), signature: { hash: BinData(0, 2BFD671EF40C23F4848239B7844D82EA27FA4CAC), keyId: 7194938379719409666 } }, $db: "admin" } numYields:0 reslen:552 locks:{} protocol:op_msg 0ms 2023-01-31T21:59:09.809+0000 D REPL [NoopWriter] Global lock is not available skipping noopWrite 2023-01-31T21:59:09.964+0000 I COMMAND [conn12] command admin.$cmd command: replSetHeartbeat { replSetHeartbeat: "repl0", configVersion: 1, hbv: 1, from: "localhost:27018", fromId: 1, term: 1, $replData: 1, $clusterTime: { clusterTime: Timestamp(1675202301, 25), signature: { hash: BinData(0, 2BFD671EF40C23F4848239B7844D82EA27FA4CAC), keyId: 7194938379719409666 } }, $db: "admin" } numYields:0 reslen:552 locks:{} protocol:op_msg 0ms 2023-01-31T21:59:10.464+0000 I COMMAND [conn12] command admin.$cmd command: replSetHeartbeat { replSetHeartbeat: "repl0", configVersion: 1, hbv: 1, from: "localhost:27018", fromId: 1, term: 1, $replData: 1, $clusterTime: { clusterTime: Timestamp(1675202301, 25), signature: { hash: BinData(0, 2BFD671EF40C23F4848239B7844D82EA27FA4CAC), keyId: 7194938379719409666 } }, $db: "admin" } numYields:0 reslen:552 locks:{} protocol:op_msg 0ms 2023-01-31T21:59:10.811+0000 D REPL [NoopWriter] Global lock is not available skipping noopWrite 2023-01-31T21:59:10.964+0000 I COMMAND [conn12] command admin.$cmd command: replSetHeartbeat { replSetHeartbeat: "repl0", configVersion: 1, hbv: 1, from: "localhost:27018", fromId: 1, term: 1, $replData: 1, $clusterTime: { clusterTime: Timestamp(1675202301, 25), signature: { hash: BinData(0, 2BFD671EF40C23F4848239B7844D82EA27FA4CAC), keyId: 7194938379719409666 } }, $db: "admin" } numYields:0 reslen:552 locks:{} protocol:op_msg 0ms 2023-01-31T21:59:11.097+0000 I COMMAND [conn13] command admin.$cmd command: replSetHeartbeat { replSetHeartbeat: "repl0", configVersion: 1, hbv: 1, from: "localhost:27019", fromId: 2, term: 1, $replData: 1, $db: "admin" } numYields:0 reslen:552 locks:{} protocol:op_msg 0ms 2023-01-31T21:59:11.464+0000 I COMMAND [conn12] command admin.$cmd command: replSetHeartbeat { replSetHeartbeat: "repl0", configVersion: 1, hbv: 1, from: "localhost:27018", fromId: 1, term: 1, $replData: 1, $clusterTime: { clusterTime: Timestamp(1675202301, 25), signature: { hash: BinData(0, 2BFD671EF40C23F4848239B7844D82EA27FA4CAC), keyId: 7194938379719409666 } }, $db: "admin" } numYields:0 reslen:552 locks:{} protocol:op_msg 0ms 2023-01-31T21:59:11.508+0000 I COMMAND [conn1242] command admin.$cmd command: isMaster { ismaster: 1, helloOk: true, $clusterTime: { clusterTime: Timestamp(1675202301, 25), signature: { hash: BinData(0, 0000000000000000000000000000000000000000), keyId: 0 } }, $db: "admin" } numYields:0 reslen:754 locks:{} protocol:op_msg 0ms 2023-01-31T21:59:11.586+0000 I COMMAND [conn785] command admin.$cmd command: isMaster { ismaster: 1, helloOk: true, $clusterTime: { clusterTime: Timestamp(1675202301, 25), signature: { hash: BinData(0, 0000000000000000000000000000000000000000), keyId: 0 } }, $db: "admin" } numYields:0 reslen:754 locks:{} protocol:op_msg 0ms 2023-01-31T21:59:11.813+0000 D REPL [NoopWriter] Global lock is not available skipping noopWrite 2023-01-31T21:59:11.964+0000 I COMMAND [conn12] command admin.$cmd command: replSetHeartbeat { replSetHeartbeat: "repl0", configVersion: 1, hbv: 1, from: "localhost:27018", fromId: 1, term: 1, $replData: 1, $clusterTime: { clusterTime: Timestamp(1675202301, 25), signature: { hash: BinData(0, 2BFD671EF40C23F4848239B7844D82EA27FA4CAC), keyId: 7194938379719409666 } }, $db: "admin" } numYields:0 reslen:552 locks:{} protocol:op_msg 0ms 2023-01-31T21:59:12.464+0000 I COMMAND [conn12] command admin.$cmd command: replSetHeartbeat { replSetHeartbeat: "repl0", configVersion: 1, hbv: 1, from: "localhost:27018", fromId: 1, term: 1, $replData: 1, $clusterTime: { clusterTime: Timestamp(1675202301, 25), signature: { hash: BinData(0, 2BFD671EF40C23F4848239B7844D82EA27FA4CAC), keyId: 7194938379719409666 } }, $db: "admin" } numYields:0 reslen:552 locks:{} protocol:op_msg 0ms 2023-01-31T21:59:12.815+0000 D REPL [NoopWriter] Global lock is not available skipping noopWrite 2023-01-31T21:59:12.964+0000 I COMMAND [conn12] command admin.$cmd command: replSetHeartbeat { replSetHeartbeat: "repl0", configVersion: 1, hbv: 1, from: "localhost:27018", fromId: 1, term: 1, $replData: 1, $clusterTime: { clusterTime: Timestamp(1675202301, 25), signature: { hash: BinData(0, 2BFD671EF40C23F4848239B7844D82EA27FA4CAC), keyId: 7194938379719409666 } }, $db: "admin" } numYields:0 reslen:552 locks:{} protocol:op_msg 0ms 2023-01-31T21:59:13.097+0000 I COMMAND [conn13] command admin.$cmd command: replSetHeartbeat { replSetHeartbeat: "repl0", configVersion: 1, hbv: 1, from: "localhost:27019", fromId: 2, term: 1, $replData: 1, $db: "admin" } numYields:0 reslen:552 locks:{} protocol:op_msg 0ms 2023-01-31T21:59:13.464+0000 I COMMAND [conn12] command admin.$cmd command: replSetHeartbeat { replSetHeartbeat: "repl0", configVersion: 1, hbv: 1, from: "localhost:27018", fromId: 1, term: 1, $replData: 1, $clusterTime: { clusterTime: Timestamp(1675202301, 25), signature: { hash: BinData(0, 2BFD671EF40C23F4848239B7844D82EA27FA4CAC), keyId: 7194938379719409666 } }, $db: "admin" } numYields:0 reslen:552 locks:{} protocol:op_msg 0ms 2023-01-31T21:59:13.817+0000 D REPL [NoopWriter] Global lock is not available skipping noopWrite 2023-01-31T21:59:13.964+0000 I COMMAND [conn12] command admin.$cmd command: replSetHeartbeat { replSetHeartbeat: "repl0", configVersion: 1, hbv: 1, from: "localhost:27018", fromId: 1, term: 1, $replData: 1, $clusterTime: { clusterTime: Timestamp(1675202301, 25), signature: { hash: BinData(0, 2BFD671EF40C23F4848239B7844D82EA27FA4CAC), keyId: 7194938379719409666 } }, $db: "admin" } numYields:0 reslen:552 locks:{} protocol:op_msg 0ms 2023-01-31T21:59:14.819+0000 D REPL [NoopWriter] Global lock is not available skipping noopWrite 2023-01-31T21:59:15.097+0000 I COMMAND [conn13] command admin.$cmd command: replSetHeartbeat { replSetHeartbeat: "repl0", configVersion: 1, hbv: 1, from: "localhost:27019", fromId: 2, term: 1, $replData: 1, $db: "admin" } numYields:0 reslen:552 locks:{} protocol:op_msg 0ms 2023-01-31T21:59:15.821+0000 D REPL [NoopWriter] Global lock is not available skipping noopWrite 2023-01-31T21:59:15.964+0000 I COMMAND [conn12] command admin.$cmd command: replSetHeartbeat { replSetHeartbeat: "repl0", configVersion: 1, hbv: 1, from: "localhost:27018", fromId: 1, term: 1, $replData: 1, $clusterTime: { clusterTime: Timestamp(1675202301, 25), signature: { hash: BinData(0, 2BFD671EF40C23F4848239B7844D82EA27FA4CAC), keyId: 7194938379719409666 } }, $db: "admin" } numYields:0 reslen:552 locks:{} protocol:op_msg 0ms 2023-01-31T21:59:16.003+0000 D EXECUTOR [replexec-2] Reaping this thread; next thread reaped no earlier than 2023-01-31T21:59:46.003+0000 2023-01-31T21:59:16.003+0000 D EXECUTOR [replexec-2] shutting down thread in pool replexec 2023-01-31T21:59:16.823+0000 D REPL [NoopWriter] Global lock is not available skipping noopWrite 2023-01-31T21:59:17.097+0000 I COMMAND [conn13] command admin.$cmd command: replSetHeartbeat { replSetHeartbeat: "repl0", configVersion: 1, hbv: 1, from: "localhost:27019", fromId: 2, term: 1, $replData: 1, $db: "admin" } numYields:0 reslen:552 locks:{} protocol:op_msg 0ms 2023-01-31T21:59:17.825+0000 D REPL [NoopWriter] Global lock is not available skipping noopWrite 2023-01-31T21:59:17.964+0000 I COMMAND [conn12] command admin.$cmd command: replSetHeartbeat { replSetHeartbeat: "repl0", configVersion: 1, hbv: 1, from: "localhost:27018", fromId: 1, term: 1, $replData: 1, $clusterTime: { clusterTime: Timestamp(1675202301, 25), signature: { hash: BinData(0, 2BFD671EF40C23F4848239B7844D82EA27FA4CAC), keyId: 7194938379719409666 } }, $db: "admin" } numYields:0 reslen:552 locks:{} protocol:op_msg 0ms 2023-01-31T21:59:18.827+0000 D REPL [NoopWriter] Global lock is not available skipping noopWrite 2023-01-31T21:59:19.097+0000 I COMMAND [conn13] command admin.$cmd command: replSetHeartbeat { replSetHeartbeat: "repl0", configVersion: 1, hbv: 1, from: "localhost:27019", fromId: 2, term: 1, $replData: 1, $db: "admin" } numYields:0 reslen:552 locks:{} protocol:op_msg 0ms 2023-01-31T21:59:19.829+0000 D REPL [NoopWriter] Global lock is not available skipping noopWrite 2023-01-31T21:59:19.964+0000 I COMMAND [conn12] command admin.$cmd command: replSetHeartbeat { replSetHeartbeat: "repl0", configVersion: 1, hbv: 1, from: "localhost:27018", fromId: 1, term: 1, $replData: 1, $clusterTime: { clusterTime: Timestamp(1675202301, 25), signature: { hash: BinData(0, 2BFD671EF40C23F4848239B7844D82EA27FA4CAC), keyId: 7194938379719409666 } }, $db: "admin" } numYields:0 reslen:552 locks:{} protocol:op_msg 0ms 2023-01-31T21:59:20.341+0000 I STORAGE [startPeriodicThreadToAbortExpiredTransactions] Aborting transaction with txnNumber 1 on session with lsid bdda97b0-588d-4e2c-b9f1-2c16d453910c because it has been running for longer than 'transactionLifetimeLimitSeconds' 2023-01-31T21:59:20.341+0000 I TXN [startPeriodicThreadToAbortExpiredTransactions] transaction parameters:{ lsid: { id: UUID("bdda97b0-588d-4e2c-b9f1-2c16d453910c"), uid: BinData(0, E3B0C44298FC1C149AFBF4C8996FB92427AE41E4649B934CA495991B7852B855) }, txnNumber: 1, autocommit: false, readConcern: { level: "snapshot" } }, readTimestamp:Timestamp(1675202282, 10), keysExamined:0 docsExamined:0 terminationCause:aborted timeActiveMicros:35 timeInactiveMicros:77941333 numYields:0 locks:{ Global: { acquireCount: { r: 5, w: 1 } }, Database: { acquireCount: { r: 2, w: 1 } }, Collection: { acquireCount: { r: 1, w: 1 } } } storage:{} 77941ms 2023-01-31T21:59:20.341+0000 D STORAGE [startPeriodicThreadToAbortExpiredTransactions] Slow WT transaction. Lifetime of SnapshotId 102778 was 77941ms 2023-01-31T21:59:20.341+0000 I COMMAND [conn1243] command pymongo_test.$cmd command: listCollections { listCollections: 1, filter: { name: "output_collection" }, cursor: {}, $readPreference: { mode: "secondaryPreferred" }, $db: "pymongo_test" } numYields:0 reslen:247 locks:{ Global: { acquireCount: { r: 2 } }, Database: { acquireCount: { r: 1 } } } storage:{} protocol:op_msg 0ms 2023-01-31T21:59:20.341+0000 D - [conn1243] User Assertion: NamespaceNotFound: ns does not exist: pymongo_test.output_collection src/mongo/db/commands/list_indexes.cpp 142 2023-01-31T21:59:20.341+0000 D COMMAND [conn1243] assertion while executing command 'listIndexes' on database 'pymongo_test' with arguments '{ listIndexes: "output_collection", cursor: {}, $db: "pymongo_test" }': NamespaceNotFound: ns does not exist: pymongo_test.output_collection 2023-01-31T21:59:20.341+0000 I COMMAND [conn1243] command pymongo_test.output_collection command: listIndexes { listIndexes: "output_collection", cursor: {}, $db: "pymongo_test" } numYields:0 ok:0 errMsg:"ns does not exist: pymongo_test.output_collection" errName:NamespaceNotFound errCode:26 reslen:267 locks:{ Global: { acquireCount: { r: 1 } }, Database: { acquireCount: { r: 1 } }, Collection: { acquireCount: { r: 1 } } } storage:{} protocol:op_msg 0ms 2023-01-31T21:59:20.341+0000 I COMMAND [conn1243] renameCollectionForCommand: rename pymongo_test.tmp.agg_out.5 to pymongo_test.output_collection and drop pymongo_test.output_collection. 2023-01-31T21:59:20.341+0000 I STORAGE [conn1243] renameCollection: renaming collection 2485c4e9-173f-4c5e-8a47-70b42e4f7988 from pymongo_test.tmp.agg_out.5 to pymongo_test.output_collection 2023-01-31T21:59:20.342+0000 D STORAGE [conn1243] pymongo_test.output_collection: clearing plan cache - collection info cache reset 2023-01-31T21:59:20.342+0000 D STORAGE [conn1243] ~WiredTigerRecordStore for: pymongo_test.tmp.agg_out.5 2023-01-31T21:59:20.342+0000 I COMMAND [conn1243] command pymongo_test.tmp.agg_out.5 command: renameCollection { renameCollection: "pymongo_test.tmp.agg_out.5", to: "pymongo_test.output_collection", dropTarget: true, $db: "admin" } numYields:0 reslen:163 locks:{ Global: { acquireCount: { r: 1, w: 1 } }, Database: { acquireCount: { W: 1 } } } storage:{} protocol:op_msg 0ms 2023-01-31T21:59:20.342+0000 I COMMAND [conn1243] command pymongo_test.output_collection command: aggregate { aggregate: "coll", pipeline: [ { $match: { field: "value" } }, { $out: "output_collection" } ], cursor: {}, lsid: { id: UUID("a51d0892-f37b-48d1-84ce-95e342aa8a6d") }, $clusterTime: { clusterTime: Timestamp(1675202301, 24), signature: { hash: BinData(0, 0000000000000000000000000000000000000000), keyId: 0 } }, $db: "pymongo_test" } planSummary: COLLSCAN keysExamined:0 docsExamined:0 cursorExhausted:1 numYields:1 nreturned:0 reslen:231 locks:{ Global: { acquireCount: { r: 26, w: 2, W: 1 }, acquireWaitCount: { W: 1 }, timeAcquiringMicros: { W: 58877086 } }, Database: { acquireCount: { r: 9, W: 2 } }, Collection: { acquireCount: { r: 6 } } } storage:{} protocol:op_msg 58891ms 2023-01-31T21:59:20.342+0000 I COMMAND [conn27] command local.oplog.rs command: getMore { getMore: 26564179807, collection: "oplog.rs", batchSize: 13981010, maxTimeMS: 5000, term: 1, lastKnownCommittedOpTime: { ts: Timestamp(1675202301, 24), t: 1 }, $replData: 1, $oplogQueryData: 1, $readPreference: { mode: "secondaryPreferred" }, $clusterTime: { clusterTime: Timestamp(1675202301, 25), signature: { hash: BinData(0, 2BFD671EF40C23F4848239B7844D82EA27FA4CAC), keyId: 7194938379719409666 } }, $db: "local" } originatingCommand: { find: "oplog.rs", filter: { ts: { $gte: Timestamp(1675202123, 1) } }, tailable: true, oplogReplay: true, awaitData: true, maxTimeMS: 60000, batchSize: 13981010, term: 1, readConcern: { afterClusterTime: Timestamp(0, 1) }, $replData: 1, $oplogQueryData: 1, $readPreference: { mode: "secondaryPreferred" }, $clusterTime: { clusterTime: Timestamp(1675202134, 6), signature: { hash: BinData(0, 0000000000000000000000000000000000000000), keyId: 0 } }, $db: "local" } planSummary: COLLSCAN cursorid:26564179807 keysExamined:0 docsExamined:1 numYields:4 nreturned:1 reslen:847 locks:{ Global: { acquireCount: { r: 5 }, acquireWaitCount: { r: 1 }, timeAcquiringMicros: { r: 58877809 } }, Database: { acquireCount: { r: 5 } }, oplog: { acquireCount: { r: 5 } } } storage:{} protocol:op_msg 0ms 2023-01-31T21:59:20.343+0000 I NETWORK [conn27] end connection 127.0.0.1:51772 (18 connections now open) 2023-01-31T21:59:20.343+0000 I COMMAND [conn18] command local.oplog.rs command: find { find: "oplog.rs", limit: 1, sort: { $natural: 1 }, projection: { ts: 1, t: 1 }, $readPreference: { mode: "secondaryPreferred" }, $clusterTime: { clusterTime: Timestamp(1675202301, 25), signature: { hash: BinData(0, 2BFD671EF40C23F4848239B7844D82EA27FA4CAC), keyId: 7194938379719409666 } }, $db: "local" } planSummary: COLLSCAN keysExamined:0 docsExamined:1 cursorExhausted:1 numYields:0 nreturned:1 reslen:248 locks:{ Global: { acquireCount: { r: 1 }, acquireWaitCount: { r: 1 }, timeAcquiringMicros: { r: 46878758 } }, Database: { acquireCount: { r: 1 } }, oplog: { acquireCount: { r: 1 } } } storage:{} protocol:op_msg 46879ms 2023-01-31T21:59:20.343+0000 I COMMAND [ftdc] serverStatus was very slow: { after basic: 0, after asserts: 0, after backgroundFlushing: 0, after connections: 0, after dur: 0, after electionMetrics: 0, after encryptionAtRest: 0, after extra_info: 0, after globalLock: 0, after locks: 0, after logicalSessionRecordCache: 0, after network: 0, after opLatencies: 0, after opReadConcernCounters: 0, after opcounters: 0, after opcountersRepl: 0, after oplogTruncation: 58342, after repl: 58342, after security: 58342, after storageEngine: 58342, after tcmalloc: 58342, after transactions: 58342, after transportSecurity: 58342, after wiredTiger: 58343, at end: 58343 } 2023-01-31T21:59:20.343+0000 I COMMAND [conn1244] command local.oplog.rs command: find { find: "oplog.rs", limit: 1, sort: { $natural: 1 }, projection: { ts: 1, t: 1 }, $readPreference: { mode: "secondaryPreferred" }, $clusterTime: { clusterTime: Timestamp(1675202301, 25), signature: { hash: BinData(0, 2BFD671EF40C23F4848239B7844D82EA27FA4CAC), keyId: 7194938379719409666 } }, $db: "local" } planSummary: COLLSCAN keysExamined:0 docsExamined:1 cursorExhausted:1 numYields:0 nreturned:1 reslen:248 locks:{ Global: { acquireCount: { r: 1 }, acquireWaitCount: { r: 1 }, timeAcquiringMicros: { r: 6876226 } }, Database: { acquireCount: { r: 1 } }, oplog: { acquireCount: { r: 1 } } } storage:{} protocol:op_msg 6876ms 2023-01-31T21:59:20.343+0000 I NETWORK [conn18] end connection 127.0.0.1:51726 (17 connections now open) CLIENT: 2023-01-31 21:59:20,343 INFO Command aggregate with request id 1110690461 on server ('localhost', 27017) succeeded in 58892209 microseconds 2023-01-31T21:59:20.344+0000 I COMMAND [conn1244] command admin.$cmd command: replSetGetRBID { replSetGetRBID: 1, $clusterTime: { clusterTime: Timestamp(1675202360, 1), signature: { hash: BinData(0, 92755099B543FE5D06050C83C0B4B93F8E4589CD), keyId: 7194938379719409666 } }, $db: "admin" } numYields:0 reslen:173 locks:{} protocol:op_msg 0ms 2023-01-31T21:59:20.345+0000 I COMMAND [conn1244] command admin.$cmd command: replSetUpdatePosition { replSetUpdatePosition: 1, optimes: [ { durableOpTime: { ts: Timestamp(1675202301, 25), t: 1 }, appliedOpTime: { ts: Timestamp(1675202301, 25), t: 1 }, memberId: 0, cfgver: 1 }, { durableOpTime: { ts: Timestamp(1675202301, 24), t: 1 }, appliedOpTime: { ts: Timestamp(1675202301, 24), t: 1 }, memberId: 1, cfgver: 1 }, { durableOpTime: { ts: Timestamp(0, 0), t: -1 }, appliedOpTime: { ts: Timestamp(1675202301, 24), t: 1 }, memberId: 2, cfgver: 1 } ], $replData: { term: 1, lastOpCommitted: { ts: Timestamp(1675202301, 24), t: 1 }, lastOpVisible: { ts: Timestamp(1675202301, 24), t: 1 }, configVersion: 1, replicaSetId: ObjectId('63d98e4bb1442f00555bab38'), primaryIndex: 0, syncSourceIndex: 0 }, $clusterTime: { clusterTime: Timestamp(1675202360, 1), signature: { hash: BinData(0, 92755099B543FE5D06050C83C0B4B93F8E4589CD), keyId: 7194938379719409666 } }, $db: "admin" } numYields:0 reslen:369 locks:{} protocol:op_msg 0ms