-
Notifications
You must be signed in to change notification settings - Fork 397
Open
Labels
BUGIssue type for reporting failure due to bug in functionalityIssue type for reporting failure due to bug in functionalityPrevent stale
Description
Describe the bug:
Global variables are not shared between different gunicorn workers.
CONNECTIONS = {} |
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
Metadata
Metadata
Labels
BUGIssue type for reporting failure due to bug in functionalityIssue type for reporting failure due to bug in functionalityPrevent stale