nested exception is com.mongodb.MongoWaitQueueFullException: Too many operations are already waiting

Posted Guangxiang Jia

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了nested exception is com.mongodb.MongoWaitQueueFullException: Too many operations are already waiting相关的知识,希望对你有一定的参考价值。

application.yml 添加后两行配置,增加连接池数量
data:
mongodb:
host: ***
database: ***
port: 27017
username: ***
password: ***
authenticationDatabase: ***
connections-per-host: 10000
min-connections-per-host: 200

以上是关于nested exception is com.mongodb.MongoWaitQueueFullException: Too many operations are already waiting的主要内容,如果未能解决你的问题,请参考以下文章

nested exception is io.lettuce.core.RedisCommandTimeoutException

nested exception is io.lettuce.core.RedisCommandTimeoutException

nested exception is org.apache.ibatis.reflection.ReflectionExceptio

Constructor threw exception; nested exception is java.lang.NoClassDefFoundError: com/fasterxml/jacks

HTTP Status 500 - Request processing failed; nested exception is org.hibernate.exception.GenericJDBC

随手记录关于Factory method 'eurekaApplicationInfoManager' threw exception; nested exception is j(代