Hello, Igniters.
I prepared a PR for the new system view - JOBS. [1]. Ticket [2]
For now, as you may know, internally we have two processors that implement compute feature:
* `GridTaskProcessor` - manage locally started compute tasks.
* `GridJobProcessor` - manage compute jobs that should be executed on the local node as a part of some remote compute task.
We have TASKS system view that exposes locally started compute tasks from `GridTaskProcessor` to the user.
But we don’t have the ability to view JOBS that executed on the node in the `GridJobProcessor`.
PR should fill this gap.
Is there any IgniteCompute who can make the review?
[1]
https://github.com/apache/ignite/pull/7495[2]
https://issues.apache.org/jira/browse/IGNITE-12745