Describe the bug:
Global variables are not shared between different gunicorn workers.
Steps to reproduce it?
- Use the docker-compose to up the service, with following configurations:
gunicorn_work_class=eventlet
gunicorn_number_of_workers=8
- configure an interpreter with Athena/Trino/Presto + sqlalchemy
- use 2 different browser tabs to submit queries in editor, and you may see the
Results have expired, rerun the query if needed. error
Hue version or source?
open source 4.10.0
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