You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just want to confirm if the connection pooling will have a connection retry if one of the distributed servers went down.
Scenario:
I have 3 servers: server1, server2, server3.
I stopped 2 servers(server1 and server2), the connection pool still working since server3 still up.
So, I started those 2 servers are down. All servers are up now. I assume all connection pool should be up for 3 servers right.
When I tried to stop server3 and tried to request. I got an error, no connection pool available.
Its seems that connection pool not retrying or retrieving the newly started servers.
Thanks,
The text was updated successfully, but these errors were encountered:
Hi,
I just want to confirm if the connection pooling will have a connection retry if one of the distributed servers went down.
Scenario:
I have 3 servers: server1, server2, server3.
I stopped 2 servers(server1 and server2), the connection pool still working since server3 still up.
So, I started those 2 servers are down. All servers are up now. I assume all connection pool should be up for 3 servers right.
When I tried to stop server3 and tried to request. I got an error, no connection pool available.
Its seems that connection pool not retrying or retrieving the newly started servers.
Thanks,
The text was updated successfully, but these errors were encountered: