Taras Ledkov created IGNITE-14461:
-------------------------------------
Summary: Track down those who initiated a query
Key: IGNITE-14461
URL:
https://issues.apache.org/jira/browse/IGNITE-14461 Project: Ignite
Issue Type: Improvement
Components: sql
Reporter: Taras Ledkov
Assignee: Taras Ledkov
Fix For: 2.11
We need to know and track who initiated a query. It could be useful for an IT guy to be able to find an application and ask the developers to change the code. It could be as part of {{LOCAL_SQL_RUNNING_QUERIES}} system view or may be better to have separate view which could be joined with running queries view.
For first glance it should be :
# ip, port, host name, user for thin clients.
# for thick client - nodeId, clientId, ip, host name,
# task name for compute
--
This message was sent by Atlassian Jira
(v8.3.4#803005)