cloudera / hue

Open source SQL Query Assistant service for Databases/Warehouses
https://cloudera.com
Apache License 2.0
1.18k stars 371 forks source link

Hue UI showing Should be running if Processing response multiple times #3167

Open sbbagal13 opened 1 year ago

sbbagal13 commented 1 year ago

Running Trino queries from Hue and multiple time UI showing error " Should be running if Processing response" multiple times but query gets executed at backend , no response back to UI (Error image attached) version: 4.10 latest from Docker hub image

Rerunning same query will works fine but earlier query unnecessary wastes the resources from Trino.

bjornalm commented 1 year ago

Hi @sbbagal13,

thanks for reporting. I have reproduced this on our demo site and will create an internal jira to have this further investigated and fixed.

github-actions[bot] commented 1 year ago

This issue is stale because it has been open 30 days with no activity and is not "roadmap" labeled or part of any milestone. Remove stale label or comment or this will be closed in 5 days.

sbbagal13 commented 1 year ago

@bjornalm I hope, we are going to keep this open and working towards resolution. Just don't want this to be closed without solution on it .. Kindly keep this thread live

bjornalm commented 1 year ago

@sbbagal13 It has not been forgotten. @agl29 can you have a look?

vpattar commented 1 year ago

Hi,

We are also facing similar issue intermittently. Especially first time when user logs in or randomly when we run query from Hue UI.

agl29 commented 9 months ago

Hello @sbbagal13 and @vpattar , We've implemented some changes in the Hue code to enhance Trino support. Could you please recheck to see if the reported issue persists? Your feedback is appreciated. Thanks for bringing the issue to our attention.

hpp780 commented 8 months ago

Hello @agl29 , which tag/build will have these Trino enhancements?

satvik1992 commented 1 month ago

Hello , We are also facing this issue of "Should be running if Processing response" error on hue ui . This seems to be happen randomly when we run query from Hue UI or first time when user logs in . We are running hue with presto as on kubernetes environment.

The current configration is as below

` Hue version - 4.11 and presto version - 0.289 below is the configuration in hue.ini

interpreters: | [[[hive]]] name = Hive interface=hiveserver2

[[[mysql]]] name = Mariadb interface=sqlalchemy options='{"url": "mysql://hue:hue@xxx-xxxxx-mariadb:3306/hue"}'

[[[presto]]] name = Presto interface=sqlalchemy options='{"url": "presto://xxx-xxxxx-coordinator:80/hive/default"}' `

Can I know if there is a fix for this that is being worked on ? If yes, in which hue version would this be available ? @agl29 can you please provide your inputs