Skip to content
This repository was archived by the owner on Jan 28, 2021. It is now read-only.
This repository was archived by the owner on Jan 28, 2021. It is now read-only.

Connection timeouts can't be processed if a query is running. #799

Closed
@juanjux

Description

@juanjux

Connection timeouts from Vitess doesn't trigger, and thus stop the query, is a query is running but not sending anything. This is because query processing and the Handler run on the same thread, so when Vitess detects a timeout the call to CloseConnection can't be processed until the query finishes.

Related to: https://github.com/src-d/gitbase-spark-connector-enterprise/issues/81

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions