mirror of
https://github.com/apache/impala.git
synced 2026-01-04 00:00:56 -05:00
In order to make the query life-cycle clearer to users, added a new section to the /queries webui page for queries that are 'waiting', not actively running either due to an error or to returning all of their results, but that have not been closed so they are still using resources. This section is marked 'waiting to be closed' to indicate that they still need to be closed even though they are not actively running. These queries previously would have appeared in the 'in flight' list. There is a tooltip with a full explanation. The 'in_flight_queries' json endpoint was left as is, so that CM will continue to work as expected, and filtering queries for the different lists is done in the html template. This was tested manually. Change-Id: I47d0b642ecb573fefbbf337b8c8f2c479b0d49b2 Reviewed-on: http://gerrit.cloudera.org:8080/2625 Reviewed-by: Matthew Jacobs <mj@cloudera.com> Tested-by: Internal Jenkins