[
https://issues.apache.org/jira/browse/IGNITE-10621?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16720224#comment-16720224
]
ASF GitHub Bot commented on IGNITE-10621:
-----------------------------------------
GitHub user ygerzhedovich opened a pull request:
https://github.com/apache/ignite/pull/5663
IGNITE-10621
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/gridgain/apache-ignite ignite-10621-1
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/ignite/pull/5663.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #5663
----
commit 86c6c4845854ec67e348ed1334cd0140a7629ff4
Author: Yury Gerzhedovich <ygerzhedovich@...>
Date: 2018-12-13T14:29:49Z
IGNITE-10621: Track all running queries on initial query node
commit 5e35144e6f6bad326709767d9e8fc519a73ec75d
Author: Yury Gerzhedovich <ygerzhedovich@...>
Date: 2018-12-13T14:30:34Z
Merge branch 'master' into ignite-10621-1
----
> Track all running queries on initial query node
> -----------------------------------------------
>
> Key: IGNITE-10621
> URL: https://issues.apache.org/jira/browse/IGNITE-10621
> Project: Ignite
> Issue Type: Task
> Components: sql
> Reporter: Yury Gerzhedovich
> Assignee: Yury Gerzhedovich
> Priority: Major
> Labels: iep-29
> Fix For: 2.8
>
>
> As of now Ignite track running queries in few places and use
> GridRunningQueryInfo to keep information about each of running query.
> Unfortunately we track not all running queries. Need to track all DML and
> Select queries. It should be single point to track all running queries.
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)