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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to