I'm looking for the transaction manager code to check the current database connection pool. We are trying to troubleshoot a problem in production where we randomly are unable to get a new connection. We are not seeing a connection leak (at least our munin charts don't show connections to the database continuing to ramp up over time). We may have a bad service that continues to acquire new connections and then delays releasing them.
I'm looking through the the ofbiz transaction manager interface code but can't see an easy way to check the current connection pool and how many are active. Does anyone have any suggestions on the best way to monitor the connection pool? Thanks, Brett
