Open GreenRover opened 5 years ago
If you give >=2 hosts/uris i fixed following bug:
Initial state: host a: passive host b: active
Connected to host b succesfull ;-)
Failover 1: host a: active host b: passive
Reconnected to host a succesfull ;-)
Failover 2: host a: passive host b: active
Only try to connect to host a but never to host b )-; Reconnection attempt will faill forever. CHANGE: Now on reconnect it will loop through all hosts until it find one up and running.
If you give >=2 hosts/uris i fixed following bug:
Initial state: host a: passive host b: active
Connected to host b succesfull ;-)
Failover 1: host a: active host b: passive
Reconnected to host a succesfull ;-)
Failover 2: host a: passive host b: active
Only try to connect to host a but never to host b )-; Reconnection attempt will faill forever. CHANGE: Now on reconnect it will loop through all hosts until it find one up and running.