5 messages in com.mysql.lists.javaRe: autoReconnect, host ports
FromSent OnAttachments
Gorazd Golob29 Jun 2004 03:20 
Mark Matthews29 Jun 2004 07:33 
Gorazd Golob29 Jun 2004 07:54 
Gorazd Golob29 Jun 2004 09:25 
Mark Matthews29 Jun 2004 12:50 
Subject:Re: autoReconnect, host ports
From:Gorazd Golob (gora@noviforum.si)
Date:06/29/2004 09:25:37 AM
List:com.mysql.lists.java

Also, what state is autoCommit in when the host goes down? Re-connection won't happen until autoCommit == true.

Yes, autoCommit is true. So when we try to establish connection to host2, when host1 is down, it won't work (when autoReconnect is also true). When we disable autoReconnect, failover is working - on the begging on the session it connects to host2.

hope it helps, gorazd