Open sbbagal13 opened 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.
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.
@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
@sbbagal13 It has not been forgotten. @agl29 can you have a look?
Hi,
We are also facing similar issue intermittently. Especially first time when user logs in or randomly when we run query from Hue UI.
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.
Hello @agl29 , which tag/build will have these Trino enhancements?
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
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
Rerunning same query will works fine but earlier query unnecessary wastes the resources from Trino.