dmagda commented on a change in pull request #8279:
URL: https://github.com/apache/ignite/pull/8279#discussion_r497781950



##########
File path: docs/_docs/monitoring-metrics/system-views.adoc
##########
@@ -168,6 +168,35 @@ This view exposes information about currently running 
compute tasks started by a
 |USER_VERSION | string |  Task user version
 |===
 
+== JOBS
+
+This view exposes information about currently running compute job started on a 
node.
+In the Ignite, Job defines part(step) of the compute task
+
+[{table_opts}]
+|===
+|NAME | TYPE |    DESCRIPTION
+|ID | UUID | Job ID
+|SESSION_ID | UUID | Session ID. Note, `SESSION_ID` equal to 
`TASKS.SESSION_ID` for the jobs that belongs to the specific task
+|ORIGIN_NODE_ID | UUID | Originating node id
+|TASK_NAME | string | Name of the task
+|TASK_CLASSNAME | string | Class name of the task
+|AFFINITY_CACHE_IDS | string | Affinity cache ids

Review comment:
       @nizhikov,
   
   Will the `AFFINITY_CACHE/PARTITION_IDS` parameters be empty if no 
caches/partitions were specified (basically, if you don't use 
affinityRuns/Calls? Pull the latest changes, check how I altered the 
description. Is it accurate?
   
   Also, we have this sentence at the top of the JOB's table - Note, 
`SESSION_ID` is equal to `TASKS.SESSION_ID` for the jobs belonging to a 
specific task. However, I couldn't find the description of the 
`TASKS.SESSION_ID`. Could you update the TASK's table?




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to