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

[Feature] Make sql gateway operations cluster level. #587

Merged

Conversation

LiuBodong
Copy link
Collaborator

@LiuBodong LiuBodong commented Aug 4, 2023

Purpose of this pull request

Currently in sql-gateway, when we execute an operation, we should firstly open a session and get a session handler from server, then we ca execute query with this session handle.

This causes those problems:

  • Session may be time outed for a long time without action.
  • In scaleph design, all sql gateway operations should in a single cluster at the same time.

So we should make sql gateway operations cluster level, that means we can communicate with sql-gateway without getting session handle.

@github-actions
Copy link

github-actions bot commented Aug 4, 2023

Click here to review and test in web IDE: Contribute

@sonarcloud
Copy link

sonarcloud bot commented Aug 6, 2023

SonarCloud Quality Gate failed.    Quality Gate failed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
3.7% 3.7% Duplication

idea Catch issues before they fail your Quality Gate with our IDE extension sonarlint SonarLint

@kalencaya kalencaya merged commit 67f37aa into flowerfine:dev Aug 7, 2023
2 of 3 checks passed
@LiuBodong LiuBodong deleted the make-sqlgateway-operator-cluster-level branch August 8, 2023 02:26
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

Successfully merging this pull request may close these issues.

2 participants