-
Notifications
You must be signed in to change notification settings - Fork 448
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
Add timeout for Interactive Query #4407
Comments
This query actually does 5 degree bfs, including flattering the context(engine internal data structure). Causing server stuck and not responding. |
It turns out that we could probably use And trying to set a timeout for |
We need a timeout mechanism for Interactive; however, we can't implement it in the current circumstance, with the query execution logic is synchronous. |
But we could set timeout at compiler, client(sdk). |
Following query failed on Interactive.
The text was updated successfully, but these errors were encountered: