18.1 Upgrade - Increased DB Connections

We recently upgraded to 18.1, and have noticed that every 12 hours, an additional (approximately) 5 database connections are established.  This wasn't noticed until over time we reached our maximum connection limit because of this.  Has anybody else experienced this?  I'm not sure what could be causing these additional connections to occur, and remain established. 

  Discussion posts and replies are publicly visible

Parents
  • One thing I would suggest is to double check that all the databases you have configured are still reachable/active. It's very rare, but I have seen cases where a database was decommissioned or reconfigured, but not modified in the list of configured databases, and the connection pool became exhausted as a result. (Of course, we wouldn't normally expect this to happen, but there are some unusual edge cases that can result in threads not getting released back to the pool when a database can't be reached.)
  • All databases are active and reachable. We upgraded our instances to MySQL 5.7.21, but did this a few weeks prior to upgrading to 18.1, and did not see the increase in connections until the upgrade. Another change we made was updating the RDBMS driver to 5.1.46
Reply Children