Fix allow_partial_results_with_maxTimeMS_failpoints.js on macOS runs

XMLWordPrintableJSON

    • Type: Bug
    • Resolution: Fixed
    • Priority: Major - P3
    • 9.1.0-rc0, 9.0.0-rc2
    • Affects Version/s: None
    • Component/s: None
    • None
    • Query Integration
    • Fully Compatible
    • ALL
    • v9.0
    • 200
    • None
    • None
    • None
    • None
    • None
    • None
    • None

      serial_run on enterprise-macos

      Host: macos-14-amd64-6.mac.devprod.mongodb.com
      Project: mongodb-mongo-v9.0
      Commit: 99f9fbcb
      Please refer to BF(G) Playbook for instructions on handling BF and BFG tickets as well as Auto-Resolution Rules

      Failing Test Logs:

      Task Logs:

      Command Failure

      Logs:

      Command 'subprocess.exec' ('check resmoke failure') in function 'run tests' (step 2.24 of 2) failed: process encountered problem: exit code 1.
      

      logs

      Command Failure

      Logs:

      ad_file(
                 ~~~~~~~~~~~~~~~~~~~~~~^
              bucket=Bucket,
              ^^^^^^^^^^^^^^
          ...<3 lines>...
              callback=Callback,
              ^^^^^^^^^^^^^^^^^^
          )
          ^
        File "/data/mci/8b6c7c8f129455a713c026fc619dd1d3/venv/lib/python3.13/site-packages/boto3/s3/transfer.py", line 406, in download_file
          future.result()
          ~~~~~~~~~~~~~^^
        File "/data/mci/8b6c7c8f129455a713c026fc619dd1d3/venv/lib/python3.13/site-packages/s3transfer/futures.py", line 103, in result
          return self._coordinator.result()
                 ~~~~~~~~~~~~~~~~~~~~~~~~^^
        File "/data/mci/8b6c7c8f129455a713c026fc619dd1d3/venv/lib/python3.13/site-packages/s3transfer/futures.py", line 264, in result
          raise self._exception
        File "/data/mci/8b6c7c8f129455a713c026fc619dd1d3/venv/lib/python3.13/site-packages/s3transfer/tasks.py", line 265, in _main
          self._submit(transfer_future=transfer_future, **kwargs)
          ~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
        File "/data/mci/8b6c7c8f129455a713c026fc619dd1d3/venv/lib/python3.13/site-packages/s3transfer/download.py", line 352, in _submit
          response = client.head_object(
              Bucket=transfer_future.meta.call_args.bucket,
              Key=transfer_future.meta.call_args.key,
              **transfer_future.meta.call_args.extra_args,
          )
        File "/data/mci/8b6c7c8f129455a713c026fc619dd1d3/venv/lib/python3.13/site-packages/botocore/client.py", line 569, in _api_call
          return self._make_api_call(operation_name, kwargs)
                 ~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
        File "/data/mci/8b6c7c8f129455a713c026fc619dd1d3/venv/lib/python3.13/site-packages/botocore/client.py", line 1023, in _make_api_call
          raise error_class(parsed_response, operation_name)
      botocore.exceptions.ClientError: An error occurred (403) when calling the HeadObject operation: Forbidden
        File "/Users/ec2-user/data/mci/8b6c7c8f129455a713c026fc619dd1d3/src/buildscripts/s3_binary/download.py", line 166, in _download_and_verify
          download_from_s3_with_boto(s3_path, output_path)
          ~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^
        File "/Users/ec2-user/data/mci/8b6c7c8f129455a713c026fc619dd1d3/src/buildscripts/util/download_utils.py", line 77, in download_from_s3_with_boto
          s3_client.download_file(bucket_name, object_key, output_file)
          ~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
        File "/data/mci/8b6c7c8f129455a713c026fc619dd1d3/venv/lib/python3.13/site-packages/boto3/s3/inject.py", line 192, in download_file
          return transfer.download_file(
                 ~~~~~~~~~~~~~~~~~~~~~~^
              bucket=Bucket,
              ^^^^^^^^^^^^^^
          ...<3 lines>...
              callback=Callback,
              ^^^^^^^^^^^^^^^^^^
          )
          ^
        File "/data/mci/8b6c7c8f129455a713c026fc619dd1d3/venv/lib/python3.13/site-packages/boto3/s3/transfer.py", line 406, in download_file
          future.result()
          ~~~~~~~~~~~~~^^
        File "/data/mci/8b6c7c8f129455a713c026fc619dd1d3/venv/lib/python3.13/site-packages/s3transfer/futures.py", line 103, in result
          return self._coordinator.result()
                 ~~~~~~~~~~~~~~~~~~~~~~~~^^
        File "/data/mci/8b6c7c8f129455a713c026fc619dd1d3/venv/lib/python3.13/site-packages/s3transfer/futures.py", line 264, in result
          raise self._exception
        File "/data/mci/8b6c7c8f129455a713c026fc619dd1d3/venv/lib/python3.13/site-packages/s3transfer/tasks.py", line 265, in _main
          self._submit(transfer_future=transfer_future, **kwargs)
          ~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
        File "/data/mci/8b6c7c8f129455a713c026fc619dd1d3/venv/lib/python3.13/site-packages/s3transfer/download.py", line 352, in _submit
          response = client.head_object(
              Bucket=transfer_future.meta.call_args.bucket,
              Key=transfer_future.meta.call_args.key,
              **transfer_future.meta.call_args.extra_args,
          )
        File "/data/mci/8b6c7c8f129455a713c026fc619dd1d3/venv/lib/python3.13/site-packages/botocore/client.py", line 569, in _api_call
          return self._make_api_call(operation_name, kwargs)
                 ~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
        File "/data/mci/8b6c7c8f129455a713c026fc619dd1d3/venv/lib/python3.13/site-packages/botocore/client.py", line 1023, in _make_api_call
          raise error_class(parsed_response, operation_name)
      botocore.exceptions.ClientError: An error occurred (403) when calling the HeadObject operation: Forbidden
        File "/Users/ec2-user/data/mci/8b6c7c8f129455a713c026fc619dd1d3/src/buildscripts/util/download_utils.py", line 68, in download_from_s3_with_boto
          s3_client.download_file(bucket_name, object_key, output_file)
          ~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
        File "/data/mci/8b6c7c8f129455a713c026fc619dd1d3/venv/lib/python3.13/site-packages/boto3/s3/inject.py", line 192, in download_file
          return transfer.download_file(
                 ~~~~~~~~~~~~~~~~~~~~~~^
              bucket=Bucket,
              ^^^^^^^^^^^^^^
          ...<3 lines>...
              callback=Callback,
              ^^^^^^^^^^^^^^^^^^
          )
          ^
        File "/data/mci/8b6c7c8f129455a713c026fc619dd1d3/venv/lib/python3.13/site-packages/boto3/s3/transfer.py", line 406, in download_file
          future.result()
          ~~~~~~~~~~~~~^^
        File "/data/mci/8b6c7c8f129455a713c026fc619dd1d3/venv/lib/python3.13/site-packages/s3transfer/futures.py", line 103, in result
          return self._coordinator.result()
                 ~~~~~~~~~~~~~~~~~~~~~~~~^^
        File "/data/mci/8b6c7c8f129455a713c026fc619dd1d3/venv/lib/python3.13/site-packages/s3transfer/futures.py", line 264, in result
          raise self._exception
        File "/data/mci/8b6c7c8f129455a713c026fc619dd1d3/venv/lib/python3.13/site-packages/s3transfer/tasks.py", line 265, in _main
          self._submit(transfer_future=transfer_future, **kwargs)
          ~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
        File "/data/mci/8b6c7c8f129455a713c026fc619dd1d3/venv/lib/python3.13/site-packages/s3transfer/download.py", line 352, in _submit
          response = client.head_object(
              Bucket=transfer_future.meta.call_args.bucket,
              Key=transfer_future.meta.call_args.key,
              **transfer_future.meta.call_args.extra_args,
          )
        File "/data/mci/8b6c7c8f129455a713c026fc619dd1d3/venv/lib/python3.13/site-packages/botocore/client.py", line 569, in _api_call
          return self._make_api_call(operation_name, kwargs)
                 ~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
        File "/data/mci/8b6c7c8f129455a713c026fc619dd1d3/venv/lib/python3.13/site-packages/botocore/client.py", line 1023, in _make_api_call
          raise error_class(parsed_response, operation_name)
      botocore.exceptions.ClientError: An error occurred (403) when calling the HeadObject operation: Forbidden
        File "/Users/ec2-user/data/mci/8b6c7c8f129455a713c026fc619dd1d3/src/buildscripts/s3_binary/download.py", line 166, in _download_and_verify
          download_from_s3_with_boto(s3_path, output_path)
          ~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^
        File "/Users/ec2-user/data/mci/8b6c7c8f129455a713c026fc619dd1d3/src/buildscripts/util/download_utils.py", line 77, in download_from_s3_with_boto
          s3_client.download_file(bucket_name, object_key, output_file)
          ~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
        File "/data/mci/8b6c7c8f129455a713c026fc619dd1d3/venv/lib/python3.13/site-packages/boto3/s3/inject.py", line 192, in download_file
          return transfer.download_file(
                 ~~~~~~~~~~~~~~~~~~~~~~^
              bucket=Bucket,
              ^^^^^^^^^^^^^^
          ...<3 lines>...
              callback=Callback,
              ^^^^^^^^^^^^^^^^^^
          )
          ^
        File "/data/mci/8b6c7c8f129455a713c026fc619dd1d3/venv/lib/python3.13/site-packages/boto3/s3/transfer.py", line 406, in download_file
          future.result()
          ~~~~~~~~~~~~~^^
        File "/data/mci/8b6c7c8f129455a713c026fc619dd1d3/venv/lib/python3.13/site-packages/s3transfer/futures.py", line 103, in result
          return self._coordinator.result()
                 ~~~~~~~~~~~~~~~~~~~~~~~~^^
        File "/data/mci/8b6c7c8f129455a713c026fc619dd1d3/venv/lib/python3.13/site-packages/s3transfer/futures.py", line 264, in result
          raise self._exception
        File "/data/mci/8b6c7c8f129455a713c026fc619dd1d3/venv/lib/python3.13/site-packages/s3transfer/tasks.py", line 265, in _main
          self._submit(transfer_future=transfer_future, **kwargs)
          ~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
        File "/data/mci/8b6c7c8f129455a713c026fc619dd1d3/venv/lib/python3.13/site-packages/s3transfer/download.py", line 352, in _submit
          response = client.head_object(
              Bucket=transfer_future.meta.call_args.bucket,
              Key=transfer_future.meta.call_args.key,
              **transfer_future.meta.call_args.extra_args,
          )
        File "/data/mci/8b6c7c8f129455a713c026fc619dd1d3/venv/lib/python3.13/site-packages/botocore/client.py", line 569, in _api_call
          return self._make_api_call(operation_name, kwargs)
                 ~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
        File "/data/mci/8b6c7c8f129455a713c026fc619dd1d3/venv/lib/python3.13/site-packages/botocore/client.py", line 1023, in _make_api_call
          raise error_class(parsed_response, operation_name)
      botocore.exceptions.ClientError: An error occurred (403) when calling the HeadObject operation: Forbidden
        File "/Users/ec2-user/data/mci/8b6c7c8f129455a713c026fc619dd1d3/src/buildscripts/s3_binary/download.py", line 173, in _download_and_verify
          download_from_s3_with_requests(s3_path, output_path, raise_on_error=True)
          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
        File "/Users/ec2-user/data/mci/8b6c7c8f129455a713c026fc619dd1d3/src/buildscripts/util/download_utils.py", line 59, in download_from_s3_with_requests
          reader.raise_for_status()
          ~~~~~~~~~~~~~~~~~~~~~~~^^
        File "/data/mci/8b6c7c8f129455a713c026fc619dd1d3/venv/lib/python3.13/site-packages/requests/models.py", line 1024, in raise_for_status
          raise HTTPError(http_error_msg, response=self)
      requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: https://mciuploads.s3.amazonaws.com/mongodb-mongo-v9.0/enterprise-macos/mongodb_mongo_v9.0_99f9fbcb5b1a8e3684a4d25fcf9a762fbeef01e4/binaries/mongo-4.zst
      

      logs

      Command Failure

      Logs:

      ERROR: curl: (22) The requested URL returned error: 403
      ERROR: failed to download remote sha!
      ERROR: curl: (22) The requested URL returned error: 403
      

      logs

      Fatal Backtrace

      Logs:

      getMore command executor error
      error: {'code': 237, 'codeName': 'CursorKilled', 'errmsg': 'error while executing at wasm backtrace:\n    0: 0x58550f - mozjs_wasm_api.wasm!poll_pollable_drop_own\n    1: 0x582b36 - mozjs_wasm_api.wasm!clock_nanosleep\n    2: 0x582b55 - mozjs_wasm_api.wasm!nanosleep\n    3: 0x520eab - mozjs_wasm_api.wasm!mongo::mozjs::wasm::MozJSScriptEngine::sleep(mongo::Duration<std::__2::ratio<1ll, 1000ll>>)\n    4: 0x4ec7e1 - mozjs_wasm_api.wasm!mongo::mozjs::GlobalInfo::Functions::sleep::call(JSContext*, JS::CallArgs)\n    5: 0x4ec6cc - mozjs_wasm_api.wasm!bool mongo::mozjs::smUtils::wrapFunction<mongo::mozjs::GlobalInfo::Functions::sleep>(JSContext*, unsigned int, JS::Value*)\n    6: 0x259b6b - mozjs_wasm_api.wasm!js::InternalCallOrConstruct(JSContext*, JS::CallArgs const&, js::MaybeConstruct, js::CallReason)\n    7: 0x259fa2 - mozjs_wasm_api.wasm!InternalCall(JSContext*, js::AnyInvokeArgs const&, js::CallReason)\n    8: 0x25616b - mozjs_wasm_api.wasm!js::Interpret(JSContext*, js::RunState&)\n    9: 0x2509db - mozjs_wasm_api.wasm!js::RunScript(JSContext*, js::RunState&)\n   10: 0x259af3 - mozjs_wasm_api.wasm!js::InternalCallOrConstruct(JSContext*, JS::CallArgs const&, js::MaybeConstruct, js::CallReason)\n   11: 0x259fa2 - mozjs_wasm_api.wasm!InternalCall(JSContext*, js::AnyInvokeArgs const&, js::CallReason)\n   12: 0x25a077 - mozjs_wasm_api.wasm!js::Call(JSContext*, JS::Handle<JS::Value>, JS::Handle<JS::Value>, js::AnyInvokeArgs const&, JS::MutableHandle<JS::Value>, js::CallReason)\n   13: 0x1d35cf - mozjs_wasm_api.wasm!JS_CallFunctionValue(JSContext*, JS::Handle<JSObject*>, JS::Handle<JS::Value>, JS::HandleValueArray const&, JS::MutableHandle<JS::Value>)\n   14: 0x51ea3a - mozjs_wasm_api.wasm!mongo::mozjs::wasm::MozJSScriptEngine::invokePredicate(unsigned long long, mongo::BSONObj&&, bool*, mongo::mozjs::wasm::wasm_mozjs_error_t*)\n   15: 0x517870 - mozjs_wasm_api.wasm!exports_mongo_mozjs_mozjs_invoke_predicate\n   16: 0x513dc2 - mozjs_wasm_api.wasm!__wasm_export_exports_mongo_mozjs_mozjs_invoke_predicate\n\nCaused by:\n    wasm epoch interrupt: kill pending\n'}
      stats: {'isCached': False, 'stage': 'SHARDING_FILTER', 'nReturned': 50, 'works': 51, 'advanced': 50, 'needTime': 0, 'needYield': 0, 'saveState': 1, 'restoreState': 1, 'failed': True, 'isEOF': 0, 'chunkSkips': 0, 'inputStage': {'stage': 'FETCH', 'filter': {'$where': {'$code': 'if (this._id == 150) {sleep(12060)};return 1;'}}, 'nReturned': 50, 'works': 51, 'advanced': 50, 'needTime': 0, 'needYield': 0, 'saveState': 1, 'restoreState': 1, 'failed': True, 'isEOF': 0, 'nss': 'test-SERVER-57469-failpoints.test-SERVER-57469-failpoints-coll', 'docsExamined': 51, 'alreadyHasObj': 0, 'inputStage': {'stage': 'IXSCAN', 'nReturned': 51, 'works': 51, 'advanced': 51, 'needTime': 0, 'needYield': 0, 'saveState': 1, 'restoreState': 1, 'isEOF': 0, 'nss': 'test-SERVER-57469-failpoints.test-SERVER-57469-failpoints-coll', 'keyPattern': {'_id': 1}, 'indexName': '_id_', 'isMultiKey': False, 'isUnique': True, 'isSparse': False, 'isPartial': False, 'indexVersion': 2, 'direction': 'forward', 'indexBounds': {'_id': ['[MinKey, MaxKey]']}, 'keysExamined': 51, 'seeks': 1, 'dupsTested': 0, 'dupsDropped': 0, 'peakTrackedMemBytes': 0}}}
      cmd: {'getMore': 6465706690591843393, 'collection': 'test-SERVER-57469-failpoints-coll', 'batchSize': 50, 'lsid': {'id': {'$uuid': '9211ca75-2307-4b60-ab82-1d7068d1fca4'}, 'uid': {'$binary': {'base64': '47DEQpj8HBSa+/TImW+5JCeuQeRkm5NMpJWZG3hSuFU=', 'subType': '0'}}}, '$clusterTime': {'clusterTime': {'$timestamp': {'t': 1784067904, 'i': 1}}}, '$client': {'application': {'name': 'MongoDB Shell'}, 'driver': {'name': 'MongoDB Internal Client', 'version': '9.0.0-alpha0-99f9fbcb'}, 'os': {'type': 'Darwin', 'name': 'Mac OS X', 'architecture': 'x86_64', 'version': '23.6.0'}, 'mongos': {'host': 'ip-10-0-21-130.ec2.internal:20050', 'client': '10.0.21.130:50852', 'version': '9.0.0-alpha0-99f9fbcb'}}, 'maxTimeMSOpOnly': 1415, '$configTime': {'$timestamp': {'t': 1784067904, 'i': 1}}, '$topologyTime': {'$timestamp': {'t': 1784067817, 'i': 8}}, 'mayBypassWriteBlocking': False, 'mayBypassReplicaSetWriteBlocking': False, 'isExternalClientOnRouter': True, 'ifrFlags': [{'name': 'featureFlagSerializeForTest', 'value': False}, {'name': 'featureFlagVectorSearchExtension', 'value': True}, {'name': 'featureFlagSearchExtension', 'value': True}, {'name': 'featureFlagExtensionsInsideHybridSearch', 'value': True}], 'ifrSenderVersion': {'major': 9, 'minor': 0, 'patch': 0, 'extra': -50}}
      

      logs

      Fatal Backtrace

      Logs:

      getMore command executor error
      error: {'code': 50, 'codeName': 'MaxTimeMSExpired', 'errmsg': 'error while executing at wasm backtrace:\n    0: 0x58550f - mozjs_wasm_api.wasm!poll_pollable_drop_own\n    1: 0x582b36 - mozjs_wasm_api.wasm!clock_nanosleep\n    2: 0x582b55 - mozjs_wasm_api.wasm!nanosleep\n    3: 0x520eab - mozjs_wasm_api.wasm!mongo::mozjs::wasm::MozJSScriptEngine::sleep(mongo::Duration<std::__2::ratio<1ll, 1000ll>>)\n    4: 0x4ec7e1 - mozjs_wasm_api.wasm!mongo::mozjs::GlobalInfo::Functions::sleep::call(JSContext*, JS::CallArgs)\n    5: 0x4ec6cc - mozjs_wasm_api.wasm!bool mongo::mozjs::smUtils::wrapFunction<mongo::mozjs::GlobalInfo::Functions::sleep>(JSContext*, unsigned int, JS::Value*)\n    6: 0x259b6b - mozjs_wasm_api.wasm!js::InternalCallOrConstruct(JSContext*, JS::CallArgs const&, js::MaybeConstruct, js::CallReason)\n    7: 0x259fa2 - mozjs_wasm_api.wasm!InternalCall(JSContext*, js::AnyInvokeArgs const&, js::CallReason)\n    8: 0x25616b - mozjs_wasm_api.wasm!js::Interpret(JSContext*, js::RunState&)\n    9: 0x2509db - mozjs_wasm_api.wasm!js::RunScript(JSContext*, js::RunState&)\n   10: 0x259af3 - mozjs_wasm_api.wasm!js::InternalCallOrConstruct(JSContext*, JS::CallArgs const&, js::MaybeConstruct, js::CallReason)\n   11: 0x259fa2 - mozjs_wasm_api.wasm!InternalCall(JSContext*, js::AnyInvokeArgs const&, js::CallReason)\n   12: 0x25a077 - mozjs_wasm_api.wasm!js::Call(JSContext*, JS::Handle<JS::Value>, JS::Handle<JS::Value>, js::AnyInvokeArgs const&, JS::MutableHandle<JS::Value>, js::CallReason)\n   13: 0x1d35cf - mozjs_wasm_api.wasm!JS_CallFunctionValue(JSContext*, JS::Handle<JSObject*>, JS::Handle<JS::Value>, JS::HandleValueArray const&, JS::MutableHandle<JS::Value>)\n   14: 0x51ea3a - mozjs_wasm_api.wasm!mongo::mozjs::wasm::MozJSScriptEngine::invokePredicate(unsigned long long, mongo::BSONObj&&, bool*, mongo::mozjs::wasm::wasm_mozjs_error_t*)\n   15: 0x517870 - mozjs_wasm_api.wasm!exports_mongo_mozjs_mozjs_invoke_predicate\n   16: 0x513dc2 - mozjs_wasm_api.wasm!__wasm_export_exports_mongo_mozjs_mozjs_invoke_predicate\n\nCaused by:\n    wasm epoch interrupt: kill pending\n'}
      stats: {'isCached': False, 'stage': 'SHARDING_FILTER', 'nReturned': 50, 'works': 51, 'advanced': 50, 'needTime': 0, 'needYield': 0, 'saveState': 1, 'restoreState': 1, 'failed': True, 'isEOF': 0, 'chunkSkips': 0, 'inputStage': {'stage': 'FETCH', 'filter': {'$where': {'$code': 'if (this._id == 50) {sleep(12060)};return 1;'}}, 'nReturned': 50, 'works': 51, 'advanced': 50, 'needTime': 0, 'needYield': 0, 'saveState': 1, 'restoreState': 1, 'failed': True, 'isEOF': 0, 'nss': 'test-SERVER-57469-failpoints.test-SERVER-57469-failpoints-coll', 'docsExamined': 51, 'alreadyHasObj': 0, 'inputStage': {'stage': 'IXSCAN', 'nReturned': 51, 'works': 51, 'advanced': 51, 'needTime': 0, 'needYield': 0, 'saveState': 1, 'restoreState': 1, 'isEOF': 0, 'nss': 'test-SERVER-57469-failpoints.test-SERVER-57469-failpoints-coll', 'keyPattern': {'_id': 1}, 'indexName': '_id_', 'isMultiKey': False, 'isUnique': True, 'isSparse': False, 'isPartial': False, 'indexVersion': 2, 'direction': 'forward', 'indexBounds': {'_id': ['[MinKey, MaxKey]']}, 'keysExamined': 51, 'seeks': 1, 'dupsTested': 0, 'dupsDropped': 0, 'peakTrackedMemBytes': 0}}}
      cmd: {'getMore': 5115837668884261244, 'collection': 'test-SERVER-57469-failpoints-coll', 'batchSize': 50, 'lsid': {'id': {'$uuid': '9211ca75-2307-4b60-ab82-1d7068d1fca4'}, 'uid': {'$binary': {'base64': '47DEQpj8HBSa+/TImW+5JCeuQeRkm5NMpJWZG3hSuFU=', 'subType': '0'}}}, '$clusterTime': {'clusterTime': {'$timestamp': {'t': 1784067819, 'i': 56}}}, '$client': {'application': {'name': 'MongoDB Shell'}, 'driver': {'name': 'MongoDB Internal Client', 'version': '9.0.0-alpha0-99f9fbcb'}, 'os': {'type': 'Darwin', 'name': 'Mac OS X', 'architecture': 'x86_64', 'version': '23.6.0'}, 'mongos': {'host': 'ip-10-0-21-130.ec2.internal:20050', 'client': '10.0.21.130:50852', 'version': '9.0.0-alpha0-99f9fbcb'}}, 'maxTimeMSOpOnly': 7771, '$configTime': {'$timestamp': {'t': 1784067819, 'i': 53}}, '$topologyTime': {'$timestamp': {'t': 1784067817, 'i': 8}}, 'mayBypassWriteBlocking': False, 'mayBypassReplicaSetWriteBlocking': False, 'isExternalClientOnRouter': True, 'ifrFlags': [{'name': 'featureFlagSerializeForTest', 'value': False}, {'name': 'featureFlagVectorSearchExtension', 'value': True}, {'name': 'featureFlagSearchExtension', 'value': True}, {'name': 'featureFlagExtensionsInsideHybridSearch', 'value': True}], 'ifrSenderVersion': {'major': 9, 'minor': 0, 'patch': 0, 'extra': -50}}
      

      logs

      Fatal Backtrace

      Logs:

      Clearing all idle JS contexts due to out of memory
      

      logs

            Assignee:
            Calvin Nguyen
            Reporter:
            Calvin Nguyen
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: