gpt4 book ai didi

javascript - MongoDB "Failed to query for documents to update ... unable to decode message length: EOF"

转载 作者:行者123 更新时间:2023-12-01 15:28:20 25 4
gpt4 key购买 nike

我连续做一堆(即大约 30 个)upsert,偶尔会得到 "Failed to query for documents to update: handshake failure: connection(etc-etc-etc.mongodb.net:27017[-10399]) unable to decode message length: EOF" .每次更新都会唯一地改变整个文档,而不是像 updateMany 那样将相同的字段更改为一个新值。 .

制作许多单独的update 是否有问题?要求?我正在使用 MongoDB 的 Stitch 服务 FWIW。 Stitch js API 建议它只创建一个连接,但感觉就像每个 update正在尝试创建新的连接或其他东西。

最佳答案

就我而言,我在使用 GO MongoDB 客户端库时收到了此消息。我试图发出关闭命令,但显然只能从 localhost 发出。

Run the shutdown against the admin database. When using shutdown, the connection must originate from localhost or use an authenticated connection.



我正在使用经过身份验证的连接,但我猜会返回一些库不期望的错误。

我敢打赌,因为 Stitch 服务是 MongoDB 产品,它将用 Go 编写。这些天他们似乎真的很喜欢 Go :)。

我怀疑这会对您有所帮助,但这可能是驱动程序的问题。

关于javascript - MongoDB "Failed to query for documents to update ... unable to decode message length: EOF",我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/53856068/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com