Mongo 矢量搜索 - 堆为空

问题描述 投票:0回答:0

pymongo
引发
pymongo.errors.OperationFailure

类型的异常时,这意味着什么

例外是:

The heap is empty, full error: {'ok': 0.0, 'errmsg': 'The heap is empty', 'code': 8, 'codeName': 'UnknownError', '$clusterTime': {'clusterTime': Timestamp(1690967467, 7), 'signature': {'hash': b'....', 'keyId': ....}}, 'operationTime': Timestamp(1690967467, 7)}

我可以改变什么来避免这种异常吗?

注:

  • 索引处于活动状态,并且从未使用图集搜索抛出此异常。
  • 我正在以只读模式连接到辅助实例。

不清楚如何重现错误,因为它是随机发生的,如果我重复请求,它会返回结果。

pymongo
© www.soinside.com 2019 - 2024. All rights reserved.