Re: jdbc(loadbalance) completely fills connection pool
Posted by: Todd Farmer
Date: July 24, 2013 08:17AM

Hi Erop,

Good call on upgrading Connector/J. There's a handful of bugs which could be likely causes, but my bets are on:

http://bugs.mysql.com/bug.php?id=48442

Because of deficiencies in how hashCode() and equals() were implemented, some connection pools wouldn't recognize a connection being returned to the pool, take no action on it, and open another instead - effectively leaking connections.

Hope that helps!

--
Todd Farmer
MySQL @ Oracle
http://www.oracle.com/mysql/

Options: ReplyQuote


Subject
Written By
Posted
Re: jdbc(loadbalance) completely fills connection pool
July 24, 2013 08:17AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.