Connection Pooling Retry
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,
Hi @AaronTrazona
yes it should. Work , OrientJS should get the notification of the network topologies from the server.
Seems that the notification of server 1 and 2 going online is missing and orientjs still think that the servers are all offline. Let me double check
Thanks