문제

We are using jdbc load balancing like "jdbc:mysql:loadbalance://..." and apache DBCP with maxidle 300 connections.. And when after some actions I look at processes in Mysql via "SHOW PROCESSLIST" is show me very many connection. In normal behaviour it would be 3-4 connections everytime. Has anyone encountered this problem?

도움이 되었습니까?

해결책

Eventually I found bug related to this issue: http://bugs.mysql.com/bug.php?id=35660. (we are using connector 5.0.8). This bug has been fixed in the later version.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top