java-driver icon indicating copy to clipboard operation
java-driver copied to clipboard

Decouple schema fetch queries from server-side timeouts

Open avikivity opened this issue 1 year ago • 10 comments

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.

avikivity avatar Apr 30 '24 09:04 avikivity