UncategorizedMongoDbException: Timeout while receiving message异常处理 (六)

背景

线上跑批插入数据到mongo的过程中,会不定时的出现UncategorizedMongoDbException这个异常,发生的次数不是很多,但是看着很烦;于是乎查阅了一下资料;

解决方法

spring整合mongo的时候
UncategorizedMongoDbException: Timeout while receiving message异常处理 (六)
添加:max-connection-idle-time=“60000” 最大空闲连接时间属性后,该异常没有在发生;