mongodbinsert出错怎么解决

mongodb insert时候报错如下:

Thu Sep 24 09:19:15.011 ERROR: MessagingPort::call() wrong id got:367 expect:366

  toSend op: 2004

  response msgid:2931523219

  response len:  157

  response op:  1

  remote: xxxxxxxx

Thu Sep 24 09:19:15.011   Assertion failure false src/mongo/util/net/message_port.cpp 246

日志查看这个错误:

[2015-09-24 08:43:30,069][ERROR] xxx catch boost error:assertion src/mongo/util/net/message_port.cpp:246  - xxx.cpp:xxx

问题原因:

一开始以为是程序错误, 排查过程中发现和存入的数据量有关系, 最后确定是表没建立索引导致。 

解决方法: 

对要插入数据的表建立索引, 加快insert的查询速度。

更多mongodb相关文章请关注网。

以上是 mongodbinsert出错怎么解决 的全部内容, 来源链接: utcz.com/z/538957.html

回到顶部