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

Handle Ignite client node's connection issues (rare edge-cases) #1273

Open
junaidzm13 opened this issue Mar 18, 2024 · 0 comments
Open

Handle Ignite client node's connection issues (rare edge-cases) #1273

junaidzm13 opened this issue Mar 18, 2024 · 0 comments

Comments

@junaidzm13
Copy link
Contributor

Feature Request

Description of Problem:

It is possible (although rare) that the Ignite client node gets disconnected from the Ignite cluster. In that case, although it will try reconnecting automatically by default, any cache queries while client tries reestablishing the connection will throw exception.

We should try handling those exceptions in a graceful manner and possibly make UI reflect this state to the users.

reference: https://ignite.apache.org/docs/latest/clustering/connect-client-nodes

Another edge-case to think about is what happens when the Ignite server itself goes down or gets restarted? Preliminary tests on my local env have shown that the client will not be able to establish a new connection automatically. What this means is with our current setup we'd have to restart the VUU server every time to have the Ignite's client node connect to the cluster.

https://stackoverflow.com/questions/64489779/apache-ignite-caches-unusable-after-reconnecting-to-ignite-servers

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: 📋 Backlog
Development

No branches or pull requests

1 participant