GitHub user aealeksandrov opened a pull request:
https://github.com/apache/ignite/pull/5006 Ignite 9881
New events for the handling of the tasks that were started on web console or visor could be helpful for tracking the user activities.
At the moment all events will be handled as data node events. So it could be difficult to understand why they were fired in case if it was done on web console or visor.
You can merge this pull request into a Git repository by running:
$ git pull
https://github.com/gridgain/apache-ignite ignite-9881
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/ignite/pull/5006.patchTo close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #5006
----
commit ba7a28f103df80c2dde91a3badf30d9b14ed021c
Author: Andrei Aleksandrov <aealexsandrov@...>
Date: 2018-10-16T15:08:28Z
IGNITE-9881 EVT_VISOR_TASK_STARTED event was added for handling of the tasks that were started on web console or visor
commit ff21ca8f5c9c04ac0b7bd54dcf9678e1564a07d4
Author: Andrei Aleksandrov <aealexsandrov@...>
Date: 2018-10-16T15:16:43Z
IGNITE-9881 EVT_VISOR_TASK_STARTED remain part of implementation
commit d3b5e2f52b1b445d42f344e6883864929466e67a
Author: Andrei Aleksandrov <aealexsandrov@...>
Date: 2018-10-16T15:21:02Z
IGNITE-9881 removed extra imports
----
---