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

SQL Driver does not recover if ignite is restarted #31

Open
barry415 opened this issue Jun 7, 2020 · 0 comments
Open

SQL Driver does not recover if ignite is restarted #31

barry415 opened this issue Jun 7, 2020 · 0 comments

Comments

@barry415
Copy link

barry415 commented Jun 7, 2020

If ignite is deactivated and then re-activated the sql execution do recover.

However if ignite is killed and restarted sql executes will timeout.

Test case:

  1. Start ignite, and activate ignite, and connect to ignite from the client.
  2. Make a sql query - this succeeds.
  3. Deactivate ignite - make a sql query - this times out as expected.
  4. Reactivate ignite - make a sql query - this succeeds again.
  5. Kill ignite - make a sql query - this times out as expected.
  6. Do step 1 again
  7. Make a sql query - this should succeed - but times out.

So the driver does not recover from disconnects in the case where ignite is restarted. I believe the driver should be resilient to this case.

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

1 participant