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.)
Reply
  • 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.)
Children