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

fix: can not sticky node for some API. #588

Merged
merged 12 commits into from
Feb 8, 2025

Conversation

youngsofun
Copy link
Member

@youngsofun youngsofun commented Feb 8, 2025

  1. fix: [NodeJs] Temporary table query fails with error related to session routing #584 [Python] Temporary table query fails with error related to session routing #587
  2. add temp table test for JS binding
  3. test with cluster behind nginx
  4. enable test on macOS (not support host network mode)

the biggest fallback of the new docker compose is the presigned url returned from query use the service name minio as hostname, as a temp workaround I have to modify the /etc/hosts to allow client to visit minio (upload with with presigned url )

@youngsofun
Copy link
Member Author

cc @sundy-li @everpcpc ready to review

@BohuTANG
Copy link
Member

BohuTANG commented Feb 8, 2025

Python driver also has the same problem:
#587

@youngsofun
Copy link
Member Author

Python driver also has the same problem: #587

same problem in the rust core, tests for added too.

@youngsofun
Copy link
Member Author

@everpcpc need to release a new version after this pr

everpcpc and others added 2 commits February 8, 2025 16:56
Co-authored-by: Yang Xiufeng <yangxiufeng.c@gmail.com>
@everpcpc everpcpc merged commit 2bd85c5 into databendlabs:main Feb 8, 2025
31 checks passed
@sundy-li
Copy link
Member

sundy-li commented Feb 10, 2025

@youngsofun Does this change need to be picked into jdbc/go ?

@youngsofun
Copy link
Member Author

@youngsofun Does this change need to be picked into jdbc/go ?

no

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.

[NodeJs] Temporary table query fails with error related to session routing
4 participants