Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Connection Pooling Retry #391

Open
AaronTrazona opened this issue Sep 21, 2019 · 1 comment
Open

Connection Pooling Retry #391

AaronTrazona opened this issue Sep 21, 2019 · 1 comment

Comments

@AaronTrazona
Copy link

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,

@wolf4ood
Copy link
Member

wolf4ood commented Sep 23, 2019

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants