spring常见错误数据库idleTimeout is close to or more than maxLifetime, disabling it.

Posted keep-go-on

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了spring常见错误数据库idleTimeout is close to or more than maxLifetime, disabling it.相关的知识,希望对你有一定的参考价值。

错误描述

idleTimeout is close to or more than maxLifetime, disabling it.

Hikari 数据库中idleTimeout的超时时间比 maxLifetime 时间长。

错误分析

  1. idleTimeout 表示数据库连接在数据库连接池中最大的闲置时间。描述是 600000 (十分钟)。
  2. maxLifetime 表示连接池中连接最大的声明周期。默认是 1800000 (30分钟)。

错误原因 连接闲置的时间大于了 连接最大存活时间。

以上是关于spring常见错误数据库idleTimeout is close to or more than maxLifetime, disabling it.的主要内容,如果未能解决你的问题,请参考以下文章

spring常见错误数据库idleTimeout is close to or more than maxLifetime, disabling it.

Day619.Spring事务常见错误② -Spring编程常见错误

Day617.SpringData常见错误 -Spring编程常见错误

tcp服务器中的IdleTimeout

Day621.Spring Test 常见错误 -Spring编程常见错误

Day608.Spring事件常见错误 -Spring编程常见错误