You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by GitBox <gi...@apache.org> on 2022/02/17 16:03:42 UTC

[GitHub] [superset] saurabh3091 opened a new issue #18787: Stop button for queries doesn't work in SQL Lab.

saurabh3091 opened a new issue #18787:
URL: https://github.com/apache/superset/issues/18787


   The issue concerns hive/spark-thriftserver(maybe also presto but not tested) as the processing engine.
   When a user runs a query on SQL Lab and later for any reason wants to stop it, it just stops on the frontend as solved [here](https://github.com/apache/superset/pull/4301/files).
   The query on the processing engines mentioned above still runs.
   [This](https://github.com/apache/superset/pull/15403) PR aimed to solve the issue for other DBs but not hive. After it [this](https://github.com/apache/superset/pull/15878) PR was added to fix it but it still doesn't worrk.
   
   #### How to reproduce the bug
   
   1. Run any query in SQL Lab with `hive/spark-thriftserver` as backend processing engine.
   2. Press `STOP` button on the UI.
   3. Check the query engine, the query will still be running. You will still get the results on front end when the query finishes.
   
   ### Expected results
   
   The query should be killed on the query processing engine.
   
   ### Actual results
   
   Query keeps running on the processing engine. You will still get the results on the front end when the query finishes.
   
   
   ### Environment
   
   - browser type and version: `Chrome/Firefox`
   - superset version: `latest`
   - python version: `3.8`
   
   ### Checklist
   
   Make sure to follow these steps before submitting your issue - thank you!
   
   - [ ] I have checked the superset logs for python stacktraces and included it here as text if there are any.
   - [ ] I have reproduced the issue with at least the latest released version of superset.
   - [ ] I have checked the issue tracker for the same issue and I haven't found one similar.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [superset] saurabh3091 commented on issue #18787: Stop button for queries doesn't work in SQL Lab.

Posted by GitBox <gi...@apache.org>.
saurabh3091 commented on issue #18787:
URL: https://github.com/apache/superset/issues/18787#issuecomment-1046743239


   @rpmahesh2022 which backend do you use for query execution and which version of superset?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [superset] villebro closed issue #18787: Stop button for queries doesn't work in SQL Lab.

Posted by GitBox <gi...@apache.org>.
villebro closed issue #18787:
URL: https://github.com/apache/superset/issues/18787


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [superset] rpmahesh2022 commented on issue #18787: Stop button for queries doesn't work in SQL Lab.

Posted by GitBox <gi...@apache.org>.
rpmahesh2022 commented on issue #18787:
URL: https://github.com/apache/superset/issues/18787#issuecomment-1045527634


   SQL-Lab - query does not stop with the stop button. received the error "Failed at stopping query. 'UuFm_F97lp'"
   
   the query continues to run even after I reboot the server.
   <img width="889" alt="Screen Shot 2022-02-18 at 8 43 49 PM" src="https://user-images.githubusercontent.com/100005786/154781142-262a6d86-5449-47c2-9268-44546f9b531a.png">
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org