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

Respect maxquerytime during parallel sql execution #4523

Open
aakash10292 opened this issue Jul 2, 2024 · 0 comments
Open

Respect maxquerytime during parallel sql execution #4523

aakash10292 opened this issue Jul 2, 2024 · 0 comments

Comments

@aakash10292
Copy link
Contributor

Bug Description:

During parallel execution, the sqlengines executing in parallel don't respect maxquerytime set by client

Steps to reproduce
SET maxquerytime 3
select sleep(6) union all select sleep(6)
Client returns rc -107 (query timeout) but the individual shards continue to execute beyond 3 secs , verified by long request trace

Expected behavior
Individual shards should timeout as well

Additional context:
requires dohast_disable 0, dohsql_disable 0

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