-
Notifications
You must be signed in to change notification settings - Fork 371
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
"Results have expired, rerun the query if needed" #3164
Comments
I too observed similar issue with Trino |
Hi @jerryleooo, thanks for reporting this. Do you know if this happens with other interpreters as well? @Harshg999 can you have a look? |
Hi @bjornalm I haven't tried other interpreters, later i may try jdbc and update here |
This issue is stale because it has been open 30 days with no activity and is not labeled "Prevent stale". Remove "stale" label or comment or this will be closed in 10 days. |
Is it resolved in recent release or do we need to change the interpreter for this ? |
I too observed similar issue with Trino, which is connected through a VPC endpoint. Is there a known workaround to this? |
@vpattar now I use |
With Gunicorn now, we need to relook and scope how to share global variable state. I've created an internal roadmap item for this issue and will take it up for subsequent releases. |
This issue is stale because it has been open 30 days with no activity and is not labeled "Prevent stale". Remove "stale" label or comment or this will be closed in 10 days. |
I also met this error using StarRocks(compatible with mysql protocol), and when i used the mysql JDBC configuration way, it worked and returned query results. Maybe the sqlalchemy way has some session or connection bugs. You can also try the JDBC way(need to upload JDK and execute |
Describe the bug:
Global variables are not shared between different gunicorn workers.
hue/desktop/libs/notebook/src/notebook/connectors/sql_alchemy.py
Line 90 in b5d126e
Steps to reproduce it?
Results have expired, rerun the query if needed.
errorHue version or source?
open source 4.10.0
The text was updated successfully, but these errors were encountered: