Mongodb:自动重新连接,由对等方重置连接

发布于 2024-12-05 17:07:58 字数 146 浏览 0 评论 0原文

我使用pymongo来测试mongodb的性能。 我使用 100 个线程,每个线程执行 5000 个插入,一切正常。 但是当我在每个 thead 中执行 10000 次插入时,我遇到一些错误:

“自动重新连接:对等方重置连接”

i use pymongo to test the performance of the mongodb.
i use 100 threads, every thread excecute 5000 insert, and everything work ok.
but when i excecute 10000 insert in every thead, i meet some error:

"AutoReconnect: Connection reset by peer"

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

晨光如昨 2024-12-12 17:07:58

在您的代码尝试使用它之前,驱动程序无法从池中的连接中删除已删除的套接字。

Driver can't remove dropped socket from connection from pool until your code try use it.

不忘初心 2024-12-12 17:07:58

你的平台是什么? (简单的 mongod、ReplicaSet、Shard)

您使用“批量插入”吗? http://www.mongodb.org/display/DOCS/Inserting#Inserting-Bulkinserts

What is your plateform ? ( simple mongod, ReplicaSet, Shard)

Do you use "bulk insert" ? http://www.mongodb.org/display/DOCS/Inserting#Inserting-Bulkinserts

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文