Skip to content

PBM add possibility for compiling from local repo #264

PBM add possibility for compiling from local repo

PBM add possibility for compiling from local repo #264

GitHub Actions / JUnit Test Report failed May 12, 2025 in 0s

60 tests run, 54 passed, 4 skipped, 2 failed.

Annotations

Check failure on line 107 in pbm-functional/pytest/test_PBM-1439.py

See this annotation in the file changed.

@github-actions github-actions / JUnit Test Report

test_PBM-1439.test_logical_PBM_T295

AssertionError: Errors found in PBM backup logs
2025-05-12T14:47:42Z E [rs1/rs101:27017] [backup/2025-05-12T14:47:41Z] unable to proceed with the backup, active lock is present
Raw output
start_cluster = True, cluster = <cluster.Cluster object at 0x7f8f5f1e4610>

    @pytest.mark.timeout(300, func_only=True)
    def test_logical_PBM_T295(start_cluster, cluster):
        """
        Test case for to check multipart upload of oplog with custom maxUploadParts option
        """
        cluster.exec_pbm_cli("config --set storage.s3.maxUploadParts=5")
        client = pymongo.MongoClient(cluster.connection)
        collection = client["test"]["bigdata"]
        doc_size_kb = 10
        total_size_mb = 1000
        total_docs = (total_size_mb * 1024) // doc_size_kb
        batch_size = 1000
        def insert_random_data(count):
            Cluster.log(f"Inserting {count} documents")
            for i in range(0, count, batch_size):
                batch = []
                for j in range(min(batch_size, count - i)):
                    random_data = os.urandom(doc_size_kb * 1024).hex()
                    batch.append({"_id": i + j, "payload": random_data})
                collection.insert_many(batch)
                time.sleep(0.1)
            Cluster.log(f"Inserted {count} documents")
        insert_thread = threading.Thread(target=insert_random_data, args=(total_docs,))
        insert_thread.start()
        Cluster.log("Starting backup")
        result = cluster.exec_pbm_cli("backup --ns=random.* --wait")
        insert_thread.join()
        assert result.rc == 0, f"PBM backup failed\nstderr:\n{result.stderr}"
        logs = cluster.exec_pbm_cli("logs -sD -t0 -e backup")
        error_lines = [line for line in logs.stdout.splitlines() if " E " in line]
        if error_lines:
            error_summary = "\n".join(error_lines)
>           raise AssertionError(f"Errors found in PBM backup logs\n{error_summary}")
E           AssertionError: Errors found in PBM backup logs
E           2025-05-12T14:47:42Z E [rs1/rs101:27017] [backup/2025-05-12T14:47:41Z] unable to proceed with the backup, active lock is present

test_PBM-1439.py:107: AssertionError

Check failure on line 59 in pbm-functional/pytest/test_PBM-1487.py

See this annotation in the file changed.

@github-actions github-actions / JUnit Test Report

test_PBM-1487.test_logical_PBM_T297

AssertionError: Mongos failure - pymongo assertion error: mongos:27017: connection closed (configured timeouts: connectTimeoutMS: 20000.0ms)
  
  Mongos logs:
  {"t":{"$date":"2025-05-12T14:51:24.777+00:00"},"s":"I",  "c":"CONTROL",  "id":20710,   "ctx":"LogicalSessionCacheRefresh","msg":"Failed to refresh session cache, will try again at the next refresh interval","attr":{"error":"NamespaceNotSharded: Expected collection config.system.sessions to be sharded"}}
  {"t":{"$date":"2025-05-12T14:51:24.778+00:00"},"s":"I",  "c":"SH_REFR",  "id":4619902, "ctx":"CatalogCache-1","msg":"Collection has found to be unsharded after refresh","attr":{"namespace":"config.system.sessions","durationMillis":1}}
  {"t":{"$date":"2025-05-12T14:51:24.778+00:00"},"s":"I",  "c":"CONTROL",  "id":20712,   "ctx":"LogicalSessionCacheReap","msg":"Sessions collection is not set up; waiting until next sessions reap interval","attr":{"error":"NamespaceNotSharded: Expected collection config.system.sessions to be sharded"}}
  {"t":{"$date":"2025-05-12T14:51:24.920+00:00"},"s":"I",  "c":"NETWORK",  "id":22943,   "ctx":"listener","msg":"Connection accepted","attr":{"remote":"127.0.0.1:45554","uuid":{"uuid":{"$uuid":"a5fac4bc-f298-4a27-82dd-95f1a706c673"}},"connectionId":12,"connectionCount":1}}
  {"t":{"$date":"2025-05-12T14:51:24.924+00:00"},"s":"I",  "c":"NETWORK",  "id":51800,   "ctx":"conn12","msg":"client metadata","attr":{"remote":"127.0.0.1:45554","client":"conn12","negotiatedCompressors":[],"doc":{"application":{"name":"mongosh 2.5.0"},"driver":{"name":"nodejs|mongosh","version":"6.14.2|2.5.0"},"platform":"Node.js v20.19.0, LE","os":{"name":"linux","architecture":"x64","version":"6.1.0-31-amd64","type":"Linux"},"env":{"container":{"runtime":"docker"}},"mongos":{"host":"mongos:27017","client":"127.0.0.1:45554","version":"7.0.18-11"}}}}
  {"t":{"$date":"2025-05-12T14:51:24.929+00:00"},"s":"I",  "c":"NETWORK",  "id":22943,   "ctx":"listener","msg":"Connection accepted","attr":{"remote":"127.0.0.1:45564","uuid":{"uuid":{"$uuid":"19f6ce10-9c2f-405f-a55a-bb5e55a1d761"}},"connectionId":13,"connectionCount":2}}
  {"t":{"$date":"2025-05-12T14:51:24.931+00:00"},"s":"I",  "c":"NETWORK",  "id":51800,   "ctx":"conn13","msg":"client metadata","attr":{"remote":"127.0.0.1:45564","client":"conn13","negotiatedCompressors":[],"doc":{"application":{"name":"mongosh 2.5.0"},"driver":{"name":"nodejs|mongosh","version":"6.14.2|2.5.0"},"platform":"Node.js v20.19.0, LE","os":{"name":"linux","architecture":"x64","version":"6.1.0-31-amd64","type":"Linux"},"env":{"container":{"runtime":"docker"}},"mongos":{"host":"mongos:27017","client":"127.0.0.1:45564","version":"7.0.18-11"}}}}
  {"t":{"$date":"2025-05-12T14:51:24.932+00:00"},"s":"I",  "c":"ACCESS",   "id":6788604, "ctx":"conn13","msg":"Auth metrics report","attr":{"metric":"acquireUser","micros":0}}
  {"t":{"$date":"2025-05-12T14:51:24.940+00:00"},"s":"I",  "c":"ACCESS",   "id":5286306, "ctx":"conn13","msg":"Successfully authenticated","attr":{"client":"127.0.0.1:45564","isSpeculative":true,"isClusterMember":false,"mechanism":"SCRAM-SHA-256","user":"root","db":"admin","result":0,"metrics":{"conversation_duration":{"micros":7810,"summary":{"0":{"step":1,"step_total":2,"duration_micros":53},"1":{"step":2,"step_total":2,"duration_micros":10}}}},"extraInfo":{}}}
  {"t":{"$date":"2025-05-12T14:51:24.941+00:00"},"s":"I",  "c":"NETWORK",  "id":6788700, "ctx":"conn13","msg":"Received first command on ingress connection since session start or auth handshake","attr":{"elapsedMillis":1}}
  {"t":{"$date":"2025-05-12T14:51:24.999+00:00"},"s":"I",  "c":"NETWORK",  "id":22943,   "ctx":"listener","msg":"Connection accepted","attr":{"remote":"127.0.0.1:45570","uuid":{"uuid":{"$uuid":"3b891359-741a-4881-b25f-566dafd618aa"}},"connectionId":14,"connectionCount":3}}
  {"t":{"$date":"2025-05-12T14:51:24.999+00:00"},"s":"I",  "c":"NETWORK",  "id":22943,   "ctx":"listener","msg":"Connection accepted","attr":{"remote":"127.0.0.1:45582","uuid":{"uuid":{"$uuid":"506e630d-cce7-4389-9cc5-ee2d24a5f017"}},"connectionId":15,"connectionCount":4}}
  {"t":{"$date":"2025-05-12T14:51:25.002+00:00"},"s":"I",  "c":"SH_REFR",  "id":4619902, "ctx":"CatalogCache-0","msg":"Collection has found to be unsharded after refresh","attr":{"namespace":"admin.atlascli","durationMillis":0}}
  {"t":{"$date":"2025-05-12T14:51:25.002+00:00"},"s":"I",  "c":"CONNPOOL", "id":22576,   "ctx":"TaskExecutorPool-0","msg":"Connecting","attr":{"hostAndPort":"rscfg01:27017"}}
  {"t":{"$date":"2025-05-12T14:51:25.004+00:00"},"s":"I",  "c":"NETWORK",  "id":51800,   "ctx":"conn14","msg":"client metadata","attr":{"remote":"127.0.0.1:45570","client":"conn14","negotiatedCompressors":[],"doc":{"application":{"name":"mongosh 2.5.0"},"driver":{"name":"nodejs|mongosh","version":"6.14.2|2.5.0"},"platform":"Node.js v20.19.0, LE","os":{"name":"linux","architecture":"x64","version":"6.1.0-31-amd64","type":"Linux"},"env":{"container":{"runtime":"docker"}},"mongos":{"host":"mongos:27017","client":"127.0.0.1:45570","version":"7.0.18-11"}}}}
  {"t":{"$date":"2025-05-12T14:51:25.004+00:00"},"s":"I",  "c":"ACCESS",   "id":6788604, "ctx":"conn14","msg":"Auth metrics report","attr":{"metric":"acquireUser","micros":0}}
  {"t":{"$date":"2025-05-12T14:51:25.004+00:00"},"s":"I",  "c":"NETWORK",  "id":51800,   "ctx":"conn15","msg":"client metadata","attr":{"remote":"127.0.0.1:45582","client":"conn15","negotiatedCompressors":[],"doc":{"application":{"name":"mongosh 2.5.0"},"driver":{"name":"nodejs|mongosh","version":"6.14.2|2.5.0"},"platform":"Node.js v20.19.0, LE","os":{"name":"linux","architecture":"x64","version":"6.1.0-31-amd64","type":"Linux"},"env":{"container":{"runtime":"docker"}},"mongos":{"host":"mongos:27017","client":"127.0.0.1:45582","version":"7.0.18-11"}}}}
  {"t":{"$date":"2025-05-12T14:51:25.004+00:00"},"s":"I",  "c":"ACCESS",   "id":6788604, "ctx":"conn15","msg":"Auth metrics report","attr":{"metric":"acquireUser","micros":0}}
  {"t":{"$date":"2025-05-12T14:51:25.005+00:00"},"s":"I",  "c":"ACCESS",   "id":5286306, "ctx":"conn14","msg":"Successfully authenticated","attr":{"client":"127.0.0.1:45570","isSpeculative":true,"isClusterMember":false,"mechanism":"SCRAM-SHA-256","user":"root","db":"admin","result":0,"metrics":{"conversation_duration":{"micros":1610,"summary":{"0":{"step":1,"step_total":2,"duration_micros":49},"1":{"step":2,"step_total":2,"duration_micros":13}}}},"extraInfo":{}}}
  {"t":{"$date":"2025-05-12T14:51:25.007+00:00"},"s":"I",  "c":"ACCESS",   "id":5286306, "ctx":"conn15","msg":"Successfully authenticated","attr":{"client":"127.0.0.1:45582","isSpeculative":true,"isClusterMember":false,"mechanism":"SCRAM-SHA-256","user":"root","db":"admin","result":0,"metrics":{"conversation_duration":{"micros":2386,"summary":{"0":{"step":1,"step_total":2,"duration_micros":34},"1":{"step":2,"step_total":2,"duration_micros":12}}}},"extraInfo":{}}}
  {"t":{"$date":"2025-05-12T14:51:25.009+00:00"},"s":"I",  "c":"NETWORK",  "id":6788700, "ctx":"conn15","msg":"Received first command on ingress connection since session start or auth handshake","attr":{"elapsedMillis":1}}
  {"t":{"$date":"2025-05-12T14:51:25.025+00:00"},"s":"I",  "c":"NETWORK",  "id":22944,   "ctx":"conn15","msg":"Connection ended","attr":{"remote":"127.0.0.1:45582","uuid":{"uuid":{"$uuid":"506e630d-cce7-4389-9cc5-ee2d24a5f017"}},"connectionId":15,"connectionCount":3}}
  {"t":{"$date":"2025-05-12T14:51:25.025+00:00"},"s":"I",  "c":"NETWORK",  "id":22944,   "ctx":"conn13","msg":"Connection ended","attr":{"remote":"127.0.0.1:45564","uuid":{"uuid":{"$uuid":"19f6ce10-9c2f-405f-a55a-bb5e55a1d761"}},"connectionId":13,"connectionCount":2}}
  {"t":{"$date":"2025-05-12T14:51:25.025+00:00"},"s":"I",  "c":"NETWORK",  "id":22944,   "ctx":"conn12","msg":"Connection ended","attr":{"remote":"127.0.0.1:45554","uuid":{"uuid":{"$uuid":"a5fac4bc-f298-4a27-82dd-95f1a706c673"}},"connectionId":12,"connectionCount":1}}
  {"t":{"$date":"2025-05-12T14:51:25.025+00:00"},"s":"I",  "c":"NETWORK",  "id":22944,   "ctx":"conn14","msg":"Connection ended","attr":{"remote":"127.0.0.1:45570","uuid":{"uuid":{"$uuid":"3b891359-741a-4881-b25f-566dafd618aa"}},"connectionId":14,"connectionCount":0}}
  {"t":{"$date":"2025-05-12T14:51:25.030+00:00"},"s":"I",  "c":"NETWORK",  "id":22943,   "ctx":"listener","msg":"Connection accepted","attr":{"remote":"172.19.0.10:33196","uuid":{"uuid":{"$uuid":"e0a10f5b-4374-4aa1-80fd-0ef7a94fe2a5"}},"connectionId":17,"connectionCount":1}}
  {"t":{"$date":"2025-05-12T14:51:25.030+00:00"},"s":"I",  "c":"NETWORK",  "id":51800,   "ctx":"conn17","msg":"client metadata","attr":{"remote":"172.19.0.10:33196","client":"conn17","negotiatedCompressors":[],"doc":{"driver":{"name":"PyMongo|c","version":"4.12.1"},"os":{"type":"Linux","name":"Linux","architecture":"x86_64","version":"6.11.0-1012-azure"},"platform":"CPython 3.11.12.final.0","env":{"container":{"runtime":"docker"}},"mongos":{"host":"mongos:27017","client":"172.19.0.10:33196","version":"7.0.18-11"}}}}
  {"t":{"$date":"2025-05-12T14:51:25.031+00:00"},"s":"I",  "c":"NETWORK",  "id":22943,   "ctx":"listener","msg":"Connection accepted","attr":{"remote":"172.19.0.10:33198","uuid":{"uuid":{"$uuid":"94e64040-5115-40da-bd46-45c2972610aa"}},"connectionId":18,"connectionCount":2}}
  {"t":{"$date":"2025-05-12T14:51:25.031+00:00"},"s":"I",  "c":"NETWORK",  "id":22943,   "ctx":"listener","msg":"Connection accepted","attr":{"remote":"172.19.0.10:33204","uuid":{"uuid":{"$uuid":"d981df7d-c39c-4239-98f1-0915a0cf06c5"}},"connectionId":19,"connectionCount":3}}
  {"t":{"$date":"2025-05-12T14:51:25.031+00:00"},"s":"I",  "c":"NETWORK",  "id":51800,   "ctx":"conn18","msg":"client metadata","attr":{"remote":"172.19.0.10:33198","client":"conn18","negotiatedCompressors":[],"doc":{"driver":{"name":"PyMongo|c","version":"4.12.1"},"os":{"type":"Linux","name":"Linux","architecture":"x86_64","version":"6.11.0-1012-azure"},"platform":"CPython 3.11.12.final.0","env":{"container":{"runtime":"docker"}},"mongos":{"host":"mongos:27017","client":"172.19.0.10:33198","version":"7.0.18-11"}}}}
  {"t":{"$date":"2025-05-12T14:51:25.031+00:00"},"s":"I",  "c":"NETWORK",  "id":51800,   "ctx":"conn19","msg":"client metadata","attr":{"remote":"172.19.0.10:33204","client":"conn19","negotiatedCompressors":[],"doc":{"driver":{"name":"PyMongo|c","version":"4.12.1"},"os":{"type":"Linux","name":"Linux","architecture":"x86_64","version":"6.11.0-1012-azure"},"platform":"CPython 3.11.12.final.0","env":{"container":{"runtime":"docker"}},"mongos":{"host":"mongos:27017","client":"172.19.0.10:33204","version":"7.0.18-11"}}}}
  {"t":{"$date":"2025-05-12T14:51:25.031+00:00"},"s":"I",  "c":"ACCESS",   "id":6788604, "ctx":"conn19","msg":"Auth metrics report","attr":{"metric":"acquireUser","micros":0}}
  {"t":{"$date":"2025-05-12T14:51:25.040+00:00"},"s":"I",  "c":"ACCESS",   "id":5286306, "ctx":"conn19","msg":"Successfully authenticated","attr":{"client":"172.19.0.10:33204","isSpeculative":true,"isClusterMember":false,"mechanism":"SCRAM-SHA-256","user":"root","db":"admin","result":0,"metrics":{"conversation_duration":{"micros":8537,"summary":{"0":{"step":1,"step_total":2,"duration_micros":44},"1":{"step":2,"step_total":2,"duration_micros":11}}}},"extraInfo":{}}}
  {"t":{"$date":"2025-05-12T14:51:25.040+00:00"},"s":"I",  "c":"NETWORK",  "id":6788700, "ctx":"conn19","msg":"Received first command on ingress connection since session start or auth handshake","attr":{"elapsedMillis":0}}
  {"t":{"$date":"2025-05-12T14:51:25.040+00:00"},"s":"I",  "c":"SHARDING", "id":5054300, "ctx":"conn19","msg":"About to run balancer control command","attr":{"cmd":"_configsvrBalancerStart"}}
  {"t":{"$date":"2025-05-12T14:51:25.047+00:00"},"s":"I",  "c":"NETWORK",  "id":22944,   "ctx":"conn18","msg":"Connection ended","attr":{"remote":"172.19.0.10:33198","uuid":{"uuid":{"$uuid":"94e64040-5115-40da-bd46-45c2972610aa"}},"connectionId":18,"connectionCount":2}}
  {"t":{"$date":"2025-05-12T14:51:25.047+00:00"},"s":"I",  "c":"NETWORK",  "id":22944,   "ctx":"conn19","msg":"Connection ended","attr":{"remote":"172.19.0.10:33204","uuid":{"uuid":{"$uuid":"d981df7d-c39c-4239-98f1-0915a0cf06c5"}},"connectionId":19,"connectionCount":1}}
  {"t":{"$date":"2025-05-12T14:51:25.119+00:00"},"s":"I",  "c":"NETWORK",  "id":22943,   "ctx":"listener","msg":"Connection accepted","attr":{"remote":"172.19.0.10:33206","uuid":{"uuid":{"$uuid":"f898a7b2-9675-4503-a65c-0773ae0325af"}},"connectionId":20,"connectionCount":2}}
  {"t":{"$date":"2025-05-12T14:51:25.119+00:00"},"s":"I",  "c":"NETWORK",  "id":51800,   "ctx":"conn20","msg":"client metadata","attr":{"remote":"172.19.0.10:33206","client":"conn20","negotiatedCompressors":[],"doc":{"driver":{"name":"PyMongo|c","version":"4.12.1"},"os":{"type":"Linux","name":"Linux","architecture":"x86_64","version":"6.11.0-1012-azure"},"platform":"CPython 3.11.12.final.0","env":{"container":{"runtime":"docker"}},"mongos":{"host":"mongos:27017","client":"172.19.0.10:33206","version":"7.0.18-11"}}}}
  {"t":{"$date":"2025-05-12T14:51:25.512+00:00"},"s":"I",  "c":"NETWORK",  "id":22943,   "ctx":"listener","msg":"Connection accepted","attr":{"remote":"172.19.0.10:33216","uuid":{"uuid":{"$uuid":"2e1c0d9a-4b9b-48e4-bdde-f81afe431151"}},"connectionId":21,"connectionCount":3}}
  {"t":{"$date":"2025-05-12T14:51:25.512+00:00"},"s":"I",  "c":"NETWORK",  "id":51800,   "ctx":"conn21","msg":"client metadata","attr":{"remote":"172.19.0.10:33216","client":"conn21","negotiatedCompressors":[],"doc":{"driver":{"name":"PyMongo|c","version":"4.12.1"},"os":{"type":"Linux","name":"Linux","architecture":"x86_64","version":"6.11.0-1012-azure"},"platform":"CPython 3.11.12.final.0","env":{"container":{"runtime":"docker"}},"mongos":{"host":"mongos:27017","client":"172.19.0.10:33216","version":"7.0.18-11"}}}}
  {"t":{"$date":"2025-05-12T14:51:25.513+00:00"},"s":"I",  "c":"NETWORK",  "id":22943,   "ctx":"listener","msg":"Connection accepted","attr":{"remote":"172.19.0.10:33226","uuid":{"uuid":{"$uuid":"0e82c5a7-6b3e-4384-bac1-23113c0c9702"}},"connectionId":22,"connectionCount":4}}
  {"t":{"$date":"2025-05-12T14:51:25.513+00:00"},"s":"I",  "c":"NETWORK",  "id":51800,   "ctx":"conn22","msg":"client metadata","attr":{"remote":"172.19.0.10:33226","client":"conn22","negotiatedCompressors":[],"doc":{"driver":{"name":"PyMongo|c","version":"4.12.1"},"os":{"type":"Linux","name":"Linux","architecture":"x86_64","version":"6.11.0-1012-azure"},"platform":"CPython 3.11.12.final.0","env":{"container":{"runtime":"docker"}},"mongos":{"host":"mongos:27017","client":"172.19.0.10:33226","version":"7.0.18-11"}}}}
  {"t":{"$date":"2025-05-12T14:51:25.513+00:00"},"s":"I",  "c":"ACCESS",   "id":6788604, "ctx":"conn22","msg":"Auth metrics report","attr":{"metric":"acquireUser","micros":0}}
  {"t":{"$date":"2025-05-12T14:51:25.513+00:00"},"s":"I",  "c":"ACCESS",   "id":5286306, "ctx":"conn22","msg":"Successfully authenticated","attr":{"client":"172.19.0.10:33226","isSpeculative":true,"isClusterMember":false,"mechanism":"SCRAM-SHA-256","user":"root","db":"admin","result":0,"metrics":{"conversation_duration":{"micros":399,"summary":{"0":{"step":1,"step_total":2,"duration_micros":49},"1":{"step":2,"step_total":2,"duration_micros":15}}}},"extraInfo":{}}}
  {"t":{"$date":"2025-05-12T14:51:25.514+00:00"},"s":"I",  "c":"NETWORK",  "id":6788700, "ctx":"conn22","msg":"Received first command on ingress connection since session start or auth handshake","attr":{"elapsedMillis":0}}
  {"t":{"$date":"2025-05-12T14:51:25.515+00:00"},"s":"I",  "c":"QUERY",    "id":4625501, "ctx":"conn22","msg":"Unable to establish remote cursors","attr":{"error":{"code":13388,"codeName":"StaleConfig","errmsg":"timestamp mismatch detected for testDB.test","ns":"testDB.test","vReceived":{"e":{"$oid":"68220abd5734c81e7467a9cb"},"t":{"$timestamp":{"t":1747061437,"i":19}},"v":{"$timestamp":{"t":1,"i":0}}},"vWanted":{"e":{"$oid":"68220ad85734c81e7468d948"},"t":{"$timestamp":{"t":1747061464,"i":73}},"v":{"$timestamp":{"t":1,"i":0}}},"shardId":"rs1"},"nRemotes":0}}
  {"t":{"$date":"2025-05-12T14:51:25.517+00:00"},"s":"E",  "c":"ASSERT",   "id":4457000, "ctx":"CatalogCache-1","msg":"Tripwire assertion","attr":{"error":{"code":6493100,"codeName":"Location6493100","errmsg":"Time monotonicity violation: lookup time { chunkVersion: { e: ObjectId('68220abd5734c81e7467a9cb'), t: Timestamp(1747061437, 19), v: Timestamp(1, 0) }, forcedRefreshSequenceNum: 7, epochDisambiguatingSequenceNum: 9 } which is less than the earliest expected timeInStore { chunkVersion: { e: ObjectId('68220ad85734c81e7468d948'), t: Timestamp(1747061464, 73), v: Timestamp(1, 0) }, forcedRefreshSequenceNum: 7, epochDisambiguatingSequenceNum: 8 }."},"location":"{fileName:\"src/mongo/util/read_through_cache.h\", line:549, functionName:\"operator()\"}"}}
  {"t":{"$date":"2025-05-12T14:51:25.531+00:00"},"s":"I",  "c":"-",        "id":20883,   "ctx":"conn17","msg":"Interrupted operation as its client disconnected","attr":{"opId":49}}
  {"t":{"$date":"2025-05-12T14:51:25.531+00:00"},"s":"I",  "c":"NETWORK",  "id":22944,   "ctx":"conn17","msg":"Connection ended","attr":{"remote":"172.19.0.10:33196","uuid":{"uuid":{"$uuid":"e0a10f5b-4374-4aa1-80fd-0ef7a94fe2a5"}},"connectionId":17,"connectionCount":3}}
  {"t":{"$date":"2025-05-12T14:51:25.549+00:00"},"s":"E",  "c":"CONTROL",  "id":31430,   "ctx":"CatalogCache-1","msg":"Error collecting stack trace","attr":{"error":"unw_get_proc_name(5559B313AB81): out of memory\n"}}
  {"t":{"$date":"2025-05-12T14:51:25.549+00:00"},"s":"I",  "c":"CONTROL",  "id":31380,   "ctx":"CatalogCache-1","msg":"BACKTRACE","attr":{"bt":{"backtrace":[{"a":"5559B493FAE8","b":"5559AF17C000","o":"57C3AE8","s":"_ZN5mongo15printStackTraceEv","C":"mongo::printStackTrace()","s+":"38"},{"a":"5559B492E28C","b":"5559AF17C000","o":"57B228C","s":"_ZN5mongo13tassertFailedERKNS_6StatusENS_14SourceLocationE","C":"mongo::tassertFailed(mongo::Status const&, mongo::SourceLocation)","s+":"129"},{"a":"5559B3130C60","b":"5559AF17C000","o":"3FB4C60","s":"_ZZZN5mongo16ReadThroughCacheINS_15NamespaceStringENS_27OptionalRoutingTableHistoryENS_22ComparableChunkVersionEE22_doLookupWhileNotValidES1_NS_10StatusWithINS4_12LookupResultEEEENKUlvE_clEvENKUlvE_clEv","C":"mongo::ReadThroughCache<mongo::NamespaceString, mongo::OptionalRoutingTableHistory, mongo::ComparableChunkVersion>::_doLookupWhileNotValid(mongo::NamespaceString, mongo::StatusWith<mongo::ReadThroughCache<mongo::NamespaceString, mongo::OptionalRoutingTableHistory, mongo::ComparableChunkVersion>::LookupResult>)::{lambda()#1}::operator()() const::{lambda()#1}::operator()() const","s+":"E2"},{"a":"5559B314CD32","b":"5559AF17C000","o":"3FD0D32","s":"_ZZN5mongo16ReadThroughCacheINS_15NamespaceStringENS_27OptionalRoutingTableHistoryENS_22ComparableChunkVersionEE22_doLookupWhileNotValidES1_NS_10StatusWithINS4_12LookupResultEEEENKUlvE_clEv","C":"mongo::ReadThroughCache<mongo::NamespaceString, mongo::OptionalRoutingTableHistory, mongo::ComparableChunkVersion>::_doLookupWhileNotValid(mongo::NamespaceString, mongo::StatusWith<mongo::ReadThroughCache<mongo::NamespaceString, mongo::OptionalRoutingTableHistory, mongo::ComparableChunkVersion>::LookupResult>)::{lambda()#1}::operator()() const","s+":"732"},{"a":"5559B314D0B9","b":"5559AF17C000","o":"3FD10B9","s":"_ZN5mongo16ReadThroughCacheINS_15NamespaceStringENS_27OptionalRoutingTableHistoryENS_22ComparableChunkVersionEE22_doLookupWhileNotValidES1_NS_10StatusWithINS4_12LookupResultEEE","C":"mongo::ReadThroughCache<mongo::NamespaceString, mongo::OptionalRoutingTableHistory, mongo::ComparableChunkVersion>::_doLookupWhileNotValid(mongo::NamespaceString, mongo::StatusWith<mongo::ReadThroughCache<mongo::NamespaceString, mongo::OptionalRoutingTableHistory, mongo::ComparableChunkVersion>::LookupResult>)","s+":"269"},{"a":"5559B314ED4C","b":"5559AF17C000","o":"3FD2D4C","s":"_ZZZNO5mongo14future_details10FutureImplINS_16ReadThroughCacheINS_15NamespaceStringENS_27OptionalRoutingTableHistoryENS_22ComparableChunkVersionEE12LookupResultEE12onCompletionINS_19CleanupFuturePolicyILb0EEEZNS6_22_doLookupWhileNotValidES3_NS_10StatusWithIS7_EEEUlT_E0_EEDaSE_OT0_ENKUlvE1_clEvENUlPNS0_15SharedStateImplIS7_EESL_E_clESL_SL_","C":"mongo::future_details::FutureImpl<mongo::ReadThroughCache<mongo::NamespaceString, mongo::OptionalRoutingTableHistory, mongo::ComparableChunkVersion>::LookupResult>::onCompletion<mongo::CleanupFuturePolicy<false>, mongo::ReadThroughCache<mongo::NamespaceString, mongo::OptionalRoutingTableHistory, mongo::ComparableChunkVersion>::_doLookupWhileNotValid(mongo::NamespaceString, mongo::StatusWith<mongo::ReadThroughCache<mongo::NamespaceString, mongo::OptionalRoutingTableHistory, mongo::ComparableChunkVersion>::LookupResult>)::{lambda(auto:1)#2}>(mongo::CleanupFuturePolicy<false>, mongo::ReadThroughCache<mongo::NamespaceString, mongo::OptionalRoutingTableHistory, mongo::ComparableChunkVersion>::_doLookupWhileNotValid(mongo::NamespaceString, mongo::StatusWith<mongo::ReadThroughCache<mongo::NamespaceString, mongo::OptionalRoutingTableHistory, mongo::ComparableChunkVersion>::LookupResult>)::{lambda(auto:1)#2}&&) &&::{lambda()#3}::operator()() const::{lambda(mongo::future_details::SharedStateImpl<mongo::ReadThroughCache<mongo::NamespaceString, mongo::OptionalRoutingTableHistory, mongo::ComparableChunkVersion>::LookupResult>*, mongo::future_details::SharedStateImpl<mongo::ReadThroughCache<mongo::NamespaceString, mongo::OptionalRoutingTableHistory, mongo::ComparableChunkVersion>::LookupResult>*)#1}::operator()(mongo::future_details::SharedStateImpl<mongo::ReadThroughCache<mongo::NamespaceString, mongo::OptionalRoutingTableHistory, mongo::ComparableChunkVersion>::LookupResult>*, mongo::future_details::SharedStateImpl<mongo::ReadThroughCache<mongo::NamespaceString, mongo::OptionalRoutingTableHistory, mongo::ComparableChunkVersion>::LookupResult>*)","s+":"26C"},{"a":"5559B201402F","b":"5559AF17C000","o":"2E9802F","s":"_ZN5mongo14future_details15SharedStateBase20transitionToFinishedEv","C":"mongo::future_details::SharedStateBase::transitionToFinished()","s+":"17F"},{"a":"5559B3130EA3","b":"5559AF17C000","o":"3FB4EA3","s":"_ZN5mongo16ReadThroughCacheINS_15NamespaceStringENS_27OptionalRoutingTableHistoryENS_22ComparableChunkVersionEE12LookupResultC1EOS5_","C":"mongo::ReadThroughCache<mongo::NamespaceString, mongo::OptionalRoutingTableHistory, mongo::ComparableChunkVersion>::LookupResult::LookupResult(mongo::ReadThroughCache<mongo::NamespaceString, mongo::OptionalRoutingTableHistory, mongo::ComparableChunkVersion>::LookupResult&&)","s+":"1E3"},{"a":"5559B3136479","b":"5559AF17C000","o":"3FBA479","s":"_ZNO5mongo14future_details10FutureImplINS_16ReadThroughCacheINS_15NamespaceStringENS_27OptionalRoutingTableHistoryENS_22ComparableChunkVersionEE12LookupResultEE17propagateResultToEPNS0_15SharedStateImplIS7_EE","C":"mongo::future_details::FutureImpl<mongo::ReadThroughCache<mongo::NamespaceString, mongo::OptionalRoutingTableHistory, mongo::ComparableChunkVersion>::LookupResult>::propagateResultTo(mongo::future_details::SharedStateImpl<mongo::ReadThroughCache<mongo::NamespaceString, mongo::OptionalRoutingTableHistory, mongo::ComparableChunkVersion>::LookupResult>*) &&","s+":"199"},{"a":"5559B313AB81","b":"5559AF17C000","o":"3FBEB81"},{"a":"5559B313AC3D","b":"5559AF17C000","o":"3FBEC3D","s":"_ZZN5mongo15unique_functionIFvPNS_16OperationContextERKNS_6StatusEEE8makeImplIZNS_16ReadThroughCacheINS_15NamespaceStringENS_27OptionalRoutingTableHistoryENS_22ComparableChunkVersionEE16InProgressLookup16asyncLookupRoundEvEUlS2_S5_E_EEDaOT_EN12SpecificImpl4callEOS2_S5_","C":"mongo::unique_function<void (mongo::OperationContext*, mongo::Status const&)>::makeImpl<mongo::ReadThroughCache<mongo::NamespaceString, mongo::OptionalRoutingTableHistory, mongo::ComparableChunkVersion>::InProgressLookup::asyncLookupRound()::{lambda(mongo::OperationContext*, mongo::Status const&)#1}>(mongo::ReadThroughCache<mongo::NamespaceString, mongo::OptionalRoutingTableHistory, mongo::ComparableChunkVersion>::InProgressLookup::asyncLookupRound()::{lambda(mongo::OperationContext*, mongo::Status const&)#1}&&)::SpecificImpl::call(mongo::OperationContext*&&, mongo::Status const&)","s+":"3D"},{"a":"5559B462D079","b":"5559AF17C000","o":"54B1079","s":"_ZN5mongo20ReadThroughCacheBaseD0Ev","C":"mongo::ReadThroughCacheBase::~ReadThroughCacheBase()","s+":"659"},{"a":"5559B463326C","b":"5559AF17C000","o":"54B726C","s":"_ZN5mongo10ThreadPool4Impl10_doOneTaskEPSt11unique_lockISt5mutexE","C":"mongo::ThreadPool::Impl::_doOneTask(std::unique_lock<std::mutex>*)","s+":"13C"},{"a":"5559B463596B","b":"5559AF17C000","o":"54B996B","s":"_ZN5mongo10ThreadPool4Impl13_consumeTasksEv","C":"mongo::ThreadPool::Impl::_consumeTasks()","s+":"8B"},{"a":"5559B4636D79","b":"5559AF17C000","o":"54BAD79","s":"_ZN5mongo10ThreadPool4Impl17_workerThreadBodyERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE","C":"mongo::ThreadPool::Impl::_workerThreadBody(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)","s+":"279"},{"a":"5559B46371AD","b":"5559AF17C000","o":"54BB1AD","s":"_ZN5mongo10ThreadPool4Impl17_workerThreadBodyERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE","C":"mongo::ThreadPool::Impl::_workerThreadBody(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)","s+":"6AD"},{"a":"5559B4B68884","b":"5559AF17C000","o":"59EC884","s":"_ZNKSt10error_code23default_error_conditionEv","C":"std::error_code::default_error_condition() const","s+":"84"},{"a":"7FABAF4B27E2","b":"7FABAF429000","o":"897E2","s":"start_thread","s+":"2D2"},{"a":"7FABAF536AF4","b":"7FABAF429000","o":"10DAF4","s":"clone","s+":"44"}],"processInfo":{"mongodbVersion":"7.0.18-11","gitVersion":"97ceec31da21050a3f6f3b203bac9e5a2685dcd2","compiledModules":[],"uname":{"sysname":"Linux","release":"6.11.0-1012-azure","version":"#12~24.04.1-Ubuntu SMP Mon Mar 10 19:00:39 UTC 2025","machine":"x86_64"},"somap":[{"b":"5559AF17C000","elfType":3,"buildId":"C24F74796D34B6E37BB94504B020CBC4890D1883"},{"b":"7FABAF429000","path":"/lib64/libc.so.6","elfType":3,"buildId":"7A40A22C9A82854F3D66767232AE364A99174860"}]}}},"tags":[]}
  {"t":{"$date":"2025-05-12T14:51:25.549+00:00"},"s":"I",  "c":"CONTROL",  "id":31445,   "ctx":"CatalogCache-1","msg":"Frame","attr":{"frame":{"a":"5559B493FAE8","b":"5559AF17C000","o":"57C3AE8","s":"_ZN5mongo15printStackTraceEv","C":"mongo::printStackTrace()","s+":"38"}}}
  {"t":{"$date":"2025-05-12T14:51:25.549+00:00"},"s":"I",  "c":"CONTROL",  "id":31445,   "ctx":"CatalogCache-1","msg":"Frame","attr":{"frame":{"a":"5559B492E28C","b":"5559AF17C000","o":"57B228C","s":"_ZN5mongo13tassertFailedERKNS_6StatusENS_14SourceLocationE","C":"mongo::tassertFailed(mongo::Status const&, mongo::SourceLocation)","s+":"129"}}}
  {"t":{"$date":"2025-05-12T14:51:25.549+00:00"},"s":"I",  "c":"CONTROL",  "id":31445,   "ctx":"CatalogCache-1","msg":"Frame","attr":{"frame":{"a":"5559B3130C60","b":"5559AF17C000","o":"3FB4C60","s":"_ZZZN5mongo16ReadThroughCacheINS_15NamespaceStringENS_27OptionalRoutingTableHistoryENS_22ComparableChunkVersionEE22_doLookupWhileNotValidES1_NS_10StatusWithINS4_12LookupResultEEEENKUlvE_clEvENKUlvE_clEv","C":"mongo::ReadThroughCache<mongo::NamespaceString, mongo::OptionalRoutingTableHistory, mongo::ComparableChunkVersion>::_doLookupWhileNotValid(mongo::NamespaceString, mongo::StatusWith<mongo::ReadThroughCache<mongo::NamespaceString, mongo::OptionalRoutingTableHistory, mongo::ComparableChunkVersion>::LookupResult>)::{lambda()#1}::operator()() const::{lambda()#1}::operator()() const","s+":"E2"}}}
  {"t":{"$date":"2025-05-12T14:51:25.549+00:00"},"s":"I",  "c":"CONTROL",  "id":31445,   "ctx":"CatalogCache-1","msg":"Frame","attr":{"frame":{"a":"5559B314CD32","b":"5559AF17C000","o":"3FD0D32","s":"_ZZN5mongo16ReadThroughCacheINS_15NamespaceStringENS_27OptionalRoutingTableHistoryENS_22ComparableChunkVersionEE22_doLookupWhileNotValidES1_NS_10StatusWithINS4_12LookupResultEEEENKUlvE_clEv","C":"mongo::ReadThroughCache<mongo::NamespaceString, mongo::OptionalRoutingTableHistory, mongo::ComparableChunkVersion>::_doLookupWhileNotValid(mongo::NamespaceString, mongo::StatusWith<mongo::ReadThroughCache<mongo::NamespaceString, mongo::OptionalRoutingTableHistory, mongo::ComparableChunkVersion>::LookupResult>)::{lambda()#1}::operator()() const","s+":"732"}}}
  {"t":{"$date":"2025-05-12T14:51:25.549+00:00"},"s":"I",  "c":"CONTROL",  "id":31445,   "ctx":"CatalogCache-1","msg":"Frame","attr":{"frame":{"a":"5559B314D0B9","b":"5559AF17C000","o":"3FD10B9","s":"_ZN5mongo16ReadThroughCacheINS_15NamespaceStringENS_27OptionalRoutingTableHistoryENS_22ComparableChunkVersionEE22_doLookupWhileNotValidES1_NS_10StatusWithINS4_12LookupResultEEE","C":"mongo::ReadThroughCache<mongo::NamespaceString, mongo::OptionalRoutingTableHistory, mongo::ComparableChunkVersion>::_doLookupWhileNotValid(mongo::NamespaceString, mongo::StatusWith<mongo::ReadThroughCache<mongo::NamespaceString, mongo::OptionalRoutingTableHistory, mongo::ComparableChunkVersion>::LookupResult>)","s+":"269"}}}
  {"t":{"$date":"2025-05-12T14:51:25.549+00:00"},"s":"I",  "c":"CONTROL",  "id":31445,   "ctx":"CatalogCache-1","msg":"Frame","attr":{"frame":{"a":"5559B314ED4C","b":"5559AF17C000","o":"3FD2D4C","s":"_ZZZNO5mongo14future_details10FutureImplINS_16ReadThroughCacheINS_15NamespaceStringENS_27OptionalRoutingTableHistoryENS_22ComparableChunkVersionEE12LookupResultEE12onCompletionINS_19CleanupFuturePolicyILb0EEEZNS6_22_doLookupWhileNotValidES3_NS_10StatusWithIS7_EEEUlT_E0_EEDaSE_OT0_ENKUlvE1_clEvENUlPNS0_15SharedStateImplIS7_EESL_E_clESL_SL_","C":"mongo::future_details::FutureImpl<mongo::ReadThroughCache<mongo::NamespaceString, mongo::OptionalRoutingTableHistory, mongo::ComparableChunkVersion>::LookupResult>::onCompletion<mongo::CleanupFuturePolicy<false>, mongo::ReadThroughCache<mongo::NamespaceString, mongo::OptionalRoutingTableHistory, mongo::ComparableChunkVersion>::_doLookupWhileNotValid(mongo::NamespaceString, mongo::StatusWith<mongo::ReadThroughCache<mongo::NamespaceString, mongo::OptionalRoutingTableHistory, mongo::ComparableChunkVersion>::LookupResult>)::{lambda(auto:1)#2}>(mongo::CleanupFuturePolicy<false>, mongo::ReadThroughCache<mongo::NamespaceString, mongo::OptionalRoutingTableHistory, mongo::ComparableChunkVersion>::_doLookupWhileNotValid(mongo::NamespaceString, mongo::StatusWith<mongo::ReadThroughCache<mongo::NamespaceString, mongo::OptionalRoutingTableHistory, mongo::ComparableChunkVersion>::LookupResult>)::{lambda(auto:1)#2}&&) &&::{lambda()#3}::operator()() const::{lambda(mongo::future_details::SharedStateImpl<mongo::ReadThroughCache<mongo::NamespaceString, mongo::OptionalRoutingTableHistory, mongo::ComparableChunkVersion>::LookupResult>*, mongo::future_details::SharedStateImpl<mongo::ReadThroughCache<mongo::NamespaceString, mongo::OptionalRoutingTableHistory, mongo::ComparableChunkVersion>::LookupResult>*)#1}::operator()(mongo::future_details::SharedStateImpl<mongo::ReadThroughCache<mongo::NamespaceString, mongo::OptionalRoutingTableHistory, mongo::ComparableChunkVersion>::LookupResult>*, mongo::future_details::SharedStateImpl<mongo::ReadThroughCache<mongo::NamespaceString, mongo::OptionalRoutingTableHistory, mongo::ComparableChunkVersion>::LookupResult>*)","s+":"26C"}}}
  {"t":{"$date":"2025-05-12T14:51:25.549+00:00"},"s":"I",  "c":"CONTROL",  "id":31445,   "ctx":"CatalogCache-1","msg":"Frame","attr":{"frame":{"a":"5559B201402F","b":"5559AF17C000","o":"2E9802F","s":"_ZN5mongo14future_details15SharedStateBase20transitionToFinishedEv","C":"mongo::future_details::SharedStateBase::transitionToFinished()","s+":"17F"}}}
  {"t":{"$date":"2025-05-12T14:51:25.549+00:00"},"s":"I",  "c":"CONTROL",  "id":31445,   "ctx":"CatalogCache-1","msg":"Frame","attr":{"frame":{"a":"5559B3130EA3","b":"5559AF17C000","o":"3FB4EA3","s":"_ZN5mongo16ReadThroughCacheINS_15NamespaceStringENS_27OptionalRoutingTableHistoryENS_22ComparableChunkVersionEE12LookupResultC1EOS5_","C":"mongo::ReadThroughCache<mongo::NamespaceString, mongo::OptionalRoutingTableHistory, mongo::ComparableChunkVersion>::LookupResult::LookupResult(mongo::ReadThroughCache<mongo::NamespaceString, mongo::OptionalRoutingTableHistory, mongo::ComparableChunkVersion>::LookupResult&&)","s+":"1E3"}}}
  {"t":{"$date":"2025-05-12T14:51:25.549+00:00"},"s":"I",  "c":"CONTROL",  "id":31445,   "ctx":"CatalogCache-1","msg":"Frame","attr":{"frame":{"a":"5559B3136479","b":"5559AF17C000","o":"3FBA479","s":"_ZNO5mongo14future_details10FutureImplINS_16ReadThroughCacheINS_15NamespaceStringENS_27OptionalRoutingTableHistoryENS_22ComparableChunkVersionEE12LookupResultEE17propagateResultToEPNS0_15SharedStateImplIS7_EE","C":"mongo::future_details::FutureImpl<mongo::ReadThroughCache<mongo::NamespaceString, mongo::OptionalRoutingTableHistory, mongo::ComparableChunkVersion>::LookupResult>::propagateResultTo(mongo::future_details::SharedStateImpl<mongo::ReadThroughCache<mongo::NamespaceString, mongo::OptionalRoutingTableHistory, mongo::ComparableChunkVersion>::LookupResult>*) &&","s+":"199"}}}
  {"t":{"$date":"2025-05-12T14:51:25.549+00:00"},"s":"I",  "c":"CONTROL",  "id":31445,   "ctx":"CatalogCache-1","msg":"Frame","attr":{"frame":{"a":"5559B313AB81","b":"5559AF17C000","o":"3FBEB81"}}}
  {"t":{"$date":"2025-05-12T14:51:25.549+00:00"},"s":"I",  "c":"CONTROL",  "id":31445,   "ctx":"CatalogCache-1","msg":"Frame","attr":{"frame":{"a":"5559B313AC3D","b":"5559AF17C000","o":"3FBEC3D","s":"_ZZN5mongo15unique_functionIFvPNS_16OperationContextERKNS_6StatusEEE8makeImplIZNS_16ReadThroughCacheINS_15NamespaceStringENS_27OptionalRoutingTableHistoryENS_22ComparableChunkVersionEE16InProgressLookup16asyncLookupRoundEvEUlS2_S5_E_EEDaOT_EN12SpecificImpl4callEOS2_S5_","C":"mongo::unique_function<void (mongo::OperationContext*, mongo::Status const&)>::makeImpl<mongo::ReadThroughCache<mongo::NamespaceString, mongo::OptionalRoutingTableHistory, mongo::ComparableChunkVersion>::InProgressLookup::asyncLookupRound()::{lambda(mongo::OperationContext*, mongo::Status const&)#1}>(mongo::ReadThroughCache<mongo::NamespaceString, mongo::OptionalRoutingTableHistory, mongo::ComparableChunkVersion>::InProgressLookup::asyncLookupRound()::{lambda(mongo::OperationContext*, mongo::Status const&)#1}&&)::SpecificImpl::call(mongo::OperationContext*&&, mongo::Status const&)","s+":"3D"}}}
  {"t":{"$date":"2025-05-12T14:51:25.549+00:00"},"s":"I",  "c":"CONTROL",  "id":31445,   "ctx":"CatalogCache-1","msg":"Frame","attr":{"frame":{"a":"5559B462D079","b":"5559AF17C000","o":"54B1079","s":"_ZN5mongo20ReadThroughCacheBaseD0Ev","C":"mongo::ReadThroughCacheBase::~ReadThroughCacheBase()","s+":"659"}}}
  {"t":{"$date":"2025-05-12T14:51:25.549+00:00"},"s":"I",  "c":"CONTROL",  "id":31445,   "ctx":"CatalogCache-1","msg":"Frame","attr":{"frame":{"a":"5559B463326C","b":"5559AF17C000","o":"54B726C","s":"_ZN5mongo10ThreadPool4Impl10_doOneTaskEPSt11unique_lockISt5mutexE","C":"mongo::ThreadPool::Impl::_doOneTask(std::unique_lock<std::mutex>*)","s+":"13C"}}}
  {"t":{"$date":"2025-05-12T14:51:25.549+00:00"},"s":"I",  "c":"CONTROL",  "id":31445,   "ctx":"CatalogCache-1","msg":"Frame","attr":{"frame":{"a":"5559B463596B","b":"5559AF17C000","o":"54B996B","s":"_ZN5mongo10ThreadPool4Impl13_consumeTasksEv","C":"mongo::ThreadPool::Impl::_consumeTasks()","s+":"8B"}}}
  {"t":{"$date":"2025-05-12T14:51:25.549+00:00"},"s":"I",  "c":"CONTROL",  "id":31445,   "ctx":"CatalogCache-1","msg":"Frame","attr":{"frame":{"a":"5559B4636D79","b":"5559AF17C000","o":"54BAD79","s":"_ZN5mongo10ThreadPool4Impl17_workerThreadBodyERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE","C":"mongo::ThreadPool::Impl::_workerThreadBody(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)","s+":"279"}}}
  {"t":{"$date":"2025-05-12T14:51:25.549+00:00"},"s":"I",  "c":"CONTROL",  "id":31445,   "ctx":"CatalogCache-1","msg":"Frame","attr":{"frame":{"a":"5559B46371AD","b":"5559AF17C000","o":"54BB1AD","s":"_ZN5mongo10ThreadPool4Impl17_workerThreadBodyERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE","C":"mongo::ThreadPool::Impl::_workerThreadBody(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)","s+":"6AD"}}}
  {"t":{"$date":"2025-05-12T14:51:25.549+00:00"},"s":"I",  "c":"CONTROL",  "id":31445,   "ctx":"CatalogCache-1","msg":"Frame","attr":{"frame":{"a":"5559B4B68884","b":"5559AF17C000","o":"59EC884","s":"_ZNKSt10error_code23default_error_conditionEv","C":"std::error_code::default_error_condition() const","s+":"84"}}}
  {"t":{"$date":"2025-05-12T14:51:25.549+00:00"},"s":"I",  "c":"CONTROL",  "id":31445,   "ctx":"CatalogCache-1","msg":"Frame","attr":{"frame":{"a":"7FABAF4B27E2","b":"7FABAF429000","o":"897E2","s":"start_thread","s+":"2D2"}}}
  {"t":{"$date":"2025-05-12T14:51:25.549+00:00"},"s":"I",  "c":"CONTROL",  "id":31445,   "ctx":"CatalogCache-1","msg":"Frame","attr":{"frame":{"a":"7FABAF536AF4","b":"7FABAF429000","o":"10DAF4","s":"clone","s+":"44"}}}
  {"t":{"$date":"2025-05-12T14:51:25.549+00:00"},"s":"F",  "c":"CONTROL",  "id":6384300, "ctx":"CatalogCache-1","msg":"Writing fatal message","attr":{"message":"terminate() called. An exception is active; attempting to gather more information\n"}}
  {"t":{"$date":"2025-05-12T14:51:25.549+00:00"},"s":"F",  "c":"CONTROL",  "id":6384300, "ctx":"CatalogCache-1","msg":"Writing fatal message","attr":{"message":"DBException::toString(): Location6493100: Time monotonicity violation: lookup time { chunkVersion: { e: ObjectId('68220abd5734c81e7467a9cb'), t: Timestamp(1747061437, 19), v: Timestamp(1, 0) }, forcedRefreshSequenceNum: 7, epochDisambiguatingSequenceNum: 9 } which is less than the earliest expected timeInStore { chunkVersion: { e: ObjectId('68220ad85734c81e7468d948'), t: Timestamp(1747061464, 73), v: Timestamp(1, 0) }, forcedRefreshSequenceNum: 7, epochDisambiguatingSequenceNum: 8 }.\nActual exception type: mongo::error_details::throwExceptionForStatus(mongo::Status const&)::NonspecificAssertionException\n\n"}}
  {"t":{"$date":"2025-05-12T14:51:25.549+00:00"},"s":"F",  "c":"CONTROL",  "id":6384300, "ctx":"CatalogCache-1","msg":"Writing fatal message","attr":{"message":"\n"}}
  {"t":{"$date":"2025-05-12T14:51:25.573+00:00"},"s":"E",  "c":"CONTROL",  "id":31430,   "ctx":"CatalogCache-1","msg":"Error collecting stack trace","attr":{"error":"unw_get_proc_name(5559B313AB81): out of memory\n"}}
  {"t":{"$date":"2025-05-12T14:51:25.573+00:00"},"s":"I",  "c":"CONTROL",  "id":31380,   "ctx":"CatalogCache-1","msg":"BACKTRACE","attr":{"bt":{"backtrace":[{"a":"5559B493FAE8","b":"5559AF17C000","o":"57C3AE8","s":"_ZN5mongo15printStackTraceEv","C":"mongo::printStackTrace()","s+":"38"},{"a":"5559B493AADB","b":"5559AF17C000","o":"57BEADB","s":"_ZN5mongo28globalActiveExceptionWitnessEv","C":"mongo::globalActiveExceptionWitness()","s+":"14B"},{"a":"5559B4AE274A","b":"5559AF17C000","o":"596674A","s":"_ZN10__cxxabiv111__terminateEPFvvE","C":"__cxxabiv1::__terminate(void (*)())","s+":"A"},{"a":"5559B4AE2439","b":"5559AF17C000","o":"5966439","s":"__cxa_call_terminate","s+":"39"},{"a":"5559B4AE1DC7","b":"5559AF17C000","o":"5965DC7","s":"__gxx_personality_v0","s+":"87"},{"a":"7FABAF6412D4","b":"7FABAF630000","o":"112D4","s":"_Unwind_GetTextRelBase","s+":"1EE4"},{"a":"7FABAF641D0E","b":"7FABAF630000","o":"11D0E","s":"_Unwind_Resume","s+":"12E"},{"a":"5559B314CD5C","b":"5559AF17C000","o":"3FD0D5C","s":"_ZZN5mongo16ReadThroughCacheINS_15NamespaceStringENS_27OptionalRoutingTableHistoryENS_22ComparableChunkVersionEE22_doLookupWhileNotValidES1_NS_10StatusWithINS4_12LookupResultEEEENKUlvE_clEv","C":"mongo::ReadThroughCache<mongo::NamespaceString, mongo::OptionalRoutingTableHistory, mongo::ComparableChunkVersion>::_doLookupWhileNotValid(mongo::NamespaceString, mongo::StatusWith<mongo::ReadThroughCache<mongo::NamespaceString, mongo::OptionalRoutingTableHistory, mongo::ComparableChunkVersion>::LookupResult>)::{lambda()#1}::operator()() const","s+":"75C"},{"a":"5559B314D0B9","b":"5559AF17C000","o":"3FD10B9","s":"_ZN5mongo16ReadThroughCacheINS_15NamespaceStringENS_27OptionalRoutingTableHistoryENS_22ComparableChunkVersionEE22_doLookupWhileNotValidES1_NS_10StatusWithINS4_12LookupResultEEE","C":"mongo::ReadThroughCache<mongo::NamespaceString, mongo::OptionalRoutingTableHistory, mongo::ComparableChunkVersion>::_doLookupWhileNotValid(mongo::NamespaceString, mongo::StatusWith<mongo::ReadThroughCache<mongo::NamespaceString, mongo::OptionalRoutingTableHistory, mongo::ComparableChunkVersion>::LookupResult>)","s+":"269"},{"a":"5559B314ED4C","b":"5559AF17C000","o":"3FD2D4C","s":"_ZZZNO5mongo14future_details10FutureImplINS_16ReadThroughCacheINS_15NamespaceStringENS_27OptionalRoutingTableHistoryENS_22ComparableChunkVersionEE12LookupResultEE12onCompletionINS_19CleanupFuturePolicyILb0EEEZNS6_22_doLookupWhileNotValidES3_NS_10StatusWithIS7_EEEUlT_E0_EEDaSE_OT0_ENKUlvE1_clEvENUlPNS0_15SharedStateImplIS7_EESL_E_clESL_SL_","C":"mongo::future_details::FutureImpl<mongo::ReadThroughCache<mongo::NamespaceString, mongo::OptionalRoutingTableHistory, mongo::ComparableChunkVersion>::LookupResult>::onCompletion<mongo::CleanupFuturePolicy<false>, mongo::ReadThroughCache<mongo::NamespaceString, mongo::OptionalRoutingTableHistory, mongo::ComparableChunkVersion>::_doLookupWhileNotValid(mongo::NamespaceString, mongo::StatusWith<mongo::ReadThroughCache<mongo::NamespaceString, mongo::OptionalRoutingTableHistory, mongo::ComparableChunkVersion>::LookupResult>)::{lambda(auto:1)#2}>(mongo::CleanupFuturePolicy<false>, mongo::ReadThroughCache<mongo::NamespaceString, mongo::OptionalRoutingTableHistory, mongo::ComparableChunkVersion>::_doLookupWhileNotValid(mongo::NamespaceString, mongo::StatusWith<mongo::ReadThroughCache<mongo::NamespaceString, mongo::OptionalRoutingTableHistory, mongo::ComparableChunkVersion>::LookupResult>)::{lambda(auto:1)#2}&&) &&::{lambda()#3}::operator()() const::{lambda(mongo::future_details::SharedStateImpl<mongo::ReadThroughCache<mongo::NamespaceString, mongo::OptionalRoutingTableHistory, mongo::ComparableChunkVersion>::LookupResult>*, mongo::future_details::SharedStateImpl<mongo::ReadThroughCache<mongo::NamespaceString, mongo::OptionalRoutingTableHistory, mongo::ComparableChunkVersion>::LookupResult>*)#1}::operator()(mongo::future_details::SharedStateImpl<mongo::ReadThroughCache<mongo::NamespaceString, mongo::OptionalRoutingTableHistory, mongo::ComparableChunkVersion>::LookupResult>*, mongo::future_details::SharedStateImpl<mongo::ReadThroughCache<mongo::NamespaceString, mongo::OptionalRoutingTableHistory, mongo::ComparableChunkVersion>::LookupResult>*)","s+":"26C"},{"a":"5559B201402F","b":"5559AF17C000","o":"2E9802F","s":"_ZN5mongo14future_details15SharedStateBase20transitionToFinishedEv","C":"mongo::future_details::SharedStateBase::transitionToFinished()","s+":"17F"},{"a":"5559B3130EA3","b":"5559AF17C000","o":"3FB4EA3","s":"_ZN5mongo16ReadThroughCacheINS_15NamespaceStringENS_27OptionalRoutingTableHistoryENS_22ComparableChunkVersionEE12LookupResultC1EOS5_","C":"mongo::ReadThroughCache<mongo::NamespaceString, mongo::OptionalRoutingTableHistory, mongo::ComparableChunkVersion>::LookupResult::LookupResult(mongo::ReadThroughCache<mongo::NamespaceString, mongo::OptionalRoutingTableHistory, mongo::ComparableChunkVersion>::LookupResult&&)","s+":"1E3"},{"a":"5559B3136479","b":"5559AF17C000","o":"3FBA479","s":"_ZNO5mongo14future_details10FutureImplINS_16ReadThroughCacheINS_15NamespaceStringENS_27OptionalRoutingTableHistoryENS_22ComparableChunkVersionEE12LookupResultEE17propagateResultToEPNS0_15SharedStateImplIS7_EE","C":"mongo::future_details::FutureImpl<mongo::ReadThroughCache<mongo::NamespaceString, mongo::OptionalRoutingTableHistory, mongo::ComparableChunkVersion>::LookupResult>::propagateResultTo(mongo::future_details::SharedStateImpl<mongo::ReadThroughCache<mongo::NamespaceString, mongo::OptionalRoutingTableHistory, mongo::ComparableChunkVersion>::LookupResult>*) &&","s+":"199"},{"a":"5559B313AB81","b":"5559AF17C000","o":"3FBEB81"},{"a":"5559B313AC3D","b":"5559AF17C000","o":"3FBEC3D","s":"_ZZN5mongo15unique_functionIFvPNS_16OperationContextERKNS_6StatusEEE8makeImplIZNS_16ReadThroughCacheINS_15NamespaceStringENS_27OptionalRoutingTableHistoryENS_22ComparableChunkVersionEE16InProgressLookup16asyncLookupRoundEvEUlS2_S5_E_EEDaOT_EN12SpecificImpl4callEOS2_S5_","C":"mongo::unique_function<void (mongo::OperationContext*, mongo::Status const&)>::makeImpl<mongo::ReadThroughCache<mongo::NamespaceString, mongo::OptionalRoutingTableHistory, mongo::ComparableChunkVersion>::InProgressLookup::asyncLookupRound()::{lambda(mongo::OperationContext*, mongo::Status const&)#1}>(mongo::ReadThroughCache<mongo::NamespaceString, mongo::OptionalRoutingTableHistory, mongo::ComparableChunkVersion>::InProgressLookup::asyncLookupRound()::{lambda(mongo::OperationContext*, mongo::Status const&)#1}&&)::SpecificImpl::call(mongo::OperationContext*&&, mongo::Status const&)","s+":"3D"},{"a":"5559B462D079","b":"5559AF17C000","o":"54B1079","s":"_ZN5mongo20ReadThroughCacheBaseD0Ev","C":"mongo::ReadThroughCacheBase::~ReadThroughCacheBase()","s+":"659"},{"a":"5559B463326C","b":"5559AF17C000","o":"54B726C","s":"_ZN5mongo10ThreadPool4Impl10_doOneTaskEPSt11unique_lockISt5mutexE","C":"mongo::ThreadPool::Impl::_doOneTask(std::unique_lock<std::mutex>*)","s+":"13C"},{"a":"5559B463596B","b":"5559AF17C000","o":"54B996B","s":"_ZN5mongo10ThreadPool4Impl13_consumeTasksEv","C":"mongo::ThreadPool::Impl::_consumeTasks()","s+":"8B"},{"a":"5559B4636D79","b":"5559AF17C000","o":"54BAD79","s":"_ZN5mongo10ThreadPool4Impl17_workerThreadBodyERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE","C":"mongo::ThreadPool::Impl::_workerThreadBody(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)","s+":"279"},{"a":"5559B46371AD","b":"5559AF17C000","o":"54BB1AD","s":"_ZN5mongo10ThreadPool4Impl17_workerThreadBodyERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE","C":"mongo::ThreadPool::Impl::_workerThreadBody(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)","s+":"6AD"},{"a":"5559B4B68884","b":"5559AF17C000","o":"59EC884","s":"_ZNKSt10error_code23default_error_conditionEv","C":"std::error_code::default_error_condition() const","s+":"84"},{"a":"7FABAF4B27E2","b":"7FABAF429000","o":"897E2","s":"start_thread","s+":"2D2"},{"a":"7FABAF536AF4","b":"7FABAF429000","o":"10DAF4","s":"clone","s+":"44"}],"processInfo":{"mongodbVersion":"7.0.18-11","gitVersion":"97ceec31da21050a3f6f3b203bac9e5a2685dcd2","compiledModules":[],"uname":{"sysname":"Linux","release":"6.11.0-1012-azure","version":"#12~24.04.1-Ubuntu SMP Mon Mar 10 19:00:39 UTC 2025","machine":"x86_64"},"somap":[{"b":"5559AF17C000","elfType":3,"buildId":"C24F74796D34B6E37BB94504B020CBC4890D1883"},{"b":"7FABAF630000","path":"/lib64/libgcc_s.so.1","elfType":3,"buildId":"FE8903EE76261CCCA26C0F75DAA1DA637A93F37B"},{"b":"7FABAF429000","path":"/lib64/libc.so.6","elfType":3,"buildId":"7A40A22C9A82854F3D66767232AE364A99174860"}]}}},"tags":[]}
  {"t":{"$date":"2025-05-12T14:51:25.573+00:00"},"s":"I",  "c":"CONTROL",  "id":31445,   "ctx":"CatalogCache-1","msg":"Frame","attr":{"frame":{"a":"5559B493FAE8","b":"5559AF17C000","o":"57C3AE8","s":"_ZN5mongo15printStackTraceEv","C":"mongo::printStackTrace()","s+":"38"}}}
  {"t":{"$date":"2025-05-12T14:51:25.573+00:00"},"s":"I",  "c":"CONTROL",  "id":31445,   "ctx":"CatalogCache-1","msg":"Frame","attr":{"frame":{"a":"5559B493AADB","b":"5559AF17C000","o":"57BEADB","s":"_ZN5mongo28globalActiveExceptionWitnessEv","C":"mongo::globalActiveExceptionWitness()","s+":"14B"}}}
  {"t":{"$date":"2025-05-12T14:51:25.573+00:00"},"s":"I",  "c":"CONTROL",  "id":31445,   "ctx":"CatalogCache-1","msg":"Frame","attr":{"frame":{"a":"5559B4AE274A","b":"5559AF17C000","o":"596674A","s":"_ZN10__cxxabiv111__terminateEPFvvE","C":"__cxxabiv1::__terminate(void (*)())","s+":"A"}}}
  {"t":{"$date":"2025-05-12T14:51:25.573+00:00"},"s":"I",  "c":"CONTROL",  "id":31445,   "ctx":"CatalogCache-1","msg":"Frame","attr":{"frame":{"a":"5559B4AE2439","b":"5559AF17C000","o":"5966439","s":"__cxa_call_terminate","s+":"39"}}}
  {"t":{"$date":"2025-05-12T14:51:25.573+00:00"},"s":"I",  "c":"CONTROL",  "id":31445,   "ctx":"CatalogCache-1","msg":"Frame","attr":{"frame":{"a":"5559B4AE1DC7","b":"5559AF17C000","o":"5965DC7","s":"__gxx_personality_v0","s+":"87"}}}
  {"t":{"$date":"2025-05-12T14:51:25.573+00:00"},"s":"I",  "c":"CONTROL",  "id":31445,   "ctx":"CatalogCache-1","msg":"Frame","attr":{"frame":{"a":"7FABAF6412D4","b":"7FABAF630000","o":"112D4","s":"_Unwind_GetTextRelBase","s+":"1EE4"}}}
  {"t":{"$date":"2025-05-12T14:51:25.573+00:00"},"s":"I",  "c":"CONTROL",  "id":31445,   "ctx":"CatalogCache-1","msg":"Frame","attr":{"frame":{"a":"7FABAF641D0E","b":"7FABAF630000","o":"11D0E","s":"_Unwind_Resume","s+":"12E"}}}
  {"t":{"$date":"2025-05-12T14:51:25.573+00:00"},"s":"I",  "c":"CONTROL",  "id":31445,   "ctx":"CatalogCache-1","msg":"Frame","attr":{"frame":{"a":"5559B314CD5C","b":"5559AF17C000","o":"3FD0D5C","s":"_ZZN5mongo16ReadThroughCacheINS_15NamespaceStringENS_27OptionalRoutingTableHistoryENS_22ComparableChunkVersionEE22_doLookupWhileNotValidES1_NS_10StatusWithINS4_12LookupResultEEEENKUlvE_clEv","C":"mongo::ReadThroughCache<mongo::NamespaceString, mongo::OptionalRoutingTableHistory, mongo::ComparableChunkVersion>::_doLookupWhileNotValid(mongo::NamespaceString, mongo::StatusWith<mongo::ReadThroughCache<mongo::NamespaceString, mongo::OptionalRoutingTableHistory, mongo::ComparableChunkVersion>::LookupResult>)::{lambda()#1}::operator()() const","s+":"75C"}}}
  {"t":{"$date":"2025-05-12T14:51:25.573+00:00"},"s":"I",  "c":"CONTROL",  "id":31445,   "ctx":"CatalogCache-1","msg":"Frame","attr":{"frame":{"a":"5559B314D0B9","b":"5559AF17C000","o":"3FD10B9","s":"_ZN5mongo16ReadThroughCacheINS_15NamespaceStringENS_27OptionalRoutingTableHistoryENS_22ComparableChunkVersionEE22_doLookupWhileNotValidES1_NS_10StatusWithINS4_12LookupResultEEE","C":"mongo::ReadThroughCache<mongo::NamespaceString, mongo::OptionalRoutingTableHistory, mongo::ComparableChunkVersion>::_doLookupWhileNotValid(mongo::NamespaceString, mongo::StatusWith<mongo::ReadThroughCache<mongo::NamespaceString, mongo::OptionalRoutingTableHistory, mongo::ComparableChunkVersion>::LookupResult>)","s+":"269"}}}
  {"t":{"$date":"2025-05-12T14:51:25.573+00:00"},"s":"I",  "c":"CONTROL",  "id":31445,   "ctx":"CatalogCache-1","msg":"Frame","attr":{"frame":{"a":"5559B314ED4C","b":"5559AF17C000","o":"3FD2D4C","s":"_ZZZNO5mongo14future_details10FutureImplINS_16ReadThroughCacheINS_15NamespaceStringENS_27OptionalRoutingTableHistoryENS_22ComparableChunkVersionEE12LookupResultEE12onCompletionINS_19CleanupFuturePolicyILb0EEEZNS6_22_doLookupWhileNotValidES3_NS_10StatusWithIS7_EEEUlT_E0_EEDaSE_OT0_ENKUlvE1_clEvENUlPNS0_15SharedStateImplIS7_EESL_E_clESL_SL_","C":"mongo::future_details::FutureImpl<mongo::ReadThroughCache<mongo::NamespaceString, mongo::OptionalRoutingTableHistory, mongo::ComparableChunkVersion>::LookupResult>::onCompletion<mongo::CleanupFuturePolicy<false>, mongo::ReadThroughCache<mongo::NamespaceString, mongo::OptionalRoutingTableHistory, mongo::ComparableChunkVersion>::_doLookupWhileNotValid(mongo::NamespaceString, mongo::StatusWith<mongo::ReadThroughCache<mongo::NamespaceString, mongo::OptionalRoutingTableHistory, mongo::ComparableChunkVersion>::LookupResult>)::{lambda(auto:1)#2}>(mongo::CleanupFuturePolicy<false>, mongo::ReadThroughCache<mongo::NamespaceString, mongo::OptionalRoutingTableHistory, mongo::ComparableChunkVersion>::_doLookupWhileNotValid(mongo::NamespaceString, mongo::StatusWith<mongo::ReadThroughCache<mongo::NamespaceString, mongo::OptionalRoutingTableHistory, mongo::ComparableChunkVersion>::LookupResult>)::{lambda(auto:1)#2}&&) &&::{lambda()#3}::operator()() const::{lambda(mongo::future_details::SharedStateImpl<mongo::ReadThroughCache<mongo::NamespaceString, mongo::OptionalRoutingTableHistory, mongo::ComparableChunkVersion>::LookupResult>*, mongo::future_details::SharedStateImpl<mongo::ReadThroughCache<mongo::NamespaceString, mongo::OptionalRoutingTableHistory, mongo::ComparableChunkVersion>::LookupResult>*)#1}::operator()(mongo::future_details::SharedStateImpl<mongo::ReadThroughCache<mongo::NamespaceString, mongo::OptionalRoutingTableHistory, mongo::ComparableChunkVersion>::LookupResult>*, mongo::future_details::SharedStateImpl<mongo::ReadThroughCache<mongo::NamespaceString, mongo::OptionalRoutingTableHistory, mongo::ComparableChunkVersion>::LookupResult>*)","s+":"26C"}}}
  {"t":{"$date":"2025-05-12T14:51:25.573+00:00"},"s":"I",  "c":"CONTROL",  "id":31445,   "ctx":"CatalogCache-1","msg":"Frame","attr":{"frame":{"a":"5559B201402F","b":"5559AF17C000","o":"2E9802F","s":"_ZN5mongo14future_details15SharedStateBase20transitionToFinishedEv","C":"mongo::future_details::SharedStateBase::transitionToFinished()","s+":"17F"}}}
  {"t":{"$date":"2025-05-12T14:51:25.573+00:00"},"s":"I",  "c":"CONTROL",  "id":31445,   "ctx":"CatalogCache-1","msg":"Frame","attr":{"frame":{"a":"5559B3130EA3","b":"5559AF17C000","o":"3FB4EA3","s":"_ZN5mongo16ReadThroughCacheINS_15NamespaceStringENS_27OptionalRoutingTableHistoryENS_22ComparableChunkVersionEE12LookupResultC1EOS5_","C":"mongo::ReadThroughCache<mongo::NamespaceString, mongo::OptionalRoutingTableHistory, mongo::ComparableChunkVersion>::LookupResult::LookupResult(mongo::ReadThroughCache<mongo::NamespaceString, mongo::OptionalRoutingTableHistory, mongo::ComparableChunkVersion>::LookupResult&&)","s+":"1E3"}}}
  {"t":{"$date":"2025-05-12T14:51:25.573+00:00"},"s":"I",  "c":"CONTROL",  "id":31445,   "ctx":"CatalogCache-1","msg":"Frame","attr":{"frame":{"a":"5559B3136479","b":"5559AF17C000","o":"3FBA479","s":"_ZNO5mongo14future_details10FutureImplINS_16ReadThroughCacheINS_15NamespaceStringENS_27OptionalRoutingTableHistoryENS_22ComparableChunkVersionEE12LookupResultEE17propagateResultToEPNS0_15SharedStateImplIS7_EE","C":"mongo::future_details::FutureImpl<mongo::ReadThroughCache<mongo::NamespaceString, mongo::OptionalRoutingTableHistory, mongo::ComparableChunkVersion>::LookupResult>::propagateResultTo(mongo::future_details::SharedStateImpl<mongo::ReadThroughCache<mongo::NamespaceString, mongo::OptionalRoutingTableHistory, mongo::ComparableChunkVersion>::LookupResult>*) &&","s+":"199"}}}
  {"t":{"$date":"2025-05-12T14:51:25.573+00:00"},"s":"I",  "c":"CONTROL",  "id":31445,   "ctx":"CatalogCache-1","msg":"Frame","attr":{"frame":{"a":"5559B313AB81","b":"5559AF17C000","o":"3FBEB81"}}}
  {"t":{"$date":"2025-05-12T14:51:25.573+00:00"},"s":"I",  "c":"CONTROL",  "id":31445,   "ctx":"CatalogCache-1","msg":"Frame","attr":{"frame":{"a":"5559B313AC3D","b":"5559AF17C000","o":"3FBEC3D","s":"_ZZN5mongo15unique_functionIFvPNS_16OperationContextERKNS_6StatusEEE8makeImplIZNS_16ReadThroughCacheINS_15NamespaceStringENS_27OptionalRoutingTableHistoryENS_22ComparableChunkVersionEE16InProgressLookup16asyncLookupRoundEvEUlS2_S5_E_EEDaOT_EN12SpecificImpl4callEOS2_S5_","C":"mongo::unique_function<void (mongo::OperationContext*, mongo::Status const&)>::makeImpl<mongo::ReadThroughCache<mongo::NamespaceString, mongo::OptionalRoutingTableHistory, mongo::ComparableChunkVersion>::InProgressLookup::asyncLookupRound()::{lambda(mongo::OperationContext*, mongo::Status const&)#1}>(mongo::ReadThroughCache<mongo::NamespaceString, mongo::OptionalRoutingTableHistory, mongo::ComparableChunkVersion>::InProgressLookup::asyncLookupRound()::{lambda(mongo::OperationContext*, mongo::Status const&)#1}&&)::SpecificImpl::call(mongo::OperationContext*&&, mongo::Status const&)","s+":"3D"}}}
  {"t":{"$date":"2025-05-12T14:51:25.573+00:00"},"s":"I",  "c":"CONTROL",  "id":31445,   "ctx":"CatalogCache-1","msg":"Frame","attr":{"frame":{"a":"5559B462D079","b":"5559AF17C000","o":"54B1079","s":"_ZN5mongo20ReadThroughCacheBaseD0Ev","C":"mongo::ReadThroughCacheBase::~ReadThroughCacheBase()","s+":"659"}}}
  {"t":{"$date":"2025-05-12T14:51:25.573+00:00"},"s":"I",  "c":"CONTROL",  "id":31445,   "ctx":"CatalogCache-1","msg":"Frame","attr":{"frame":{"a":"5559B463326C","b":"5559AF17C000","o":"54B726C","s":"_ZN5mongo10ThreadPool4Impl10_doOneTaskEPSt11unique_lockISt5mutexE","C":"mongo::ThreadPool::Impl::_doOneTask(std::unique_lock<std::mutex>*)","s+":"13C"}}}
  {"t":{"$date":"2025-05-12T14:51:25.573+00:00"},"s":"I",  "c":"CONTROL",  "id":31445,   "ctx":"CatalogCache-1","msg":"Frame","attr":{"frame":{"a":"5559B463596B","b":"5559AF17C000","o":"54B996B","s":"_ZN5mongo10ThreadPool4Impl13_consumeTasksEv","C":"mongo::ThreadPool::Impl::_consumeTasks()","s+":"8B"}}}
  {"t":{"$date":"2025-05-12T14:51:25.573+00:00"},"s":"I",  "c":"CONTROL",  "id":31445,   "ctx":"CatalogCache-1","msg":"Frame","attr":{"frame":{"a":"5559B4636D79","b":"5559AF17C000","o":"54BAD79","s":"_ZN5mongo10ThreadPool4Impl17_workerThreadBodyERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE","C":"mongo::ThreadPool::Impl::_workerThreadBody(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)","s+":"279"}}}
  {"t":{"$date":"2025-05-12T14:51:25.573+00:00"},"s":"I",  "c":"CONTROL",  "id":31445,   "ctx":"CatalogCache-1","msg":"Frame","attr":{"frame":{"a":"5559B46371AD","b":"5559AF17C000","o":"54BB1AD","s":"_ZN5mongo10ThreadPool4Impl17_workerThreadBodyERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE","C":"mongo::ThreadPool::Impl::_workerThreadBody(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)","s+":"6AD"}}}
  {"t":{"$date":"2025-05-12T14:51:25.573+00:00"},"s":"I",  "c":"CONTROL",  "id":31445,   "ctx":"CatalogCache-1","msg":"Frame","attr":{"frame":{"a":"5559B4B68884","b":"5559AF17C000","o":"59EC884","s":"_ZNKSt10error_code23default_error_conditionEv","C":"std::error_code::default_error_condition() const","s+":"84"}}}
  {"t":{"$date":"2025-05-12T14:51:25.573+00:00"},"s":"I",  "c":"CONTROL",  "id":31445,   "ctx":"CatalogCache-1","msg":"Frame","attr":{"frame":{"a":"7FABAF4B27E2","b":"7FABAF429000","o":"897E2","s":"start_thread","s+":"2D2"}}}
  {"t":{"$date":"2025-05-12T14:51:25.573+00:00"},"s":"I",  "c":"CONTROL",  "id":31445,   "ctx":"CatalogCache-1","msg":"Frame","attr":{"frame":{"a":"7FABAF536AF4","b":"7FABAF429000","o":"10DAF4","s":"clone","s+":"44"}}}
  {"t":{"$date":"2025-05-12T14:51:25.573+00:00"},"s":"I",  "c":"ASSERT",   "id":4457002, "ctx":"CatalogCache-1","msg":"Detected prior failed tripwire assertions, please check your logs for \"Tripwire assertion\" entries with log id 4457000.","attr":{"occurrences":1}}
  
assert False
Raw output
self = Connection(<pymongo.network_layer.NetworkingInterface object at 0x7f8f5f17e550>) CLOSED at 140253752447312
dbname = 'testDB'
spec = {'$clusterTime': {'clusterTime': Timestamp(1747061485, 3), 'signature': {'hash': b'\xc1x\xde\xf6E\x9c\xd6\x87RE\x0b,\x06~\x13\xe2\x85"\xc1\x0b', 'keyId': 7503571658708353047}}, '$db': 'testDB', 'aggregate': 'test', 'cursor': {}, ...}
read_preference = Primary()
codec_options = CodecOptions(document_class=dict, tz_aware=False, uuid_representation=UuidRepresentation.UNSPECIFIED, unicode_decode_e...ne, type_registry=TypeRegistry(type_codecs=[], fallback_encoder=None), datetime_conversion=DatetimeConversion.DATETIME)
check = True, allowable_errors = [26], read_concern = ReadConcern()
write_concern = None, parse_write_concern_error = True, collation = None
session = <pymongo.synchronous.client_session.ClientSession object at 0x7f8f5f1b7f10>
client = MongoClient(host=['mongos:27017'], document_class=dict, tz_aware=False, connect=True)
retryable_write = False, publish_events = True, user_fields = None
exhaust_allowed = False

    @_handle_reauth
    def command(
        self,
        dbname: str,
        spec: MutableMapping[str, Any],
        read_preference: _ServerMode = ReadPreference.PRIMARY,
        codec_options: CodecOptions = DEFAULT_CODEC_OPTIONS,
        check: bool = True,
        allowable_errors: Optional[Sequence[Union[str, int]]] = None,
        read_concern: Optional[ReadConcern] = None,
        write_concern: Optional[WriteConcern] = None,
        parse_write_concern_error: bool = False,
        collation: Optional[_CollationIn] = None,
        session: Optional[ClientSession] = None,
        client: Optional[MongoClient] = None,
        retryable_write: bool = False,
        publish_events: bool = True,
        user_fields: Optional[Mapping[str, Any]] = None,
        exhaust_allowed: bool = False,
    ) -> dict[str, Any]:
        """Execute a command or raise an error.
    
        :param dbname: name of the database on which to run the command
        :param spec: a command document as a dict, SON, or mapping object
        :param read_preference: a read preference
        :param codec_options: a CodecOptions instance
        :param check: raise OperationFailure if there are errors
        :param allowable_errors: errors to ignore if `check` is True
        :param read_concern: The read concern for this command.
        :param write_concern: The write concern for this command.
        :param parse_write_concern_error: Whether to parse the
            ``writeConcernError`` field in the command response.
        :param collation: The collation for this command.
        :param session: optional ClientSession instance.
        :param client: optional MongoClient for gossipping $clusterTime.
        :param retryable_write: True if this command is a retryable write.
        :param publish_events: Should we publish events for this command?
        :param user_fields: Response fields that should be decoded
            using the TypeDecoders from codec_options, passed to
            bson._decode_all_selective.
        """
        self.validate_session(client, session)
        session = _validate_session_write_concern(session, write_concern)
    
        # Ensure command name remains in first place.
        if not isinstance(spec, ORDERED_TYPES):  # type:ignore[arg-type]
            spec = dict(spec)
    
        if not (write_concern is None or write_concern.acknowledged or collation is None):
            raise ConfigurationError("Collation is unsupported for unacknowledged writes.")
    
        self.add_server_api(spec)
        if session:
            session._apply_to(spec, retryable_write, read_preference, self)
        self.send_cluster_time(spec, session, client)
        listeners = self.listeners if publish_events else None
        unacknowledged = bool(write_concern and not write_concern.acknowledged)
        if self.op_msg_enabled:
            self._raise_if_not_writable(unacknowledged)
        try:
>           return command(
                self,
                dbname,
                spec,
                self.is_mongos,
                read_preference,
                codec_options,
                session,
                client,
                check,
                allowable_errors,
                self.address,
                listeners,
                self.max_bson_size,
                read_concern,
                parse_write_concern_error=parse_write_concern_error,
                collation=collation,
                compression_ctx=self.compression_context,
                use_op_msg=self.op_msg_enabled,
                unacknowledged=unacknowledged,
                user_fields=user_fields,
                exhaust_allowed=exhaust_allowed,
                write_concern=write_concern,
            )

/usr/local/lib/python3.11/site-packages/pymongo/synchronous/pool.py:411: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
/usr/local/lib/python3.11/site-packages/pymongo/synchronous/network.py:198: in command
    reply = receive_message(conn, request_id)
/usr/local/lib/python3.11/site-packages/pymongo/network_layer.py:751: in receive_message
    length, _, response_to, op_code = _UNPACK_HEADER(receive_data(conn, 16, deadline))
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

conn = Connection(<pymongo.network_layer.NetworkingInterface object at 0x7f8f5f17e550>) CLOSED at 140253752447312
length = 16, deadline = None

    def receive_data(conn: Connection, length: int, deadline: Optional[float]) -> memoryview:
        buf = bytearray(length)
        mv = memoryview(buf)
        bytes_read = 0
        # To support cancelling a network read, we shorten the socket timeout and
        # check for the cancellation signal after each timeout. Alternatively we
        # could close the socket but that does not reliably cancel recv() calls
        # on all OSes.
        # When the timeout has expired we perform one final non-blocking recv.
        # This helps avoid spurious timeouts when the response is actually already
        # buffered on the client.
        orig_timeout = conn.conn.gettimeout()
        try:
            while bytes_read < length:
                try:
                    # Use the legacy wait_for_read cancellation approach on PyPy due to PYTHON-5011.
                    if _PYPY:
                        wait_for_read(conn, deadline)
                        if _csot.get_timeout() and deadline is not None:
                            conn.set_conn_timeout(max(deadline - time.monotonic(), 0))
                    else:
                        if deadline is not None:
                            short_timeout = min(max(deadline - time.monotonic(), 0), _POLL_TIMEOUT)
                        else:
                            short_timeout = _POLL_TIMEOUT
                        conn.set_conn_timeout(short_timeout)
    
                    chunk_length = conn.conn.recv_into(mv[bytes_read:])
                except BLOCKING_IO_ERRORS:
                    if conn.cancel_context.cancelled:
                        raise _OperationCancelled("operation cancelled") from None
                    # We reached the true deadline.
                    raise socket.timeout("timed out") from None
                except socket.timeout:
                    if conn.cancel_context.cancelled:
                        raise _OperationCancelled("operation cancelled") from None
                    if _PYPY:
                        # We reached the true deadline.
                        raise
                    continue
                except OSError as exc:
                    if conn.cancel_context.cancelled:
                        raise _OperationCancelled("operation cancelled") from None
                    if _errno_from_exception(exc) == errno.EINTR:
                        continue
                    raise
                if chunk_length == 0:
>                   raise OSError("connection closed")
E                   OSError: connection closed

/usr/local/lib/python3.11/site-packages/pymongo/network_layer.py:371: OSError

The above exception was the direct cause of the following exception:

start_cluster = None, cluster = <cluster.Cluster object at 0x7f8f5f3cee50>

    @pytest.mark.timeout(600,func_only=True)
    def test_logical_PBM_T297(start_cluster,cluster):
        client=pymongo.MongoClient(cluster.connection)
        client.admin.command({"enableSharding": "testDB", "primaryShard": "rs1"})
        client.admin.command({"shardCollection": "testDB.test", "key": {"_id": 1}})
        client['testDB']['test'].insert_one({})
    
        backup = cluster.make_backup('logical')
    
        client.drop_database('testDB')
        # it's important to recreate db with the same primary shard
        client.admin.command({"enableSharding": "testDB", "primaryShard": "rs1"})
        client.admin.command({"shardCollection": "testDB.test", "key": {"_id": 1}})
    
        cluster.make_restore(backup)
        try:
>           count = client["testDB"]["test"].count_documents({})

test_PBM-1487.py:55: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
/usr/local/lib/python3.11/site-packages/pymongo/synchronous/collection.py:2154: in count_documents
    return self._retryable_non_cursor_read(_cmd, session, _Op.COUNT)
/usr/local/lib/python3.11/site-packages/pymongo/synchronous/collection.py:2168: in _retryable_non_cursor_read
    return client._retryable_read(func, self._read_preference_for(s), s, operation)
/usr/local/lib/python3.11/site-packages/pymongo/synchronous/mongo_client.py:2026: in _retryable_read
    return self._retry_internal(
/usr/local/lib/python3.11/site-packages/pymongo/_csot.py:119: in csot_wrapper
    return func(self, *args, **kwargs)
/usr/local/lib/python3.11/site-packages/pymongo/synchronous/mongo_client.py:1993: in _retry_internal
    ).run()
/usr/local/lib/python3.11/site-packages/pymongo/synchronous/mongo_client.py:2735: in run
    self._check_last_error()
/usr/local/lib/python3.11/site-packages/pymongo/synchronous/mongo_client.py:2816: in _check_last_error
    raise self._last_error
/usr/local/lib/python3.11/site-packages/pymongo/synchronous/mongo_client.py:2730: in run
    return self._read() if self._is_read else self._write()
/usr/local/lib/python3.11/site-packages/pymongo/synchronous/mongo_client.py:2891: in _read
    return self._func(self._session, self._server, conn, read_pref)  # type: ignore
/usr/local/lib/python3.11/site-packages/pymongo/synchronous/collection.py:2149: in _cmd
    result = self._aggregate_one_result(conn, read_preference, cmd, collation, session)
/usr/local/lib/python3.11/site-packages/pymongo/synchronous/collection.py:2007: in _aggregate_one_result
    result = self._command(
/usr/local/lib/python3.11/site-packages/pymongo/synchronous/collection.py:621: in _command
    return conn.command(
/usr/local/lib/python3.11/site-packages/pymongo/synchronous/helpers.py:47: in inner
    return func(*args, **kwargs)
/usr/local/lib/python3.11/site-packages/pymongo/synchronous/pool.py:439: in command
    self._raise_connection_failure(error)
/usr/local/lib/python3.11/site-packages/pymongo/synchronous/pool.py:641: in _raise_connection_failure
    _raise_connection_failure(self.address, error, timeout_details=details)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

address = ('mongos', 27017), error = OSError('connection closed')
msg_prefix = None, timeout_details = {'connectTimeoutMS': 20000.0}

    def _raise_connection_failure(
        address: Any,
        error: Exception,
        msg_prefix: Optional[str] = None,
        timeout_details: Optional[dict[str, float]] = None,
    ) -> NoReturn:
        """Convert a socket.error to ConnectionFailure and raise it."""
        host, port = address
        # If connecting to a Unix socket, port will be None.
        if port is not None:
            msg = "%s:%d: %s" % (host, port, error)
        else:
            msg = f"{host}: {error}"
        if msg_prefix:
            msg = msg_prefix + msg
        if "configured timeouts" not in msg:
            msg += format_timeout_details(timeout_details)
        if isinstance(error, socket.timeout):
            raise NetworkTimeout(msg) from error
        elif isinstance(error, SSLErrors) and "timed out" in str(error):
            # Eventlet does not distinguish TLS network timeouts from other
            # SSLErrors (https://github.com/eventlet/eventlet/issues/692).
            # Luckily, we can work around this limitation because the phrase
            # 'timed out' appears in all the timeout related SSLErrors raised.
            raise NetworkTimeout(msg) from error
        else:
>           raise AutoReconnect(msg) from error
E           pymongo.errors.AutoReconnect: mongos:27017: connection closed (configured timeouts: connectTimeoutMS: 20000.0ms)

/usr/local/lib/python3.11/site-packages/pymongo/pool_shared.py:149: AutoReconnect

During handling of the above exception, another exception occurred:

start_cluster = None, cluster = <cluster.Cluster object at 0x7f8f5f3cee50>

    @pytest.mark.timeout(600,func_only=True)
    def test_logical_PBM_T297(start_cluster,cluster):
        client=pymongo.MongoClient(cluster.connection)
        client.admin.command({"enableSharding": "testDB", "primaryShard": "rs1"})
        client.admin.command({"shardCollection": "testDB.test", "key": {"_id": 1}})
        client['testDB']['test'].insert_one({})
    
        backup = cluster.make_backup('logical')
    
        client.drop_database('testDB')
        # it's important to recreate db with the same primary shard
        client.admin.command({"enableSharding": "testDB", "primaryShard": "rs1"})
        client.admin.command({"shardCollection": "testDB.test", "key": {"_id": 1}})
    
        cluster.make_restore(backup)
        try:
            count = client["testDB"]["test"].count_documents({})
            assert count == 1
        except pymongo.errors.AutoReconnect as e:
            mongos_logs = docker.from_env().containers.get('mongos').logs(tail=100).decode("utf-8", errors="replace")
>           assert False, "Mongos failure - pymongo assertion error: " + str(e) + "\n\nMongos logs:\n" + mongos_logs
E           AssertionError: Mongos failure - pymongo assertion error: mongos:27017: connection closed (configured timeouts: connectTimeoutMS: 20000.0ms)
E             
E             Mongos logs:
E             {"t":{"$date":"2025-05-12T14:51:24.777+00:00"},"s":"I",  "c":"CONTROL",  "id":20710,   "ctx":"LogicalSessionCacheRefresh","msg":"Failed to refresh session cache, will try again at the next refresh interval","attr":{"error":"NamespaceNotSharded: Expected collection config.system.sessions to be sharded"}}
E             {"t":{"$date":"2025-05-12T14:51:24.778+00:00"},"s":"I",  "c":"SH_REFR",  "id":4619902, "ctx":"CatalogCache-1","msg":"Collection has found to be unsharded after refresh","attr":{"namespace":"config.system.sessions","durationMillis":1}}
E             {"t":{"$date":"2025-05-12T14:51:24.778+00:00"},"s":"I",  "c":"CONTROL",  "id":20712,   "ctx":"LogicalSessionCacheReap","msg":"Sessions collection is not set up; waiting until next sessions reap interval","attr":{"error":"NamespaceNotSharded: Expected collection config.system.sessions to be sharded"}}
E             {"t":{"$date":"2025-05-12T14:51:24.920+00:00"},"s":"I",  "c":"NETWORK",  "id":22943,   "ctx":"listener","msg":"Connection accepted","attr":{"remote":"127.0.0.1:45554","uuid":{"uuid":{"$uuid":"a5fac4bc-f298-4a27-82dd-95f1a706c673"}},"connectionId":12,"connectionCount":1}}
E             {"t":{"$date":"2025-05-12T14:51:24.924+00:00"},"s":"I",  "c":"NETWORK",  "id":51800,   "ctx":"conn12","msg":"client metadata","attr":{"remote":"127.0.0.1:45554","client":"conn12","negotiatedCompressors":[],"doc":{"application":{"name":"mongosh 2.5.0"},"driver":{"name":"nodejs|mongosh","version":"6.14.2|2.5.0"},"platform":"Node.js v20.19.0, LE","os":{"name":"linux","architecture":"x64","version":"6.1.0-31-amd64","type":"Linux"},"env":{"container":{"runtime":"docker"}},"mongos":{"host":"mongos:27017","client":"127.0.0.1:45554","version":"7.0.18-11"}}}}
E             {"t":{"$date":"2025-05-12T14:51:24.929+00:00"},"s":"I",  "c":"NETWORK",  "id":22943,   "ctx":"listener","msg":"Connection accepted","attr":{"remote":"127.0.0.1:45564","uuid":{"uuid":{"$uuid":"19f6ce10-9c2f-405f-a55a-bb5e55a1d761"}},"connectionId":13,"connectionCount":2}}
E             {"t":{"$date":"2025-05-12T14:51:24.931+00:00"},"s":"I",  "c":"NETWORK",  "id":51800,   "ctx":"conn13","msg":"client metadata","attr":{"remote":"127.0.0.1:45564","client":"conn13","negotiatedCompressors":[],"doc":{"application":{"name":"mongosh 2.5.0"},"driver":{"name":"nodejs|mongosh","version":"6.14.2|2.5.0"},"platform":"Node.js v20.19.0, LE","os":{"name":"linux","architecture":"x64","version":"6.1.0-31-amd64","type":"Linux"},"env":{"container":{"runtime":"docker"}},"mongos":{"host":"mongos:27017","client":"127.0.0.1:45564","version":"7.0.18-11"}}}}
E             {"t":{"$date":"2025-05-12T14:51:24.932+00:00"},"s":"I",  "c":"ACCESS",   "id":6788604, "ctx":"conn13","msg":"Auth metrics report","attr":{"metric":"acquireUser","micros":0}}
E             {"t":{"$date":"2025-05-12T14:51:24.940+00:00"},"s":"I",  "c":"ACCESS",   "id":5286306, "ctx":"conn13","msg":"Successfully authenticated","attr":{"client":"127.0.0.1:45564","isSpeculative":true,"isClusterMember":false,"mechanism":"SCRAM-SHA-256","user":"root","db":"admin","result":0,"metrics":{"conversation_duration":{"micros":7810,"summary":{"0":{"step":1,"step_total":2,"duration_micros":53},"1":{"step":2,"step_total":2,"duration_micros":10}}}},"extraInfo":{}}}
E             {"t":{"$date":"2025-05-12T14:51:24.941+00:00"},"s":"I",  "c":"NETWORK",  "id":6788700, "ctx":"conn13","msg":"Received first command on ingress connection since session start or auth handshake","attr":{"elapsedMillis":1}}
E             {"t":{"$date":"2025-05-12T14:51:24.999+00:00"},"s":"I",  "c":"NETWORK",  "id":22943,   "ctx":"listener","msg":"Connection accepted","attr":{"remote":"127.0.0.1:45570","uuid":{"uuid":{"$uuid":"3b891359-741a-4881-b25f-566dafd618aa"}},"connectionId":14,"connectionCount":3}}
E             {"t":{"$date":"2025-05-12T14:51:24.999+00:00"},"s":"I",  "c":"NETWORK",  "id":22943,   "ctx":"listener","msg":"Connection accepted","attr":{"remote":"127.0.0.1:45582","uuid":{"uuid":{"$uuid":"506e630d-cce7-4389-9cc5-ee2d24a5f017"}},"connectionId":15,"connectionCount":4}}
E             {"t":{"$date":"2025-05-12T14:51:25.002+00:00"},"s":"I",  "c":"SH_REFR",  "id":4619902, "ctx":"CatalogCache-0","msg":"Collection has found to be unsharded after refresh","attr":{"namespace":"admin.atlascli","durationMillis":0}}
E             {"t":{"$date":"2025-05-12T14:51:25.002+00:00"},"s":"I",  "c":"CONNPOOL", "id":22576,   "ctx":"TaskExecutorPool-0","msg":"Connecting","attr":{"hostAndPort":"rscfg01:27017"}}
E             {"t":{"$date":"2025-05-12T14:51:25.004+00:00"},"s":"I",  "c":"NETWORK",  "id":51800,   "ctx":"conn14","msg":"client metadata","attr":{"remote":"127.0.0.1:45570","client":"conn14","negotiatedCompressors":[],"doc":{"application":{"name":"mongosh 2.5.0"},"driver":{"name":"nodejs|mongosh","version":"6.14.2|2.5.0"},"platform":"Node.js v20.19.0, LE","os":{"name":"linux","architecture":"x64","version":"6.1.0-31-amd64","type":"Linux"},"env":{"container":{"runtime":"docker"}},"mongos":{"host":"mongos:27017","client":"127.0.0.1:45570","version":"7.0.18-11"}}}}
E             {"t":{"$date":"2025-05-12T14:51:25.004+00:00"},"s":"I",  "c":"ACCESS",   "id":6788604, "ctx":"conn14","msg":"Auth metrics report","attr":{"metric":"acquireUser","micros":0}}
E             {"t":{"$date":"2025-05-12T14:51:25.004+00:00"},"s":"I",  "c":"NETWORK",  "id":51800,   "ctx":"conn15","msg":"client metadata","attr":{"remote":"127.0.0.1:45582","client":"conn15","negotiatedCompressors":[],"doc":{"application":{"name":"mongosh 2.5.0"},"driver":{"name":"nodejs|mongosh","version":"6.14.2|2.5.0"},"platform":"Node.js v20.19.0, LE","os":{"name":"linux","architecture":"x64","version":"6.1.0-31-amd64","type":"Linux"},"env":{"container":{"runtime":"docker"}},"mongos":{"host":"mongos:27017","client":"127.0.0.1:45582","version":"7.0.18-11"}}}}
E             {"t":{"$date":"2025-05-12T14:51:25.004+00:00"},"s":"I",  "c":"ACCESS",   "id":6788604, "ctx":"conn15","msg":"Auth metrics report","attr":{"metric":"acquireUser","micros":0}}
E             {"t":{"$date":"2025-05-12T14:51:25.005+00:00"},"s":"I",  "c":"ACCESS",   "id":5286306, "ctx":"conn14","msg":"Successfully authenticated","attr":{"client":"127.0.0.1:45570","isSpeculative":true,"isClusterMember":false,"mechanism":"SCRAM-SHA-256","user":"root","db":"admin","result":0,"metrics":{"conversation_duration":{"micros":1610,"summary":{"0":{"step":1,"step_total":2,"duration_micros":49},"1":{"step":2,"step_total":2,"duration_micros":13}}}},"extraInfo":{}}}
E             {"t":{"$date":"2025-05-12T14:51:25.007+00:00"},"s":"I",  "c":"ACCESS",   "id":5286306, "ctx":"conn15","msg":"Successfully authenticated","attr":{"client":"127.0.0.1:45582","isSpeculative":true,"isClusterMember":false,"mechanism":"SCRAM-SHA-256","user":"root","db":"admin","result":0,"metrics":{"conversation_duration":{"micros":2386,"summary":{"0":{"step":1,"step_total":2,"duration_micros":34},"1":{"step":2,"step_total":2,"duration_micros":12}}}},"extraInfo":{}}}
E             {"t":{"$date":"2025-05-12T14:51:25.009+00:00"},"s":"I",  "c":"NETWORK",  "id":6788700, "ctx":"conn15","msg":"Received first command on ingress connection since session start or auth handshake","attr":{"elapsedMillis":1}}
E             {"t":{"$date":"2025-05-12T14:51:25.025+00:00"},"s":"I",  "c":"NETWORK",  "id":22944,   "ctx":"conn15","msg":"Connection ended","attr":{"remote":"127.0.0.1:45582","uuid":{"uuid":{"$uuid":"506e630d-cce7-4389-9cc5-ee2d24a5f017"}},"connectionId":15,"connectionCount":3}}
E             {"t":{"$date":"2025-05-12T14:51:25.025+00:00"},"s":"I",  "c":"NETWORK",  "id":22944,   "ctx":"conn13","msg":"Connection ended","attr":{"remote":"127.0.0.1:45564","uuid":{"uuid":{"$uuid":"19f6ce10-9c2f-405f-a55a-bb5e55a1d761"}},"connectionId":13,"connectionCount":2}}
E             {"t":{"$date":"2025-05-12T14:51:25.025+00:00"},"s":"I",  "c":"NETWORK",  "id":22944,   "ctx":"conn12","msg":"Connection ended","attr":{"remote":"127.0.0.1:45554","uuid":{"uuid":{"$uuid":"a5fac4bc-f298-4a27-82dd-95f1a706c673"}},"connectionId":12,"connectionCount":1}}
E             {"t":{"$date":"2025-05-12T14:51:25.025+00:00"},"s":"I",  "c":"NETWORK",  "id":22944,   "ctx":"conn14","msg":"Connection ended","attr":{"remote":"127.0.0.1:45570","uuid":{"uuid":{"$uuid":"3b891359-741a-4881-b25f-566dafd618aa"}},"connectionId":14,"connectionCount":0}}
E             {"t":{"$date":"2025-05-12T14:51:25.030+00:00"},"s":"I",  "c":"NETWORK",  "id":22943,   "ctx":"listener","msg":"Connection accepted","attr":{"remote":"172.19.0.10:33196","uuid":{"uuid":{"$uuid":"e0a10f5b-4374-4aa1-80fd-0ef7a94fe2a5"}},"connectionId":17,"connectionCount":1}}
E             {"t":{"$date":"2025-05-12T14:51:25.030+00:00"},"s":"I",  "c":"NETWORK",  "id":51800,   "ctx":"conn17","msg":"client metadata","attr":{"remote":"172.19.0.10:33196","client":"conn17","negotiatedCompressors":[],"doc":{"driver":{"name":"PyMongo|c","version":"4.12.1"},"os":{"type":"Linux","name":"Linux","architecture":"x86_64","version":"6.11.0-1012-azure"},"platform":"CPython 3.11.12.final.0","env":{"container":{"runtime":"docker"}},"mongos":{"host":"mongos:27017","client":"172.19.0.10:33196","version":"7.0.18-11"}}}}
E             {"t":{"$date":"2025-05-12T14:51:25.031+00:00"},"s":"I",  "c":"NETWORK",  "id":22943,   "ctx":"listener","msg":"Connection accepted","attr":{"remote":"172.19.0.10:33198","uuid":{"uuid":{"$uuid":"94e64040-5115-40da-bd46-45c2972610aa"}},"connectionId":18,"connectionCount":2}}
E             {"t":{"$date":"2025-05-12T14:51:25.031+00:00"},"s":"I",  "c":"NETWORK",  "id":22943,   "ctx":"listener","msg":"Connection accepted","attr":{"remote":"172.19.0.10:33204","uuid":{"uuid":{"$uuid":"d981df7d-c39c-4239-98f1-0915a0cf06c5"}},"connectionId":19,"connectionCount":3}}
E             {"t":{"$date":"2025-05-12T14:51:25.031+00:00"},"s":"I",  "c":"NETWORK",  "id":51800,   "ctx":"conn18","msg":"client metadata","attr":{"remote":"172.19.0.10:33198","client":"conn18","negotiatedCompressors":[],"doc":{"driver":{"name":"PyMongo|c","version":"4.12.1"},"os":{"type":"Linux","name":"Linux","architecture":"x86_64","version":"6.11.0-1012-azure"},"platform":"CPython 3.11.12.final.0","env":{"container":{"runtime":"docker"}},"mongos":{"host":"mongos:27017","client":"172.19.0.10:33198","version":"7.0.18-11"}}}}
E             {"t":{"$date":"2025-05-12T14:51:25.031+00:00"},"s":"I",  "c":"NETWORK",  "id":51800,   "ctx":"conn19","msg":"client metadata","attr":{"remote":"172.19.0.10:33204","client":"conn19","negotiatedCompressors":[],"doc":{"driver":{"name":"PyMongo|c","version":"4.12.1"},"os":{"type":"Linux","name":"Linux","architecture":"x86_64","version":"6.11.0-1012-azure"},"platform":"CPython 3.11.12.final.0","env":{"container":{"runtime":"docker"}},"mongos":{"host":"mongos:27017","client":"172.19.0.10:33204","version":"7.0.18-11"}}}}
E             {"t":{"$date":"2025-05-12T14:51:25.031+00:00"},"s":"I",  "c":"ACCESS",   "id":6788604, "ctx":"conn19","msg":"Auth metrics report","attr":{"metric":"acquireUser","micros":0}}
E             {"t":{"$date":"2025-05-12T14:51:25.040+00:00"},"s":"I",  "c":"ACCESS",   "id":5286306, "ctx":"conn19","msg":"Successfully authenticated","attr":{"client":"172.19.0.10:33204","isSpeculative":true,"isClusterMember":false,"mechanism":"SCRAM-SHA-256","user":"root","db":"admin","result":0,"metrics":{"conversation_duration":{"micros":8537,"summary":{"0":{"step":1,"step_total":2,"duration_micros":44},"1":{"step":2,"step_total":2,"duration_micros":11}}}},"extraInfo":{}}}
E             {"t":{"$date":"2025-05-12T14:51:25.040+00:00"},"s":"I",  "c":"NETWORK",  "id":6788700, "ctx":"conn19","msg":"Received first command on ingress connection since session start or auth handshake","attr":{"elapsedMillis":0}}
E             {"t":{"$date":"2025-05-12T14:51:25.040+00:00"},"s":"I",  "c":"SHARDING", "id":5054300, "ctx":"conn19","msg":"About to run balancer control command","attr":{"cmd":"_configsvrBalancerStart"}}
E             {"t":{"$date":"2025-05-12T14:51:25.047+00:00"},"s":"I",  "c":"NETWORK",  "id":22944,   "ctx":"conn18","msg":"Connection ended","attr":{"remote":"172.19.0.10:33198","uuid":{"uuid":{"$uuid":"94e64040-5115-40da-bd46-45c2972610aa"}},"connectionId":18,"connectionCount":2}}
E             {"t":{"$date":"2025-05-12T14:51:25.047+00:00"},"s":"I",  "c":"NETWORK",  "id":22944,   "ctx":"conn19","msg":"Connection ended","attr":{"remote":"172.19.0.10:33204","uuid":{"uuid":{"$uuid":"d981df7d-c39c-4239-98f1-0915a0cf06c5"}},"connectionId":19,"connectionCount":1}}
E             {"t":{"$date":"2025-05-12T14:51:25.119+00:00"},"s":"I",  "c":"NETWORK",  "id":22943,   "ctx":"listener","msg":"Connection accepted","attr":{"remote":"172.19.0.10:33206","uuid":{"uuid":{"$uuid":"f898a7b2-9675-4503-a65c-0773ae0325af"}},"connectionId":20,"connectionCount":2}}
E             {"t":{"$date":"2025-05-12T14:51:25.119+00:00"},"s":"I",  "c":"NETWORK",  "id":51800,   "ctx":"conn20","msg":"client metadata","attr":{"remote":"172.19.0.10:33206","client":"conn20","negotiatedCompressors":[],"doc":{"driver":{"name":"PyMongo|c","version":"4.12.1"},"os":{"type":"Linux","name":"Linux","architecture":"x86_64","version":"6.11.0-1012-azure"},"platform":"CPython 3.11.12.final.0","env":{"container":{"runtime":"docker"}},"mongos":{"host":"mongos:27017","client":"172.19.0.10:33206","version":"7.0.18-11"}}}}
E             {"t":{"$date":"2025-05-12T14:51:25.512+00:00"},"s":"I",  "c":"NETWORK",  "id":22943,   "ctx":"listener","msg":"Connection accepted","attr":{"remote":"172.19.0.10:33216","uuid":{"uuid":{"$uuid":"2e1c0d9a-4b9b-48e4-bdde-f81afe431151"}},"connectionId":21,"connectionCount":3}}
E             {"t":{"$date":"2025-05-12T14:51:25.512+00:00"},"s":"I",  "c":"NETWORK",  "id":51800,   "ctx":"conn21","msg":"client metadata","attr":{"remote":"172.19.0.10:33216","client":"conn21","negotiatedCompressors":[],"doc":{"driver":{"name":"PyMongo|c","version":"4.12.1"},"os":{"type":"Linux","name":"Linux","architecture":"x86_64","version":"6.11.0-1012-azure"},"platform":"CPython 3.11.12.final.0","env":{"container":{"runtime":"docker"}},"mongos":{"host":"mongos:27017","client":"172.19.0.10:33216","version":"7.0.18-11"}}}}
E             {"t":{"$date":"2025-05-12T14:51:25.513+00:00"},"s":"I",  "c":"NETWORK",  "id":22943,   "ctx":"listener","msg":"Connection accepted","attr":{"remote":"172.19.0.10:33226","uuid":{"uuid":{"$uuid":"0e82c5a7-6b3e-4384-bac1-23113c0c9702"}},"connectionId":22,"connectionCount":4}}
E             {"t":{"$date":"2025-05-12T14:51:25.513+00:00"},"s":"I",  "c":"NETWORK",  "id":51800,   "ctx":"conn22","msg":"client metadata","attr":{"remote":"172.19.0.10:33226","client":"conn22","negotiatedCompressors":[],"doc":{"driver":{"name":"PyMongo|c","version":"4.12.1"},"os":{"type":"Linux","name":"Linux","architecture":"x86_64","version":"6.11.0-1012-azure"},"platform":"CPython 3.11.12.final.0","env":{"container":{"runtime":"docker"}},"mongos":{"host":"mongos:27017","client":"172.19.0.10:33226","version":"7.0.18-11"}}}}
E             {"t":{"$date":"2025-05-12T14:51:25.513+00:00"},"s":"I",  "c":"ACCESS",   "id":6788604, "ctx":"conn22","msg":"Auth metrics report","attr":{"metric":"acquireUser","micros":0}}
E             {"t":{"$date":"2025-05-12T14:51:25.513+00:00"},"s":"I",  "c":"ACCESS",   "id":5286306, "ctx":"conn22","msg":"Successfully authenticated","attr":{"client":"172.19.0.10:33226","isSpeculative":true,"isClusterMember":false,"mechanism":"SCRAM-SHA-256","user":"root","db":"admin","result":0,"metrics":{"conversation_duration":{"micros":399,"summary":{"0":{"step":1,"step_total":2,"duration_micros":49},"1":{"step":2,"step_total":2,"duration_micros":15}}}},"extraInfo":{}}}
E             {"t":{"$date":"2025-05-12T14:51:25.514+00:00"},"s":"I",  "c":"NETWORK",  "id":6788700, "ctx":"conn22","msg":"Received first command on ingress connection since session start or auth handshake","attr":{"elapsedMillis":0}}
E             {"t":{"$date":"2025-05-12T14:51:25.515+00:00"},"s":"I",  "c":"QUERY",    "id":4625501, "ctx":"conn22","msg":"Unable to establish remote cursors","attr":{"error":{"code":13388,"codeName":"StaleConfig","errmsg":"timestamp mismatch detected for testDB.test","ns":"testDB.test","vReceived":{"e":{"$oid":"68220abd5734c81e7467a9cb"},"t":{"$timestamp":{"t":1747061437,"i":19}},"v":{"$timestamp":{"t":1,"i":0}}},"vWanted":{"e":{"$oid":"68220ad85734c81e7468d948"},"t":{"$timestamp":{"t":1747061464,"i":73}},"v":{"$timestamp":{"t":1,"i":0}}},"shardId":"rs1"},"nRemotes":0}}
E             {"t":{"$date":"2025-05-12T14:51:25.517+00:00"},"s":"E",  "c":"ASSERT",   "id":4457000, "ctx":"CatalogCache-1","msg":"Tripwire assertion","attr":{"error":{"code":6493100,"codeName":"Location6493100","errmsg":"Time monotonicity violation: lookup time { chunkVersion: { e: ObjectId('68220abd5734c81e7467a9cb'), t: Timestamp(1747061437, 19), v: Timestamp(1, 0) }, forcedRefreshSequenceNum: 7, epochDisambiguatingSequenceNum: 9 } which is less than the earliest expected timeInStore { chunkVersion: { e: ObjectId('68220ad85734c81e7468d948'), t: Timestamp(1747061464, 73), v: Timestamp(1, 0) }, forcedRefreshSequenceNum: 7, epochDisambiguatingSequenceNum: 8 }."},"location":"{fileName:\"src/mongo/util/read_through_cache.h\", line:549, functionName:\"operator()\"}"}}
E             {"t":{"$date":"2025-05-12T14:51:25.531+00:00"},"s":"I",  "c":"-",        "id":20883,   "ctx":"conn17","msg":"Interrupted operation as its client disconnected","attr":{"opId":49}}
E             {"t":{"$date":"2025-05-12T14:51:25.531+00:00"},"s":"I",  "c":"NETWORK",  "id":22944,   "ctx":"conn17","msg":"Connection ended","attr":{"remote":"172.19.0.10:33196","uuid":{"uuid":{"$uuid":"e0a10f5b-4374-4aa1-80fd-0ef7a94fe2a5"}},"connectionId":17,"connectionCount":3}}
E             {"t":{"$date":"2025-05-12T14:51:25.549+00:00"},"s":"E",  "c":"CONTROL",  "id":31430,   "ctx":"CatalogCache-1","msg":"Error collecting stack trace","attr":{"error":"unw_get_proc_name(5559B313AB81): out of memory\n"}}
E             {"t":{"$date":"2025-05-12T14:51:25.549+00:00"},"s":"I",  "c":"CONTROL",  "id":31380,   "ctx":"CatalogCache-1","msg":"BACKTRACE","attr":{"bt":{"backtrace":[{"a":"5559B493FAE8","b":"5559AF17C000","o":"57C3AE8","s":"_ZN5mongo15printStackTraceEv","C":"mongo::printStackTrace()","s+":"38"},{"a":"5559B492E28C","b":"5559AF17C000","o":"57B228C","s":"_ZN5mongo13tassertFailedERKNS_6StatusENS_14SourceLocationE","C":"mongo::tassertFailed(mongo::Status const&, mongo::SourceLocation)","s+":"129"},{"a":"5559B3130C60","b":"5559AF17C000","o":"3FB4C60","s":"_ZZZN5mongo16ReadThroughCacheINS_15NamespaceStringENS_27OptionalRoutingTableHistoryENS_22ComparableChunkVersionEE22_doLookupWhileNotValidES1_NS_10StatusWithINS4_12LookupResultEEEENKUlvE_clEvENKUlvE_clEv","C":"mongo::ReadThroughCache<mongo::NamespaceString, mongo::OptionalRoutingTableHistory, mongo::ComparableChunkVersion>::_doLookupWhileNotValid(mongo::NamespaceString, mongo::StatusWith<mongo::ReadThroughCache<mongo::NamespaceString, mongo::OptionalRoutingTableHistory, mongo::ComparableChunkVersion>::LookupResult>)::{lambda()#1}::operator()() const::{lambda()#1}::operator()() const","s+":"E2"},{"a":"5559B314CD32","b":"5559AF17C000","o":"3FD0D32","s":"_ZZN5mongo16ReadThroughCacheINS_15NamespaceStringENS_27OptionalRoutingTableHistoryENS_22ComparableChunkVersionEE22_doLookupWhileNotValidES1_NS_10StatusWithINS4_12LookupResultEEEENKUlvE_clEv","C":"mongo::ReadThroughCache<mongo::NamespaceString, mongo::OptionalRoutingTableHistory, mongo::ComparableChunkVersion>::_doLookupWhileNotValid(mongo::NamespaceString, mongo::StatusWith<mongo::ReadThroughCache<mongo::NamespaceString, mongo::OptionalRoutingTableHistory, mongo::ComparableChunkVersion>::LookupResult>)::{lambda()#1}::operator()() const","s+":"732"},{"a":"5559B314D0B9","b":"5559AF17C000","o":"3FD10B9","s":"_ZN5mongo16ReadThroughCacheINS_15NamespaceStringENS_27OptionalRoutingTableHistoryENS_22ComparableChunkVersionEE22_doLookupWhileNotValidES1_NS_10StatusWithINS4_12LookupResultEEE","C":"mongo::ReadThroughCache<mongo::NamespaceString, mongo::OptionalRoutingTableHistory, mongo::ComparableChunkVersion>::_doLookupWhileNotValid(mongo::NamespaceString, mongo::StatusWith<mongo::ReadThroughCache<mongo::NamespaceString, mongo::OptionalRoutingTableHistory, mongo::ComparableChunkVersion>::LookupResult>)","s+":"269"},{"a":"5559B314ED4C","b":"5559AF17C000","o":"3FD2D4C","s":"_ZZZNO5mongo14future_details10FutureImplINS_16ReadThroughCacheINS_15NamespaceStringENS_27OptionalRoutingTableHistoryENS_22ComparableChunkVersionEE12LookupResultEE12onCompletionINS_19CleanupFuturePolicyILb0EEEZNS6_22_doLookupWhileNotValidES3_NS_10StatusWithIS7_EEEUlT_E0_EEDaSE_OT0_ENKUlvE1_clEvENUlPNS0_15SharedStateImplIS7_EESL_E_clESL_SL_","C":"mongo::future_details::FutureImpl<mongo::ReadThroughCache<mongo::NamespaceString, mongo::OptionalRoutingTableHistory, mongo::ComparableChunkVersion>::LookupResult>::onCompletion<mongo::CleanupFuturePolicy<false>, mongo::ReadThroughCache<mongo::NamespaceString, mongo::OptionalRoutingTableHistory, mongo::ComparableChunkVersion>::_doLookupWhileNotValid(mongo::NamespaceString, mongo::StatusWith<mongo::ReadThroughCache<mongo::NamespaceString, mongo::OptionalRoutingTableHistory, mongo::ComparableChunkVersion>::LookupResult>)::{lambda(auto:1)#2}>(mongo::CleanupFuturePolicy<false>, mongo::ReadThroughCache<mongo::NamespaceString, mongo::OptionalRoutingTableHistory, mongo::ComparableChunkVersion>::_doLookupWhileNotValid(mongo::NamespaceString, mongo::StatusWith<mongo::ReadThroughCache<mongo::NamespaceString, mongo::OptionalRoutingTableHistory, mongo::ComparableChunkVersion>::LookupResult>)::{lambda(auto:1)#2}&&) &&::{lambda()#3}::operator()() const::{lambda(mongo::future_details::SharedStateImpl<mongo::ReadThroughCache<mongo::NamespaceString, mongo::OptionalRoutingTableHistory, mongo::ComparableChunkVersion>::LookupResult>*, mongo::future_details::SharedStateImpl<mongo::ReadThroughCache<mongo::NamespaceString, mongo::OptionalRoutingTableHistory, mongo::ComparableChunkVersion>::LookupResult>*)#1}::operator()(mongo::future_details::SharedStateImpl<mongo::ReadThroughCache<mongo::NamespaceString, mongo::OptionalRoutingTableHistory, mongo::ComparableChunkVersion>::LookupResult>*, mongo::future_details::SharedStateImpl<mongo::ReadThroughCache<mongo::NamespaceString, mongo::OptionalRoutingTableHistory, mongo::ComparableChunkVersion>::LookupResult>*)","s+":"26C"},{"a":"5559B201402F","b":"5559AF17C000","o":"2E9802F","s":"_ZN5mongo14future_details15SharedStateBase20transitionToFinishedEv","C":"mongo::future_details::SharedStateBase::transitionToFinished()","s+":"17F"},{"a":"5559B3130EA3","b":"5559AF17C000","o":"3FB4EA3","s":"_ZN5mongo16ReadThroughCacheINS_15NamespaceStringENS_27OptionalRoutingTableHistoryENS_22ComparableChunkVersionEE12LookupResultC1EOS5_","C":"mongo::ReadThroughCache<mongo::NamespaceString, mongo::OptionalRoutingTableHistory, mongo::ComparableChunkVersion>::LookupResult::LookupResult(mongo::ReadThroughCache<mongo::NamespaceString, mongo::OptionalRoutingTableHistory, mongo::ComparableChunkVersion>::LookupResult&&)","s+":"1E3"},{"a":"5559B3136479","b":"5559AF17C000","o":"3FBA479","s":"_ZNO5mongo14future_details10FutureImplINS_16ReadThroughCacheINS_15NamespaceStringENS_27OptionalRoutingTableHistoryENS_22ComparableChunkVersionEE12LookupResultEE17propagateResultToEPNS0_15SharedStateImplIS7_EE","C":"mongo::future_details::FutureImpl<mongo::ReadThroughCache<mongo::NamespaceString, mongo::OptionalRoutingTableHistory, mongo::ComparableChunkVersion>::LookupResult>::propagateResultTo(mongo::future_details::SharedStateImpl<mongo::ReadThroughCache<mongo::NamespaceString, mongo::OptionalRoutingTableHistory, mongo::ComparableChunkVersion>::LookupResult>*) &&","s+":"199"},{"a":"5559B313AB81","b":"5559AF17C000","o":"3FBEB81"},{"a":"5559B313AC3D","b":"5559AF17C000","o":"3FBEC3D","s":"_ZZN5mongo15unique_functionIFvPNS_16OperationContextERKNS_6StatusEEE8makeImplIZNS_16ReadThroughCacheINS_15NamespaceStringENS_27OptionalRoutingTableHistoryENS_22ComparableChunkVersionEE16InProgressLookup16asyncLookupRoundEvEUlS2_S5_E_EEDaOT_EN12SpecificImpl4callEOS2_S5_","C":"mongo::unique_function<void (mongo::OperationContext*, mongo::Status const&)>::makeImpl<mongo::ReadThroughCache<mongo::NamespaceString, mongo::OptionalRoutingTableHistory, mongo::ComparableChunkVersion>::InProgressLookup::asyncLookupRound()::{lambda(mongo::OperationContext*, mongo::Status const&)#1}>(mongo::ReadThroughCache<mongo::NamespaceString, mongo::OptionalRoutingTableHistory, mongo::ComparableChunkVersion>::InProgressLookup::asyncLookupRound()::{lambda(mongo::OperationContext*, mongo::Status const&)#1}&&)::SpecificImpl::call(mongo::OperationContext*&&, mongo::Status const&)","s+":"3D"},{"a":"5559B462D079","b":"5559AF17C000","o":"54B1079","s":"_ZN5mongo20ReadThroughCacheBaseD0Ev","C":"mongo::ReadThroughCacheBase::~ReadThroughCacheBase()","s+":"659"},{"a":"5559B463326C","b":"5559AF17C000","o":"54B726C","s":"_ZN5mongo10ThreadPool4Impl10_doOneTaskEPSt11unique_lockISt5mutexE","C":"mongo::ThreadPool::Impl::_doOneTask(std::unique_lock<std::mutex>*)","s+":"13C"},{"a":"5559B463596B","b":"5559AF17C000","o":"54B996B","s":"_ZN5mongo10ThreadPool4Impl13_consumeTasksEv","C":"mongo::ThreadPool::Impl::_consumeTasks()","s+":"8B"},{"a":"5559B4636D79","b":"5559AF17C000","o":"54BAD79","s":"_ZN5mongo10ThreadPool4Impl17_workerThreadBodyERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE","C":"mongo::ThreadPool::Impl::_workerThreadBody(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)","s+":"279"},{"a":"5559B46371AD","b":"5559AF17C000","o":"54BB1AD","s":"_ZN5mongo10ThreadPool4Impl17_workerThreadBodyERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE","C":"mongo::ThreadPool::Impl::_workerThreadBody(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)","s+":"6AD"},{"a":"5559B4B68884","b":"5559AF17C000","o":"59EC884","s":"_ZNKSt10error_code23default_error_conditionEv","C":"std::error_code::default_error_condition() const","s+":"84"},{"a":"7FABAF4B27E2","b":"7FABAF429000","o":"897E2","s":"start_thread","s+":"2D2"},{"a":"7FABAF536AF4","b":"7FABAF429000","o":"10DAF4","s":"clone","s+":"44"}],"processInfo":{"mongodbVersion":"7.0.18-11","gitVersion":"97ceec31da21050a3f6f3b203bac9e5a2685dcd2","compiledModules":[],"uname":{"sysname":"Linux","release":"6.11.0-1012-azure","version":"#12~24.04.1-Ubuntu SMP Mon Mar 10 19:00:39 UTC 2025","machine":"x86_64"},"somap":[{"b":"5559AF17C000","elfType":3,"buildId":"C24F74796D34B6E37BB94504B020CBC4890D1883"},{"b":"7FABAF429000","path":"/lib64/libc.so.6","elfType":3,"buildId":"7A40A22C9A82854F3D66767232AE364A99174860"}]}}},"tags":[]}
E             {"t":{"$date":"2025-05-12T14:51:25.549+00:00"},"s":"I",  "c":"CONTROL",  "id":31445,   "ctx":"CatalogCache-1","msg":"Frame","attr":{"frame":{"a":"5559B493FAE8","b":"5559AF17C000","o":"57C3AE8","s":"_ZN5mongo15printStackTraceEv","C":"mongo::printStackTrace()","s+":"38"}}}
E             {"t":{"$date":"2025-05-12T14:51:25.549+00:00"},"s":"I",  "c":"CONTROL",  "id":31445,   "ctx":"CatalogCache-1","msg":"Frame","attr":{"frame":{"a":"5559B492E28C","b":"5559AF17C000","o":"57B228C","s":"_ZN5mongo13tassertFailedERKNS_6StatusENS_14SourceLocationE","C":"mongo::tassertFailed(mongo::Status const&, mongo::SourceLocation)","s+":"129"}}}
E             {"t":{"$date":"2025-05-12T14:51:25.549+00:00"},"s":"I",  "c":"CONTROL",  "id":31445,   "ctx":"CatalogCache-1","msg":"Frame","attr":{"frame":{"a":"5559B3130C60","b":"5559AF17C000","o":"3FB4C60","s":"_ZZZN5mongo16ReadThroughCacheINS_15NamespaceStringENS_27OptionalRoutingTableHistoryENS_22ComparableChunkVersionEE22_doLookupWhileNotValidES1_NS_10StatusWithINS4_12LookupResultEEEENKUlvE_clEvENKUlvE_clEv","C":"mongo::ReadThroughCache<mongo::NamespaceString, mongo::OptionalRoutingTableHistory, mongo::ComparableChunkVersion>::_doLookupWhileNotValid(mongo::NamespaceString, mongo::StatusWith<mongo::ReadThroughCache<mongo::NamespaceString, mongo::OptionalRoutingTableHistory, mongo::ComparableChunkVersion>::LookupResult>)::{lambda()#1}::operator()() const::{lambda()#1}::operator()() const","s+":"E2"}}}
E             {"t":{"$date":"2025-05-12T14:51:25.549+00:00"},"s":"I",  "c":"CONTROL",  "id":31445,   "ctx":"CatalogCache-1","msg":"Frame","attr":{"frame":{"a":"5559B314CD32","b":"5559AF17C000","o":"3FD0D32","s":"_ZZN5mongo16ReadThroughCacheINS_15NamespaceStringENS_27OptionalRoutingTableHistoryENS_22ComparableChunkVersionEE22_doLookupWhileNotValidES1_NS_10StatusWithINS4_12LookupResultEEEENKUlvE_clEv","C":"mongo::ReadThroughCache<mongo::NamespaceString, mongo::OptionalRoutingTableHistory, mongo::ComparableChunkVersion>::_doLookupWhileNotValid(mongo::NamespaceString, mongo::StatusWith<mongo::ReadThroughCache<mongo::NamespaceString, mongo::OptionalRoutingTableHistory, mongo::ComparableChunkVersion>::LookupResult>)::{lambda()#1}::operator()() const","s+":"732"}}}
E             {"t":{"$date":"2025-05-12T14:51:25.549+00:00"},"s":"I",  "c":"CONTROL",  "id":31445,   "ctx":"CatalogCache-1","msg":"Frame","attr":{"frame":{"a":"5559B314D0B9","b":"5559AF17C000","o":"3FD10B9","s":"_ZN5mongo16ReadThroughCacheINS_15NamespaceStringENS_27OptionalRoutingTableHistoryENS_22ComparableChunkVersionEE22_doLookupWhileNotValidES1_NS_10StatusWithINS4_12LookupResultEEE","C":"mongo::ReadThroughCache<mongo::NamespaceString, mongo::OptionalRoutingTableHistory, mongo::ComparableChunkVersion>::_doLookupWhileNotValid(mongo::NamespaceString, mongo::StatusWith<mongo::ReadThroughCache<mongo::NamespaceString, mongo::OptionalRoutingTableHistory, mongo::ComparableChunkVersion>::LookupResult>)","s+":"269"}}}
E             {"t":{"$date":"2025-05-12T14:51:25.549+00:00"},"s":"I",  "c":"CONTROL",  "id":31445,   "ctx":"CatalogCache-1","msg":"Frame","attr":{"frame":{"a":"5559B314ED4C","b":"5559AF17C000","o":"3FD2D4C","s":"_ZZZNO5mongo14future_details10FutureImplINS_16ReadThroughCacheINS_15NamespaceStringENS_27OptionalRoutingTableHistoryENS_22ComparableChunkVersionEE12LookupResultEE12onCompletionINS_19CleanupFuturePolicyILb0EEEZNS6_22_doLookupWhileNotValidES3_NS_10StatusWithIS7_EEEUlT_E0_EEDaSE_OT0_ENKUlvE1_clEvENUlPNS0_15SharedStateImplIS7_EESL_E_clESL_SL_","C":"mongo::future_details::FutureImpl<mongo::ReadThroughCache<mongo::NamespaceString, mongo::OptionalRoutingTableHistory, mongo::ComparableChunkVersion>::LookupResult>::onCompletion<mongo::CleanupFuturePolicy<false>, mongo::ReadThroughCache<mongo::NamespaceString, mongo::OptionalRoutingTableHistory, mongo::ComparableChunkVersion>::_doLookupWhileNotValid(mongo::NamespaceString, mongo::StatusWith<mongo::ReadThroughCache<mongo::NamespaceString, mongo::OptionalRoutingTableHistory, mongo::ComparableChunkVersion>::LookupResult>)::{lambda(auto:1)#2}>(mongo::CleanupFuturePolicy<false>, mongo::ReadThroughCache<mongo::NamespaceString, mongo::OptionalRoutingTableHistory, mongo::ComparableChunkVersion>::_doLookupWhileNotValid(mongo::NamespaceString, mongo::StatusWith<mongo::ReadThroughCache<mongo::NamespaceString, mongo::OptionalRoutingTableHistory, mongo::ComparableChunkVersion>::LookupResult>)::{lambda(auto:1)#2}&&) &&::{lambda()#3}::operator()() const::{lambda(mongo::future_details::SharedStateImpl<mongo::ReadThroughCache<mongo::NamespaceString, mongo::OptionalRoutingTableHistory, mongo::ComparableChunkVersion>::LookupResult>*, mongo::future_details::SharedStateImpl<mongo::ReadThroughCache<mongo::NamespaceString, mongo::OptionalRoutingTableHistory, mongo::ComparableChunkVersion>::LookupResult>*)#1}::operator()(mongo::future_details::SharedStateImpl<mongo::ReadThroughCache<mongo::NamespaceString, mongo::OptionalRoutingTableHistory, mongo::ComparableChunkVersion>::LookupResult>*, mongo::future_details::SharedStateImpl<mongo::ReadThroughCache<mongo::NamespaceString, mongo::OptionalRoutingTableHistory, mongo::ComparableChunkVersion>::LookupResult>*)","s+":"26C"}}}
E             {"t":{"$date":"2025-05-12T14:51:25.549+00:00"},"s":"I",  "c":"CONTROL",  "id":31445,   "ctx":"CatalogCache-1","msg":"Frame","attr":{"frame":{"a":"5559B201402F","b":"5559AF17C000","o":"2E9802F","s":"_ZN5mongo14future_details15SharedStateBase20transitionToFinishedEv","C":"mongo::future_details::SharedStateBase::transitionToFinished()","s+":"17F"}}}
E             {"t":{"$date":"2025-05-12T14:51:25.549+00:00"},"s":"I",  "c":"CONTROL",  "id":31445,   "ctx":"CatalogCache-1","msg":"Frame","attr":{"frame":{"a":"5559B3130EA3","b":"5559AF17C000","o":"3FB4EA3","s":"_ZN5mongo16ReadThroughCacheINS_15NamespaceStringENS_27OptionalRoutingTableHistoryENS_22ComparableChunkVersionEE12LookupResultC1EOS5_","C":"mongo::ReadThroughCache<mongo::NamespaceString, mongo::OptionalRoutingTableHistory, mongo::ComparableChunkVersion>::LookupResult::LookupResult(mongo::ReadThroughCache<mongo::NamespaceString, mongo::OptionalRoutingTableHistory, mongo::ComparableChunkVersion>::LookupResult&&)","s+":"1E3"}}}
E             {"t":{"$date":"2025-05-12T14:51:25.549+00:00"},"s":"I",  "c":"CONTROL",  "id":31445,   "ctx":"CatalogCache-1","msg":"Frame","attr":{"frame":{"a":"5559B3136479","b":"5559AF17C000","o":"3FBA479","s":"_ZNO5mongo14future_details10FutureImplINS_16ReadThroughCacheINS_15NamespaceStringENS_27OptionalRoutingTableHistoryENS_22ComparableChunkVersionEE12LookupResultEE17propagateResultToEPNS0_15SharedStateImplIS7_EE","C":"mongo::future_details::FutureImpl<mongo::ReadThroughCache<mongo::NamespaceString, mongo::OptionalRoutingTableHistory, mongo::ComparableChunkVersion>::LookupResult>::propagateResultTo(mongo::future_details::SharedStateImpl<mongo::ReadThroughCache<mongo::NamespaceString, mongo::OptionalRoutingTableHistory, mongo::ComparableChunkVersion>::LookupResult>*) &&","s+":"199"}}}
E             {"t":{"$date":"2025-05-12T14:51:25.549+00:00"},"s":"I",  "c":"CONTROL",  "id":31445,   "ctx":"CatalogCache-1","msg":"Frame","attr":{"frame":{"a":"5559B313AB81","b":"5559AF17C000","o":"3FBEB81"}}}
E             {"t":{"$date":"2025-05-12T14:51:25.549+00:00"},"s":"I",  "c":"CONTROL",  "id":31445,   "ctx":"CatalogCache-1","msg":"Frame","attr":{"frame":{"a":"5559B313AC3D","b":"5559AF17C000","o":"3FBEC3D","s":"_ZZN5mongo15unique_functionIFvPNS_16OperationContextERKNS_6StatusEEE8makeImplIZNS_16ReadThroughCacheINS_15NamespaceStringENS_27OptionalRoutingTableHistoryENS_22ComparableChunkVersionEE16InProgressLookup16asyncLookupRoundEvEUlS2_S5_E_EEDaOT_EN12SpecificImpl4callEOS2_S5_","C":"mongo::unique_function<void (mongo::OperationContext*, mongo::Status const&)>::makeImpl<mongo::ReadThroughCache<mongo::NamespaceString, mongo::OptionalRoutingTableHistory, mongo::ComparableChunkVersion>::InProgressLookup::asyncLookupRound()::{lambda(mongo::OperationContext*, mongo::Status const&)#1}>(mongo::ReadThroughCache<mongo::NamespaceString, mongo::OptionalRoutingTableHistory, mongo::ComparableChunkVersion>::InProgressLookup::asyncLookupRound()::{lambda(mongo::OperationContext*, mongo::Status const&)#1}&&)::SpecificImpl::call(mongo::OperationContext*&&, mongo::Status const&)","s+":"3D"}}}
E             {"t":{"$date":"2025-05-12T14:51:25.549+00:00"},"s":"I",  "c":"CONTROL",  "id":31445,   "ctx":"CatalogCache-1","msg":"Frame","attr":{"frame":{"a":"5559B462D079","b":"5559AF17C000","o":"54B1079","s":"_ZN5mongo20ReadThroughCacheBaseD0Ev","C":"mongo::ReadThroughCacheBase::~ReadThroughCacheBase()","s+":"659"}}}
E             {"t":{"$date":"2025-05-12T14:51:25.549+00:00"},"s":"I",  "c":"CONTROL",  "id":31445,   "ctx":"CatalogCache-1","msg":"Frame","attr":{"frame":{"a":"5559B463326C","b":"5559AF17C000","o":"54B726C","s":"_ZN5mongo10ThreadPool4Impl10_doOneTaskEPSt11unique_lockISt5mutexE","C":"mongo::ThreadPool::Impl::_doOneTask(std::unique_lock<std::mutex>*)","s+":"13C"}}}
E             {"t":{"$date":"2025-05-12T14:51:25.549+00:00"},"s":"I",  "c":"CONTROL",  "id":31445,   "ctx":"CatalogCache-1","msg":"Frame","attr":{"frame":{"a":"5559B463596B","b":"5559AF17C000","o":"54B996B","s":"_ZN5mongo10ThreadPool4Impl13_consumeTasksEv","C":"mongo::ThreadPool::Impl::_consumeTasks()","s+":"8B"}}}
E             {"t":{"$date":"2025-05-12T14:51:25.549+00:00"},"s":"I",  "c":"CONTROL",  "id":31445,   "ctx":"CatalogCache-1","msg":"Frame","attr":{"frame":{"a":"5559B4636D79","b":"5559AF17C000","o":"54BAD79","s":"_ZN5mongo10ThreadPool4Impl17_workerThreadBodyERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE","C":"mongo::ThreadPool::Impl::_workerThreadBody(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)","s+":"279"}}}
E             {"t":{"$date":"2025-05-12T14:51:25.549+00:00"},"s":"I",  "c":"CONTROL",  "id":31445,   "ctx":"CatalogCache-1","msg":"Frame","attr":{"frame":{"a":"5559B46371AD","b":"5559AF17C000","o":"54BB1AD","s":"_ZN5mongo10ThreadPool4Impl17_workerThreadBodyERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE","C":"mongo::ThreadPool::Impl::_workerThreadBody(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)","s+":"6AD"}}}
E             {"t":{"$date":"2025-05-12T14:51:25.549+00:00"},"s":"I",  "c":"CONTROL",  "id":31445,   "ctx":"CatalogCache-1","msg":"Frame","attr":{"frame":{"a":"5559B4B68884","b":"5559AF17C000","o":"59EC884","s":"_ZNKSt10error_code23default_error_conditionEv","C":"std::error_code::default_error_condition() const","s+":"84"}}}
E             {"t":{"$date":"2025-05-12T14:51:25.549+00:00"},"s":"I",  "c":"CONTROL",  "id":31445,   "ctx":"CatalogCache-1","msg":"Frame","attr":{"frame":{"a":"7FABAF4B27E2","b":"7FABAF429000","o":"897E2","s":"start_thread","s+":"2D2"}}}
E             {"t":{"$date":"2025-05-12T14:51:25.549+00:00"},"s":"I",  "c":"CONTROL",  "id":31445,   "ctx":"CatalogCache-1","msg":"Frame","attr":{"frame":{"a":"7FABAF536AF4","b":"7FABAF429000","o":"10DAF4","s":"clone","s+":"44"}}}
E             {"t":{"$date":"2025-05-12T14:51:25.549+00:00"},"s":"F",  "c":"CONTROL",  "id":6384300, "ctx":"CatalogCache-1","msg":"Writing fatal message","attr":{"message":"terminate() called. An exception is active; attempting to gather more information\n"}}
E             {"t":{"$date":"2025-05-12T14:51:25.549+00:00"},"s":"F",  "c":"CONTROL",  "id":6384300, "ctx":"CatalogCache-1","msg":"Writing fatal message","attr":{"message":"DBException::toString(): Location6493100: Time monotonicity violation: lookup time { chunkVersion: { e: ObjectId('68220abd5734c81e7467a9cb'), t: Timestamp(1747061437, 19), v: Timestamp(1, 0) }, forcedRefreshSequenceNum: 7, epochDisambiguatingSequenceNum: 9 } which is less than the earliest expected timeInStore { chunkVersion: { e: ObjectId('68220ad85734c81e7468d948'), t: Timestamp(1747061464, 73), v: Timestamp(1, 0) }, forcedRefreshSequenceNum: 7, epochDisambiguatingSequenceNum: 8 }.\nActual exception type: mongo::error_details::throwExceptionForStatus(mongo::Status const&)::NonspecificAssertionException\n\n"}}
E             {"t":{"$date":"2025-05-12T14:51:25.549+00:00"},"s":"F",  "c":"CONTROL",  "id":6384300, "ctx":"CatalogCache-1","msg":"Writing fatal message","attr":{"message":"\n"}}
E             {"t":{"$date":"2025-05-12T14:51:25.573+00:00"},"s":"E",  "c":"CONTROL",  "id":31430,   "ctx":"CatalogCache-1","msg":"Error collecting stack trace","attr":{"error":"unw_get_proc_name(5559B313AB81): out of memory\n"}}
E             {"t":{"$date":"2025-05-12T14:51:25.573+00:00"},"s":"I",  "c":"CONTROL",  "id":31380,   "ctx":"CatalogCache-1","msg":"BACKTRACE","attr":{"bt":{"backtrace":[{"a":"5559B493FAE8","b":"5559AF17C000","o":"57C3AE8","s":"_ZN5mongo15printStackTraceEv","C":"mongo::printStackTrace()","s+":"38"},{"a":"5559B493AADB","b":"5559AF17C000","o":"57BEADB","s":"_ZN5mongo28globalActiveExceptionWitnessEv","C":"mongo::globalActiveExceptionWitness()","s+":"14B"},{"a":"5559B4AE274A","b":"5559AF17C000","o":"596674A","s":"_ZN10__cxxabiv111__terminateEPFvvE","C":"__cxxabiv1::__terminate(void (*)())","s+":"A"},{"a":"5559B4AE2439","b":"5559AF17C000","o":"5966439","s":"__cxa_call_terminate","s+":"39"},{"a":"5559B4AE1DC7","b":"5559AF17C000","o":"5965DC7","s":"__gxx_personality_v0","s+":"87"},{"a":"7FABAF6412D4","b":"7FABAF630000","o":"112D4","s":"_Unwind_GetTextRelBase","s+":"1EE4"},{"a":"7FABAF641D0E","b":"7FABAF630000","o":"11D0E","s":"_Unwind_Resume","s+":"12E"},{"a":"5559B314CD5C","b":"5559AF17C000","o":"3FD0D5C","s":"_ZZN5mongo16ReadThroughCacheINS_15NamespaceStringENS_27OptionalRoutingTableHistoryENS_22ComparableChunkVersionEE22_doLookupWhileNotValidES1_NS_10StatusWithINS4_12LookupResultEEEENKUlvE_clEv","C":"mongo::ReadThroughCache<mongo::NamespaceString, mongo::OptionalRoutingTableHistory, mongo::ComparableChunkVersion>::_doLookupWhileNotValid(mongo::NamespaceString, mongo::StatusWith<mongo::ReadThroughCache<mongo::NamespaceString, mongo::OptionalRoutingTableHistory, mongo::ComparableChunkVersion>::LookupResult>)::{lambda()#1}::operator()() const","s+":"75C"},{"a":"5559B314D0B9","b":"5559AF17C000","o":"3FD10B9","s":"_ZN5mongo16ReadThroughCacheINS_15NamespaceStringENS_27OptionalRoutingTableHistoryENS_22ComparableChunkVersionEE22_doLookupWhileNotValidES1_NS_10StatusWithINS4_12LookupResultEEE","C":"mongo::ReadThroughCache<mongo::NamespaceString, mongo::OptionalRoutingTableHistory, mongo::ComparableChunkVersion>::_doLookupWhileNotValid(mongo::NamespaceString, mongo::StatusWith<mongo::ReadThroughCache<mongo::NamespaceString, mongo::OptionalRoutingTableHistory, mongo::ComparableChunkVersion>::LookupResult>)","s+":"269"},{"a":"5559B314ED4C","b":"5559AF17C000","o":"3FD2D4C","s":"_ZZZNO5mongo14future_details10FutureImplINS_16ReadThroughCacheINS_15NamespaceStringENS_27OptionalRoutingTableHistoryENS_22ComparableChunkVersionEE12LookupResultEE12onCompletionINS_19CleanupFuturePolicyILb0EEEZNS6_22_doLookupWhileNotValidES3_NS_10StatusWithIS7_EEEUlT_E0_EEDaSE_OT0_ENKUlvE1_clEvENUlPNS0_15SharedStateImplIS7_EESL_E_clESL_SL_","C":"mongo::future_details::FutureImpl<mongo::ReadThroughCache<mongo::NamespaceString, mongo::OptionalRoutingTableHistory, mongo::ComparableChunkVersion>::LookupResult>::onCompletion<mongo::CleanupFuturePolicy<false>, mongo::ReadThroughCache<mongo::NamespaceString, mongo::OptionalRoutingTableHistory, mongo::ComparableChunkVersion>::_doLookupWhileNotValid(mongo::NamespaceString, mongo::StatusWith<mongo::ReadThroughCache<mongo::NamespaceString, mongo::OptionalRoutingTableHistory, mongo::ComparableChunkVersion>::LookupResult>)::{lambda(auto:1)#2}>(mongo::CleanupFuturePolicy<false>, mongo::ReadThroughCache<mongo::NamespaceString, mongo::OptionalRoutingTableHistory, mongo::ComparableChunkVersion>::_doLookupWhileNotValid(mongo::NamespaceString, mongo::StatusWith<mongo::ReadThroughCache<mongo::NamespaceString, mongo::OptionalRoutingTableHistory, mongo::ComparableChunkVersion>::LookupResult>)::{lambda(auto:1)#2}&&) &&::{lambda()#3}::operator()() const::{lambda(mongo::future_details::SharedStateImpl<mongo::ReadThroughCache<mongo::NamespaceString, mongo::OptionalRoutingTableHistory, mongo::ComparableChunkVersion>::LookupResult>*, mongo::future_details::SharedStateImpl<mongo::ReadThroughCache<mongo::NamespaceString, mongo::OptionalRoutingTableHistory, mongo::ComparableChunkVersion>::LookupResult>*)#1}::operator()(mongo::future_details::SharedStateImpl<mongo::ReadThroughCache<mongo::NamespaceString, mongo::OptionalRoutingTableHistory, mongo::ComparableChunkVersion>::LookupResult>*, mongo::future_details::SharedStateImpl<mongo::ReadThroughCache<mongo::NamespaceString, mongo::OptionalRoutingTableHistory, mongo::ComparableChunkVersion>::LookupResult>*)","s+":"26C"},{"a":"5559B201402F","b":"5559AF17C000","o":"2E9802F","s":"_ZN5mongo14future_details15SharedStateBase20transitionToFinishedEv","C":"mongo::future_details::SharedStateBase::transitionToFinished()","s+":"17F"},{"a":"5559B3130EA3","b":"5559AF17C000","o":"3FB4EA3","s":"_ZN5mongo16ReadThroughCacheINS_15NamespaceStringENS_27OptionalRoutingTableHistoryENS_22ComparableChunkVersionEE12LookupResultC1EOS5_","C":"mongo::ReadThroughCache<mongo::NamespaceString, mongo::OptionalRoutingTableHistory, mongo::ComparableChunkVersion>::LookupResult::LookupResult(mongo::ReadThroughCache<mongo::NamespaceString, mongo::OptionalRoutingTableHistory, mongo::ComparableChunkVersion>::LookupResult&&)","s+":"1E3"},{"a":"5559B3136479","b":"5559AF17C000","o":"3FBA479","s":"_ZNO5mongo14future_details10FutureImplINS_16ReadThroughCacheINS_15NamespaceStringENS_27OptionalRoutingTableHistoryENS_22ComparableChunkVersionEE12LookupResultEE17propagateResultToEPNS0_15SharedStateImplIS7_EE","C":"mongo::future_details::FutureImpl<mongo::ReadThroughCache<mongo::NamespaceString, mongo::OptionalRoutingTableHistory, mongo::ComparableChunkVersion>::LookupResult>::propagateResultTo(mongo::future_details::SharedStateImpl<mongo::ReadThroughCache<mongo::NamespaceString, mongo::OptionalRoutingTableHistory, mongo::ComparableChunkVersion>::LookupResult>*) &&","s+":"199"},{"a":"5559B313AB81","b":"5559AF17C000","o":"3FBEB81"},{"a":"5559B313AC3D","b":"5559AF17C000","o":"3FBEC3D","s":"_ZZN5mongo15unique_functionIFvPNS_16OperationContextERKNS_6StatusEEE8makeImplIZNS_16ReadThroughCacheINS_15NamespaceStringENS_27OptionalRoutingTableHistoryENS_22ComparableChunkVersionEE16InProgressLookup16asyncLookupRoundEvEUlS2_S5_E_EEDaOT_EN12SpecificImpl4callEOS2_S5_","C":"mongo::unique_function<void (mongo::OperationContext*, mongo::Status const&)>::makeImpl<mongo::ReadThroughCache<mongo::NamespaceString, mongo::OptionalRoutingTableHistory, mongo::ComparableChunkVersion>::InProgressLookup::asyncLookupRound()::{lambda(mongo::OperationContext*, mongo::Status const&)#1}>(mongo::ReadThroughCache<mongo::NamespaceString, mongo::OptionalRoutingTableHistory, mongo::ComparableChunkVersion>::InProgressLookup::asyncLookupRound()::{lambda(mongo::OperationContext*, mongo::Status const&)#1}&&)::SpecificImpl::call(mongo::OperationContext*&&, mongo::Status const&)","s+":"3D"},{"a":"5559B462D079","b":"5559AF17C000","o":"54B1079","s":"_ZN5mongo20ReadThroughCacheBaseD0Ev","C":"mongo::ReadThroughCacheBase::~ReadThroughCacheBase()","s+":"659"},{"a":"5559B463326C","b":"5559AF17C000","o":"54B726C","s":"_ZN5mongo10ThreadPool4Impl10_doOneTaskEPSt11unique_lockISt5mutexE","C":"mongo::ThreadPool::Impl::_doOneTask(std::unique_lock<std::mutex>*)","s+":"13C"},{"a":"5559B463596B","b":"5559AF17C000","o":"54B996B","s":"_ZN5mongo10ThreadPool4Impl13_consumeTasksEv","C":"mongo::ThreadPool::Impl::_consumeTasks()","s+":"8B"},{"a":"5559B4636D79","b":"5559AF17C000","o":"54BAD79","s":"_ZN5mongo10ThreadPool4Impl17_workerThreadBodyERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE","C":"mongo::ThreadPool::Impl::_workerThreadBody(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)","s+":"279"},{"a":"5559B46371AD","b":"5559AF17C000","o":"54BB1AD","s":"_ZN5mongo10ThreadPool4Impl17_workerThreadBodyERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE","C":"mongo::ThreadPool::Impl::_workerThreadBody(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)","s+":"6AD"},{"a":"5559B4B68884","b":"5559AF17C000","o":"59EC884","s":"_ZNKSt10error_code23default_error_conditionEv","C":"std::error_code::default_error_condition() const","s+":"84"},{"a":"7FABAF4B27E2","b":"7FABAF429000","o":"897E2","s":"start_thread","s+":"2D2"},{"a":"7FABAF536AF4","b":"7FABAF429000","o":"10DAF4","s":"clone","s+":"44"}],"processInfo":{"mongodbVersion":"7.0.18-11","gitVersion":"97ceec31da21050a3f6f3b203bac9e5a2685dcd2","compiledModules":[],"uname":{"sysname":"Linux","release":"6.11.0-1012-azure","version":"#12~24.04.1-Ubuntu SMP Mon Mar 10 19:00:39 UTC 2025","machine":"x86_64"},"somap":[{"b":"5559AF17C000","elfType":3,"buildId":"C24F74796D34B6E37BB94504B020CBC4890D1883"},{"b":"7FABAF630000","path":"/lib64/libgcc_s.so.1","elfType":3,"buildId":"FE8903EE76261CCCA26C0F75DAA1DA637A93F37B"},{"b":"7FABAF429000","path":"/lib64/libc.so.6","elfType":3,"buildId":"7A40A22C9A82854F3D66767232AE364A99174860"}]}}},"tags":[]}
E             {"t":{"$date":"2025-05-12T14:51:25.573+00:00"},"s":"I",  "c":"CONTROL",  "id":31445,   "ctx":"CatalogCache-1","msg":"Frame","attr":{"frame":{"a":"5559B493FAE8","b":"5559AF17C000","o":"57C3AE8","s":"_ZN5mongo15printStackTraceEv","C":"mongo::printStackTrace()","s+":"38"}}}
E             {"t":{"$date":"2025-05-12T14:51:25.573+00:00"},"s":"I",  "c":"CONTROL",  "id":31445,   "ctx":"CatalogCache-1","msg":"Frame","attr":{"frame":{"a":"5559B493AADB","b":"5559AF17C000","o":"57BEADB","s":"_ZN5mongo28globalActiveExceptionWitnessEv","C":"mongo::globalActiveExceptionWitness()","s+":"14B"}}}
E             {"t":{"$date":"2025-05-12T14:51:25.573+00:00"},"s":"I",  "c":"CONTROL",  "id":31445,   "ctx":"CatalogCache-1","msg":"Frame","attr":{"frame":{"a":"5559B4AE274A","b":"5559AF17C000","o":"596674A","s":"_ZN10__cxxabiv111__terminateEPFvvE","C":"__cxxabiv1::__terminate(void (*)())","s+":"A"}}}
E             {"t":{"$date":"2025-05-12T14:51:25.573+00:00"},"s":"I",  "c":"CONTROL",  "id":31445,   "ctx":"CatalogCache-1","msg":"Frame","attr":{"frame":{"a":"5559B4AE2439","b":"5559AF17C000","o":"5966439","s":"__cxa_call_terminate","s+":"39"}}}
E             {"t":{"$date":"2025-05-12T14:51:25.573+00:00"},"s":"I",  "c":"CONTROL",  "id":31445,   "ctx":"CatalogCache-1","msg":"Frame","attr":{"frame":{"a":"5559B4AE1DC7","b":"5559AF17C000","o":"5965DC7","s":"__gxx_personality_v0","s+":"87"}}}
E             {"t":{"$date":"2025-05-12T14:51:25.573+00:00"},"s":"I",  "c":"CONTROL",  "id":31445,   "ctx":"CatalogCache-1","msg":"Frame","attr":{"frame":{"a":"7FABAF6412D4","b":"7FABAF630000","o":"112D4","s":"_Unwind_GetTextRelBase","s+":"1EE4"}}}
E             {"t":{"$date":"2025-05-12T14:51:25.573+00:00"},"s":"I",  "c":"CONTROL",  "id":31445,   "ctx":"CatalogCache-1","msg":"Frame","attr":{"frame":{"a":"7FABAF641D0E","b":"7FABAF630000","o":"11D0E","s":"_Unwind_Resume","s+":"12E"}}}
E             {"t":{"$date":"2025-05-12T14:51:25.573+00:00"},"s":"I",  "c":"CONTROL",  "id":31445,   "ctx":"CatalogCache-1","msg":"Frame","attr":{"frame":{"a":"5559B314CD5C","b":"5559AF17C000","o":"3FD0D5C","s":"_ZZN5mongo16ReadThroughCacheINS_15NamespaceStringENS_27OptionalRoutingTableHistoryENS_22ComparableChunkVersionEE22_doLookupWhileNotValidES1_NS_10StatusWithINS4_12LookupResultEEEENKUlvE_clEv","C":"mongo::ReadThroughCache<mongo::NamespaceString, mongo::OptionalRoutingTableHistory, mongo::ComparableChunkVersion>::_doLookupWhileNotValid(mongo::NamespaceString, mongo::StatusWith<mongo::ReadThroughCache<mongo::NamespaceString, mongo::OptionalRoutingTableHistory, mongo::ComparableChunkVersion>::LookupResult>)::{lambda()#1}::operator()() const","s+":"75C"}}}
E             {"t":{"$date":"2025-05-12T14:51:25.573+00:00"},"s":"I",  "c":"CONTROL",  "id":31445,   "ctx":"CatalogCache-1","msg":"Frame","attr":{"frame":{"a":"5559B314D0B9","b":"5559AF17C000","o":"3FD10B9","s":"_ZN5mongo16ReadThroughCacheINS_15NamespaceStringENS_27OptionalRoutingTableHistoryENS_22ComparableChunkVersionEE22_doLookupWhileNotValidES1_NS_10StatusWithINS4_12LookupResultEEE","C":"mongo::ReadThroughCache<mongo::NamespaceString, mongo::OptionalRoutingTableHistory, mongo::ComparableChunkVersion>::_doLookupWhileNotValid(mongo::NamespaceString, mongo::StatusWith<mongo::ReadThroughCache<mongo::Namespa