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

Decouple schema fetch queries from server-side timeouts #1073

Closed
dkropachev opened this issue Sep 16, 2024 · 1 comment
Closed

Decouple schema fetch queries from server-side timeouts #1073

dkropachev opened this issue Sep 16, 2024 · 1 comment

Comments

@dkropachev
Copy link
Collaborator

If the user set server-side timeouts, or service level timeouts, this impacts schema fetches. The timeout can be too low to allow a schema fetch when the schema is very large.
Instead, qualify schema (and other metadata) fetches with USING TIMEOUT (with a high and configurable default) so schema fetches work regardless of timeout tuning.

rust-driver part of origin issue #

@dkropachev
Copy link
Collaborator Author

Dup of #1052

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