Skip to content

4.x: bring server side and client side timeout for admin queries in line #539

@dkropachev

Description

@dkropachev

Currently there are two distinct configurations for server side (DefaultDriverOption.METADATA_SCHEMA_REQUEST_TIMEOUT) and client side (DefaultDriverOption.CONTROL_CONNECTION_TIMEOUT) timeouts for admin queries.

both these timeouts have to have similar value, client-side could be a bit higher to offset network delay.

Current defaults:
DefaultDriverOption.CONTROL_CONNECTION_TIMEOUT - 5 seconds
DefaultDriverOption.METADATA_SCHEMA_REQUEST_TIMEOUT - 20 seconds

A huge no, no, we need to fix it.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions