Using 8.1.25. Already have a ticket in with tech support as it's urgent but want to know if anyone has run into this.
Have two redundant servers in a datacenter in the east coast. SQL Server is in the same datacenter.
They're planning to migrate to another datacenter in south west of US. We moved redundant server, brought it back up, redundancy connection re-established and db connections live.
I then attempted to fail over to the redundant so we could move the primary over to the new datacenter - for this one - the database connection error's out regularly and I also noticed the connections climbs much higher than the master has. The error was
java.sql.SQLException: Cannot get a connection, pool error Timeout waiting for idle object
The ping time between the new server in the new datacenter to the original is fast - sub 40 ms so it feels like that should not be a problem. We've restarted the service on the redundancy server that was already moved and tried again to the same error.
Any ideas?
For my database it is SQL Server, the connection pooling settings -
Initial Size - 0
Max Active - 16
Max Idle - 16
Min Idle - 0
Max Wait - 5000