Vincent Tran created IMPALA-9182:
------------------------------------
Summary: Print the socket address of the client closing a session
or cancelling a query from the WebUI
Key: IMPALA-9182
URL: https://issues.apache.org/jira/browse/IMPALA-9182
Project: IMPALA
Issue Type: Improvement
Affects Versions: Impala 3.3.0
Reporter: Vincent Tran
When an agent cancels a query or closes a session via the Impalad's debug web
UI, we generate these statuses, respectively:
{noformat}
Cancelled from Impala's debug web interface
Session closed from Impala's debug web interface
{noformat}
To improve observability, we can print the socket address of the client making
the request to the status:
{noformat}
Cancelled from Impala's debug web interface by client at <host>:<port>
Session closed from Impala's debug web interface by client at <host>:<port>
{noformat}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)